pandemonium_engine/core
Marcel Admiraal 226e29cfca Fix Geometry::get_closest_points_between_segments() returns NaN
Also fix Geometry::get_closest_distance_between_segments() returning
incorrect values.
2022-09-16 22:48:50 +02:00
..
bind Now the Engine has methods to store globals (custom singletons). They are mostly meant for classes like EditorInterface, SpatialEditor, and plugin scripts that need a singleton for in-editor use. In essence it provides easy and side effect less access for classes that might not be present on every run. (For example gdscript recognizes normal singletons as keywords, but not these.) 2022-08-23 13:13:39 +02:00
config Determine ProjectSettings' resource path early 2022-09-16 21:53:28 +02:00
containers
crypto
error Ported: Fix header guard in error_macros.h - madmiraal 2022-09-16 22:01:08 +02:00
input Ported: Fix mouse speed not changing fast enough 2022-08-19 02:46:03 +02:00
io Removed additional direct script rpc mode query when sending rpcs, in order to simplify that codepath as much as possible. Also removed the remote, remotesync etc. keywords from gdscript, as now they won't work anymore. Node's rpc_config() method should be used instead of marking methods with keywords in scripts. 2022-08-19 01:19:33 +02:00
log
math Fix Geometry::get_closest_points_between_segments() returns NaN 2022-09-16 22:48:50 +02:00
object Removed additional direct script rpc mode query when sending rpcs, in order to simplify that codepath as much as possible. Also removed the remote, remotesync etc. keywords from gdscript, as now they won't work anymore. Node's rpc_config() method should be used instead of marking methods with keywords in scripts. 2022-08-19 01:19:33 +02:00
os Additional fixes to the Android get_current_dir() implementation. 2022-09-16 22:45:21 +02:00
string Ported: Optimize String.repeat() 2022-09-16 22:08:51 +02:00
variant
core_builders.py
core_string_names.cpp
core_string_names.h
global_constants.cpp
global_constants.h
int_types.h
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
SCsub Add arch flag to assembler to fix build on ARM64 macOS / iOS. 2022-09-16 21:41:56 +02:00
typedefs.h
version.h