aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* begin work on lighting system for 2DJuan Linietsky2015-01-222-1/+5
* Fixes to texscreen, fixes to white testcubeJuan Linietsky2015-01-201-2/+2
* Visual Shader Editing for 2DJuan Linietsky2015-01-204-3/+63
* Color Ramp and Curve Map added to visual shader editing.Juan Linietsky2015-01-192-3/+328
* -intentional breakage of shader graph to fix issues, existing graphs will be ...Juan Linietsky2015-01-182-2/+23
* Merge pull request #1138 from sanikoyes/Pr-tween-call-deferredJuan Linietsky2015-01-172-11/+114
|\
| * Add call deferred support for Tweensanikoyes2015-01-072-11/+114
* | Merge pull request #1172 from UsernameIsAReservedWord/fix_environment_ressour...Juan Linietsky2015-01-171-1/+1
|\ \
| * | fix_environment_ressource_cubemap_supportyg2f2015-01-101-1/+1
* | | Merge pull request #1204 from marynate/PR-new-default-themeJuan Linietsky2015-01-1774-279/+430
|\ \ \
| * | | Restore checkbutton margin to origin value, fixed issue in code search dialogmarynate2015-01-151-2/+2
| * | | Minor code formattingmarynate2015-01-151-6/+5
| * | | Tweak Button margins & small fix for ToolButtonRalf Hölzemer2015-01-151-2/+2
| * | | fix background alpha in dropdown arrowsRalf Hölzemer2015-01-153-2/+2
| * | | Fixed the progressbar to only require 16px in heightRalf Hölzemer2015-01-151-2/+2
| * | | Missing files and Tab changesRalf Hölzemer2015-01-154-6/+6
| * | | More Theme fixesRalf Hölzemer2015-01-1527-215/+366
| * | | Fix visual glitch in ProgressbarRalf Hölzemer2015-01-152-1/+1
| * | | New iteration of the themeRalf Hölzemer2015-01-1554-112/+113
| * | | New neutral default themeRalf Hölzemer2015-01-1567-69/+69
* | | | Merge pull request #1217 from sanikoyes/Pr-canvas-shader-disable-3dJuan Linietsky2015-01-171-3/+4
|\ \ \ \
| * | | | Fix canvas shader not registered when disabled_3d=yessanikoyes2015-01-141-3/+4
* | | | | Merge pull request #1223 from NateWardawg/masterJuan Linietsky2015-01-171-2/+9
|\ \ \ \ \
| * | | | | When overwriting a file with an auto added extension the file name is now set...Nathan Warden2015-01-161-1/+1
| * | | | | File path in save dialog automatically appended with correct extension if not...Nathan Warden2015-01-141-1/+8
| | |/ / / | |/| | |
* | | | | remove useless codequabug2015-01-161-16/+2
* | | | | fix bugquabug2015-01-161-2/+2
|/ / / /
* / / / -fix shader param names broken issue on code completionJuan Linietsky2015-01-141-1/+1
|/ / /
* | | -Add support for one-way collision in 2D (only works for kinematic body so far)Juan Linietsky2015-01-132-2/+26
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-1316-195/+231
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-131-1/+1
| |\ \ \
| | * | | Total rows of text edit was calculated wrong, fixed issue #842marynate2015-01-131-1/+1
| * | | | -begin work on unidirectional collision detectionJuan Linietsky2015-01-136-5/+48
| |/ / /
| * | | -fixed issue with shader not being reset on layers, closes #1199Juan Linietsky2015-01-122-1/+20
| * | | -Initial working(?) implementation of shaders for 2D. Lighting still not ther...Juan Linietsky2015-01-121-0/+1
| * | | -Initial (untested) implementation of 2D shaders. Probably broken, will be fi...Juan Linietsky2015-01-117-188/+140
| * | | 2D Rewrite Step [1]Juan Linietsky2015-01-103-4/+25
| |/ /
* / / fixesJuan Linietsky2015-01-131-1/+1
|/ /
* | Fixes to GraphEdit:Juan Linietsky2015-01-087-33/+225
* | -Fixed matrix and vec+scalar multiplication issues, fixes #1143Juan Linietsky2015-01-071-8/+8
* | -changed type of C component of vec interp, fixes #1144Juan Linietsky2015-01-071-1/+4
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-071-3/+3
|\|
| * fixes CurveXD::interpolatef()UsernameIsAReservedWord2015-01-061-3/+3
* | -Visual Shader Editing Finished, PLEASE TEST!Juan Linietsky2015-01-075-76/+277
|/
* Changes to 2D physics engineJuan Linietsky2015-01-055-14/+99
* -attempt to be friendlier on non english keyboardsJuan Linietsky2015-01-041-87/+89
* -Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky2015-01-042-2/+6
* -Obscure bug in popups solved, fixes #1008Juan Linietsky2015-01-031-1/+14
* -Completely removed EmptyControl (but added fallback), closes #1017Juan Linietsky2015-01-031-2/+2
* -removed empty controlJuan Linietsky2015-01-032-107/+0