Commit Graph

96 Commits (c568673f184a48ac46dcf8e9df19ada9ebaf3305)

Author SHA1 Message Date
Sara c568673f18 Merge branch 'temp' 2024-10-08 19:22:04 +02:00
Sara cb6fd87e72 fix: errors when loading levels due to gamemodes 2024-10-07 01:21:17 +02:00
Sara e2d56ed6d4 fix: errors when reloading scenes 2024-10-07 01:09:25 +02:00
Sara 528db9415c fix: GameRoot now initializes rng in _enter_tree 2024-10-05 22:24:42 +02:00
Sara b1d5e5d263 Merge remote-tracking branch 'origin' into temp 2024-10-05 22:17:32 +02:00
Sara 76fa8d3e3f feat: rng is now initialzed on _enter_tree 2024-10-05 22:16:51 +02:00
Sara 8dc8144915 feat: updated to use GDREGISTER_RUNTIME_CLASS ipv GDGAMEONLY or GDEDITORONLY 2024-08-16 00:07:58 +02:00
Sara 79c37a3ccc fix: removed gd:: prefix from GDREGISTER_CLASS macro uses 2024-08-15 20:51:49 +02:00
Sara 28938ae929 fix: changed calls to ClassDB::register_class to macro GDREGISTER_CLASS 2024-08-15 19:38:50 +02:00
Sara 308d073a93 feat: GDENUM macro now uses uint32_t internally 2024-08-09 19:43:55 +02:00
Sara 1cf0c55f2a chore: fixed godot_cpp includes being in quotes ipv angle brackets 2024-08-09 18:25:14 +02:00
Sara 94f4a301b2 chore: fixed formatting 2024-08-08 22:15:35 +02:00
Sara acb193b45f feat: added GDNODETYPE macro 2024-07-28 11:40:06 +02:00
Sara 16b5de038d feat: GDRESOURCETYPE and GDENUMTYPE no longer stringify argument 2024-07-06 13:13:18 +02:00
Sara 8b670b309e feat: added more functions to GDENUM class 2024-06-19 10:57:15 +02:00
Sara 08e21f0568 feat: added time_seconds 2024-06-11 09:10:40 +02:00
Sara d680ebf55f fix: rng is now reference counted 2024-06-11 09:09:11 +02:00
Sara 4e231f5be3 fix: switch_game_mode condition now first checks if a game mode is already active 2024-05-31 21:25:58 +02:00
Sara 1672dbd5f8 fix: util_functions now uses utils namespace 2024-05-31 21:25:34 +02:00
Sara c42cab169e fix: replaced uses of gd:: with godot:: 2024-05-31 21:18:42 +02:00
Sara 1e5f930576 feat: added GDENUMTYPE macro 2024-05-31 21:16:47 +02:00
Sara ceda870d06 chore(documentation): re-enabled javascript elements in Doxyfile 2024-05-31 21:16:08 +02:00
Sara c48a3056e4 feat: added util_functions 2024-05-31 21:15:16 +02:00
Sara 46366f2e6f feat(documentation): added header template for doxygen 2024-05-30 17:06:54 +02:00
Sara 1f5fea9565 fix: removed duplicate awesome doxygen css submodule 2024-05-30 15:45:50 +02:00
Sara 4ce27c38c6 feat: documentation updates 2024-05-30 15:42:53 +02:00
Sara 67abbadbf1 feat(doxygen): enabled HIDE_UNDOC_MEMBERS 2024-05-30 15:42:38 +02:00
Sara 2ac9e8399f feat: GameMode is now a Node rather than Resource 2024-05-30 15:07:17 +02:00
Sara ec2c3fd835 fix: replaced includes for "godot_macros.h" with "godot_macros.hpp" 2024-05-30 00:49:37 +02:00
Sara c7e5175b5d chore: updated documentation 2024-05-30 00:45:40 +02:00
Sara a905b89ed6 fix: index.html not valid doxygen file 2024-05-30 00:22:15 +02:00
Sara b493bdce79 feat: moved doxygen-awesome-css to documentation, created index.html 2024-05-30 00:21:10 +02:00
Sara 4cf7c58fdf feat: moved doxygen awesome css to documentation/ 2024-05-29 23:53:22 +02:00
Sara c30d6eb556 feat: docs now direct to generated-docs 2024-05-29 23:51:20 +02:00
Sara 9e242c8a38 feat: updated Doxyfile to use awesome doxygen css 2024-05-29 23:50:50 +02:00
Sara 8a99959b1c feat: added doxygen-awesome-css for doxygen styling 2024-05-29 23:36:43 +02:00
Sara 4c1e7468aa fix: godot_macros \file directive now correctly refers to filename 2024-05-29 23:08:40 +02:00
Sara 7e452fa7ff feat: enabled macro expansion in Doxyfile 2024-05-29 23:07:05 +02:00
Sara 0a81bc2994 feat: renamed godot_macros.h to godot_macros.hpp 2024-05-29 23:06:39 +02:00
Sara 7251a29ecd chore: added UTILS_ prefix to include guards 2024-05-29 23:05:39 +02:00
Sara ccf149b2c6 feat: updated doxyfile 2024-05-29 20:24:37 +02:00
Sara 10f4fe0551 chore: updated doxygen-styled docs 2024-05-29 20:24:37 +02:00
Sara 71f42913d6 Add README.md 2024-05-29 17:48:32 +00:00
Sara 8a5adcd94d feat: added docs/ to .gitignore, disabled LaTeX generation for doxygen 2024-05-29 19:10:08 +02:00
Sara c004ba99ff chore: doxygen documentation for spawnpoint 2024-05-29 17:37:12 +02:00
Sara 1c3666614f chore: doxygen documentation for player 2024-05-29 17:37:12 +02:00
Sara 1dd79c57db chore: doxygen documentation for level3d 2024-05-29 17:37:12 +02:00
Sara 88bd934d28 feat: game mode no longer owns game state 2024-05-29 17:37:12 +02:00
Sara 0c7ab811cf feat: added Doxyfile 2024-05-29 17:07:51 +02:00
Sara 9c25980619 feat: improved clarity of godot_macros and added GDENUM 2024-05-29 16:46:18 +02:00