Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | Maked status bar label fonts updateable | Chaosus | |
2018-02-07 | Merge pull request #15899 from karroffel/stringbuffer-template-arg | Rémi Verschelde | |
add template argument for size in StringBuffer | |||
2018-02-07 | Merge pull request #16460 from ronroniv/patch-1 | Poommetee Ketson | |
Update an outdated method name in error message | |||
2018-02-07 | Update an outdated method name in error message | ronroniv | |
set_enable_monitoring -> set_monitoring | |||
2018-02-07 | Merge pull request #14888 from Faless/websocket | Rémi Verschelde | |
Websocket module | |||
2018-02-06 | Travis builds use builtin_openssl for X11 | Fabio Alessandrelli | |
1.0.2 is now the minimum version of openssl to build against | |||
2018-02-06 | Relicense module to the wondeful Godot community! | Fabio Alessandrelli | |
2018-02-06 | Add websocket module. | Fabio Alessandrelli | |
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets. | |||
2018-02-06 | Merge pull request #16434 from Silvea12/kinematic-docs | Poommetee Ketson | |
Fixed KinematicBody move_and_slide documentation naming [ci skip] | |||
2018-02-05 | Fixed KinematicBody move_and_slide documentation naming | Andrew Silver | |
2018-02-05 | Merge pull request #16419 from nical/issue-16395 | Hein-Pieter van Braam | |
Fix polygon triangulation failure. | |||
2018-02-05 | Add libwebsockets as thirdparty library. | Fabio Alessandrelli | |
License is LGPLv2.1 + static linking exception, version is 2.4.1 | |||
2018-02-05 | Fix polygon triangulation failure. | Nicolas Silva | |
The ear clipping algorithm used to triangulate polygons has a slightly too conservative point-in-triangle test which can, in some configurations prevent it from finding a possible tessellation. Relaxing the test by considering that points exactly on edges don't belong the triangle fixes the issue. Changing the semantic of the test is safe because no other code makes use of it. A more detailed explanation can be found in issue #16395. Fixes #16395. | |||
2018-02-05 | Kill an old debugging message | Hein-Pieter van Braam | |
When running the engine with -d we get a message on the command-line for each control being clicked. After discussing with @reduz it seems that this is old and should be removed. Commented out as requested. | |||
2018-02-03 | Merge pull request #16361 from philj56/master | George Marques | |
Fix minor spelling mistake in texture import menu | |||
2018-02-03 | Merge pull request #16362 from clktmr/master | George Marques | |
Fix broken variant call of Vector3.snapped | |||
2018-02-03 | Fix broken variant call of Vector3.snapped | Timur Celik | |
2018-02-03 | Fix texture import spelling | Phil Jones | |
2018-02-03 | Merge pull request #16354 from Noshyaar/gradient | Poommetee Ketson | |
Gradient: fix wrong property type | |||
2018-02-03 | Gradient: fix wrong property type | Poommetee Ketson | |
2018-02-03 | Merge pull request #16347 from Chaosus/gradientpreviewfix | Poommetee Ketson | |
Fix gradient texture preview | |||
2018-02-03 | Merge pull request #16346 from binbitten/issue_16345 | Poommetee Ketson | |
Fix wrong property type for fixed icon size in ItemList | |||
2018-02-03 | Fix gradient texture preview | Chaosus | |
2018-02-03 | Fix wrong property type for fixed icon size in ItemList | binbitten | |
2018-02-02 | Add a proper error when safe save fails. | Juan Linietsky | |
2018-02-02 | GDScriptParser: Remove debug prints. | Andreas Haas | |
2018-02-02 | Update DONORS list | Rémi Verschelde | |
[ci skip] | |||
2018-02-01 | Merge pull request #16296 from YeldhamDev/control_doc | Rémi Verschelde | |
[DOCS] Small fixes for the Control description | |||
2018-02-01 | Small fixes for the Control description in the docs. | Michael Alexsander Silva Dias | |
2018-02-01 | Merge pull request #16276 from bcr3ative/issue_15668 | Rémi Verschelde | |
Fix inconsistencies and typos in argument names | |||
2018-02-01 | Merge pull request #15910 from robfram/fix-audio-signal-issue-15895 | Rémi Verschelde | |
Fix issue #15895, audio streams don't signalling finished after the first one | |||
2018-02-01 | Merge pull request #15946 from MarianoGnu/issue_15870 | Rémi Verschelde | |
Attemp to fix #15870 | |||
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic | |
2018-02-01 | Merge pull request #16258 from NathanWarden/fix_mono_decimals_method | Rémi Verschelde | |
[Mono] Fix an infinite recursion in the Mathf.Decimals method when using floats. | |||
2018-02-01 | Merge pull request #16252 from ProfesorTartelett/patch-1 | Rémi Verschelde | |
Errata fix on Image get_format() description | |||
2018-02-01 | Merge pull request #16249 from binbitten/fix-highlight-ofs | Rémi Verschelde | |
Fix TextEdit current line highlight horizontal offset | |||
2018-02-01 | Merge pull request #16205 from neikeq/issue-15053 | Rémi Verschelde | |
Mono: Remove automatic script multilevel calls | |||
2018-02-01 | Merge pull request #16002 from bruvzg/mono_loading_form_res | Rémi Verschelde | |
[Mono] Allow loading assemblies (including mscorlib) from resources. | |||
2018-02-01 | Merge pull request #15254 from mrcdk/pitch_scale | Rémi Verschelde | |
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D | |||
2018-02-01 | Merge pull request #16175 from NathanWarden/add_async_and_await | Rémi Verschelde | |
Added async and await as C# keywords. | |||
2018-02-01 | Merge pull request #16266 from volzhs/expand-root-dir-on-start | Rémi Verschelde | |
Expand project root directory on editor start | |||
2018-02-01 | Merge pull request #16255 from guilhermefelipecgs/fix_button_tree | Rémi Verschelde | |
Hide button tree when file system dock isn't in split mode | |||
2018-02-01 | Merge pull request #16251 from ↵ | Rémi Verschelde | |
guilhermefelipecgs/fix_open_button_for_multiple_select Fixes open button not appearing with multiple selection | |||
2018-02-01 | Expand project root directory on editor start | volzhs | |
close #16232 Option for expanding all directories on start up is a bit tricky and buggy. | |||
2018-01-31 | Hide button tree when file system dock isn't in split mode | Guilherme Felipe | |
2018-01-31 | Fix an infinite recursion in the Mathf.Decimals method when using floats. | Nathan Warden | |
2018-01-31 | Errata fix on Image get_format() description | Profesor Tartelett | |
The description of this function seems to be duplicated from the preceding description. | |||
2018-01-31 | Fixes open button not appearing with multiple selection | Guilherme Felipe | |
Fix #16231 | |||
2018-01-31 | Fix TextEdit current line highlight horizontal offset | binbitten | |
2018-01-31 | Merge pull request #16188 from Schweigert/master | Rémi Verschelde | |
Display set_nodelay to GDScript |