summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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-87/+184
* | Merge pull request #11445 from Cradmon/refactorCoreMapRémi Verschelde2017-09-252-232/+217
|\ \
| * | Refactor core/map.h to be similar to core/set.hCradmon2017-09-201-161/+158
| * | Refactor core/set.hCradmon2017-09-201-71/+59
* | | Merge pull request #11518 from hpvb/gdscript-direct-dispatchRémi Verschelde2017-09-253-331/+237
|\ \ \
| * | | 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-305/+211
| | |/ | |/|
* | | 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
|\ \
| * | Implement operator != on Pool*Array typesHein-Pieter van Braam2017-09-221-8/+14
* | | Enable building against system zstd.Elliott Sales de Andrade2017-09-232-20/+3
* | | Massive optimization to Variant::set_named/get_named. Should give a nice boos...Juan Linietsky2017-09-233-29/+506
|/ /
* | Merge pull request #11461 from hpvb/add-likely-macrosRémi Verschelde2017-09-223-12/+21
|\ \
| * | Implement Linux-style likely()/unlikely() macrosHein-Pieter van Braam2017-09-213-12/+21
* | | Fixed a bunch of typos, including an error code.Ross Hadden2017-09-217-17/+17
|/ /
* | Fix import order, so scenes are imported after textures.Juan Linietsky2017-09-204-4/+59
* | Merge pull request #11437 from hpvb/allow-compare-to-nullJuan Linietsky2017-09-201-156/+201
|\ \ | |/ |/|
| * Allow equality checks between null and arbitrary typesHein-Pieter van Braam2017-09-201-156/+201
* | Merge pull request #11409 from MarufSarker/PR-core-math-is_nanRémi Verschelde2017-09-201-2/+38
|\ \
| * | verbose and platform specific implementation for is_nanABU MD. MARUF SARKER2017-09-201-2/+38
| |/
* / Rename pos to position in user facing methods and variablesletheed2017-09-2032-74/+72
|/
* Merge pull request #10748 from Cradmon/fixCoreSetRémi Verschelde2017-09-191-119/+126
|\
| * Refactor core/set.hCradmon2017-09-121-119/+126
* | Merge pull request #11208 from kitsune/hex-color-shortcutsRémi Verschelde2017-09-191-0/+8
|\ \
| * | Adds 3 and 4 digit html shortcuts to ColorDylan Enloe2017-09-121-0/+8
* | | Merge pull request #11388 from hpvb/fix-missing-return-failRémi Verschelde2017-09-192-143/+76
|\ \ \
| * | | Allow booleanization of all typesHein-Pieter van Braam2017-09-192-76/+13
| * | | Be type-strict checking on equality checksHein-Pieter van Braam2017-09-191-67/+63
* | | | Merge pull request #11405 from karroffel/new-hashmapRémi Verschelde2017-09-193-33/+627
|\ \ \ \ | |/ / / |/| | |
| * | | added OAHashMap typeKarroffel2017-09-193-33/+627
* | | | Merge pull request #11402 from hpvb/remove-gdscript-checks-on-releaseRémi Verschelde2017-09-191-30/+131
|\ \ \ \
| * | | | Don't call Variant::reference() unnecessarilyHein-Pieter van Braam2017-09-191-30/+131
| |/ / /
* | | | Merge pull request #11386 from kosz78/fix-msvc-compile-errorsRémi Verschelde2017-09-191-1/+1
|\ \ \ \
| * | | | Fix MSVC compilation errorsKonstantin Zaitsev2017-09-191-1/+1
* | | | | Fix accidental cast to Vector3 for Vector2 iterHein-Pieter van Braam2017-09-191-1/+1
* | | | | Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia2017-09-191-1/+1
| |/ / / |/| | |
* | | | Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-172-694/+973
|/ / /
* | | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-173-2/+9
* | | Merge pull request #11294 from karroffel/json-objectThomas Herzog2017-09-173-0/+126
|\ \ \