Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | Fix crash in StringBuffer::append() | Bernhard Liebl | |
2017-12-27 | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky | |
Avoid string allocations in AlphCompare | |||
2017-12-27 | Reimport now checks source path changes and imported files and their md5, ↵ | Juan Linietsky | |
fixes #14728 | |||
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar | |
Mono: Make the bindings generator output enums | |||
2017-12-27 | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar | |
Inline some very common Vector2 operations | |||
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes ↵ | Juan Linietsky | |
#14569 | |||
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | |
2017-12-25 | Inline some very common Vector2 operations | Bernhard Liebl | |
2017-12-25 | Add missing parameter names | Poommetee Ketson | |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | |
-Disabled Opus, implementation is wrong. | |||
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry | |
- Switch to PascalCase for constants names | |||
2017-12-21 | Fixes grow_margin not working at all | Gilles Roudiere | |
2017-12-20 | Add functions to image to load a PNG or JPG from a buffer, closes #4024 | Juan Linietsky | |
2017-12-20 | Merge pull request #14823 from willnationsdev/get-base-script | Rémi Verschelde | |
Add Script.get_base_script()/get_instance_base_type() to API | |||
2017-12-19 | Add Script.get_base_script/instance_base_type API | Will Nations | |
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | |
This ensures multiple PCK exports still work. | |||
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | |
Added 'duplicate' function for Dictionary in C++ and API. | |||
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations | |
2017-12-17 | Merge pull request #14760 from hpvb/add-several-unlikely-macros | Rémi Verschelde | |
Add several unlikely() macros | |||
2017-12-17 | Merge pull request #14635 from poke1024/getline | Rémi Verschelde | |
Faster FileAccess::get_line() | |||
2017-12-17 | Merge pull request #14745 from poke1024/api-hash-arg-info | Rémi Verschelde | |
Faster ClassDB::get_api_hash() | |||
2017-12-17 | Add several unlikely() macros | Hein-Pieter van Braam | |
Based off of perf-based prediction misses these seem to be the lowest-hanging fruit for quick (albeit small) improvements. These are based on: * baking a complex lightmap * running platformer 3d * running goltorus | |||
2017-12-17 | Avoid string allocations in AlphCompare | Bernhard Liebl | |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky | |
Call needs to be routed via visual server to reach the proper thread. | |||
2017-12-16 | Faster FileAccess::get_line() | poke1024 | |
2017-12-16 | Faster ClassDB::get_api_hash() | Bernhard Liebl | |
2017-12-16 | Merge pull request #14576 from poke1024/strings | Rémi Verschelde | |
Some performance tweaking of string handling | |||
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov | |
It's not used in godot-nim any longer and there were no other uses for it. | |||
2017-12-16 | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde | |
Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers | |||
2017-12-15 | Merge pull request #14580 from Krakean/string_split_new_arg | Rémi Verschelde | |
Added third argument for String.split() function | |||
2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | |
Remove negative limit, leave only positive and make it reflect behaviour like in Python Also limit renamed to maxsplit to match Python one. Also docs updated. Fix indent | |||
2017-12-15 | Some performance tweaking of string handling | poke1024 | |
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | |
They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object. | |||
2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli | |
2017-12-15 | fix compile issue | Juan Linietsky | |
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | |
test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||
2017-12-15 | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde | |
HTTP cleanup & better defaults | |||
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde | |
Closes #14663. | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner | |
2017-12-12 | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | |
2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde | |
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | |
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde | |
2017-12-09 | Merge pull request #13347 from Noshyaar/hang_in_there | Rémi Verschelde | |
Rect2: add function returning same rect with positive w and h | |||
2017-12-09 | Fixes vsync setting ignored when using a separate thread for rendering | Stefano Bonicatti | |
Setting the vsync in the main thread, after the rendering thread starts and takes the OpenGL context fails, so we need to do that before. Also, for some reason, the main thread cannot make current the context anymore. Fixes #13447 | |||
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-07 | Merge pull request #14003 from karroffel/dictionary-iterate-fix | Rémi Verschelde | |
fix Dictionary iteration |