| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | ability to change audio track in theora video | Juan Linietsky | 2015-10-13 | 1 | -0/+1 |
| | * | | | | | | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | 2015-09-26 | 3 | -14/+38 |
| * | | | | | | | -fixes and more fixes to new scene system, seems stable now.. | reduz | 2015-10-16 | 2 | -15/+51 |
| * | | | | | | | Large improvements on scene packing and management | reduz | 2015-10-10 | 4 | -128/+1913 |
| | |/ / / / /
|/| | | | | |
|
| * | | | | | | Add missing `return` so Visual Studio compiles | eska | 2015-09-22 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Ability to visually debug geometry visually: | Juan Linietsky | 2015-09-20 | 31 | -10/+502 |
| * | | | | | Rewrite of the AudioStream API | Juan Linietsky | 2015-09-09 | 6 | -102/+51 |
| | |_|_|/
|/| | | |
|
| * | | | | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | 2015-08-29 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | **WARNING BEFORE PULLING** | Juan Linietsky | 2015-08-23 | 6 | -6/+25 |
| | |/
|/| |
|
| * | | QOL, script buttons in scene tabs | Juan Linietsky | 2015-07-26 | 1 | -1/+3 |
| |/ |
|
| * | -some changes by okam | Juan Linietsky | 2015-06-30 | 2 | -4/+14 |
| * | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky | 2015-06-29 | 7 | -28/+31 |
| * | forgot to add mirroredrepeat flag to flags file. fixed. | romulox_x | 2015-06-25 | 1 | -1/+1 |
| * | added support for mirrored repeat texture wrapping | romulox_x | 2015-06-25 | 2 | -1/+3 |
| * | Merge pull request #2058 from volzhs/create_from_fnt | Juan Linietsky | 2015-06-22 | 1 | -0/+1 |
| |\ |
|
| | * | add bind method for create_from_fnt (load fnt made by BMFont) | volzhs | 2015-06-10 | 1 | -1/+1 |
| | * | add bind method for create_from_fnt (load fnt made by BMFont) | volzhs | 2015-06-10 | 1 | -0/+1 |
| * | | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 3 | -2/+2 |
| * | | some editor window changes | Juan Linietsky | 2015-06-13 | 4 | -0/+12 |
| |/ |
|
| * | grid container supports separate h and v spacing | Juan Linietsky | 2015-06-08 | 1 | -1/+2 |
| * | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky | 2015-06-07 | 4 | -0/+220 |
| |\ |
|
| | * | Inline get_color_at_offset(). Delete unnecessary check. | Biliogadafr | 2015-05-28 | 2 | -49/+44 |
| | * | Add get_color_at_offset(). Ensure correct points order. | Biliogadafr | 2015-05-26 | 2 | -9/+66 |
| | * | Replace color phases with color ramp for Particles2D. | Biliogadafr | 2015-05-24 | 4 | -0/+168 |
| * | | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 2 | -8/+14 |
| * | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-06-06 | 1 | -0/+55 |
| |\ \ |
|
| | * | | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | 2015-06-01 | 1 | -0/+55 |
| * | | | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -2/+21 |
| |/ / |
|
| * / | work in progress, resource previews | Juan Linietsky | 2015-05-31 | 1 | -1/+0 |
| |/ |
|
| * | more fixes | Juan Linietsky | 2015-05-19 | 1 | -1/+1 |
| * | -More strict argument type-checking, will make many bugs visible, fixes #1809 | Juan Linietsky | 2015-05-04 | 1 | -0/+2 |
| * | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi... | Juan Linietsky | 2015-05-04 | 1 | -1/+1 |
| * | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky | 2015-05-04 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-05-04 | 1 | -2/+2 |
| |\ |
|
| | * | Fixed some items caught in cppcheck | Nathan Warden | 2015-05-02 | 1 | -2/+2 |
| * | | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky | 2015-05-03 | 1 | -5/+13 |
| |/ |
|
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| * | -some cleanups | Juan Linietsky | 2015-04-30 | 1 | -0/+2 |
| * | -made normalmaps easier in 2D, fixes #1467 | Juan Linietsky | 2015-04-27 | 1 | -0/+2 |
| * | -Many fixes and demo for RichTexLabel | Juan Linietsky | 2015-04-21 | 1 | -1/+5 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 102 | -251/+251 |
| * | fixed UV2 source in shader graph, closes #1633 | Juan Linietsky | 2015-04-12 | 1 | -2/+2 |
| * | -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ... | Juan Linietsky | 2015-04-09 | 2 | -2/+6 |
| * | fix crash when deleting shader from material, fixes #1631 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
| * | fixed shader graph length node, fixes #1632 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
| * | Beta1 Attempt #1 | Juan Linietsky | 2015-04-02 | 1 | -3/+12 |
| * | Merge pull request #1460 from MarianoGnu/master | Juan Linietsky | 2015-03-22 | 4 | -2/+46 |
| |\ |
|
| | * | Improve mechanism and fix radio icon rendering. | Mariano Javier Suligoy | 2015-03-01 | 1 | -2/+6 |
| | * | Add CheckBox control with theme edition and radio icon avaible. | Mariano Javier Suligoy | 2015-03-01 | 4 | -1/+41 |
| * | | fixes/cleans up | Juan Linietsky | 2015-03-22 | 4 | -1/+20 |