pandemonium_engine/core
Relintai 3265fb9e1d Ported: Project Manager: Fix hacky code for project rename
Instantiating a new ProjectSettings is *not* the way to go.
ConfigFile works just fine to read/change a single value.
Fixes memory leaks as the instantiated ProjectSettings was never freed.
Forbid doing this to prevent such problems.
Fixes #25661.
- akien-mga
9a340a2868
2022-11-30 19:19:02 +01:00
..
bind Added Brenzenham's line algorithm found in the TileMapEditorPlugin to Geometry, and it's binder class. 2022-11-20 02:33:40 +01:00
config Ported: Project Manager: Fix hacky code for project rename 2022-11-30 19:19:02 +01:00
containers Added missing semicolons. 2022-10-09 10:17:16 +02:00
crypto Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
error Ported: Fix header guard in error_macros.h - madmiraal 2022-09-16 22:01:08 +02:00
input Ported: Add double_tap attribute to InputEventScreenTouch 2022-11-13 01:29:17 +01:00
io PCKPacker Fix error spam 2022-11-30 14:33:46 +01:00
log Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
math Added Brenzenham's line algorithm found in the TileMapEditorPlugin to Geometry, and it's binder class. 2022-11-20 02:33:40 +01:00
object Rename set_indexed & get_child's params to be clearer 2022-11-13 00:27:45 +01:00
os Fix MIDI note-on events being converted to note-off events 2022-11-30 19:11:21 +01:00
string Ported: Fix String::word_wrap() for long words 2022-11-30 14:57:35 +01:00
variant Style: Ensure consistent formatting with clang-format 15 2022-10-08 16:48:59 +02:00
core_builders.py Reworked the entries in the help menu. Also added pandemonium specific entries to the about window. Also fixed a crash when opening the about popup. 2022-03-20 13:30:49 +01:00
core_string_names.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
core_string_names.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
global_constants.cpp expose additional global enums in 3.x which are available in master 2022-11-13 00:32:18 +01:00
global_constants.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
int_types.h Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
register_core_types.cpp Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
register_core_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Add arch flag to assembler to fix build on ARM64 macOS / iOS. 2022-09-16 21:41:56 +02:00
typedefs.h Moved the error macros. 2022-08-17 15:14:19 +02:00
version.h Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00