aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove junk outputRuslan Mustakov2017-10-131-2/+2
* Merge pull request #11539 from BastiaanOlij/remove_directory_scanRémi Verschelde2017-10-112-45/+10
|\
| * Made directory scan optionalBastiaanOlij2017-10-102-45/+10
* | Merge pull request #12039 from Hinsbart/expose_joy_connectionRémi Verschelde2017-10-111-0/+1
|\ \
| * | Input: expose joy_connection_changed()Andreas Haas2017-10-111-0/+1
* | | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-113-0/+36
|\ \ \
| * | | Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-093-0/+36
* | | | Merge pull request #11919 from Toizi/array_sort_refAndreas Haas2017-10-102-7/+10
|\ \ \ \
| * | | | Array::sort, sort_custom and invert now return reference to Array to allow ch...Marius Guggenmos2017-10-092-7/+10
| | |/ / | |/| |
* | | | Merge pull request #11987 from endragor/define-va-copyIgnacio Etcheverry2017-10-101-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
* | | | Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde2017-10-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-031-1/+1
* | | | Fix trailing whitespaces in project settings header commentEmmanuel Leblond2017-10-091-2/+2
* | | | Merge pull request #11947 from eska014/fix-obj-marshallingRémi Verschelde2017-10-091-1/+2
|\ \ \ \
| * | | | Fix binary marshalling of ObjectsLeon Krause2017-10-081-1/+2
* | | | | [GDnative] Add string_name apiEmmanuel Leblond2017-10-081-0/+3
| |_|/ / |/| | |
* | | | Merge pull request #11853 from endragor/long-string-loggingAndreas Haas2017-10-061-1/+4
|\ \ \ \
| * | | | Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
* | | | | Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky2017-10-051-1/+1
* | | | | Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-054-6/+19
| |/ / / |/| | |
* | | | Merge pull request #11812 from NathanWarden/fix_validate_sslGilles Roudiere2017-10-041-1/+1
|\ \ \ \
| * | | | Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden2017-10-031-1/+1
| | |/ / | |/| |
* | | | Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-044-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-044-0/+13
* | | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-036-4/+20
| |/ / |/| |
* | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-033-0/+10
|\ \ \ | |/ / |/| |
| * | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-023-0/+10
* | | Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-0220-29/+433
|\ \ \ | |_|/ |/| |
| * | Extract logging logicRuslan Mustakov2017-09-2520-29/+433
* | | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-029-27/+27
|\ \ \
| * | | Renamed fixed_process to physics_processAndreaCatania2017-09-309-27/+27
| | |/ | |/|
* | | Merge pull request #11730 from gabrielformiga/fix-small-png-texture-importAndreas Haas2017-10-021-2/+2
|\ \ \
| * | | Change to shrink_x2 function preventing it set a 0 width/heightGabriel2017-09-301-2/+2
| |/ /
* | | Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-021-0/+2
|\ \ \ | |/ / |/| |
| * | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-0/+2
| |/
* | Build MSVC safe_refcount in a separate compilation unitHein-Pieter van Braam2017-09-272-86/+183
* | Merge pull request #11445 from Cradmon/refactorCoreMapRémi Verschelde2017-09-252-231/+216
|\ \
| * | Refactor core/map.h to be similar to core/set.hCradmon2017-09-201-160/+157
| * | Refactor core/set.hCradmon2017-09-201-71/+59
* | | Merge pull request #11518 from hpvb/gdscript-direct-dispatchRémi Verschelde2017-09-253-330/+236
|\ \ \
| * | | Make variant_op jumptable constHein-Pieter van Braam2017-09-251-26/+26
| * | | Allow inlining of all parts of safe_refcountHein-Pieter van Braam2017-09-252-304/+210
| | |/ | |/|
* | | Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde2017-09-251-1/+1
|\ \ \
| * | | Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
| |/ /
* / / Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky2017-09-252-21/+50
|/ /
* | Merge pull request #11549 from hpvb/fix-11543Hein-Pieter van Braam2017-09-241-1/+1
|\ \
| * | Fix Dictionary set_namedHein-Pieter van Braam2017-09-241-1/+1
* | | Fix Variant::get_named return when p_index is invalidMarcelo Fernandez2017-09-241-0/+1
|/ /
* | Merge pull request #11473 from hpvb/fix-11466Rémi Verschelde2017-09-241-8/+14
|\ \