Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | |
2016-01-11 | Merge pull request #3320 from neikeq/ed_layouts_default | Rémi Verschelde | |
Allow to override the default editor layout | |||
2016-01-11 | Allow to override the default editor layout | Ignacio Etcheverry | |
2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | |
2016-01-11 | Merge pull request #3276 from TheHX/pr-quick-open | Rémi Verschelde | |
Quick open now can open multiple scenes and scripts | |||
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | |
texture state. Fixes #3102 | |||
2016-01-10 | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | |
2016-01-10 | wrong extensions shown when saving resources fixed | Juan Linietsky | |
2016-01-09 | Fix some error messages | Franklin Sobrinho | |
2016-01-08 | Merge pull request #3280 from neikeq/issue_3227 | Rémi Verschelde | |
Fix TileSet not refreshed after exporting without merge | |||
2016-01-08 | Fix TileSet not refreshed after exporting without merge | Ignacio Etcheverry | |
2016-01-08 | Scene->Close scene: ask confirmation only when unsaved changes | Ignacio Etcheverry | |
2016-01-08 | Quick open now can open multiple scenes and scripts | Franklin Sobrinho | |
2016-01-06 | Merge pull request #3208 from nounoursheureux/master | Rémi Verschelde | |
You can now create an inherited scene based on an already opened scene | |||
2016-01-06 | You can create an inherited scene based on an already opened scene. | Nounours Heureux | |
2016-01-06 | Merge pull request #3187 from neikeq/fix_3186 | Rémi Verschelde | |
Fix editor layout saving | |||
2016-01-06 | Merge pull request #3219 from nounoursheureux/change_subscene_string | Rémi Verschelde | |
Change Import > Sub-Scene to Import > Node from scene | |||
2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵ | Juan Linietsky | |
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040 | |||
2016-01-03 | Change Import > Sub-Scene to Import > Node from scene | Nounours Heureux | |
2016-01-01 | Fix editor layout saving | Ignacio Etcheverry | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-31 | changed shortcuts to be better friends with OSX, closes #2398 | Juan Linietsky | |
2015-12-31 | properly implement save as from script editor, fixes #2415 | Juan Linietsky | |
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | |
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format | |||
2015-12-21 | -Fix to progress dialog, speding it up | Juan Linietsky | |
-Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya | |||
2015-12-15 | Merge pull request #3083 from TheHX/pr-file-dialog | Rémi Verschelde | |
Add editor setting for display mode on file dialog and filesystem dock | |||
2015-12-15 | Add editor setting for display mode on file dialog and filesystem dock | Franklin Sobrinho | |
2015-12-14 | Added input actions renaming | Ignacio Etcheverry | |
2015-12-14 | Fix editor layouts broken after 9a7ff65 | Ignacio Etcheverry | |
2015-12-13 | -scenes are properly reloaded when a dependency changes, fixes #2896 | Juan Linietsky | |
(it's clevery done so local changes to scenes are kept even if unsaved) | |||
2015-12-13 | Merge pull request #3047 from eska014/fix-play-project-button | Rémi Verschelde | |
Fix "Play Project" button icon | |||
2015-12-09 | -ability to change scripts in external editor and still have properties ↵ | Juan Linietsky | |
reloaded in godot UI, fixes #3003 | |||
2015-12-08 | Merge pull request #2873 from neikeq/editor_layouts | Juan Linietsky | |
Editor layouts menu | |||
2015-12-08 | Fix "Play Project" button | eska | |
2015-12-06 | Better hidden folders display preferences for editor file dialogs | Franklin Sobrinho | |
2015-12-04 | Fix 'Save Scene' doing nothing on new scenes | neikeq | |
2015-12-04 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-04 | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵ | Juan Linietsky | |
process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster | |||
2015-12-03 | Fix editor crash after closing scene with certain types of nodes | Franklin Sobrinho | |
2015-11-29 | -orphan resource explorer dialog + tools menu | Juan Linietsky | |
2015-11-28 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-11-28 | -Fixed bug with scene inheritance, should work again | Juan Linietsky | |
-Proper .tscn and .tres parsing, should work, please test well! | |||
2015-11-25 | Editor layouts menu | neikeq | |
2015-11-25 | Merge pull request #2910 from est31/export_error_on_headless | Rémi Verschelde | |
Print errors to console when exporting | |||
2015-11-25 | Print errors to console when exporting | est31 | |
Now you the errors when exporting via godot server binary. When exporting via non-headless godot, it is useful to have the error on the console as well. Also exit and print a list of valid export platforms when the supplied platform was not found. | |||
2015-11-25 | Put 2D, 3D and Script editor index in enum | neikeq | |
To avoid invalid index out of bounds mistakes. | |||
2015-11-25 | Fix switching between 2D/3D/Script | neikeq | |
2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | |
- Add search bar to Inspector tab and to Project and Editor settings dialog | |||
2015-11-20 | Merge pull request #2825 from StraToN/fix-tabclose-confirmation | Juan Linietsky | |
Ask confirmation on closing a scene tab | |||
2015-11-19 | fix with refactoring, refrash re-run icon | Alexander Holland | |