summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-11-19Revert "Ignore alpha materials in baked light ray-tracer."Juan Linietsky
2015-11-19Merge pull request #2292 from blackwc/can_exportJuan Linietsky
Improve export validation
2015-11-19Merge pull request #2349 from neikeq/dock_patchJuan Linietsky
Hide right UR and BR dock slots by default
2015-11-19Merge pull request #2444 from TheHX/issue_2117Juan Linietsky
Fix for problem when drawing CollisionPolygon when parented (#2117)
2015-11-19Merge pull request #2445 from TheHX/issue_2113Juan Linietsky
Possible fix for crash on replacing Path2D node (#2113)
2015-11-19Merge pull request #2447 from TheHX/issue_1275Juan Linietsky
Fix crash after undo when editing Polygon2D (#1275)
2015-11-19Merge pull request #2451 from PeaceSells50/FixForFilesystemAddJuan Linietsky
Fixed bug with adding an instance from the FIleSystem dialog.
2015-11-19Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky
Add icon to exe file in windows export
2015-11-19Merge pull request #2644 from Ovnuniarchos/BBCodeDocsJuan Linietsky
BBCode is now allowed anywhere in the inline documentation.
2015-11-19Merge pull request #2696 from AlexHolly/restart-feature-on-runningJuan Linietsky
replay on play if already playing for scene and main + switch icon to…
2015-11-18Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky
Visual studio 2015 compilation
2015-11-18Merge pull request #2786 from neikeq/node_select_menuJuan Linietsky
Added selection menu to spatial and canvas editors
2015-11-19Merge branch 'master' into BBCodeDocsOvnuniarchos
2015-11-19Added selection menu to spatial and canvas editorsneikeq
2015-11-18Merge pull request #2702 from TheHX/fix_align_with_viewJuan Linietsky
Fix 3D editor align with current view
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
Cosmetic fixes to SCons buildsystem
2015-11-18Merge pull request #2716 from SaracenOne/animation_saving_fixJuan Linietsky
Added missing saving support to animation editor.
2015-11-18Merge pull request #2717 from SaracenOne/light_baker_transluscentJuan Linietsky
Ignore alpha materials in baked light ray-tracer.
2015-11-18Merge pull request #2812 from eska014/split-anim-tracks-buttonJuan Linietsky
Split up AnimationPlayer tracks editor `Tracks` button
2015-11-18Merge pull request #2815 from akien-mga/pr-tooltip-buttons-sample-libraryJuan Linietsky
Added tooltip for a few buttons in sample library editor
2015-11-18Merge pull request #2626 from TheHX/editor_dialogsJuan Linietsky
Small fixes in some editor dialogs
2015-11-18Merge pull request #2631 from firefly2442/duplicate-conditional-fixJuan Linietsky
duplicate conditional check
2015-11-18Merge pull request #2639 from MarianoGnu/originJuan Linietsky
Fix ButtonGroup broken layout
2015-11-18Merge pull request #2640 from firefly2442/settings-xml-missing-projJuan Linietsky
projects in the editor_settings.xml that are no longer found on disk will be removed
2015-11-18Merge pull request #2652 from firefly2442/fix-iconsJuan Linietsky
Fix icons (default location and in demos)
2015-11-18Added tooltip for a few buttons in sample library editorTybobobo
2015-11-18Merge pull request #2676 from neikeq/inspector_history_tooltipJuan Linietsky
Tooltip for the Inspector's history button
2015-11-18Merge pull request #2679 from eska014/set-all-tileset-shapesJuan Linietsky
Add all collision shapes to a tile when converting scenes to TileSets
2015-11-18Merge pull request #2693 from TheHX/memory_leakJuan Linietsky
Fix small memory leak
2015-11-18Split up AnimationPlayer tracks editor `Tracks` buttoneska
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-11-09add copyright textmasoud bh
2015-11-09change pe_bliss parent directory from /drivers to /toolsmasoud bh
2015-11-09Add icon to exe file in windows exportmasoud bh
add version_info and icon sections in "export to windows platform". add version_info and icon to godot exe file (editor & template exe). fix an problem in image class. change all default icons to android export icon (a little more rounded). create an python script for convert file to cpp byte array for use in 'splash.h'.
2015-11-02Ignore alpha materials in baked light ray-tracer.Saracen
2015-11-02Added missing saving support to animation editor.Saracen
2015-11-02Fix issue #1275Franklin Sobrinho
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
2015-10-29Fix "Align with view" undo, fixes #1443Franklin Sobrinho