| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | input events on Area2D is now supported | Juan Linietsky | 2015-03-22 | 1 | -0/+4 |
| * | | signed distance field font support | Juan Linietsky | 2015-03-21 | 2 | -0/+21 |
| * | | New option to send canvas to render buffer | Juan Linietsky | 2015-03-16 | 2 | -6/+7 |
| * | | small optimizations to isometric light demo | Juan Linietsky | 2015-03-10 | 2 | -0/+11 |
| * | | lot of work on 2D lighting and isometric maps | Juan Linietsky | 2015-03-09 | 2 | -1/+127 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | 2015-02-11 | 4 | -28/+42 |
| |\ |
|
| | * | Merge pull request #1327 from romulox-x/polygonPathFinderClosestPoint | Juan Linietsky | 2015-02-11 | 1 | -9/+17 |
| | |\ |
|
| | | * | changed PolygonPathFinder::get_closest_point to return the closest position i... | romulox_x | 2015-02-01 | 1 | -9/+17 |
| | * | | added missing set_shader_param functions | Juan Linietsky | 2015-02-11 | 1 | -1/+1 |
| | * | | customizable content margin in styleboxes | Juan Linietsky | 2015-02-10 | 1 | -0/+6 |
| | * | | Merge pull request #1170 from UsernameIsAReservedWord/fix_cubemap_ressource_e... | Juan Linietsky | 2015-02-09 | 1 | -18/+18 |
| | |\ \
| | |/
| |/| |
|
| | | * | fixes cubemap ressource editor bug | yg2f | 2015-01-10 | 1 | -18/+18 |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | 2015-02-02 | 2 | -4/+63 |
| |\| | |
|
| | * | | begin work on lighting system for 2D | Juan Linietsky | 2015-01-22 | 1 | -1/+1 |
| | * | | Fixes to texscreen, fixes to white testcube | Juan Linietsky | 2015-01-20 | 1 | -2/+2 |
| | * | | Visual Shader Editing for 2D | Juan Linietsky | 2015-01-20 | 2 | -2/+61 |
| * | | | Working TileMap tile transpose transform. | Carl Olsson | 2015-02-02 | 2 | -42/+42 |
| |/ / |
|
| * | | Color Ramp and Curve Map added to visual shader editing. | Juan Linietsky | 2015-01-19 | 2 | -3/+328 |
| * | | -intentional breakage of shader graph to fix issues, existing graphs will be ... | Juan Linietsky | 2015-01-18 | 2 | -2/+23 |
| * | | Merge pull request #1172 from UsernameIsAReservedWord/fix_environment_ressour... | Juan Linietsky | 2015-01-17 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix_environment_ressource_cubemap_support | yg2f | 2015-01-10 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #1204 from marynate/PR-new-default-theme | Juan Linietsky | 2015-01-17 | 74 | -279/+430 |
| |\ \ |
|
| | * | | Restore checkbutton margin to origin value, fixed issue in code search dialog | marynate | 2015-01-15 | 1 | -2/+2 |
| | * | | Minor code formatting | marynate | 2015-01-15 | 1 | -6/+5 |
| | * | | Tweak Button margins & small fix for ToolButton | Ralf Hölzemer | 2015-01-15 | 1 | -2/+2 |
| | * | | fix background alpha in dropdown arrows | Ralf Hölzemer | 2015-01-15 | 3 | -2/+2 |
| | * | | Fixed the progressbar to only require 16px in height | Ralf Hölzemer | 2015-01-15 | 1 | -2/+2 |
| | * | | Missing files and Tab changes | Ralf Hölzemer | 2015-01-15 | 4 | -6/+6 |
| | * | | More Theme fixes | Ralf Hölzemer | 2015-01-15 | 27 | -215/+366 |