| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | Merge pull request #2646 from vnen/array-reference | Rémi Verschelde | 2015-11-01 | 1 | -53/+250 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Add missing reference documentation for Array class | George Marques | 2015-10-20 | 1 | -0/+7 | |
| | | * | | | | | | | | | | | | | | | | Syncing classes.xml with current binary | George Marques | 2015-10-20 | 1 | -53/+243 | |
| | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | / | | | | | | | | | | | | | | | fix video/audio synchronization code in theora | Juan Linietsky | 2015-11-03 | 2 | -12/+33 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | / / / / | properly compute total time for ogg vorbis | Juan Linietsky | 2015-11-01 | 1 | -2/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | -some fixes to audio | Juan Linietsky | 2015-11-01 | 2 | -4/+11 | |
| | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-25 | 7 | -85/+80 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge pull request #2677 from phobos-tro/x11-memleak | Okam Studio | 2015-10-25 | 3 | -45/+37 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Made the Atom net_wm_icon local | Phobos Tro | 2015-10-26 | 2 | -29/+5 | |
| | | * | | | | | | | | | | | | Fixing memory leaks | Phobos Tro | 2015-10-25 | 3 | -17/+33 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Merge pull request #2663 from romulox-x/cadisplaylink | punto- | 2015-10-22 | 4 | -40/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Added setting for CADisplayLink on iOS, so you no longer need to recompile to... | steve | 2015-10-22 | 4 | -40/+43 | |
| | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | / | | | | | | | | | | -Fixed a bug in scrollcontainer not respecting expand flag | Juan Linietsky | 2015-10-25 | 1 | -1/+9 | |
| |/ / / / / / / / / / / | ||||||
| * / / / / / / / / / / | -fixed a quite serious scene corruption bug when saving that has been around ... | Juan Linietsky | 2015-10-21 | 1 | -2/+3 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2655 from StraToN/fix-tab-buttons | Juan Linietsky | 2015-10-21 | 2 | -6/+16 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix #2623 | Julian Murgia - StraToN | 2015-10-22 | 2 | -6/+16 | |
| |/ / / / / / / / / / | ||||||
| * | | / / / / / / / | -fixes to ring buffer (fixes network error) | Juan Linietsky | 2015-10-21 | 4 | -8/+11 | |
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | -Ability to debug video memory usage | Juan Linietsky | 2015-10-21 | 18 | -7/+271 | |
| * | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-20 | 10 | -10/+280 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | -Fixes on atlas import to save memory if mipmaps are not used | Juan Linietsky | 2015-10-20 | 3 | -4/+51 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-19 | 138 | -1902/+7982 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge pull request #2630 from firefly2442/rasterizer-comparison-fix | Juan Linietsky | 2015-10-18 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | | | * | | | | | | | rasterizer comparison fix | firefly2442 | 2015-10-18 | 1 | -1/+1 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #2617 from MarianoGnu/master | Juan Linietsky | 2015-10-18 | 2 | -2/+214 | |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | | * | | | | | | Add fill_degrees to limitate radial filling | MarianoGNU | 2015-10-18 | 2 | -7/+31 | |
| | | | * | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | 2015-10-17 | 108 | -334/+2999 | |
| | | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | | * | | | | | | Add fill modes. Clockwise, Counter-CW and center-offset | MarianoGNU | 2015-10-17 | 2 | -2/+190 | |
| | * | | | | | | | | -some fixes to where screen is read from rasterizer | Juan Linietsky | 2015-10-19 | 4 | -3/+14 | |
| * | | | | | | | | | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | 2015-10-20 | 21 | -89/+131 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | fixes broken 3D in editor | Juan Linietsky | 2015-10-17 | 1 | -7/+3 | |
| * | | | | | | | | -remove path after inheriting, fixes #2616 | Juan Linietsky | 2015-10-17 | 1 | -0/+3 | |
| * | | | | | | | | -Propertly restrict renaming of nodes in inherited scenes, fixes #2615 | Juan Linietsky | 2015-10-17 | 1 | -1/+1 | |
| * | | | | | | | | remove unpexpected revert button, fixes #2614 | Juan Linietsky | 2015-10-17 | 1 | -4/+48 | |
| * | | | | | | | | -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 | 17 | -1338/+2277 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | 2015-10-17 | 17 | -1338/+2277 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | | Fix crash when using a Scalar Uniform node to GraphShader | MarianoGNU | 2015-10-17 | 1 | -4/+4 | |
| | | * | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | 2015-10-16 | 687 | -92145/+120237 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 19 | -68/+407 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy | 2015-08-30 | 3 | -177/+184 | |
| | | * | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 32 | -60/+853 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Compile shaders using default values. | Mariano Javier Suligoy | 2015-08-30 | 2 | -18/+79 | |
| | | * | | | | | | | | | | Edit default values. WARNING!!! | Mariano Javier Suligoy | 2015-08-29 | 11 | -401/+890 | |
| | | * | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-25 | 9 | -10/+199 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-24 | 86 | -390/+2998 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-09 | 43 | -6109/+6665 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-03 | 50 | -1432/+2961 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Delete selected nodes with the Delete key | Mariano Javier Suligoy | 2015-07-26 | 3 | -0/+49 | |
| | | * | | | | | | | | | | | | | Little fix: don't create an empty undo/redo command when trying to add a seco... | Mariano Javier Suligoy | 2015-07-25 | 3 | -0/+14 | |
| | | * | | | | | | | | | | | | | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy | 2015-07-25 | 6 | -11/+105 | |
