Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-18 | Fixes #3942 - Throws an error when exporting for X11 with no filename | demolitions | |
2016-03-18 | Merge pull request #4087 from demolitions/master | Rémi Verschelde | |
Fix for #4014 | |||
2016-03-18 | Fix for #4014, changed to 2 instead of 3 chars to trigger search | demolitions | |
2016-03-18 | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-select | Rémi Verschelde | |
Allow select multiple files in ResourcePreloaderEditor | |||
2016-03-18 | Merge pull request #4086 from Paulb23/toggle_draw_tabs | Rémi Verschelde | |
Option to toggle tab drawing | |||
2016-03-18 | Option to toggle tab drawing | Paulb23 | |
2016-03-18 | Rename path to paths | sanikoyes | |
2016-03-18 | Merge pull request #4071 from Razzlegames/getUnixTimeFromDateTime | Rémi Verschelde | |
Add function to convert Datetime from a dictionary to Epoch | |||
2016-03-18 | Merge pull request #4083 from SaracenOne/tree_control_cursor_fix | Rémi Verschelde | |
Fix cursor getting locked on tree control | |||
2016-03-17 | Fix cursor getting locked on tree control if tree is cleared while modifying ↵ | Saracen | |
numerical element. | |||
2016-03-17 | Merge pull request #4082 from Paulb23/word_highlighting | Rémi Verschelde | |
Fixes for Word highlighting | |||
2016-03-17 | Fixed highlighting when word occurs as substring first | Paulb23 | |
2016-03-17 | Fixed highliting with shift and mouse | Paulb23 | |
2016-03-17 | Merge pull request #4076 from Paulb23/word_highlighting | Rémi Verschelde | |
Highlight all occurrences of selected word | |||
2016-03-16 | Add function to convert Date time from a dictionary to Epoch | Kyle 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-17 | Allow select multiple files in ResourcePreloaderEditor | sanikoyes | |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 | |
2016-03-16 | Merge pull request #4065 from TheHX/issue-4058 | Rémi Verschelde | |
Fix editors panels, of the bottom panel, not resizing in some cases | |||
2016-03-15 | Merge pull request #4006 from TheHX/tilemap-editor | Rémi Verschelde | |
Several improvements for the Tilemap editor | |||
2016-03-15 | Fix editors panels, of the bottom panel, not resizing in some cases | Franklin Sobrinho | |
2016-03-15 | Tilemap Editor: Fix some last issues of PR-4006 | Franklin Sobrinho | |
2016-03-15 | Merge pull request #4062 from neikeq/pr-issue-4060 | Rémi Verschelde | |
LineEdit/TextEdit: Add Shift+Delete shortcut for cut | |||
2016-03-15 | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | |
2016-03-15 | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | |
2016-03-15 | Merge pull request #3694 from techtonik/patch-1 | Rémi Verschelde | |
Show driver information in verbose mode | |||
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | |
Ability to colourize baked lighting in real time. | |||
2016-03-15 | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde | |
(editor)filedialog open file and dir MODE_OPEN_ANY | |||
2016-03-14 | Merge pull request #4057 from TheHX/particles-plugin | Rémi Verschelde | |
Fix file dialog, of Particles2D plugin, showing "Error" icons | |||
2016-03-14 | Tilemap Editor: Use ItemList::set_item_icon_region in tile palette | Franklin Sobrinho | |
2016-03-14 | Merge pull request #4056 from TheHX/issue-1423 | Rémi Verschelde | |
Automatically create input node when creating a ShaderGraph | |||
2016-03-14 | Fix file dialog, of Particles2D plugin, showing "Error" icons | Franklin Sobrinho | |
2016-03-14 | Automatically create input node when creating a ShaderGraph | Franklin Sobrinho | |
2016-03-14 | Merge pull request #4052 from TheHX/issue-4048 | Rémi Verschelde | |
Fix crash when importing sub-scenes | |||
2016-03-14 | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | |
Added configurable tab size in the text editor. | |||
2016-03-14 | Fix crash when importing sub-scenes | Franklin Sobrinho | |
2016-03-14 | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit" | Franklin Sobrinho | |
2016-03-14 | Tilemap Editor: Bucket fill | Franklin Sobrinho | |
2016-03-14 | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistencies | Franklin Sobrinho | |
2016-03-14 | Tilemap Editor: Line drawing and erasing | Franklin Sobrinho | |
2016-03-14 | Tilemap Editor: Rectangle drawing/erasing and small improvements | Franklin Sobrinho | |
2016-03-14 | Added configuable tab size | Paulb23 | |
2016-03-14 | (editor)filedialog mode open any | Alexander Holland | |
2016-03-14 | Merge pull request #4046 from bdero/bdero/blender-export-light-size | Rémi Verschelde | |
Correct spot light size conversion in Blender exporter. | |||
2016-03-13 | Correct 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-13 | Merge pull request #4035 from TheHX/item-list | Rémi Verschelde | |
Add icon region support for ItemList | |||
2016-03-13 | Merge pull request #4040 from SaracenOne/text_editor_undo_fix | Rémi Verschelde | |
Undo and Redo Text Editor Fix | |||
2016-03-13 | Merge pull request #4027 from Razzlegames/fixMonthConsistency | Rémi Verschelde | |
Fixes the month consistency issue in enums (OS::Month) and get_date etc | |||
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle 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-13 | Undo and redo commands on text editor now affect internal version which ↵ | Saracen | |
fixes inconsistent file saving validation. | |||
2016-03-13 | Add icon region support for ItemList | Franklin Sobrinho | |