| Commit message (Expand) | Author | Age | Files | Lines |
| * | begin work on lighting system for 2D | Juan Linietsky | 2015-01-22 | 2 | -1/+5 |
| * | 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 | 4 | -3/+63 |
| * | 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 #1138 from sanikoyes/Pr-tween-call-deferred | Juan Linietsky | 2015-01-17 | 2 | -11/+114 |
| |\ |
|
| | * | Add call deferred support for Tween | sanikoyes | 2015-01-07 | 2 | -11/+114 |
| * | | 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 |
| | * | | | Fix visual glitch in Progressbar | Ralf Hölzemer | 2015-01-15 | 2 | -1/+1 |
| | * | | | New iteration of the theme | Ralf Hölzemer | 2015-01-15 | 54 | -112/+113 |
| | * | | | New neutral default theme | Ralf Hölzemer | 2015-01-15 | 67 | -69/+69 |
| * | | | | Merge pull request #1217 from sanikoyes/Pr-canvas-shader-disable-3d | Juan Linietsky | 2015-01-17 | 1 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | Fix canvas shader not registered when disabled_3d=yes | sanikoyes | 2015-01-14 | 1 | -3/+4 |
| * | | | | | Merge pull request #1223 from NateWardawg/master | Juan Linietsky | 2015-01-17 | 1 | -2/+9 |
| |\ \ \ \ \ |
|
| | * | | | | | When overwriting a file with an auto added extension the file name is now set... | Nathan Warden | 2015-01-16 | 1 | -1/+1 |
| | * | | | | | File path in save dialog automatically appended with correct extension if not... | Nathan Warden | 2015-01-14 | 1 | -1/+8 |
| | | |/ / /
| |/| | | |
|
| * | | | | | remove useless code | quabug | 2015-01-16 | 1 | -16/+2 |
| * | | | | | fix bug | quabug | 2015-01-16 | 1 | -2/+2 |
| |/ / / / |
|
| * / / / | -fix shader param names broken issue on code completion | Juan Linietsky | 2015-01-14 | 1 | -1/+1 |
| |/ / / |
|
| * | | | -Add support for one-way collision in 2D (only works for kinematic body so far) | Juan Linietsky | 2015-01-13 | 2 | -2/+26 |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-01-13 | 16 | -195/+231 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-01-13 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | Total rows of text edit was calculated wrong, fixed issue #842 | marynate | 2015-01-13 | 1 | -1/+1 |
| | * | | | | -begin work on unidirectional collision detection | Juan Linietsky | 2015-01-13 | 6 | -5/+48 |
| | |/ / / |
|
| | * | | | -fixed issue with shader not being reset on layers, closes #1199 | Juan Linietsky | 2015-01-12 | 2 | -1/+20 |
| | * | | | -Initial working(?) implementation of shaders for 2D. Lighting still not ther... | Juan Linietsky | 2015-01-12 | 1 | -0/+1 |
| | * | | | -Initial (untested) implementation of 2D shaders. Probably broken, will be fi... | Juan Linietsky | 2015-01-11 | 7 | -188/+140 |
| | * | | | 2D Rewrite Step [1] | Juan Linietsky | 2015-01-10 | 3 | -4/+25 |
| | |/ / |
|
| * / / | fixes | Juan Linietsky | 2015-01-13 | 1 | -1/+1 |
| |/ / |
|
| * | | Fixes to GraphEdit: | Juan Linietsky | 2015-01-08 | 7 | -33/+225 |
| * | | -Fixed matrix and vec+scalar multiplication issues, fixes #1143 | Juan Linietsky | 2015-01-07 | 1 | -8/+8 |
| * | | -changed type of C component of vec interp, fixes #1144 | Juan Linietsky | 2015-01-07 | 1 | -1/+4 |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-01-07 | 1 | -3/+3 |
| |\| |
|
| | * | fixes CurveXD::interpolatef() | UsernameIsAReservedWord | 2015-01-06 | 1 | -3/+3 |
| * | | -Visual Shader Editing Finished, PLEASE TEST! | Juan Linietsky | 2015-01-07 | 5 | -76/+277 |
| |/ |
|
| * | Changes to 2D physics engine | Juan Linietsky | 2015-01-05 | 5 | -14/+99 |
| * | -attempt to be friendlier on non english keyboards | Juan Linietsky | 2015-01-04 | 1 | -87/+89 |
| * | -Fix shortcuts for OSX code completion, fixes #1111 | Juan Linietsky | 2015-01-04 | 2 | -2/+6 |
| * | -Obscure bug in popups solved, fixes #1008 | Juan Linietsky | 2015-01-03 | 1 | -1/+14 |
| * | -Completely removed EmptyControl (but added fallback), closes #1017 | Juan Linietsky | 2015-01-03 | 1 | -2/+2 |
| * | -removed empty control | Juan Linietsky | 2015-01-03 | 2 | -107/+0 |