pandemonium_engine/modules/terraman_2d
2023-08-26 22:41:21 +02:00
..
areas Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
data Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
doc_classes Re-extracted class docs. 2023-08-26 22:41:21 +02:00
level_generator Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
library Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
meshers Fix the order of some default arguments in bindings. 2023-05-31 22:14:12 +02:00
nodes Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
world Now VoxelWorld and TerrainWorld inherits from Spatial instead of Navigation, and Terrain2DWorld inherits from Node2D insteaf of Navigation2D, as there is now a proper NavigationServer. Also this will make Node hieararchies involvig them more versatile. 2023-08-24 18:55:21 +02:00
.gitignore Run godot's formatting script. 2022-03-16 09:02:48 +01:00
config.py Run godot's formatting script. 2022-03-16 09:02:48 +01:00
defines.h Removed the CALL macros. 2022-03-18 10:56:48 +01:00
LICENSE Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added module initialization levels (similar idea to what's in godot4, although I added more). 2023-01-15 11:46:13 +01:00
SCsub Centralize LZ4 usage. 2022-11-19 19:51:29 +01:00