pandemonium_engine/modules
Relintai 08c0756260 Ported: Add NavigationServer2D/3D API functions to find missing RID info
Utility functions for NavigationServer2D/3D to find missing RID information when working with Server API directly. e.g. from map to regions and agents, from agent or region to map, from region to map and agents and so on ....
Requirement to work with NavigationServer API exklusive without SceneTree nodes and when juggling agents and regions between multiple navigation maps.
- smix8
3977eb9107
2022-07-27 18:58:09 +02:00
..
bmp Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
broken_seals_module Removed TMeshInstance. 2022-03-20 14:15:53 +01:00
cscript Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
cvtt Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
database Reimplemented migrations support. 2022-07-23 14:46:05 +02:00
database_mysql Moved the database backends into their own modules. All of them are disabled for now. 2022-07-06 13:13:00 +02:00
database_postgres Moved the database backends into their own modules. All of them are disabled for now. 2022-07-06 13:13:00 +02:00
database_sqlite Disable warning. 2022-07-06 22:34:07 +02:00
dds Clang format all files. 2022-03-18 19:00:13 +01:00
enet Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
entity_spell_system Re-extracted the class docs. 2022-03-24 01:22:45 +01:00
etc Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
fastnoise Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
freetype Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
gdscript Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
gltf Document that glTF classes are only usable in editor builds 2022-07-26 15:10:11 +02:00
hdr Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
jpg Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
material_maker Fix SDF3DShapeCapsule already has a binding error. 2022-06-20 20:07:40 +02:00
mbedtls Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
mesh_data_resource Went through mdr ed, and made as much parameters references as I could. 2022-04-14 17:13:07 +02:00
mesh_utils Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
minimp3 Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
navigation Ported: Add NavigationServer2D/3D API functions to find missing RID info 2022-07-27 18:58:09 +02:00
network_synchronizer Backported: Rename iterations_per_second to physics_ticks_per_second - Calinou - 937c1a716c 2022-03-24 11:10:56 +01:00
ogg Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
opensimplex Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
opus Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
paint Fix property setter. 2022-06-22 00:43:52 +02:00
plugin_refresher Implement the actual addon refresh / reload logic, alongside a few smaller logic tweaks. 2022-07-17 01:22:39 +02:00
props Fix shadowed declaration warning. 2022-05-27 00:38:55 +02:00
props_2d Set Prop2D's conver button's style to flat, so it's in the expected style. 2022-04-18 19:32:17 +02:00
pvr Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
regex Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
rtile_map ported: Expose tile_texture property - KoBeWi 2022-07-27 14:19:41 +02:00
skeleton_editor Backported: Fix create skeleton bone position - Blackiris - 480543f681 2022-03-24 10:43:53 +01:00
squish Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
stb_vorbis Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
svg Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
terraman Fix shadowed variable warning. 2022-03-24 22:23:49 +01:00
terraman_2d Moved my module specific docs under a new central folder. 2022-03-20 12:30:04 +01:00
text_editor Fix potential crash. 2022-07-21 19:48:08 +02:00
texture_packer Moved my module specific docs under a new central folder. 2022-03-20 12:30:04 +01:00
tga Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
theora Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
thread_pool Moved my module specific docs under a new central folder. 2022-03-20 12:30:04 +01:00
tinyexr Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
ui_extensions Moved my module specific docs under a new central folder. 2022-03-20 12:30:04 +01:00
upnp Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
users Cleaned up and added UserManagerDB to the build. 2022-07-24 16:26:23 +02:00
vhacd Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
vorbis Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
voxelman Fix an another shadowed variable warning. 2022-03-24 22:43:58 +01:00
web Added an api to the web server simple to add / remove mime types from scripts. 2022-07-24 18:09:45 +02:00
websocket Added set_extra_headers() to WebSocketServer 2022-07-26 12:43:31 +02:00
wfc Prefixed all member variables with _ in the wfc module. 2022-04-25 11:59:24 +02:00
world_generator/addon Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
modules_builders.py Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
register_module_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00