Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-21 | Syntax highlighting for numbers | Paulb23 | |
2016-03-20 | Merge pull request #4033 from akien-mga/pr-sample-lib-stop-button | Rémi Verschelde | |
Add stop and delete buttons to sample library (supersedes #3339) | |||
2016-03-18 | Fixes #3942 - Throws an error when exporting for X11 with no filename | demolitions | |
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 | Option to toggle tab drawing | Paulb23 | |
2016-03-18 | Rename path to paths | sanikoyes | |
2016-03-17 | Merge pull request #4076 from Paulb23/word_highlighting | Rémi Verschelde | |
Highlight all occurrences of selected word | |||
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 #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 | Fix file dialog, of Particles2D plugin, showing "Error" icons | 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-13 | Remove redundant buttons | Rémi Verschelde | |
Now the Load button is alone on its line, we probably need to find it a better place. | |||
2016-03-13 | Add stop and delete buttons to sample library | Rémi Verschelde | |
Based on the work by @rdcklinux in #3339. The play button becomes a stop button while playing. A delete button is added in the last column. | |||
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 #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 | TileSet Export: Avoid invalid error when merge is enabled but file does not ↵ | Ignacio Etcheverry | |
exist | |||
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz | |
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | |
fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||
2016-03-09 | fix possible crash in tools/editor/editor_import_export.cpp | Hubert Jarosz | |
da could be NULL, and dereferencing NULL could lead to crash | |||
2016-03-09 | fix possible crash in tools/editor/spatial_editor_gizmos.cpp | Hubert Jarosz | |
spatial_node and base where uninitialized, which could lead to crash | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | |
Enabled scrolling past end of file in text editor. | |||
2016-03-07 | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | |
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||
2016-03-07 | Enabled scrolling past end of file | Paulb23 | |
2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | |
2016-03-06 | Merge pull request #3927 from TheHX/issue-3645 | Rémi Verschelde | |
Added search box in Class List dialog (Script Editor) | |||
2016-03-06 | Merge pull request #3932 from TheHX/issue-807 | Rémi Verschelde | |
The help page now show the entire object hierarchy | |||
2016-03-05 | The help page now show the entire object hierarchy | Franklin Sobrinho | |
2016-03-05 | Removed "__editor_plugin_screen__" metadata creation | Franklin Sobrinho | |
2016-03-05 | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset |