aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1643-5034/+8123
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-303-13/+78
| | |\ \ \ \ \ \
| | * | | | | | | 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
| | |\ \ \ \ \ \ \
| | * | | | | | | | Compile shaders using default values.Mariano Javier Suligoy2015-08-301-8/+2
| | * | | | | | | | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-294-323/+727
| | * | | | | | | | 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 seco...Mariano Javier Suligoy2015-07-251-0/+3
| | * | | | | | | | | | | 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 clicke...Mariano Javier Suligoy2015-07-162-16/+27
| | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
* | | | | | | | | | | | -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 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.Peace Sells2015-07-091-0/+1
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #2357 from volzhs/prevent-to-change-tool-modeJuan Linietsky2015-10-171-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | update scene tabs on save - fixAlexander Holland2015-08-121-1/+1
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky2015-10-172-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Added close button to tab. Added 4 display policies for this close button (sh...Julian Murgia - StraToN2015-08-182-0/+16
| | |/ / / / / / / / / / /
* | | | | | | | | | | | | 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 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 optionSergey Lapin2015-09-181-5/+0
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #2549 from shackra/docdump-openprojJuan Linietsky2015-10-174-0/+632
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Merge pull request #2555 from jackmakesthings/class-reference-formattingJuan Linietsky2015-10-171-6/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold2015-09-291-6/+20
| * | | | | | | | | | | | | | | Merge pull request #2569 from TheHX/issue_2567Juan Linietsky2015-10-171-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-1017-4773/+5633
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Large improvements on scene packing and managementreduz2015-10-108-76/+255
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | misc cleanupJuan Linietsky2015-10-174-4/+5
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | newline fixesreduz2015-10-084-4753/+4753
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |