summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-11-18Merge pull request #2767 from akien-mga/PR-node-rename-problem2Juan Linietsky
Fix node renaming bug when using the '.' character
2015-11-18Merge pull request #2775 from n31r0/masterJuan Linietsky
Remove of use_exclude_ctrl_bones (was removed in io_scene_dae by Serg…
2015-11-18*Polygon2D now updates on any modification in its point array. ShapeLine2D ↵Ovnuniarchos
has now an editor.
2015-11-18-Fixed default theme a littleJuan Linietsky
-Added option to group help pages, fixes #2805
2015-11-18-fixed tabsJuan Linietsky
2015-11-17missing iconsJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-11-12Remove of use_exclude_ctrl_bones (was removed in io_scene_dae by Sergey ↵Neiro
Lapin, commit 4210d5e4594fcf80bc121bccc916d411663d02bc) in godot_export_manager.py
2015-11-11-fixes to animatedsprite used with atlasJuan Linietsky
2015-11-10Fix node renaming bug when using the '.' charactersanikoyes
Fixed by making '.' (and '/') illegal character in node names when adding via the rename feature.
2015-11-09-support for stereo ima-adpcm sample compression & playbackJuan Linietsky
-support for converting samples to ima-adpcm upon export
2015-10-22Fix #2623Julian Murgia - StraToN
2015-10-21-fixes to ring buffer (fixes network error)Juan Linietsky
-fixes to invalid disabling of commands on scene tree dock
2015-10-21-Ability to debug video memory usageJuan Linietsky
-Small fix to xml saver (swapping > and <)
2015-10-20-Fixes on atlas import to save memory if mipmaps are not usedJuan Linietsky
-Make the video memory visible to improve debugging
2015-10-17-remove path after inheriting, fixes #2616Juan Linietsky
2015-10-17-Propertly restrict renaming of nodes in inherited scenes, fixes #2615Juan Linietsky
2015-10-17remove unpexpected revert button, fixes #2614Juan Linietsky
2015-10-17-Added const to a reference, should fix #2613Juan Linietsky
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17-fixes disability to remove instanced nodes when reopening scene. Fixes #2610Juan Linietsky
2015-10-17Merge pull request #2274 from MarianoGnu/masterJuan Linietsky
Improve Visual Shader Editor responsiveness
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17Merge pull request #2053 from rodolforg/fix-import-button-labelJuan Linietsky
Small fix for Import Game dialog labels
2015-10-17Merge pull request #2250 from PeaceSells50/AddedGridMapSettingsJuan Linietsky
Added GridMap settings which allows the user to enter a pick distance.
2015-10-17Merge pull request #2357 from volzhs/prevent-to-change-tool-modeJuan Linietsky
prevent to change tool mode when control key is pressed
2015-10-17Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky
[UI-FIX] - Update scene tabs on save
2015-10-17Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky
Tab close button + display policies + application on Scenes Tabs
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17misc cleanupJuan Linietsky
2015-10-17Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky
ran cppcheck, found unused variables
2015-10-17Merge pull request #2488 from slapin/remove-unimplemented-exporter-optionJuan Linietsky
Remove of use_exclude_ctrl_bones option
2015-10-17Merge pull request #2549 from shackra/docdump-openprojJuan Linietsky
Documentation Converter from XML to Open Project wiki markup format
2015-10-17Merge pull request #2555 from jackmakesthings/class-reference-formattingJuan Linietsky
Readability improvements for the in-game class reference
2015-10-17Merge pull request #2569 from TheHX/issue_2567Juan Linietsky
Fix bug in EditorPlugin::add_custom_control
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
# Solved Conflicts: # tools/editor/property_editor.cpp
2015-10-16-fixes and more fixes to new scene system, seems stable now..reduz
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!!
2015-10-10Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-10-10Large improvements on scene packing and managementreduz
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
2015-10-08newline fixesreduz
2015-10-07Minor changes: Organizing importsJorge Araya Navarro
2015-10-07Minor changesJorge Araya Navarro
2015-10-07Internationalization implementedJorge Araya Navarro
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.
2015-10-06Refactoring some strings and ordering importsJorge Araya Navarro
2015-10-04Fix bug in EditorPlugin::add_custom_control, fixes #2567Franklin Sobrinho
2015-10-02Add support for Opus audio formatGeorge Marques
2015-10-01-Added ability to use cubic interpolation on image resize (little more ↵Juan Linietsky
quality on non-po2 resizing) -Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar
2015-09-29Small readability fixes for the in-game class reference - fixes #2515 and ↵Jack Gold
#2393 (text spacing and top/left padding for the text area, respectively).
2015-09-28Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky
SpriteRegionEditor