summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Make "function" a property of FuncRefWilson E. Alvarez2020-09-301-1/+4
* Removed unnecessary keyword, fix comment styleCraig-Stoneham2020-09-291-1/+1
* Merge pull request #42133 from vnen/variant-op-consistencyRémi Verschelde2020-09-284-3/+98
|\
| * Allow commutative multiplication in VariantGeorge Marques2020-09-174-3/+98
* | Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-283-1/+5
* | Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msecRémi Verschelde2020-09-284-12/+0
|\ \
| * | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-244-12/+0
* | | Merge pull request #42340 from Rubonnek/get-funcref-functionRémi Verschelde2020-09-272-0/+6
|\ \ \
| * | | Allow retrieval of FuncRef function stringWilson E. Alvarez2020-09-252-0/+6
| |/ /
* | | Merge pull request #37403 from aaronfranke/basis_equal_approxRémi Verschelde2020-09-274-32/+10
|\ \ \ | |/ / |/| |
| * | Remove redundant is_equal_approx_ratio methodAaron Franke2020-09-233-28/+8
| * | Change Basis is_equal_approx to use instance methodAaron Franke2020-09-232-4/+2
* | | Merge pull request #42296 from akien-mga/messagequeue-default-size-4096-kbRémi Verschelde2020-09-241-2/+1
|\ \ \
| * | | MessageQueue: Change default queue size to 4096 KBRémi Verschelde2020-09-241-2/+1
* | | | Remove unnecessary empty line from DictionariesTomasz Chabora2020-09-241-1/+3
|/ / /
* | | Check for null in InputMap::_find_eventTomasz Chabora2020-09-231-0/+2
* | | Fix crash when opening a ZIP data packHugo Locurcio2020-09-191-1/+1
|/ /
* | zstd: Update to upstream version 1.4.5Rémi Verschelde2020-09-181-0/+1
* | Fix typos with codespellRémi Verschelde2020-09-182-2/+2
* | Linux/BSD: Fix support for NetBSDRémi Verschelde2020-09-182-6/+6
* | Merge pull request #42013 from Xrayez/fix-list-swapRémi Verschelde2020-09-161-15/+25
|\ \ | |/ |/|
| * Fix `List` swap behavior on front, back and adjacent elementsAndrii Doroshenko (Xrayez)2020-09-121-15/+25
* | Make `Object::to_string` virtualAndrii Doroshenko (Xrayez)2020-09-151-1/+1
* | Fix Vector{2,3}i casting on Variant multiplication with numbersGeorge Marques2020-09-121-16/+16
|/
* Add missing reference to const T Vector::get().Marcel Admiraal2020-09-111-1/+1
* Remove unused Python imports.Marcel Admiraal2020-09-102-2/+0
* Implement 3D textures as import and resource format.reduz2020-09-092-0/+89
* Change inequality comparison operators to use exact equalityAaron Franke2020-09-082-12/+12
* Initialise Basis elements with a default Basis in the declaration.Marcel Admiraal2020-09-081-12/+6
* Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde2020-09-079-90/+300
|\
| * Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-059-90/+300
* | Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli2020-09-073-0/+108
|\ \
| * | HTTPRequest now accepts gzipAdam Brown2020-09-023-0/+108
* | | Fixed PackedByteArray GDScript functionsAdam Brown2020-09-041-21/+23
| |/ |/|
* | Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal2020-09-043-5/+5
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-0325-462/+1068
* | Ensure header guards enclose entire header.Marcel Admiraal2020-09-031-4/+4
* | Merge pull request #41460 from Calinou/improve-resource-load-fail-messageRémi Verschelde2020-09-031-1/+2
|\ \
| * | Improve the resource loading error message to mention the need to importHugo Locurcio2020-08-221-1/+2
* | | Merge pull request #40400 from Arivval/load-resourcepack-with-offsetRémi Verschelde2020-09-036-13/+25
|\ \ \ | |_|/ |/| |
| * | added load resource pack with offset featureYilin Ma2020-09-026-13/+25
* | | Add VariantInternal classGeorge Marques2020-09-022-0/+119
* | | Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-1/+3
* | | Fix invalid CSV in SDL2 controller mappings DBRémi Verschelde2020-09-011-1/+1
* | | Merge pull request #41669 from strank/hardcoded-op-maxRémi Verschelde2020-09-011-26/+26
|\ \ \
| * | | Fix hard-coded OP_MAX in variant_op.cppstrank2020-09-011-26/+26
* | | | Merge pull request #40868 from aaronfranke/color-html-rgbaRémi Verschelde2020-09-012-79/+53
|\ \ \ \
| * | | | Simplify html_is_valid and allow it to work with 3 and 4 hex digitsAaron Franke2020-09-011-27/+8
| * | | | Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-012-56/+49
| |/ / /
* / / / Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-09-011-11/+112
|/ / /