summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-12-16Merge pull request #14576 from poke1024/stringsRémi Verschelde
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-16Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde
2017-12-15Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff
2017-12-15Some performance tweaking of string handlingpoke1024
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-15fix compile issueJuan Linietsky
2017-12-15-Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky
2017-12-15Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde
2017-12-09Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-07Merge pull request #14003 from karroffel/dictionary-iterate-fixRémi Verschelde
2017-12-06Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde
2017-12-06Merge pull request #14326 from RandomShaper/fix-chmod-errorRémi Verschelde
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ...Juan Linietsky
2017-12-06Fix Windows-to-Linux export errorPedro J. Estébanez
2017-12-05fix Dictionary iterationkarroffel
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
2017-12-03Forgot to apply oversampling to YBastiaan Olij
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-28Rect2: add function returning same rect with positive w and hPoommetee Ketson
2017-11-27Fix javascript build after bc2e8d99Rémi Verschelde
2017-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-24Core: Bind InputEventGesture events.Andreas Haas
2017-11-24Merge pull request #13244 from bojidar-bg/13243-get-static-indexedRémi Verschelde
2017-11-24Fix a crash in get_static_property_type_indexedBojidar Marinov
2017-11-23reduce static memory usagedragmz
2017-11-22Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky
2017-11-22Merge pull request #13143 from willnationsdev/list-insert-before-after-fixRémi Verschelde
2017-11-22Merge pull request #13178 from bojidar-bg/13174-tween-fixRémi Verschelde
2017-11-22i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde
2017-11-22Make tween able to be used as before (without the need for ":...")Bojidar Marinov
2017-11-22Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky
2017-11-22Fix combatibility with older .scn filesBojidar Marinov