summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-13Emit pressed events after processing itemsHein-Pieter van Braam
When processing items we may actually delete the item we're processing in the callback for the signal. To avoid this, call the signal after we're done processing the items. This fixes #19842
2018-08-13Merge pull request #20936 from marcelofg55/mingw_compile_errRémi Verschelde
MinGW compile fix
2018-08-13Merge pull request #20974 from karroffel/imgeo-gles2Thomas Herzog
[gles2] added ImmediateGeometry rendering
2018-08-13Merge pull request #20971 from swarnimarun/new-resource-optionRémi Verschelde
Fix for resource save dialog call
2018-08-13Fixed absent variable exception while trying to raise another exception.Teashrock
2018-08-13[gles2] added ImmediateGeometry renderingThomas Herzog
2018-08-13Merge pull request #20970 from Chaosus/fix_spamRémi Verschelde
Remove usage console spam
2018-08-13Fix for resource save dialog callSwarnim Arun
to make sure the resource save opens in the current folder when using right click to do it.
2018-08-13Remove usage console spamChaosus
2018-08-13Merge pull request #20933 from marcelofg55/pa_compile_errThomas Herzog
Fix compile error with PulseAudio driver and clang
2018-08-13Merge pull request #20731 from YeldhamDev/scr_editor_context_fixRémi Verschelde
Fix wrong context menu when right-clicking script/doc files
2018-08-13Merge pull request #20155 from Tunous/line-edit-clearRémi Verschelde
Add clear button to search fields
2018-08-13Merge pull request #20778 from ibrahn/remove-zero-append-typosRémi Verschelde
removed some surplus null appends that got typoed in 0e29f7974b59e444…
2018-08-13Merge pull request #20680 from Calinou/text-editor-faster-caret-blinkRémi Verschelde
Make the default text editor caret blink speed faster
2018-08-13Merge pull request #20670 from Calinou/script-editor-zoom-hidpiRémi Verschelde
Fix zoom display in the script editor on hiDPI displays
2018-08-13Merge pull request #20668 from SaracenOne/enum_help_fixRémi Verschelde
Fixes the hyperlinks for enumerators inside classes in the editor help.
2018-08-13Merge pull request #20666 from Calinou/script-editor-underline-hidpiRémi Verschelde
Scale underlines in the script editor with the editor scale
2018-08-13Merge pull request #20595 from dragmz/fix-windows-process-handles-leakRémi Verschelde
Fix Windows handles leak
2018-08-13Merge pull request #20581 from ↵Rémi Verschelde
ronchaine/nvmath-dont-use-obsolete-functions-on-linux Do not use deprecated stuff that only glibc now implements
2018-08-13Merge pull request #20587 from groud/fix_2deditor_scrollable_zoneRémi Verschelde
Fixes bugs on the 2D editor scrollable area
2018-08-13Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @dragmz, @fire Thanks to all contributors and donors for making Godot possible! [ci skip]
2018-08-13Merge pull request #20554 from YeldhamDev/cursor_doc_linuxRémi Verschelde
Small doc formating changes and Linux cursor theme note
2018-08-12Fix gizmos submenuJuan Linietsky
2018-08-12Merge pull request #20940 from akien-mga/resourceloader-existsRémi Verschelde
Fix ResourceLoader::exists() false negative and readd deprecated has()
2018-08-12Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde
2018-08-11MinGW compile fixMarcelo Fernandez
2018-08-11Fix compile error with PulseAudio driver and clangMarcelo Fernandez
2018-08-11Merge pull request #20928 from JFonS/gizmo_enablingJuan Linietsky
Improvements on the gizmo disabling menu and icon selection bugfix
2018-08-11Improvements on the gizmo disabling menu and icon selection bugfixJFonS
2018-08-11Merge pull request #19106 from SaracenOne/audio_micRémi Verschelde
[WIP] Experimental microphone support
2018-08-11Merge pull request #20753 from Faless/ws_fixJuan Linietsky
Fix WebSocket crash due to non PDO init after CowData PR
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
- Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector
2018-08-10Merge pull request #20149 from Overblob/shader_float_typingJuan Linietsky
Shader language - Add optional float typings
2018-08-10Merge pull request #20072 from RandomShaper/fix-camera-offsetsJuan Linietsky
Fix camera offsets not applied always
2018-08-10Merge pull request #19993 from vnen/gdscript-warningsJuan Linietsky
System for GDScript warnings
2018-08-10Added system for GDScript warningsGeorge Marques
- Count and panel per script. - Ability to disable warnings per script using special comments. - Ability to disable warnings globally using Project Settings. - Option to treat enabled warnings as errors.
2018-08-10Merge pull request #20861 from RandomShaper/improve-bitmapJuan Linietsky
Improve BitMap: expose methods + prevent stack overflow
2018-08-10Added function ResourceLoader.exists(), to check if a resource exists. ↵Juan Linietsky
Closes #19140
2018-08-10Transform fill_bits from recursive to iterativePedro J. Estébanez
Avoids crashes when generating polygons from big bitmaps.
2018-08-10Expose additional BitMap methodsPedro J. Estébanez
Bonus: Restrict debug prints to debug builds
2018-08-10Merge pull request #20889 from godotengine/revert-18914-masterJuan Linietsky
Revert "added get_creation_time function for gdscript"
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
added get_creation_time function for gdscript
2018-08-10Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188Juan Linietsky
2018-08-10apply a threshold for floor angle, fixes #16037, fixes #15632Juan Linietsky
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
Allow some non-integer built-in constants in gdscript
2018-08-10Merge pull request #15536 from poke1024/fix3327Juan Linietsky
Fix SortArray crashing with bad comparison functions
2018-08-10Merge pull request #20842 from marcelofg55/osx_build_errNoshyaar
Fix clang compile error
2018-08-09Merge pull request #20585 from MarianoGnu/tileset_editorJuan Linietsky
New TileSet Editor