| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-select | Rémi Verschelde | 2016-03-18 | 2 | -28/+32 | |
| |\ \ | | | | | | | Allow select multiple files in ResourcePreloaderEditor | |||||
| | * | | Rename path to paths | sanikoyes | 2016-03-18 | 2 | -4/+4 | |
| | | | | ||||||
| | * | | Allow select multiple files in ResourcePreloaderEditor | sanikoyes | 2016-03-17 | 2 | -28/+32 | |
| | | | | ||||||
| * | | | Option to toggle tab drawing | Paulb23 | 2016-03-18 | 2 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #4076 from Paulb23/word_highlighting | Rémi Verschelde | 2016-03-17 | 2 | -0/+5 | |
| |\ \ \ | |/ / |/| | | Highlight all occurrences of selected word | |||||
| | * | | Highlight all occurrences of selected word | Paulb23 | 2016-03-16 | 2 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #4065 from TheHX/issue-4058 | Rémi Verschelde | 2016-03-16 | 3 | -3/+7 | |
| |\ \ \ | |/ / |/| | | Fix editors panels, of the bottom panel, not resizing in some cases | |||||
| | * | | Fix editors panels, of the bottom panel, not resizing in some cases | Franklin Sobrinho | 2016-03-15 | 3 | -3/+7 | |
| | |/ | ||||||
| * | | Merge pull request #4006 from TheHX/tilemap-editor | Rémi Verschelde | 2016-03-15 | 2 | -455/+883 | |
| |\ \ | | | | | | | Several improvements for the Tilemap editor | |||||
| | * | | Tilemap Editor: Fix some last issues of PR-4006 | Franklin Sobrinho | 2016-03-15 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Tilemap Editor: Use ItemList::set_item_icon_region in tile palette | Franklin Sobrinho | 2016-03-14 | 1 | -9/+3 | |
| | | | | ||||||
| | * | | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit" | Franklin Sobrinho | 2016-03-14 | 2 | -66/+38 | |
| | | | | ||||||
| | * | | Tilemap Editor: Bucket fill | Franklin Sobrinho | 2016-03-14 | 2 | -18/+136 | |
| | | | | ||||||
| | * | | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistencies | Franklin Sobrinho | 2016-03-14 | 2 | -104/+115 | |
| | | | | ||||||
| | * | | Tilemap Editor: Line drawing and erasing | Franklin Sobrinho | 2016-03-14 | 2 | -9/+133 | |
| | | | | ||||||
| | * | | Tilemap Editor: Rectangle drawing/erasing and small improvements | Franklin Sobrinho | 2016-03-14 | 2 | -412/+620 | |
| | |/ | ||||||
| * | | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde | 2016-03-15 | 2 | -7/+8 | |
| |\ \ | | | | | | | (editor)filedialog open file and dir MODE_OPEN_ANY | |||||
| | * | | (editor)filedialog mode open any | Alexander Holland | 2016-03-14 | 2 | -7/+8 | |
| | | | | ||||||
| * | | | Merge pull request #4057 from TheHX/particles-plugin | Rémi Verschelde | 2016-03-14 | 2 | -17/+17 | |
| |\ \ \ | | | | | | | | | Fix file dialog, of Particles2D plugin, showing "Error" icons | |||||
| | * | | | Fix file dialog, of Particles2D plugin, showing "Error" icons | Franklin Sobrinho | 2016-03-14 | 2 | -17/+17 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4052 from TheHX/issue-4048 | Rémi Verschelde | 2016-03-14 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Fix crash when importing sub-scenes | |||||
| | * | | | Fix crash when importing sub-scenes | Franklin Sobrinho | 2016-03-14 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | 2016-03-14 | 2 | -0/+5 | |
| |\ \ \ | |/ / |/| | | Added configurable tab size in the text editor. | |||||
| | * | | Added configuable tab size | Paulb23 | 2016-03-14 | 2 | -0/+5 | |
| | | | | ||||||
| * | | | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 15 | -30/+836 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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. | |||||
| * | | | -more progress to asset sharing client, but still disabled by default | Juan Linietsky | 2016-03-12 | 2 | -3/+93 | |
| |/ / | ||||||
| * | | Merge pull request #4011 from neikeq/fix_regr_3280 | Rémi Verschelde | 2016-03-11 | 1 | -14/+11 | |
| |\ \ | |/ |/| | TileSet Export: Avoid invalid error when merge is enabled but file doesn't exist | |||||
| | * | TileSet Export: Avoid invalid error when merge is enabled but file does not ↵ | Ignacio Etcheverry | 2016-03-11 | 1 | -14/+11 | |
| | | | | | | | | | exist | |||||
| * | | fix six possible "divide by zero" | Hubert Jarosz | 2016-03-09 | 3 | -7/+10 | |
| | | | ||||||
| * | | fix two reading uninitialized pointers | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||||
| * | | fix possible crash in tools/editor/editor_import_export.cpp | Hubert Jarosz | 2016-03-09 | 1 | -2/+1 | |
| | | | | | | | | | da could be NULL, and dereferencing NULL could lead to crash | |||||
| * | | fix possible crash in tools/editor/spatial_editor_gizmos.cpp | Hubert Jarosz | 2016-03-09 | 2 | -3/+2 | |
| | | | | | | | | | spatial_node and base where uninitialized, which could lead to crash | |||||
| * | | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 54 | -466/+466 | |
| | | | ||||||
| * | | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | 2016-03-08 | 2 | -0/+4 | |
| |\ \ | | | | | | | Enabled scrolling past end of file in text editor. | |||||
| | * | | Enabled scrolling past end of file | Paulb23 | 2016-03-07 | 2 | -0/+4 | |
| | | | | ||||||
| * | | | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | 2016-03-07 | 2 | -8/+8 | |
| |/ / | | | | | | | | | | | | | shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||||
| * / | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | 2016-03-06 | 3 | -27/+80 | |
| |/ | ||||||
| * | Merge pull request #3927 from TheHX/issue-3645 | Rémi Verschelde | 2016-03-06 | 3 | -11/+93 | |
| |\ | | | | | Added search box in Class List dialog (Script Editor) | |||||
| | * | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho | 2016-03-05 | 3 | -11/+93 | |
| | | | ||||||
| * | | Merge pull request #3932 from TheHX/issue-807 | Rémi Verschelde | 2016-03-06 | 1 | -2/+52 | |
| |\ \ | | | | | | | The help page now show the entire object hierarchy | |||||
| | * | | The help page now show the entire object hierarchy | Franklin Sobrinho | 2016-03-05 | 1 | -2/+52 | |
| | |/ | ||||||
| * / | Removed "__editor_plugin_screen__" metadata creation | Franklin Sobrinho | 2016-03-05 | 1 | -19/+0 | |
| |/ | ||||||
| * | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 2016-03-04 | 8 | -9/+982 | |
| | | | | | -New HTTPRequest node, to make HTTP requests simpler. | |||||
| * | Add editor settings for call hint placement | Martin Chuckeles | 2016-03-04 | 2 | -0/+9 | |
| | | | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||||
| * | -wip on addon editor | Juan Linietsky | 2016-02-29 | 3 | -0/+119 | |
| | | | | | -fixes instantiable subclasses not working, as reported in #3871 | |||||
| * | Adds EditorPlugin::remove_control_from_bottom_panel() | Zher Huei Lee | 2016-02-28 | 4 | -3/+35 | |
| | | | | | | | Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too. | |||||
| * | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | 2016-02-27 | 27 | -587/+814 | |
| | | | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | |||||
| * | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | 2016-02-27 | 1 | -5/+21 | |
| | | ||||||
| * | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | 2016-02-27 | 12 | -15/+167 | |
| | | | | | but feedback welcome! | |||||
| * | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | 2016-02-25 | 1 | -2/+3 | |
| | | | | | fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager | |||||
