| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #2631 from firefly2442/duplicate-conditional-fix | Juan Linietsky | 2015-11-18 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | duplicate conditional check | firefly2442 | 2015-10-18 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | 2015-11-18 | 1 | -19/+17 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Fix ButtonGroup broken layout | MarianoGNU | 2015-10-19 | 1 | -19/+17 | |
| | |/ / | ||||||
| * | | | Merge pull request #2679 from eska014/set-all-tileset-shapes | Juan Linietsky | 2015-11-18 | 1 | -4/+8 | |
| |\ \ \ | ||||||
| | * | | | Add all collision shapes to a tile when converting scenes to TileSets | eska | 2015-10-25 | 1 | -4/+8 | |
| | |/ / | ||||||
| * | | | *Polygon2D now updates on any modification in its point array. ShapeLine2D ha... | Ovnuniarchos | 2015-11-18 | 1 | -0/+33 | |
| * | | | -Fixed default theme a little | Juan Linietsky | 2015-11-18 | 1 | -2/+6 | |
| * | | | -Merged Script and Help tabs | Juan Linietsky | 2015-11-17 | 2 | -394/+949 | |
| * | | | -support for stereo ima-adpcm sample compression & playback | Juan Linietsky | 2015-11-09 | 2 | -2/+14 | |
| |/ / | ||||||
| * | | -Added const to a reference, should fix #2613 | Juan Linietsky | 2015-10-17 | 2 | -2/+2 | |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-17 | 2 | -729/+1187 | |
| |\ \ | ||||||
| | * \ | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | 2015-10-17 | 2 | -729/+1187 | |
| | |\ \ | ||||||
| | | * \ | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | 2015-10-16 | 8 | -605/+1478 | |
| | | |\ \ | ||||||
| | | * | | | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy | 2015-08-30 | 1 | -4/+11 | |
| | | * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 7 | -1/+72 | |
| | | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | | Compile shaders using default values. | Mariano Javier Suligoy | 2015-08-30 | 1 | -8/+2 | |
| | | * | | | Edit default values. WARNING!!! | Mariano Javier Suligoy | 2015-08-29 | 2 | -49/+394 | |
| | | * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-24 | 2 | -0/+140 | |
| | | |\ \ \ | ||||||
| | | * \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-09 | 1 | -0/+1 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-03 | 2 | -8/+11 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Delete selected nodes with the Delete key | Mariano Javier Suligoy | 2015-07-26 | 2 | -0/+42 | |
| | | * | | | | | | Little fix: don't create an empty undo/redo command when trying to add a seco... | Mariano Javier Suligoy | 2015-07-25 | 1 | -0/+3 | |
| | | * | | | | | | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy | 2015-07-25 | 2 | -3/+42 | |
| | | * | | | | | | Fix tab indent | Mariano Javier Suligoy | 2015-07-20 | 2 | -1808/+1808 | |
| | | * | | | | | | Select and move multiple nodes at once | Mariano Javier Suligoy | 2015-07-19 | 2 | -1789/+1806 | |
| | | * | | | | | | Use popup menu to add new nodes to the shader graph editor in the last clicke... | Mariano Javier Suligoy | 2015-07-16 | 2 | -16/+27 | |
| * | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-17 | 1 | -0/+3 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | Merge pull request #2357 from volzhs/prevent-to-change-tool-mode | Juan Linietsky | 2015-10-17 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | | * | | | | | | remove shift key check because shift + v in use with tool mode | volzhs | 2015-08-11 | 1 | -2/+2 | |
| | | * | | | | | | prevent to change tool mode when control or shift key is pressed | volzhs | 2015-08-11 | 1 | -0/+3 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| * | / | | | | | misc cleanup | Juan Linietsky | 2015-10-17 | 3 | -3/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | newline fixes | reduz | 2015-10-08 | 1 | -597/+597 | |
| * | | | | | | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU | 2015-09-28 | 4 | -3/+861 | |
| * | | | | | | Merge pull request #2352 from xodene/patch-6/script-file-new | Juan Linietsky | 2015-09-16 | 2 | -5/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix create script dialog title(s) | Maximillian | 2015-08-09 | 1 | -0/+1 | |
| | * | | | | | | Add create new script button to script editor menu | Maximillian | 2015-08-09 | 2 | -5/+18 | |
| | |/ / / / / | ||||||
| * | | | | / | Set AnimationEditor UndoRedo reference on creation | George Marques | 2015-09-13 | 1 | -0/+1 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | -Properly keep animation editor and viewport state while switching scene tabs | Juan Linietsky | 2015-08-29 | 3 | -1/+66 | |
| * | | | | | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | 2015-08-29 | 4 | -0/+6 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | beautiful visual menu to change anchors | Juan Linietsky | 2015-08-24 | 2 | -0/+140 | |
| |/ / / | ||||||
| * | / | more debugger fixes | Juan Linietsky | 2015-08-04 | 1 | -0/+1 | |
| | |/ |/| | ||||||
| * | | Live edit WORK IN PROGRESS | Juan Linietsky | 2015-08-02 | 2 | -8/+11 | |
| |/ | ||||||
| * | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky | 2015-06-29 | 1 | -2/+2 | |
| * | improved get_node(), connect(), etc code completion. | Juan Linietsky | 2015-06-26 | 2 | -0/+87 | |
| * | added a tiny bit more space to docks and script tab | Juan Linietsky | 2015-06-24 | 2 | -1/+4 | |
| * | CollisionShape2D visual editor | Franklin Sobrinho | 2015-06-23 | 2 | -0/+606 | |
| * | Merge pull request #2101 from sanikoyes/Pr-script-editor-save-state | Juan Linietsky | 2015-06-22 | 1 | -2/+13 | |
| |\ | ||||||
| | * | Script editor: restore line/column after script reload | sanikoyes | 2015-06-16 | 1 | -2/+13 | |
| * | | Small fixes for Grid/Tile map editor palette | Franklin Sobrinho | 2015-06-22 | 1 | -13/+14 | |
