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
error
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
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
core_string_names.cpp
core_string_names.h
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
int_types.h
register_core_types.cpp
register_core_types.h
SCsub
typedefs.h
version.h