pandemonium_engine/core
2023-06-07 15:25:32 +02:00
..
bind Renamed the Math singleton to PMath, as it causes too many issues when dealing with gdnatove / mono. It will also be eventually moved to a module, as it's only useful in some situations. 2023-06-01 17:02:16 +02:00
config Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
containers Fix the return type of PoolVector::count(). 2023-05-31 00:06:19 +02:00
crypto
error Ported: Fix header guard in error_macros.h - madmiraal 2022-09-16 22:01:08 +02:00
input Ported: Fix Standard Gamepad Mapping triggers. 2023-03-12 19:12:39 +01:00
io Ported: [3.x] Expose more compression formats in Image 2023-04-20 23:47:57 +02:00
log
math Make MultiMeshInstance2DNavigationGeometryParser2D use the Geometry singleton. And by proxy clipper 1. 2023-06-07 15:25:32 +02:00
object MessageQueue - Fix max usage performance statistic 2023-05-01 12:31:43 +02:00
os Don't print an error in ThreadPoolJob's _execute, as it's probably more intuitive this way. 2023-06-05 14:17:50 +02:00
string Fix handling dots in String::is_numeric(). 2023-06-01 15:41:43 +02:00
variant Fix error, also add linear_interpolate call for Vector4i to variant op. 2023-05-27 15:27:43 +02:00
core_builders.py Added support for specifying a COPYRIGHT.txt file for modules. 2022-12-31 18:12:06 +01:00
core_string_names.cpp
core_string_names.h
global_constants.cpp Ported: Add vector value linking - KoBeWi and timothyqiu 2022-12-22 18:50:17 +01:00
global_constants.h
int_types.h
register_core_types.cpp Renamed the Math singleton to PMath, as it causes too many issues when dealing with gdnatove / mono. It will also be eventually moved to a module, as it's only useful in some situations. 2023-06-01 17:02:16 +02:00
register_core_types.h
SCsub Added support for specifying a COPYRIGHT.txt file for modules. 2022-12-31 18:12:06 +01:00
typedefs.h Added HAS_TRIVIAL_CONSTRUCTOR, HAS_TRIVIAL_DESTRUCTOR, and HAS_TRIVIAL_COPY macros to typedefs to fix new clang deprecations. 2023-04-16 15:42:57 +02:00
version.h