Go to file
Sara 1cb000aa98 feat: current gamemode is no longer reset when the first level is unloaded 2024-03-16 22:14:14 +01:00
.gitignore feat: added .os files to gitignore 2024-02-19 01:25:15 +01:00
game_mode.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_mode.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_root.cpp feat: current gamemode is no longer reset when the first level is unloaded 2024-03-16 22:14:14 +01:00
game_root.hpp chore(documentation): improved inline documentation and function naming clarity 2024-03-16 22:12:11 +01:00
game_state.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
game_state.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
godot_macros.h feat: godot_macros, GDGAMEONLY and GDEDITORONLY now eat their semicolons 2024-02-25 19:46:49 +01:00
level.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
level.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
player.cpp feat: implemented IPlayer::get_player_id 2024-03-16 20:56:36 +01:00
player.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
player_input.cpp feat: added new constructor for Listener 2024-02-23 21:50:29 +01:00
player_input.hpp feat: added new constructor for Listener 2024-02-23 21:50:29 +01:00
spawn_point.cpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00
spawn_point.hpp feat: added core game and level concepts 2024-03-13 16:08:37 +01:00