aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky2016-01-033-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
* | | | | | Added var2bytes and bytes2var to convet any variable to bytes and back. ↵Juan Linietsky2016-01-021-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Closes #2075
* | | | | | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky2016-01-022-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | bugs, closes #2115
* | | | | | -Ability to roll-back script-exported properties to their default value on ↵Juan Linietsky2016-01-022-49/+123
|/ / / / / | | | | | | | | | | | | | | | the script, closes #2128
* | | | | Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-022-0/+2
| | | | |
* | | | | fixed uninitialized tool mode in path 2d editorJuan Linietsky2016-01-021-0/+1
| | | | |
* | | | | Support BMFont in font editor plugin, closes #2204Juan Linietsky2016-01-021-0/+22
| | | | |
* | | | | -New reparent option "keep global transform" on reparent dialog. It is ↵Juan Linietsky2016-01-024-9/+52
| | | | | | | | | | | | | | | | | | | | enabled by default. Closes #2284
* | | | | Properly hide assign/clear dialog, closes #2295Juan Linietsky2016-01-021-0/+3
| | | | |
* | | | | proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-5/+8
|/ / / /
* | | | Update copyright to 2016 in headersGeorge Marques2016-01-01188-189/+189
| | | |
* | | | Make sure auto bracket completion setting always works, closes #2332Juan Linietsky2016-01-011-0/+9
| | | |
* | | | make json sub-dictionaries shared, fixes #2381Juan Linietsky2015-12-311-0/+1
| | | |
* | | | When inserting new values in array property editor, keep type of last item, ↵Juan Linietsky2015-12-311-0/+9
| | | | | | | | | | | | | | | | closes #2391
* | | | changed shortcuts to be better friends with OSX, closes #2398Juan Linietsky2015-12-311-1/+1
| | | |
* | | | properly implement save as from script editor, fixes #2415Juan Linietsky2015-12-311-2/+10
| | | |
* | | | -Fixed focus for shader editor when switching tab, closes #2551Juan Linietsky2015-12-311-5/+2
| | | |
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3112-558/+213
|\ \ \ \
| * | | | removed wron return types, fixes #2483reduz2015-12-292-502/+0
| | | | | | | | | | | | | | | | | | | | removed console, which was obsolete and unused sine long long ago
| * | | | -property change object's rotation pivot on children of scaled CanvasLayer, ↵reduz2015-12-291-2/+4
| | | | | | | | | | | | | | | | | | | | fixes #2599
| * | | | do not allow editing of tilemap if it's invisible, fixes #2601reduz2015-12-281-1/+2
| | | | |
| * | | | Fix proper ordering of project settings properties, also fixes inability to ↵reduz2015-12-281-4/+7
| | | | | | | | | | | | | | | | | | | | change order of autoloads
| * | | | -Added proper code completion for singletonsreduz2015-12-281-1/+1
| | | | |
| * | | | Ability to set autoloads as singleton global variablesreduz2015-12-282-11/+110
| | | | |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-282-2/+2
| |\ \ \ \
| | * | | | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-282-2/+2
| | |/ / / | | | | | | | | | | | | | | | | | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
| * / / / -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. ↵reduz2015-12-283-34/+70
| |/ / / | | | | | | | | | | | | Closes #2670
| * | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-267-22/+57
| |\ \ \
| | * | | Colorize Rect2 and NodePath in script editorhondres2015-12-241-0/+2
| | | | |
| * | | | -Added table support to RichTextLabelreduz2015-12-261-4/+18
| | | | | | | | | | | | | | | | | | | | -Made help more readable, closes #2851
* | | | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-312-29/+36
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | -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
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-212-5/+2
|\ \ \ \
| * | | | this failed in msvc, didn't in linux and mingwAriel Manzur2015-12-202-5/+2
| |/ / /
* / / / -Fix to progress dialog, speding it upJuan Linietsky2015-12-216-17/+53
|/ / / | | | | | | | | | | | | -Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
* | | Merge pull request #3090 from neikeq/fix_3088Rémi Verschelde2015-12-162-14/+40
|\ \ \ | | | | | | | | Fix Remove Item option in TileSet plugin
| * | | Fix Remove Item option in TileSet pluginIgnacio Etcheverry2015-12-152-14/+40
| | | |
* | | | small fix for undo redoJuan Linietsky2015-12-163-5/+20
| | | |
* | | | added labels to sections and propertiesJuan Linietsky2015-12-161-3/+16
| | | |
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-157-9/+32
|\| | |
| * | | Merge pull request #3080 from akien-mga/pr-input-presetsRémi Verschelde2015-12-151-2/+3
| |\ \ \ | | | | | | | | | | Prevent deleting input presets as it does not work
| | * | | Prevent deleting input presets as it does not workRémi Verschelde2015-12-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Follow-up of #3076. Now the only thing possible to do with input presets is to add/remove key bindings. It was already the case previously but it's now clearer in the UI.
| * | | | Merge pull request #3083 from TheHX/pr-file-dialogRémi Verschelde2015-12-156-7/+29
| |\ \ \ \ | | |/ / / | |/| | | Add editor setting for display mode on file dialog and filesystem dock
| | * | | Add editor setting for display mode on file dialog and filesystem dockFranklin Sobrinho2015-12-156-7/+29
| | | | |
* | | | | -split view of property editor and editor settingsJuan Linietsky2015-12-156-22/+218
|/ / / /
* | | | Merge pull request #3076 from neikeq/rename_actionsRémi Verschelde2015-12-146-39/+123
|\ \ \ \ | | | | | | | | | | Option to rename input actions
| * | | | Forbid renaming input presetsIgnacio Etcheverry2015-12-141-1/+2
| | | | |
| * | | | Added input actions renamingIgnacio Etcheverry2015-12-146-39/+122
| |/ / /
* / / / Avoid project manager from processing gamepad inputFranklin Sobrinho2015-12-142-0/+8
|/ / /
* | | Fix editor layouts broken after 9a7ff65Ignacio Etcheverry2015-12-141-2/+1
| | |
* | | Merge pull request #3074 from neikeq/editor_layouts_patchRémi Verschelde2015-12-142-1/+8
|\ \ \ | | | | | | | | Editor layout dialog: name field grabs focus on popup