@@ -21,68 +21,4 @@ A lib to build 2D Games.
21
21
22
22
## Known bugs of the developing version
23
23
24
- - X
25
-
26
- ## Changelog
27
-
28
- ### V 1.1.0 : General Update - 25/05/19
29
-
30
- - LifeComponent : Remove creation of sprite
31
- - LifeComponent : Add get_life and get_maxlife functions
32
- - Entity : Add get_system function
33
- - World : Remove world
34
- - Enums : Move Enums in classes
35
- - EntitySystem : Add function to remove entity
36
- - UISystem : Add function to remove widget
37
- - SoundSystem : Create
38
- - Widgets : You can hide and show widgets
39
- - Entry : You can use your own background
40
- - Color-Colors : Create color class and colors enums
41
- - Font : Create font class
42
- - Optimisation of lib
43
-
44
- - Bug Fix : Rotation of SpriteComponent don't work
45
-
46
- ### V 1.0.2 : Fix Update 2 - 11/05/19
47
-
48
- - Entity : Can get custom component
49
- - Setup : Fix crash when pygame is not installed
50
- - Setup : Don't get PyGame2
51
-
52
- Cette MAJ ne casse pas la combatilbilité avec la précédente.
53
-
54
- ### V 1.0.1 : Fix Update - 10/05/19
55
-
56
- - Enums : Add Controls in __all__
57
- - Entity : Can add custom component
58
-
59
- Cette MAJ ne casse pas la combatilbilité avec la précédente.
60
-
61
- ### V 1.0.0 : First Update - 09/05/19
62
-
63
- - Components : Create LifeBarComponent, MoveComponent
64
- - Components : Rework on system (Work with constructor)
65
- - World-Enums : Create WorldCallbacks (OUTOFWINDOW)
66
- - Components/SpriteComponent : Add set_size function
67
- - Components/PhysicsComponent-Enums : Add CollisionCauses in CollisionCallback
68
- - Components/PhysicsComponent : Add gravity management
69
- - Components/ControlComponent : Add speed management
70
- - Components/ControlComponent : Add controls management
71
- - Components/ControlComponent-Enums : Add LEFTRIGHT and UPDOWN ControlType
72
- - Components/ControlComponent-Enums : Add Controls Enums
73
- - GameState-Window-World : Create GameState System
74
- - Systems/UISystem : Create Wigets System
75
- - Widgets : Create Label, Image, Button, Entry widget
76
- - Window : Add title and background color management
77
- - Exceptions : Rework on system (rename and remove useless exceptions
78
-
79
- ### V 0.2.0-DEV : Little Update - 25/04/19
80
-
81
- - Components/PhysicsComponent : Collision Callback return object
82
- - Systems/EntitySystem : Remove condition to add entity
83
- - Window : Add a function to end game
84
- - Setup.py : Add dependances (PyGame)
85
-
86
- ### V 0.1.0-DEV : Initial Update - 19/04/19
87
-
88
- - First Version
24
+ - X
0 commit comments