summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42315 from lyuma/command_queue_fixRémi Verschelde2020-10-152-12/+31
|\
| * core/command_queue_mt: Fix crash/hang when buffer fills upLyuma2020-10-122-7/+21
| * core/command_queue_mt: Customizable size and testsLyuma2020-10-122-5/+10
* | Refactored binding system for core typesreduz2020-10-1414-1620/+2238
|/
* Merge pull request #42684 from timothyqiu/conn-self-assignFabio Alessandrelli2020-10-121-0/+4
|\
| * Fixes HTTPClient::poll crash after connection is self-assignedHaoyu Qiu2020-10-101-0/+4
* | Add ability to bind an unbind arguments to Callable.reduz2020-10-099-9/+338
|/
* Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bitRémi Verschelde2020-10-093-55/+0
|\
| * Removed unused method Geometry.get_uv84_normal_bitYuri Roubinsky2020-10-093-55/+0
* | Implement GPU Particle Collisionsreduz2020-10-092-2/+33
|/
* Cancel rename if file does not existTomasz Chabora2020-10-081-0/+2
* Fix build after merge of #40097Rémi Verschelde2020-10-071-2/+2
* Merge pull request #40097 from mrushyendra/file_sort_masterRémi Verschelde2020-10-071-12/+29
|\
| * Fix natural sort comparison for strings with large numbersMaganty Rushyendra2020-07-041-12/+29
* | Check for global script class information before clearing itAaron Franke2020-10-051-1/+3
* | Improve format version mismatch error in binary loaderRémi Verschelde2020-10-051-2/+5
* | Don't write global script class information if there is noneAaron Franke2020-10-031-1/+5
* | Fixed padding bug of sprintf functionSerhat2020-10-021-2/+3
* | 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
|\ \ \