| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -wip on addon editor | Juan Linietsky | 2016-02-29 | 1 | -0/+2 |
| | | | | | -fixes instantiable subclasses not working, as reported in #3871 | ||||
| * | Adds EditorPlugin::remove_control_from_bottom_panel() | Zher Huei Lee | 2016-02-28 | 1 | -0/+22 |
| | | | | | | | 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 | 1 | -3/+181 |
| | | | | | | | 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! | ||||
| * | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | 2016-02-27 | 1 | -0/+4 |
| | | | | | 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 | ||||
| * | Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810 | Julian Murgia - StraToN | 2016-02-24 | 1 | -1/+1 |
| | | |||||
| * | Added a setting in editor defining scene tabs close button policy. Fixes #3777 | Julian Murgia - StraToN | 2016-02-20 | 1 | -1/+5 |
| | | | | | | | global/always_show_close_button_in_scene_tabs Default = OFF --> Close button only on active tab ON --> Close button on all tabs | ||||
| * | Keep 'Play custom scene' button unpressed when not running | Ignacio Etcheverry | 2016-02-18 | 1 | -0/+1 |
| | | |||||
| * | Remove unimplemented SceneAnimationImport plugin from menu | Rémi Verschelde | 2016-02-17 | 1 | -1/+2 |
| | | | | | | The code structure is still available if someone wanted to implement it. Issue #3667 will be kept as a reminder for the added todo. | ||||
| * | Added option to restart custom scene | Ignacio Etcheverry | 2016-02-17 | 1 | -4/+18 |
| | | |||||
| * | Fix _quick_run method (Play custom scene) | Ignacio Etcheverry | 2016-02-17 | 1 | -2/+2 |
| | | |||||
| * | export from command line | Ariel Manzur | 2016-02-10 | 1 | -0/+10 |
| | | |||||
| * | -Property apply limits to V/H Splits in main editor window. Fixes #3567 | Juan Linietsky | 2016-02-08 | 1 | -14/+11 |
| | | |||||
| * | Fix animation toolbar | Franklin Sobrinho | 2016-01-27 | 1 | -0/+1 |
| | | |||||
| * | defer project export filesystem update if not visible | Juan Linietsky | 2016-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3435 from neikeq/output_focus_steal | Juan Linietsky | 2016-01-25 | 1 | -0/+10 |
| |\ | | | | | Fix Output panel annoying focus steal | ||||
| | * | Fix Output panel annoying focus steal | Ignacio Etcheverry | 2016-01-24 | 1 | -0/+10 |
| | | | |||||
| * | | -Fixes a bunch of stdout errors, closes #2763 closes #2731 | Juan Linietsky | 2016-01-23 | 1 | -4/+4 |
| | | | |||||
| * | | -Fixed revert scene, should work proprely now, fixes #2782 | Juan Linietsky | 2016-01-23 | 1 | -2/+15 |
| |/ | |||||
| * | EditorNode: Ignore unhandled input if there is a dialog visible | Ignacio Etcheverry | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 1 | -163/+207 |
| | | | | | -Added a bottom menu list | ||||
| * | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | 2016-01-16 | 1 | -1/+2 |
| | | | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so! | ||||
| * | Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dock | Rémi Verschelde | 2016-01-15 | 1 | -134/+0 |
| |\ | | | | | Moved subscene creation from scene menu to an icon on the scene dock | ||||
| | * | Moved subscene creation from scene menu to an icon on the scene dock | Rémi Verschelde | 2015-11-27 | 1 | -134/+0 |
| | | | | | | | | | | | Based on @Fiona's PR #2220. The previous "subscene" concept is also renamed to "new scene", as those subscene are just like regular scenes. | ||||
| * | | Merge pull request #3329 from SaracenOne/color_ramp_fix | Rémi Verschelde | 2016-01-15 | 1 | -1/+2 |
| |\ \ | | | | | | | Color Ramp Editor Plugin Fix | ||||
| | * | | Fixed color ramp editor plugin to allow editing color ramps while in the ↵ | Saracen | 2016-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | spatial editor. | ||||
| * | | | properly export sample compression type option | Juan Linietsky | 2016-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | -Make sure scenes properly update when switching tabs, even if sub-instances ↵ | Juan Linietsky | 2016-01-14 | 1 | -1/+12 |
| | | | | | | | | | | | | | changed. Fixes #3201 | ||||
| * | | | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | 2016-01-13 | 1 | -1/+2 |
| |/ / | |||||
| * | | Merge pull request #3320 from neikeq/ed_layouts_default | Rémi Verschelde | 2016-01-11 | 1 | -29/+31 |
| |\ \ | | | | | | | Allow to override the default editor layout | ||||
| | * | | Allow to override the default editor layout | Ignacio Etcheverry | 2016-01-11 | 1 | -29/+31 |
| | | | | |||||
| * | | | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #3276 from TheHX/pr-quick-open | Rémi Verschelde | 2016-01-11 | 1 | -10/+17 |
| |\ \ | | | | | | | Quick open now can open multiple scenes and scripts | ||||
| | * | | Quick open now can open multiple scenes and scripts | Franklin Sobrinho | 2016-01-08 | 1 | -10/+17 |
| | | | | |||||
| * | | | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | texture state. Fixes #3102 | ||||
| * | | | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | 2016-01-10 | 1 | -0/+4 |
| | | | | |||||
| * | | | wrong extensions shown when saving resources fixed | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix some error messages | Franklin Sobrinho | 2016-01-09 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge pull request #3280 from neikeq/issue_3227 | Rémi Verschelde | 2016-01-08 | 1 | -5/+10 |
| |\ \ \ | | | | | | | | | Fix TileSet not refreshed after exporting without merge | ||||
| | * | | | Fix TileSet not refreshed after exporting without merge | Ignacio Etcheverry | 2016-01-08 | 1 | -5/+10 |
| | |/ / | |||||
| * / / | Scene->Close scene: ask confirmation only when unsaved changes | Ignacio Etcheverry | 2016-01-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3208 from nounoursheureux/master | Rémi Verschelde | 2016-01-06 | 1 | -4/+6 |
| |\ \ | | | | | | | You can now create an inherited scene based on an already opened scene | ||||
| | * | | You can create an inherited scene based on an already opened scene. | Nounours Heureux | 2016-01-06 | 1 | -4/+6 |
| | | | | |||||
| * | | | Merge pull request #3187 from neikeq/fix_3186 | Rémi Verschelde | 2016-01-06 | 1 | -6/+8 |
| |\ \ \ | | | | | | | | | Fix editor layout saving | ||||
| | * | | | Fix editor layout saving | Ignacio Etcheverry | 2016-01-01 | 1 | -6/+8 |
| | |/ / | |||||
| * | | | Merge pull request #3219 from nounoursheureux/change_subscene_string | Rémi Verschelde | 2016-01-06 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Change Import > Sub-Scene to Import > Node from scene | ||||
| | * | | | Change Import > Sub-Scene to Import > Node from scene | Nounours Heureux | 2016-01-03 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵ | Juan Linietsky | 2016-01-03 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040 | ||||
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | changed shortcuts to be better friends with OSX, closes #2398 | Juan Linietsky | 2015-12-31 | 1 | -1/+1 |
| | | | |||||
