aboutsummaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fixed columns to have integer positions, so that they don't "jiggle" when mov...Bil Bas (Spooner)2015-02-251-0/+0
* | | | | | | | minor commentsJuan Linietsky2015-03-222-10/+7
* | | | | | | | drag & drop demo (GUI)Juan Linietsky2015-03-223-0/+31
* | | | | | | | gui in 3D demo now uses area for inputJuan Linietsky2015-03-222-24/+25
* | | | | | | | fixes/cleans upJuan Linietsky2015-03-222-4/+0
* | | | | | | | input events on Area2D is now supportedJuan Linietsky2015-03-225-0/+24
* | | | | | | | signed distance field fonts demoJuan Linietsky2015-03-214-0/+4
* | | | | | | | New option to send canvas to render bufferJuan Linietsky2015-03-169-16/+60
* | | | | | | | back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-129-0/+62
* | | | | | | | simple shader effects library for 2DJuan Linietsky2015-03-113-0/+4
* | | | | | | | small optimizations to isometric light demoJuan Linietsky2015-03-1010-0/+262
* | | | | | | | New Demo, Screen Space ShadersJuan Linietsky2015-03-1013-0/+37
* | | | | | | | lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-09184-0/+155
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | support for 2D shadow castersJuan Linietsky2015-03-022-0/+0
|/ / / / / /
* | | | | / support for light and normal mapping in 2DJuan Linietsky2015-02-181-0/+0
| |_|_|_|/ |/| | | |
* | | | | begin new serialization frameworkJuan Linietsky2015-02-151-0/+0
* | | | | Merge pull request #1362 from not-surt/tile_map_body_modeJuan Linietsky2015-02-144-136/+231
|\ \ \ \ \
| * | | | | Replace body_mode property with use_kinematic flag.Carl Olsson2015-02-142-58/+61
| * | | | | Added body mode property to TileMap to select between static and kinematic ph...Carl Olsson2015-02-136-197/+289
| | |_|_|/ | |/| | |
* / | | | New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-145-0/+67
|/ / / /
* | | | Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintfBil Bas (Spooner)2015-02-103-51/+355
|\ \ \ \ | |/ / / |/| | |
| * | | ignore and remove .fscache files. closes #1249Dana Olson2015-01-172-37/+0
|/ / /
* | | Merge pull request #1206 from ScyDev/feature/polygonpathfinder_demoJuan Linietsky2015-01-176-0/+90
|\ \ \ | |_|/ |/| |
| * | - how to use PolygonPathFinder from GD ScriptLukas Sägesser2015-01-136-0/+90
* | | -Add support for one-way collision in 2D (only works for kinematic body so far)Juan Linietsky2015-01-134-24/+662
| |/ |/|
* | -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-032-73/+103
|/
* 1.Change interpolate_callback:p_times_in_sec argument before p_callback argum...sanikoyes2014-12-191-2/+2
* fix demo 3d mousepick testyg2f2014-12-161-1/+1
* Small FixesJuan Linietsky2014-12-081-1/+1
* Add missing icon.png to tween demomarynate2014-12-081-0/+0
* Batch of BugfixesJuan Linietsky2014-12-071-0/+0
* missing navmesh demo and small fixesJuan Linietsky2014-11-194-0/+119
* UDP FixesJuan Linietsky2014-11-134-0/+77
* 3D Import Import & UDPJuan Linietsky2014-11-121-2/+2
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-0510-4/+128
* Update cubio.gdMavhod2014-11-051-1/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-0/+0
* -added custom metadata to physics shapes (2D only for now)Juan Linietsky2014-10-161-0/+3
* missing demo filesJuan Linietsky2014-10-0353-6/+200
* Huge Amount of BugFixJuan Linietsky2014-10-0310-0/+130
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-212-0/+5
* Fixing Issues...Juan Linietsky2014-09-191-20/+36
* More Bugfix...Juan Linietsky2014-09-172-25/+5
* More Bug FixesJuan Linietsky2014-09-171-3/+3
* Merge pull request #628 from sanikoyes/PR-tween-supportJuan Linietsky2014-09-173-0/+542
|\
| * Update tween demosanikoyes2014-08-272-21/+51
| * tween:sanikoyes2014-08-252-14/+38
| * Replace object to NodePathsanikoyes2014-08-223-7/+16
| * Add tween delay supportsanikoyes2014-08-212-8/+18
| * Add tween seek/repeat supportsanikoyes2014-08-203-0/+469