Go to file
Sara a9e33a3781 fix: error in game root reloading 2024-05-21 15:57:55 +02:00
.gitignore feat: added .os files to gitignore 2024-02-19 01:25:15 +01:00
game_mode.cpp feat: added _begin and _end to GameMode 2024-03-21 22:49:11 +01:00
game_mode.hpp feat: added _begin and _end to GameMode 2024-03-21 22:49:11 +01:00
game_root.cpp fix: error in game root reloading 2024-05-21 15:57:55 +02:00
game_root.hpp fix: error in game root reloading 2024-05-21 15:57:55 +02: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: added GDSIGNAL macro 2024-03-20 11:35:13 +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: merged GameRoot and GameRoot3D into GameRoot3D 2024-05-06 11:03:00 +02:00
player_input.cpp feat: game root now better handles despawned players 2024-05-21 11:56:54 +02:00
player_input.hpp feat: game root now better handles despawned players 2024-05-21 11:56:54 +02: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