summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-15Merge pull request #42315 from lyuma/command_queue_fixRémi Verschelde
2020-10-14Refactored binding system for core typesreduz
2020-10-12core/command_queue_mt: Fix crash/hang when buffer fills upLyuma
2020-10-12core/command_queue_mt: Customizable size and testsLyuma
2020-10-12Merge pull request #42684 from timothyqiu/conn-self-assignFabio Alessandrelli
2020-10-10Fixes HTTPClient::poll crash after connection is self-assignedHaoyu Qiu
2020-10-09Add ability to bind an unbind arguments to Callable.reduz
2020-10-09Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bitRémi Verschelde
2020-10-09Implement GPU Particle Collisionsreduz
2020-10-09Removed unused method Geometry.get_uv84_normal_bitYuri Roubinsky
2020-10-08Cancel rename if file does not existTomasz Chabora
2020-10-07Fix build after merge of #40097Rémi Verschelde
2020-10-07Merge pull request #40097 from mrushyendra/file_sort_masterRémi Verschelde
2020-10-05Check for global script class information before clearing itAaron Franke
2020-10-05Improve format version mismatch error in binary loaderRémi Verschelde
2020-10-03Don't write global script class information if there is noneAaron Franke
2020-10-02Fixed padding bug of sprintf functionSerhat
2020-09-30Make "function" a property of FuncRefWilson E. Alvarez
2020-09-29Removed unnecessary keyword, fix comment styleCraig-Stoneham
2020-09-28Merge pull request #42133 from vnen/variant-op-consistencyRémi Verschelde
2020-09-28Rename the ".import" folder to ".godot/imported"Aaron Franke
2020-09-28Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msecRémi Verschelde
2020-09-27Merge pull request #42340 from Rubonnek/get-funcref-functionRémi Verschelde
2020-09-27Merge pull request #37403 from aaronfranke/basis_equal_approxRémi Verschelde
2020-09-25Allow retrieval of FuncRef function stringWilson E. Alvarez
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-09-24Merge pull request #42296 from akien-mga/messagequeue-default-size-4096-kbRémi Verschelde
2020-09-24Remove unnecessary empty line from DictionariesTomasz Chabora
2020-09-24MessageQueue: Change default queue size to 4096 KBRémi Verschelde
2020-09-23Check for null in InputMap::_find_eventTomasz Chabora
2020-09-23Remove redundant is_equal_approx_ratio methodAaron Franke
2020-09-23Change Basis is_equal_approx to use instance methodAaron Franke
2020-09-19Fix crash when opening a ZIP data packHugo Locurcio
2020-09-18zstd: Update to upstream version 1.4.5Rémi Verschelde
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-18Linux/BSD: Fix support for NetBSDRémi Verschelde
2020-09-17Allow commutative multiplication in VariantGeorge Marques
2020-09-16Merge pull request #42013 from Xrayez/fix-list-swapRémi Verschelde
2020-09-15Make `Object::to_string` virtualAndrii Doroshenko (Xrayez)
2020-09-12Fix `List` swap behavior on front, back and adjacent elementsAndrii Doroshenko (Xrayez)
2020-09-12Fix Vector{2,3}i casting on Variant multiplication with numbersGeorge Marques
2020-09-11Add missing reference to const T Vector::get().Marcel Admiraal
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-08Change inequality comparison operators to use exact equalityAaron Franke
2020-09-08Initialise Basis elements with a default Basis in the declaration.Marcel Admiraal
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg