HATPC/engine
En Yi 64c3532305 Replace method to get Scene specific data
Changelog:
- Use CONTAINER_OF macros to get scene specific data
- Remove unnecessary scene_data from Scene_t
- Still use pointer to scene specific data as these data could be
  quite heavy on memory
2023-05-07 21:04:24 +08:00
..
EC Implement ladder mechanics 2023-05-06 18:39:10 +08:00
AABB.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
AABB.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
CMakeLists.txt Implement simple animation system 2023-03-18 13:55:55 +08:00
actions.h Implement basic scene switching 2023-02-13 23:05:24 +08:00
assets.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_maps.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_maps.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
constants.h Add camera and game viewport 2023-05-07 19:15:15 +08:00
editor_scene.c Replace method to get Scene specific data 2023-05-07 21:04:24 +08:00
engine.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
engine.h Replace method to get Scene specific data 2023-05-07 21:04:24 +08:00
game_systems.c Replace method to get Scene specific data 2023-05-07 21:04:24 +08:00
game_systems.h Add camera and game viewport 2023-05-07 19:15:15 +08:00
gui.c Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
gui.h Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
menu_scene.c Replace method to get Scene specific data 2023-05-07 21:04:24 +08:00
raygui.h Add simple button for menu testing 2023-02-11 20:51:01 +08:00
scene_impl.h Add camera and game viewport 2023-05-07 19:15:15 +08:00