Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | Merge pull request #4076 from Paulb23/word_highlighting | Rémi Verschelde | |
Highlight all occurrences of selected word | |||
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 | |
2016-03-12 | Merge pull request #3956 from SaracenOne/receive_shadow_flag_fix | Rémi Verschelde | |
Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances. | |||
2016-03-12 | Remove undefined binds | Rémi Verschelde | |
Bug introduced by 6eb4812 | |||
2016-03-12 | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ↵ | Saracen | |
now correctly disables shadows from affecting the instance. | |||
2016-03-12 | Merge pull request #3215 from SaracenOne/borderless_windows | Rémi Verschelde | |
Borderless windows | |||
2016-03-12 | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | |
now also centred. | |||
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-03-12 | -more progress to asset sharing client, but still disabled by default | Juan Linietsky | |
2016-03-11 | Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3d | Rémi Verschelde | |
Fix link error when disable_3d=yes | |||
2016-03-11 | Merge pull request #4011 from neikeq/fix_regr_3280 | Rémi Verschelde | |
TileSet Export: Avoid invalid error when merge is enabled but file doesn't exist | |||
2016-03-11 | Fix link error when disable_3d=yes | sanikoyes | |
2016-03-11 | TileSet Export: Avoid invalid error when merge is enabled but file does not ↵ | Ignacio Etcheverry | |
exist | |||
2016-03-10 | Merge pull request #4007 from bojidar-bg/PR-fix-controls | Rémi Verschelde | |
Fix a crash when running a game with Controls with a tools build | |||
2016-03-10 | Fix a crash when running a game with Controls with a tools build | Bojidar Marinov | |
Regression from #3997 TOOLS_ENABLED is defined, even when running from editor, but EDITOR_DEF SEGFAULTs | |||
2016-03-10 | Merge pull request #3865 from Marqin/coverity | Rémi Verschelde | |
[Coverity] fixed 11 of 537 potential bugs found by Coverity | |||
2016-03-10 | Merge pull request #3934 from Razzlegames/epocConvert | Rémi Verschelde | |
Added epoc to dictionary converter (for human readable display when only given an epoc time) |