aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1643-5034/+8123
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-0312-15/+566
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-175-4/+25
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2053 from rodolforg/fix-import-button-labelJuan Linietsky2015-10-171-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Small fix for Import Game dialog labels
| | * | | | | | | | | | | Small fix for Import Game dialog labelsRodolfo Ribeiro Gomes2015-06-081-3/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2250 from PeaceSells50/AddedGridMapSettingsJuan Linietsky2015-10-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added GridMap settings which allows the user to enter a pick distance.
| | * | | | | | | | | | | | Added GridMap settings which allows the user to enter a pick distance.Peace Sells2015-07-091-0/+1
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2357 from volzhs/prevent-to-change-tool-modeJuan Linietsky2015-10-171-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent to change tool mode when control key is pressed
| | * | | | | | | | | | | | remove shift key check because shift + v in use with tool modevolzhs2015-08-111-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | prevent to change tool mode when control or shift key is pressedvolzhs2015-08-111-0/+3
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky2015-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [UI-FIX] - Update scene tabs on save
| | * | | | | | | | | | | | update scene tabs on save - fixAlexander Holland2015-08-121-1/+1
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky2015-10-172-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tab close button + display policies + application on Scenes Tabs
| | * | | | | | | | | | | | Added close button to tab. Added 4 display policies for this close button ↵Julian Murgia - StraToN2015-08-182-0/+16
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (show always, show never, show active tab only, show hover). Set the scene tabs in editor to follow the hover policy.
* | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1716-88/+941
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ran cppcheck, found unused variables
| | * | | | | | | | | | | | ran cppcheck, found unused variablesfirefly24422015-09-161-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #2488 from slapin/remove-unimplemented-exporter-optionJuan Linietsky2015-10-171-5/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove of use_exclude_ctrl_bones option
| | * | | | | | | | | | | | | Remove of use_exclude_ctrl_bones optionSergey Lapin2015-09-181-5/+0
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use_exclude_ctrl_bones option is not implemented. This option is supposed to filter-out unneeded skeleton bones. This option was never implemented (in repository) and confuses users that feature exists. This commit removes this option as this option implementation is not happenning any time soon and claim it exists confuses users into thinking the feature is supported. Closes #2476
| * | | | | | | | | | | | | Merge pull request #2549 from shackra/docdump-openprojJuan Linietsky2015-10-174-0/+632
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation Converter from XML to Open Project wiki markup format
| | * | | | | | | | | | | | | Minor changes: Organizing importsJorge Araya Navarro2015-10-071-3/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Minor changesJorge Araya Navarro2015-10-071-1/+0
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Internationalization implementedJorge Araya Navarro2015-10-074-52/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify which language you want the templates translate to with the `--language` option and any choice language available. By default English is used. When class_list.xml is translated to different language than English this option will be useful to make the template language match.
| | * | | | | | | | | | | | | Refactoring some strings and ordering importsJorge Araya Navarro2015-10-061-70/+52
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | XML to Open Project Wiki implementedJorge Araya Navarro2015-09-271-35/+229
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Adding the new Python fileJorge Araya Navarro2015-09-261-0/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script works different compared to the other, for instance, it requires Python 3.x to run. It also have more sophisticate flags to run. And finally this file conforms to PEP8. This script is not finished yet, though.
| * | | | | | | | | | | | | | Merge pull request #2555 from jackmakesthings/class-reference-formattingJuan Linietsky2015-10-171-6/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Readability improvements for the in-game class reference
| | * | | | | | | | | | | | | | Small readability fixes for the in-game class reference - fixes #2515 and ↵Jack Gold2015-09-291-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #2393 (text spacing and top/left padding for the text area, respectively).
| * | | | | | | | | | | | | | | Merge pull request #2569 from TheHX/issue_2567Juan Linietsky2015-10-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | Fix bug in EditorPlugin::add_custom_control
| | * | | | | | | | | | | | | | Fix bug in EditorPlugin::add_custom_control, fixes #2567Franklin Sobrinho2015-10-041-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | -fixes and more fixes to new scene system, seems stable now..reduz2015-10-163-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!!
| * | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-1017-4773/+5633
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Large improvements on scene packing and managementreduz2015-10-108-76/+255
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
* | | | | | | | | | | | | | | | misc cleanupJuan Linietsky2015-10-174-4/+5
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | newline fixesreduz2015-10-084-4753/+4753
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |