godot/core
George Marques e4e9231420
Use pointer parameters in Variant function pointers
Instead of references. This is needed because those function pointers
are used in GDNative which needs to work with plain C, which doesn't
support passing parameters by reference.
2020-12-10 18:18:47 -03:00
..
config Fix .pck lookup for extensionless binary in macOS resources. 2020-12-02 11:04:44 +02:00
crypto feat: HMAC support in Crypto APIs 2020-11-26 18:39:56 -08:00
debugger Merge pull request #43730 from qarmin/core_drivers_default_values 2020-11-24 13:00:27 +01:00
error Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
input Merge pull request #43660 from EricEzaM/PR/INP1-inputevent_as_text_and_to_string 2020-12-03 13:28:29 +01:00
io Tweak log file names for consistency between Mono and non-Mono logs 2020-12-06 20:17:02 +01:00
math Improve argument names for core types 2020-12-07 05:01:33 -05:00
object Constify ScriptLanguage.can_inherit_from_file 2020-12-08 13:06:15 +01:00
os [Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer. 2020-11-26 13:55:26 +02:00
string [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
templates Reorganize rendering server. 2020-12-03 19:01:01 -03:00
variant Use pointer parameters in Variant function pointers 2020-12-10 18:18:47 -03:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_bind.cpp Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
core_bind.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Rename TYPE_REAL to TYPE_FLOAT 2020-12-04 09:47:26 -03:00
core_constants.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_string_names.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
core_string_names.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
doc_data.cpp Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
doc_data.h Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
register_core_types.cpp feat: HMAC support in Crypto APIs 2020-11-26 18:39:56 -08:00
register_core_types.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
typedefs.h Fix SGN macro 2020-11-27 13:02:12 -06:00
version.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00