Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | Fix text files constantly asking for reload as no last modified time | Paulb23 | |
2018-11-28 | Merge pull request #24039 from clayjohn/transform_bug | Rémi Verschelde | |
Construct Transform from Transform2D bug | |||
2018-11-28 | construct transform from transform2d bug | clayjohn | |
2018-11-28 | Revert "Construct Transform from Transform2D " | Juan Linietsky | |
2018-11-28 | Merge pull request #23976 from clayjohn/transform_bug | Rémi Verschelde | |
Construct Transform from Transform2D | |||
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. | |||
2018-11-27 | Allow signal connecting even if script is invalid (only when compiled with ↵ | Juan Linietsky | |
tools), fixes #17070 | |||
2018-11-25 | construct transform from transform2d bug | clayjohn | |
2018-11-23 | Improved support for custom image loaders | Fabian | |
2018-11-22 | FileAccess::store_csv_line() don't added unnecessary double quotes. | allkhor | |
2018-11-21 | Ensure array and dict editors show edited object IDs, fixes #20225 | Juan Linietsky | |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-11-20 | Merge pull request #23812 from YeldhamDev/clear_history_version_optional | Rémi Verschelde | |
Add argument to UndoRedo's "clear_history()" to not increase the version | |||
2018-11-20 | Make add_property error more explicit on duplicates | Rémi Verschelde | |
Would have helped solve #23800 faster. | |||
2018-11-19 | Merge pull request #20627 from malcolmhoward/core-dictionary-get-key | Rémi Verschelde | |
#20488 core dictionary get key | |||
2018-11-19 | Added Python-like .get() method to Dictionary in GDScript #20488 | m | |
Added .get() method to Dictionary class in GDScript to return the value if the key exists, or return Null if the key does not exist. | |||
2018-11-18 | Increase number of image loaders (why was it this low..), fixes #19037 | Juan Linietsky | |
2018-11-18 | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias | |
2018-11-18 | Massive speed up on deleting nodes, fixes #18673 | Juan Linietsky | |
Also makes the editor exit faster | |||
2018-11-18 | Properly accept wildcard when binding IPv4 socket. | Fabio Alessandrelli | |
Also never return null for is_ipv4 to avoid crashes due to engine bug. (better to get an error and a broken socket then seeing your game crash) | |||
2018-11-18 | Merge pull request #23771 from Faless/fix_release_export | Rémi Verschelde | |
Always initialize VariantCall return_type. | |||
2018-11-17 | Fixed the default value for Input.action_press() from commit 8c45282 | Davide Baldo | |
2018-11-17 | Always initialize VariantCall return_type. | Fabio Alessandrelli | |
The return_type is used by the GDScript parser (and possibly other scripting languages), so it MUST be initialized at least. It could be initialized to Variant::NIL in release, but I see no reason for not setting the actual value. See similar issue in 95dfa5b . | |||
2018-11-16 | Fix Squish decompression, closes #18109 | Juan Linietsky | |
2018-11-16 | Clearing history increments version, else it does not generate an asterisk ↵ | Juan Linietsky | |
on modification if the scene was just saved. Fixes #18027. Still I feel this line was commented for a reason. If you bisect a bug and find this commit, let me know. | |||
2018-11-16 | Merge pull request #23685 from Kanabenki/add-store-csv-line | Rémi Verschelde | |
Add store_csv_line method for File | |||
2018-11-16 | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky | |
-Also added set_deferred, this was missing. | |||
2018-11-16 | Add store_csv_line method for File | Kanabenki | |
2018-11-14 | Ensure that array passed to physics is always counter clockwise, fixes #15361. | Juan Linietsky | |
2018-11-13 | Merge pull request #22940 from Faless/lws_buffers_bis | Rémi Verschelde | |
Better buffering for WebSocket | |||
2018-11-13 | Implement random number generator | Chaosus | |
Co-authored-by: Zirak <zirakertan@gmail.com> | |||
2018-11-12 | RingBuffer::decrease_write | Fabio Alessandrelli | |
2018-11-10 | Merge pull request #23621 from workless/allow_strength_in_action_press | Rémi Verschelde | |
Allow to specify a custom strength when calling Input.action_press(),… | |||
2018-11-10 | Merge pull request #23639 from neikeq/gg | Rémi Verschelde | |
Fix GDScript placeholder fallback | |||
2018-11-10 | Fix GDScript placeholder fallback | Ignacio Etcheverry | |
2018-11-10 | Allow to specify a custom strength when calling Input.action_press(), this ↵ | Davide Baldo | |
allows virtual axis, mainly for mobile. | |||
2018-11-09 | Fix formatting -0.0 by %+f displays +-0.0 | Poommetee Ketson | |
2018-11-08 | User more correct plus file on get_current_dir. | Juan Linietsky | |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | |
-Removed one and zero hints for properties, replaced by default value | |||
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez | |
2018-11-02 | Remove unused "dtoll" methods | Aaron Franke | |
These methods aren't used anywhere in Godot's code, and all they do is cast floating types to int64_t. There's no reason to have these lines, they literally do nothing, and they aren't useful functions to begin with. | |||
2018-11-01 | Merge pull request #23346 from santouits/you-shall-not-execute | Juan Linietsky | |
Error running Expression.execute after parse error | |||
2018-11-01 | Merge pull request #23159 from DavidSichma/string-escape | Juan Linietsky | |
Fix: String::format Variant to String conversion | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | |
2018-10-28 | Error running Expression.execute after parse error | santouits | |
There happens a segmentation fault when you use Expression.parse() and you don't check for errors and then run Expression.execute(). So we check if there was a parse error in the execute method now. | |||
2018-10-26 | Update GDNantive API | lupoDharkael | |
Add missing Rect2 methods to GDNative API Add missing Quat methods to GDNative API Add missing NodePath methods to GDNative API Add missing String methods to GDNative API Add missing Array methods to GDNative API Add missing Basis methods to GDNative API Add missing Color methods to GDNative API Update gdnative_api.json | |||
2018-10-25 | Fix: String::format Variant to String conversion | David Sichma | |
Previosly String::format used variant.get_construct_string() to convert the passed Variants to Strings. This however did not match the expected printing behavior of some datatypes: Strings for example turned out escaped. This fix replaces the call to get_construct_string() with a simple conversion. This makes String::format consistent with "%s" % "sth" and formated Variants turn out like printed as expected. | |||
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | |
Limit several project settings | |||
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum | |