summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-18Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions
2016-03-18Merge pull request #4087 from demolitions/masterRémi Verschelde
Fix for #4014
2016-03-18Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions
2016-03-18Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde
Allow select multiple files in ResourcePreloaderEditor
2016-03-18Merge pull request #4086 from Paulb23/toggle_draw_tabsRémi Verschelde
Option to toggle tab drawing
2016-03-18Option to toggle tab drawingPaulb23
2016-03-18Rename path to pathssanikoyes
2016-03-18Merge pull request #4071 from Razzlegames/getUnixTimeFromDateTimeRémi Verschelde
Add function to convert Datetime from a dictionary to Epoch
2016-03-18Merge pull request #4083 from SaracenOne/tree_control_cursor_fixRémi Verschelde
Fix cursor getting locked on tree control
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ↵Saracen
numerical element.
2016-03-17Merge pull request #4082 from Paulb23/word_highlightingRémi Verschelde
Fixes for Word highlighting
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-17Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde
Highlight all occurrences of selected word
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce
- Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038
2016-03-17Allow select multiple files in ResourcePreloaderEditorsanikoyes
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-16Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde
Fix editors panels, of the bottom panel, not resizing in some cases
2016-03-15Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde
Several improvements for the Tilemap editor
2016-03-15Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho
2016-03-15Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho
2016-03-15Merge pull request #4062 from neikeq/pr-issue-4060Rémi Verschelde
LineEdit/TextEdit: Add Shift+Delete shortcut for cut
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-15Merge pull request #3694 from techtonik/patch-1Rémi Verschelde
Show driver information in verbose mode
2016-03-15Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde
Ability to colourize baked lighting in real time.
2016-03-15Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde
(editor)filedialog open file and dir MODE_OPEN_ANY
2016-03-14Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde
Fix file dialog, of Particles2D plugin, showing "Error" icons
2016-03-14Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho
2016-03-14Merge pull request #4056 from TheHX/issue-1423Rémi Verschelde
Automatically create input node when creating a ShaderGraph
2016-03-14Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho
2016-03-14Automatically create input node when creating a ShaderGraphFranklin Sobrinho
2016-03-14Merge pull request #4052 from TheHX/issue-4048Rémi Verschelde
Fix crash when importing sub-scenes
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
Added configurable tab size in the text editor.
2016-03-14Fix crash when importing sub-scenesFranklin Sobrinho
2016-03-14Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho
2016-03-14Tilemap Editor: Bucket fillFranklin Sobrinho
2016-03-14Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho
2016-03-14Tilemap Editor: Line drawing and erasingFranklin Sobrinho
2016-03-14Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho
2016-03-14Added configuable tab sizePaulb23
2016-03-14(editor)filedialog mode open anyAlexander Holland
2016-03-14Merge pull request #4046 from bdero/bdero/blender-export-light-sizeRémi Verschelde
Correct spot light size conversion in Blender exporter.
2016-03-13Correct spot light size conversion in Blender exporter.Brandon DeRosier
The collada falloff angle is the angle from the center of the spot light projection, whereas Blender's point light size is the angle from one side to the opposite, meaning it's twice as much.
2016-03-13Merge pull request #4035 from TheHX/item-listRémi Verschelde
Add icon region support for ItemList
2016-03-13Merge pull request #4040 from SaracenOne/text_editor_undo_fixRémi Verschelde
Undo and Redo Text Editor Fix
2016-03-13Merge pull request #4027 from Razzlegames/fixMonthConsistencyRémi Verschelde
Fixes the month consistency issue in enums (OS::Month) and get_date etc
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025
2016-03-13Undo and redo commands on text editor now affect internal version which ↵Saracen
fixes inconsistent file saving validation.
2016-03-13Add icon region support for ItemListFranklin Sobrinho