summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-12Fix compile recent compile issues with gcc 5.5Marcelo Fernandez
2018-11-12Do not allow samplers where they dont belong (variables/return types), fixes ↵Juan Linietsky
#15133
2018-11-12Properly remember EOF when interactive loader is done, fixes #14936Juan Linietsky
2018-11-12Merge pull request #23653 from marcelofg55/as_stopRémi Verschelde
Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop
2018-11-12Merge pull request #23655 from ibrahn/uninit-cleanup-pluginsRémi Verschelde
Fixed various uninitialised member variables in editor plugins.
2018-11-12Merge pull request #23654 from YeldhamDev/remove_unused_debug_varRémi Verschelde
Remove unused variable in ScriptEditorDebugger
2018-11-12Merge pull request #23649 from willnationsdev/fix-scene-iconsRémi Verschelde
Fix scene dock not showing custom icons
2018-11-12Merge pull request #23648 from vnen/gdscript-enumRémi Verschelde
Make enum values not be script constants if enum is named
2018-11-11Remove unused variable in ScriptEditorDebuggerMichael Alexsander Silva Dias
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-11-11Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stopMarcelo Fernandez
2018-11-11Many fixes to script editor remote debugger, closes #13346Juan Linietsky
2018-11-10Fix scene dock not showing custom iconsWill Nations
2018-11-11Make enum values not be script constants if enum is namedGeorge Marques
Anonymous enums still creates script constants. Also add a check to see if name used for enum is already defined.
2018-11-10Merge pull request #23632 from DualMatrix/floating_pointRémi Verschelde
Fixed floating point issue in find() of animation.
2018-11-10Fixed floating point issue in find() of animation.DualMatrix
Fixes #23504
2018-11-10Merge pull request #23490 from Faless/lws_client_memfixRémi Verschelde
Fix access to freed mem in WS client after #23241
2018-11-10Merge pull request #23624 from bruvzg/macos_file_associationsRémi Verschelde
[macOS] Fix file associations
2018-11-10Merge pull request #23622 from RandomShaper/fix-windows-mouse-captureRémi Verschelde
Fix mouse mode restoration on Windows
2018-11-10Merge pull request #23597 from vnen/network-fs-fixRémi Verschelde
Fix deploy with network filesystem
2018-11-10Merge pull request #23638 from DualMatrix/tileset_spamRémi Verschelde
Fixed error spam when deleting cell in tileset
2018-11-10Merge pull request #23633 from Naryosha/docs-syncRémi Verschelde
doc: Sync classref with current source
2018-11-10[macOS] Fix file associations (for *.scn, *.tscn and project.godot).bruvzg
2018-11-10Merge pull request #23618 from bruvzg/macos_spash_fixRémi Verschelde
[macOS] Fix blank splash screen
2018-11-10Merge pull request #23635 from Kanabenki/fix-angular-velocity-hintsRémi Verschelde
Fix angular velocity property range in editor for CPUParticles and CPUParticles2D
2018-11-10Merge pull request #23621 from workless/allow_strength_in_action_pressRémi Verschelde
Allow to specify a custom strength when calling Input.action_press(),…
2018-11-10Merge pull request #23639 from neikeq/ggRémi Verschelde
Fix GDScript placeholder fallback
2018-11-10Fix GDScript placeholder fallbackIgnacio Etcheverry
2018-11-10Fixed error spam when deleting cell in tilesetDualMatrix
Fixes #23556 and should fix #21549
2018-11-10Fix wrong editor hints for angular_velocity propertiesKanabenki
2018-11-10Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880Juan Linietsky
2018-11-10Avoid double underscore from breaking glsl compiler, fixes #12880Juan Linietsky
2018-11-10doc: Sync classref with current sourcePoommetee Ketson
2018-11-10Make sure rotated shapes with one way direction collisions work, fixes #12791Juan Linietsky
2018-11-10Fix deploy with network filesystemGeorge Marques
Also make some prints only happen in verbose mode.
2018-11-10Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky
2018-11-10Allow to specify a custom strength when calling Input.action_press(), this ↵Davide Baldo
allows virtual axis, mainly for mobile.
2018-11-10Merge pull request #23625 from workless/fix_tile_data_formatRémi Verschelde
[BUGFIX] Fixed tilemap saving, format FORMAT_2 was not correctly written since…
2018-11-10Fixed 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-09Fix mouse mode restoration on WindowsPedro J. Estébanez
Fixes #23494.
2018-11-09[macOS] Fix blank splash screenbruvzg
2018-11-09Merge pull request #23476 from marcelofg55/export_allRémi Verschelde
Add an Export All button to the Export dialog
2018-11-09Merge pull request #23542 from marcelofg55/no_pieRémi Verschelde
Fix binaries incorrectly detected as shared libraries on some linux distros
2018-11-09Merge pull request #23578 from Liangdi/masterRémi Verschelde
fix tile set editor crash when drawing polygon shapes
2018-11-09Merge pull request #23614 from DualMatrix/snappyRémi Verschelde
AnimationPlayer, snap absolute position instead of motion.
2018-11-09AnimationPlayer, snap absolute position instead of motion.DualMatrix
Fixes #22663
2018-11-09Use a more compatible (and certain to work) mechanism to check default value ↵Juan Linietsky
on scene packing.
2018-11-09Remove junk SCons fileRémi Verschelde
2018-11-09Merge pull request #23059 from groud/change_ci_selectionRémi Verschelde
Allow the Container children selection but don't allow them to move
2018-11-09Merge pull request #23611 from Naryosha/formatRémi Verschelde
Fix formatting -0.0 by %+f displays +-0.0