Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2017-12-06 | Merge pull request #12603 from GodotExplorer/beautify-json | Rémi Verschelde | |
Add indent and sort keys support for JSON.print | |||
2017-12-06 | Merge pull request #14326 from RandomShaper/fix-chmod-error | Rémi Verschelde | |
Fix Windows-to-Linux export error | |||
2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | |
#13334 | |||
2017-12-06 | Fix Windows-to-Linux export error | Pedro J. Estébanez | |
Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation. | |||
2017-12-05 | fix Dictionary iteration | karroffel | |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
2017-12-03 | Forgot to apply oversampling to Y | Bastiaan Olij | |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | |
library to open extra libraries. | |||
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-28 | Rect2: add function returning same rect with positive w and h | Poommetee Ketson | |
2017-11-27 | Fix javascript build after bc2e8d99 | Rémi Verschelde | |
2017-11-26 | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde | |
This allows to specify any valid folder name (including with subfolders) to use as user:// on all platforms. The folder is constrained to the platform-specific OS::get_data_path() (typically what `XDG_DATA_HOME` resolves to). Fixes #13236. | |||
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-24 | Core: Bind InputEventGesture events. | Andreas Haas | |
2017-11-24 | Merge pull request #13244 from bojidar-bg/13243-get-static-indexed | Rémi Verschelde | |
Fix a crash in get_static_property_type_indexed | |||
2017-11-24 | Fix a crash in get_static_property_type_indexed | Bojidar Marinov | |
Fixes #13243 | |||
2017-11-23 | reduce static memory usage | dragmz | |
fixes #13217 | |||
2017-11-22 | Modified low processor sleep to 8000 and made it customizable (should be ↵ | Juan Linietsky | |
customizable for editor too) | |||
2017-11-22 | Merge pull request #13143 from willnationsdev/list-insert-before-after-fix | Rémi Verschelde | |
Fixes List<T>::insert_before/after | |||
2017-11-22 | Merge pull request #13178 from bojidar-bg/13174-tween-fix | Rémi Verschelde | |
Make tween able to be used as before (without the need for ":...") | |||
2017-11-22 | i18n: Add support for Serbin (Cyrillic) locale | Rémi Verschelde | |
[ci skip] | |||
2017-11-22 | Make tween able to be used as before (without the need for ":...") | Bojidar Marinov | |
Fixes #13174 | |||
2017-11-22 | Merge pull request #13176 from bojidar-bg/allow-subproperty-set | Juan Linietsky | |
Fix combatibility with older .scn files | |||
2017-11-22 | Fix combatibility with older .scn files | Bojidar Marinov | |
2017-11-22 | Merge pull request #12371 from donkeybonks/color-lighten-darken | Rémi Verschelde | |
Add Color.lighten and Color.darken (like LESS.css or SASS) #2 | |||
2017-11-22 | Merge pull request #13151 from akien-mga/basis-vector3-constructor | Rémi Verschelde | |
Properly implement Basis constructor using Vector3 of Euler angles | |||
2017-11-21 | Merge pull request #13130 from endragor/gdnative-android-export | Rémi Verschelde | |
Proper GDNative export on Android | |||
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | |
Allow for getting/setting "dotted" properties of objects | |||
2017-11-21 | Properly implement Basis constructor using Vector3 of Euler angles | Rémi Verschelde | |
Fixes #13104. | |||
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | |
Performance is around the same as using pure set() through GDScript. | |||
2017-11-21 | Merge pull request #11895 from m4nu3lf/rendering/separate_thread | Juan Linietsky | |
Restore rendering on a separate thread | |||
2017-11-21 | Merge pull request #11933 from cxong/master | Juan Linietsky | |
Use "Command" instead of "Meta" for macOS (#1619) | |||
2017-11-21 | Fixes List<T>::insert_before/after | Will Nations | |
2017-11-21 | Proper GDNative export on Android | Ruslan Mustakov | |
2017-11-21 | Merge pull request #13133 from endragor/resurrect-file-logging | Rémi Verschelde | |
Return and repair file logging | |||
2017-11-21 | Merge pull request #12590 from poke1024/bsearch | Rémi Verschelde | |
Add bsearch and bsearch_custom to Array | |||
2017-11-21 | Add Color.lightened and Color.darkened (like LESS.css or SASS) | Kyle Van Berendonck | |
2017-11-21 | Return and repair file logging | Ruslan Mustakov | |
And make it configurable, too. | |||
2017-11-21 | Native pan and zoom for macOS | Bernhard Liebl | |