Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | Fix compile recent compile issues with gcc 5.5 | Marcelo Fernandez | |
2018-11-12 | Do not allow samplers where they dont belong (variables/return types), fixes ↵ | Juan Linietsky | |
#15133 | |||
2018-11-12 | Properly remember EOF when interactive loader is done, fixes #14936 | Juan Linietsky | |
2018-11-12 | Merge pull request #23653 from marcelofg55/as_stop | Rémi Verschelde | |
Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | |||
2018-11-12 | Merge pull request #23655 from ibrahn/uninit-cleanup-plugins | Rémi Verschelde | |
Fixed various uninitialised member variables in editor plugins. | |||
2018-11-12 | Merge pull request #23654 from YeldhamDev/remove_unused_debug_var | Rémi Verschelde | |
Remove unused variable in ScriptEditorDebugger | |||
2018-11-12 | Merge pull request #23649 from willnationsdev/fix-scene-icons | Rémi Verschelde | |
Fix scene dock not showing custom icons | |||
2018-11-12 | Merge pull request #23648 from vnen/gdscript-enum | Rémi Verschelde | |
Make enum values not be script constants if enum is named | |||
2018-11-11 | Remove unused variable in ScriptEditorDebugger | Michael Alexsander Silva Dias | |
2018-11-11 | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir | |
2018-11-11 | Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | Marcelo Fernandez | |
2018-11-11 | Many fixes to script editor remote debugger, closes #13346 | Juan Linietsky | |
2018-11-10 | Fix scene dock not showing custom icons | Will Nations | |
2018-11-11 | Make enum values not be script constants if enum is named | George Marques | |
Anonymous enums still creates script constants. Also add a check to see if name used for enum is already defined. | |||
2018-11-10 | Merge pull request #23632 from DualMatrix/floating_point | Rémi Verschelde | |
Fixed floating point issue in find() of animation. | |||
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix | |
Fixes #23504 | |||
2018-11-10 | Merge pull request #23490 from Faless/lws_client_memfix | Rémi Verschelde | |
Fix access to freed mem in WS client after #23241 | |||
2018-11-10 | Merge pull request #23624 from bruvzg/macos_file_associations | Rémi Verschelde | |
[macOS] Fix file associations | |||
2018-11-10 | Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture | Rémi Verschelde | |
Fix mouse mode restoration on Windows | |||
2018-11-10 | Merge pull request #23597 from vnen/network-fs-fix | Rémi Verschelde | |
Fix deploy with network filesystem | |||
2018-11-10 | Merge pull request #23638 from DualMatrix/tileset_spam | Rémi Verschelde | |
Fixed error spam when deleting cell in tileset | |||
2018-11-10 | Merge pull request #23633 from Naryosha/docs-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2018-11-10 | [macOS] Fix file associations (for *.scn, *.tscn and project.godot). | bruvzg | |
2018-11-10 | Merge pull request #23618 from bruvzg/macos_spash_fix | Rémi Verschelde | |
[macOS] Fix blank splash screen | |||
2018-11-10 | Merge pull request #23635 from Kanabenki/fix-angular-velocity-hints | Rémi Verschelde | |
Fix angular velocity property range in editor for CPUParticles and CPUParticles2D | |||
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 | Fixed error spam when deleting cell in tileset | DualMatrix | |
Fixes #23556 and should fix #21549 | |||
2018-11-10 | Fix wrong editor hints for angular_velocity properties | Kanabenki | |
2018-11-10 | Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880 | Juan Linietsky | |
2018-11-10 | Avoid double underscore from breaking glsl compiler, fixes #12880 | Juan Linietsky | |
2018-11-10 | doc: Sync classref with current source | Poommetee Ketson | |
2018-11-10 | Make sure rotated shapes with one way direction collisions work, fixes #12791 | Juan Linietsky | |
2018-11-10 | Fix deploy with network filesystem | George Marques | |
Also make some prints only happen in verbose mode. | |||
2018-11-10 | Make TextureRegion grid settings occupy less space, closes #12679 | Juan Linietsky | |
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-10 | Merge pull request #23625 from workless/fix_tile_data_format | Rémi Verschelde | |
[BUGFIX] Fixed tilemap saving, format FORMAT_2 was not correctly written since… | |||
2018-11-10 | Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ↵ | Davide Baldo | |
recognized as default value, hence FORMAT_1 was always the case even when the tile_data was written in FORMAT_2. | |||
2018-11-09 | Fix mouse mode restoration on Windows | Pedro J. Estébanez | |
Fixes #23494. | |||
2018-11-09 | [macOS] Fix blank splash screen | bruvzg | |
2018-11-09 | Merge pull request #23476 from marcelofg55/export_all | Rémi Verschelde | |
Add an Export All button to the Export dialog | |||
2018-11-09 | Merge pull request #23542 from marcelofg55/no_pie | Rémi Verschelde | |
Fix binaries incorrectly detected as shared libraries on some linux distros | |||
2018-11-09 | Merge pull request #23578 from Liangdi/master | Rémi Verschelde | |
fix tile set editor crash when drawing polygon shapes | |||
2018-11-09 | Merge pull request #23614 from DualMatrix/snappy | Rémi Verschelde | |
AnimationPlayer, snap absolute position instead of motion. | |||
2018-11-09 | AnimationPlayer, snap absolute position instead of motion. | DualMatrix | |
Fixes #22663 | |||
2018-11-09 | Use a more compatible (and certain to work) mechanism to check default value ↵ | Juan Linietsky | |
on scene packing. | |||
2018-11-09 | Remove junk SCons file | Rémi Verschelde | |
2018-11-09 | Merge pull request #23059 from groud/change_ci_selection | Rémi Verschelde | |
Allow the Container children selection but don't allow them to move | |||
2018-11-09 | Merge pull request #23611 from Naryosha/format | Rémi Verschelde | |
Fix formatting -0.0 by %+f displays +-0.0 |