aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | duplicate conditional checkfirefly24422015-10-181-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2639 from MarianoGnu/originJuan Linietsky2015-11-181-19/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ButtonGroup broken layout
| * | | | | | | | | Fix ButtonGroup broken layoutMarianoGNU2015-10-191-19/+17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2640 from firefly2442/settings-xml-missing-projJuan Linietsky2015-11-181-12/+19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | projects in the editor_settings.xml that are no longer found on disk will be removed
| * | | | | | | | | projects in the editor_settings.xml that are no longer found on disk will be ↵firefly24422015-10-191-12/+19
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | removed
* | | | | | | | | Merge pull request #2652 from firefly2442/fix-iconsJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix icons (default location and in demos)
| * | | | | | | | when creating project, save icon using resource location by defaultfirefly24422015-10-211-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #2676 from neikeq/inspector_history_tooltipJuan Linietsky2015-11-181-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Tooltip for the Inspector's history button
| * | | | | | | | | Tooltip for the Inspector's history buttonneikeq2015-10-251-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2679 from eska014/set-all-tileset-shapesJuan Linietsky2015-11-181-4/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add all collision shapes to a tile when converting scenes to TileSets
| * | | | | | | | | Add all collision shapes to a tile when converting scenes to TileSetseska2015-10-251-4/+8
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2693 from TheHX/memory_leakJuan Linietsky2015-11-181-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Fix small memory leak
| * | | | | | | | Fix small memory leakFranklin Sobrinho2015-10-281-1/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #2767 from akien-mga/PR-node-rename-problem2Juan Linietsky2015-11-181-4/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix node renaming bug when using the '.' character
| * | | | | | | | Fix node renaming bug when using the '.' charactersanikoyes2015-11-101-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed by making '.' (and '/') illegal character in node names when adding via the rename feature.
* | | | | | | | | *Polygon2D now updates on any modification in its point array. ShapeLine2D ↵Ovnuniarchos2015-11-181-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has now an editor.
* | | | | | | | | -Fixed default theme a littleJuan Linietsky2015-11-181-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added option to group help pages, fixes #2805
* | | | | | | | | -fixed tabsJuan Linietsky2015-11-185-69/+135
| | | | | | | | |
* | | | | | | | | missing iconsJuan Linietsky2015-11-173-0/+0
| | | | | | | | |
* | | | | | | | | -Merged Script and Help tabsJuan Linietsky2015-11-177-739/+1263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
* | | | | | | | | -better integration of ndee's themeJuan Linietsky2015-11-134-3/+4
| | | | | | | | |
* | | | | | | | | -fixes to animatedsprite used with atlasJuan Linietsky2015-11-111-4/+8
|/ / / / / / / /
* / / / / / / / -support for stereo ima-adpcm sample compression & playbackJuan Linietsky2015-11-0910-7/+229
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | -support for converting samples to ima-adpcm upon export
* | | | | | | Fix #2623Julian Murgia - StraToN2015-10-222-6/+16
| | | | | | |
* | | | | | | -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-211-1/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | -fixes to invalid disabling of commands on scene tree dock
* | | | | | -Ability to debug video memory usageJuan Linietsky2015-10-212-3/+53
| | | | | | | | | | | | | | | | | | | | | | | | -Small fix to xml saver (swapping > and <)
* | | | | | -Fixes on atlas import to save memory if mipmaps are not usedJuan Linietsky2015-10-203-4/+51
|/ / / / / | | | | | | | | | | | | | | | -Make the video memory visible to improve debugging
* | | | | -remove path after inheriting, fixes #2616Juan Linietsky2015-10-171-0/+3
| | | | |
* | | | | -Propertly restrict renaming of nodes in inherited scenes, fixes #2615Juan Linietsky2015-10-171-1/+1
| | | | |
* | | | | remove unpexpected revert button, fixes #2614Juan Linietsky2015-10-171-4/+48
| | | | |
* | | | | -Added const to a reference, should fix #2613Juan Linietsky2015-10-172-2/+2
| | | | |
* | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-174-998/+1515
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2274 from MarianoGnu/masterJuan Linietsky2015-10-174-998/+1515
| |\ \ \ \ \ | | | | | | | | | | | | | | Improve Visual Shader Editor responsiveness
| | * \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1639-4558/+6330
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp
| | * \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-303-13/+78
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Solved Conflicts: # scene/gui/spin_box.cpp # scene/gui/tree.cpp
| | * | | | | | | Add missing icons, also make MSVC2010 happyMariano Javier Suligoy2015-08-301-4/+11
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-3013-16/+522
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h
| | * | | | | | | | Compile shaders using default values.Mariano Javier Suligoy2015-08-301-8/+2
| | | | | | | | | |
| | * | | | | | | | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-294-323/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not merge these changes, default values are not compiled into shaders yet!
| | * | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-259-10/+199
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-2438-233/+1986
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-0917-60/+330
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-0311-13/+564
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Delete selected nodes with the Delete keyMariano Javier Suligoy2015-07-262-0/+42
| | | | | | | | | | | | |
| | * | | | | | | | | | | Little fix: don't create an empty undo/redo command when trying to add a ↵Mariano Javier Suligoy2015-07-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | second Input GraphNode
| | * | | | | | | | | | | Duplicate GraphNode(s) [Control+D]Mariano Javier Suligoy2015-07-252-3/+42
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix tab indentMariano Javier Suligoy2015-07-202-1808/+1808
| | | | | | | | | | | | |
| | * | | | | | | | | | | Select and move multiple nodes at onceMariano Javier Suligoy2015-07-192-1789/+1806
| | | | | | | | | | | | |
| | * | | | | | | | | | | Use popup menu to add new nodes to the shader graph editor in the last ↵Mariano Javier Suligoy2015-07-162-16/+27
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicked location.
* | | | | | | | | | | | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610Juan Linietsky2015-10-171-1/+1
| | | | | | | | | | | |