Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
# 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-10 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-10-10 | Large improvements on scene packing and management | reduz | |
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||
2015-10-08 | newline fixes | reduz | |
2015-10-02 | Add support for Opus audio format | George 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-28 | Merge pull request #2528 from MarianoGnu/sprite-edit | Juan Linietsky | |
SpriteRegionEditor | |||
2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU | |
Both with snap and grid support | |||
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-09-23 | Fix a bug with doctool (" >") | Bojidar Marinov | |
Please test, this was made from GitHub GUI, so couldn't test it myself. | |||
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-16 | Merge pull request #2352 from xodene/patch-6/script-file-new | Juan Linietsky | |
Add "New" script button to Script Editor Popup Menu | |||
2015-09-13 | Set AnimationEditor UndoRedo reference on creation | George Marques | |
Fix #2418 | |||
2015-09-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-10 | HTML5 exporter Improvements | Juan Linietsky | |
-Better template handling -Voice support -Stream support | |||
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | |
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future | |||
2015-09-03 | merged some stuff for okam | Juan Linietsky | |
2015-09-01 | -removed resources dock, good bye old friend | Juan Linietsky | |
2015-08-30 | new editor settings customization of where to run the game from the editor | Juan Linietsky | |
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
# Solved Conflicts: # scene/gui/spin_box.cpp # scene/gui/tree.cpp | |||
2015-08-30 | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy | |
2015-08-30 | make moving up&down items from the autoload list work | Juan Linietsky | |
2015-08-30 | -fix compile issue (pow) | Juan Linietsky | |
-ask user for track to call nodes when adding call track | |||
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
# Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h | |||
2015-08-30 | Compile shaders using default values. | Mariano Javier Suligoy | |
2015-08-29 | -Properly keep animation editor and viewport state while switching scene tabs | Juan Linietsky | |
2015-08-29 | Edit default values. WARNING!!! | Mariano Javier Suligoy | |
Do not merge these changes, default values are not compiled into shaders yet! | |||
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | |
-icons to show node menus | |||
2015-08-29 | -added hints to sprite v/hframes, fixes truncation problem | Juan Linietsky | |
-removed an error being printed often unnecesarly about missing child | |||
2015-08-25 | make sure array is created if not existing, as noted by Guilherme Felipe | Juan Linietsky | |
2015-08-25 | Show documentation for properties on hover. | Juan Linietsky | |
This works if the property has been documented (about half are at this point) | |||
2015-08-25 | Ability to edit all kinds of arrays from the property editor. | Juan Linietsky | |
Yes, I'm trying to convince you to test the alpha release by adding all these now :) | |||
2015-08-25 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-08-25 | Multiple, simultaneous node editing spuport!! | Juan Linietsky | |
..but will you be brave enough to try it? :) | |||
2015-08-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-08-24 | missing type icon | Juan Linietsky | |
2015-08-24 | beautiful visual menu to change anchors | Juan Linietsky | |
will you dare to try it? :) because, I'd check previous commit msgs if I were you.. | |||
2015-08-23 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky | |
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file | |||
2015-08-09 | Fix create script dialog title(s) | Maximillian | |
2015-08-09 | Add create new script button to script editor menu | Maximillian | |
2015-08-09 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-08-08 | Merge pull request #2316 from StraToN/clearconsole | Juan Linietsky | |
Clear output console (Button + clear on Play) | |||
2015-08-06 | -Merged the file server with the live editing and remote debug | Juan Linietsky | |
-It is now really easy to deploy an android build with debug, and debug it | |||
2015-08-04 | more debugger fixes | Juan Linietsky | |
-setting/clearing breakpoints during run-time now works -multi-line strings resulted in wrong line numbers in bytecode, fixed | |||
2015-08-04 | error debugger | Juan Linietsky | |
shows the list of errors that happened during running the game, traces can be analyzed | |||
2015-08-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-08-02 | live debug fixes | Juan Linietsky | |
removing node in live debugging fixed |