aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | | heckJuan Linietsky2014-04-197-28/+111
|/ /
* | -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D
* | -Fixed a few bugs in ViewportJuan Linietsky2014-04-108-11/+9
|/ | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* -Support for changing fontsJuan Linietsky2014-04-055-5/+44
| | | | | | | -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
* Merge pull request #230 from hiltonm/hotfix-ignore-doc-data-compressedreduz2014-04-051-101786/+0
|\ | | | | Ignore auto-generated doc_data_compressed.h
| * Remove auto-generated doc_data_compressed.hHilton Medeiros2014-03-271-101786/+0
| |
* | Merge pull request #237 from marynate/PR-maya-navreduz2014-04-053-189/+261
|\ \ | | | | | | Maya and modo style navigation
| * | Hold shift to speedup pan/zoom in maya navigation schememarynate2014-04-011-3/+12
| | |
| * | Keep selection from been cleared when navigating in 3d viewportmarynate2014-04-011-0/+5
| | | | | | | | | | | | | | | Conflicts: tools/editor/plugins/spatial_editor_plugin.cpp
| * | Fix bug in 3d navigation scheme selection; Add modo navigation schememarynate2014-04-013-6/+13
| | |
| * | Disable transform operation when navigationmarynate2014-04-011-172/+173
| | |
| * | Add maya style navigation scheme to 3d vieewportmarynate2014-04-013-18/+68
| |/
* | Merge pull request #241 from marynate/PR-viewport-hotkeyreduz2014-04-052-4/+59
|\ \ | | | | | | Add Viewport Hotkeys / Toggle maximize viewport
| * | Space to toggle maximize viewportmarynate2014-04-012-0/+55
| | | | | | | | | | | | Cleanup debug output
| * | Add hotkey for switching viewportsmarynate2014-04-011-4/+4
| |/ | | | | | | Hotkey added
* | Merge pull request #247 from marynate/PR-path-editor-uireduz2014-04-055-1166/+1178
|\ \ | | | | | | Path Editor UI Improvment
| * | Make secondary handle 50% transparent in Path editor to distinguish frommarynate2014-04-033-88/+94
| | | | | | | | | | | | main handle; Add close curve icon in Path editor UI; Fixed mixed EOL
| * | Add close curve icon source imagemarynate2014-04-031-0/+0
| | |
| * | Add close curve iconmarynate2014-04-031-1078/+1084
| |/
* | Move point in Path2D edtitor now respect snap configure; Press Alt whenmarynate2014-04-032-19/+14
| | | | | | | | | | moving point to activate view base snapping; Path2D editor inherits from HBoxContainer now"
* | Use shift for control point in Paht2D editor (to be consistent with Path editor)marynate2014-04-031-1/+1
| |
* | Fixed delete path2d node will crash editormarynate2014-04-031-4/+3
| |
* | Fix #244 no path2d handles visiblemarynate2014-04-032-31/+50
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-03-135-3/+59
|\ | | | | | | | | | | Conflicts: modules/multiscript/register_types.cpp platform/android/java/src/com/android/godot/GodotLib.java
| * Merge pull request #170 from mutantgames/master.forkreduz2014-03-121-1/+1
| |\ | | | | | | Solved bug to select external editor url
| | * Solved bug to select external editor urlsasori2014-03-051-1/+1
| | | | | | | | | | | | https://github.com/okamstudio/godot/issues/145
| * | fixed editor NodePath propertysanikoyes2014-03-112-1/+4
| |/
| * Auto select custom property value field when pop up, user can start typing ↵marynate2014-02-272-1/+54
| | | | | | | | to change value right away.
* | -fix bug in cache for atlas import/exportJuan Linietsky2014-03-1311-20/+159
|/ | | | | | | | | | -fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
* Merge pull request #136 from marynate/PR-fix-scenedock-instance-btnokamstudio2014-02-261-1/+1
|\ | | | | Instance button of SceneDock now working
| * Instance button of SceneDock now workingmarynate2014-02-231-1/+1
| |
* | Merge pull request #137 from marynate/PR-expose-f-key-to-center-selokamstudio2014-02-261-0/+3
|\ \ | | | | | | Add F key to center 3d viewport to selected node
| * | Add F key to center 3d viewport to selected nodemarynate2014-02-231-0/+3
| |/
* | Merge pull request #141 from vinzenz/texture-import-plugin-typookamstudio2014-02-261-1/+1
|\ \ | | | | | | Typo in 'Atlas Texture' import menu entry
| * | Typo in 'Atlas Texture' import menu entryVinzenz Feenstra2014-02-241-1/+1
| | | | | | | | | | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* | | -Added ATITC texture supportJuan Linietsky2014-02-266-10/+56
| | | | | | | | | | | | | | | -Fixed bug of some tabs showing wrong names -Exported properties for viewport
* | | -scripts are converted to bytecode on exportJuan Linietsky2014-02-254-2/+24
| | | | | | | | | | | | -fix bug in doc where touchscreen events were not documented
* | | -moved script to modulesJuan Linietsky2014-02-2412-37/+569
|/ /
* / -fixed bug importing skeletonsJuan Linietsky2014-02-231-0/+1
|/
* -added kinematic bodyJuan Linietsky2014-02-222-0/+12
| | | | -added kinematic body demos
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-02-201-1/+1
|\
| * Merge pull request #109 from vinzenz/project-exportokamstudio2014-02-201-1/+1
| |\ | | | | | | tools/editor/project_export: tree_vb already has a parent
| | * tools/editor/project_export: tree_vb already has a parentVinzenz Feenstra2014-02-171-1/+1
| | | | | | | | | | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* | | -run script in editorJuan Linietsky2014-02-208-4/+536
|/ / | | | | | | | | -add search docs dialog that returns places string was found -added flash
* | wtfJuan Linietsky2014-02-191-1/+1
| |
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-02-197-1940/+25
|\ \
| * \ Merge pull request #111 from vinzenz/obsolete-editor-plugin-removalreduz2014-02-185-1939/+0
| |\ \ | | | | | | | | Removal of obsolete editor plugins Fixes #64
| | * | Removal of obsolete editor plugins Fixes #64Vinzenz Feenstra2014-02-175-1939/+0
| | |/ | | | | | | | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
| * / Able to open project manager inside editor (Scene->Project Manager)marynate2014-02-182-1/+23
| |/ | | | | | | Remove unnecessary include of project_manager.h
| * Fixed #93 Build error with latest commitmarynate2014-02-161-0/+2
| |