aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | -removed resources dock, good bye old friendJuan Linietsky2015-09-018-26/+401
* | | | | | | | | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-302-1/+74
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | make moving up&down items from the autoload list workJuan Linietsky2015-08-301-9/+40
* | | | | | | | -fix compile issue (pow)Juan Linietsky2015-08-302-4/+38
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | -Properly keep animation editor and viewport state while switching scene tabsJuan Linietsky2015-08-294-1/+67
* | | | | | | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-295-1/+15
* | | | | | | -added hints to sprite v/hframes, fixes truncation problemJuan Linietsky2015-08-292-2/+4
* | | | | | | make sure array is created if not existing, as noted by Guilherme FelipeJuan Linietsky2015-08-253-4/+12
* | | | | | | Show documentation for properties on hover.Juan Linietsky2015-08-253-0/+62
* | | | | | | Ability to edit all kinds of arrays from the property editor.Juan Linietsky2015-08-253-9/+363
| |_|_|_|_|/ |/| | | | |
* | | | | | Multiple, simultaneous node editing spuport!!Juan Linietsky2015-08-259-10/+199
| |_|_|_|/ |/| | | |
* | | | | missing type iconJuan Linietsky2015-08-241-0/+0
* | | | | beautiful visual menu to change anchorsJuan Linietsky2015-08-2421-0/+140
* | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-08-233-3/+27
|\| | | |
| * | | | Merge pull request #2316 from StraToN/clearconsoleJuan Linietsky2015-08-083-3/+27
| |\ \ \ \
| | * | | | Damnit, forgot one more debug line ><Julian Murgia - StraToN2015-07-301-1/+0
| | * | | | forgot to remove a method declaration...Julian Murgia - StraToN2015-07-301-1/+0
| | * | | | include not necessary anymoreJulian Murgia - StraToN2015-07-301-1/+0
| | * | | | Added automatic clear output on Play in Godot SettingsJulian Murgia - StraToN2015-07-303-6/+17
| | * | | | Added "Clear" button top right of output debug console in editorJulian Murgia - StraToN2015-07-292-0/+16
| | |/ / /
* | / / / **WARNING BEFORE PULLING**Juan Linietsky2015-08-2316-233/+1846
|/ / / /
* | | | -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-0612-57/+149
* | | | more debugger fixesJuan Linietsky2015-08-043-0/+16
* | | | error debuggerJuan Linietsky2015-08-042-0/+138
| |_|/ |/| |
* | | live debug fixesJuan Linietsky2015-08-023-13/+14
* | | Live edit WORK IN PROGRESSJuan Linietsky2015-08-0210-10/+502
* | | Merge pull request #2248 from romulox-x/colladaImagePathJuan Linietsky2015-07-271-2/+2
|\ \ \
| * | | when copy images enabled, 'images' path prefix was only being written to file...romulox_x2015-07-091-2/+2
| |/ /
* | | QOL, script buttons in scene tabsJuan Linietsky2015-07-265-2/+37
* | | -added icons for root node types on tabsJuan Linietsky2015-07-243-1/+24
|/ /
* | Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-297-16/+16
* | improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-263-1/+90
* | added a tiny bit more space to docks and script tabJuan Linietsky2015-06-244-2/+5
* | fix connection dialog bugJuan Linietsky2015-06-241-2/+2
* | added ability to define signals in scriptJuan Linietsky2015-06-241-46/+102
* | CollisionShape2D visual editorFranklin Sobrinho2015-06-233-0/+608
* | Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky2015-06-231-0/+1
|\ \
| * | set initial flag 'show_hidden_files' for file dialogs in project manager init...tommy32015-05-141-0/+1
* | | Merge pull request #2070 from Krzycho666/AnimationPlayer_fixJuan Linietsky2015-06-221-1/+2
|\ \ \
| * | | fixed problem with crashing godot when changing number of steps while no anim...krzycho2015-06-111-1/+2
| | |/ | |/|
* | | Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky2015-06-221-2/+13
|\ \ \
| * | | Script editor: restore line/column after script reloadsanikoyes2015-06-161-2/+13
* | | | Merge pull request #2132 from gber/masterJuan Linietsky2015-06-221-1/+1
|\ \ \ \
| * | | | Fix typo that produced invalid markup for imagesGuido Berhoerster2015-06-201-1/+1
* | | | | Merge pull request #2144 from Krzycho666/UndoRedo_fixJuan Linietsky2015-06-221-0/+1
|\ \ \ \ \
| * | | | | - added GDscript bidings for UndoRedo class mechanizmkrzycho2015-06-211-0/+1
| |/ / / /
* | | | | Small fixes for Grid/Tile map editor paletteFranklin Sobrinho2015-06-221-13/+14
* | | | | Grid/Tile map editor new item paletteFranklin Sobrinho2015-06-222-37/+97
* | | | | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-2216-248/+949
|/ / / /
* | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-1611-52/+569
|\| | |