aboutsummaryrefslogtreecommitdiff
path: root/demos (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | improved kinematic motion, improved demos for kinematic motionJuan Linietsky2015-05-034-9/+24
|/ /
* | -Made one way collision work with 2D physics (rigidbody)Juan Linietsky2015-05-033-364/+733
| |
* | fixed bullet in 3d platformer demoJuan Linietsky2015-05-011-0/+0
| |
* | -fix a bug in extra cull margin, closes #1760Juan Linietsky2015-05-012-0/+0
| |
* | -fixed broken lighting in release version of godot for isometric light demo, ↵Juan Linietsky2015-04-306-0/+0
| | | | | | | | fixes #1697
* | missing file for bbcode demoJuan Linietsky2015-04-261-0/+17
|/
* -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky2015-04-242-0/+0
|
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-2112-0/+95
| | | | -Proper ability to edit BBCode in RTL.
* -Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky2015-04-192-1/+2
| | | | | | -KinematicBody2D::move now properly recognizes collision exceptions and masks, fixes #1649 -Removed object type masking for KinematicBody2D -Added a test_motion() function to RigidBody2D, allowing simlar behavior to KinematicBody2D::move there.
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-181-0/+4
|\
| * -Added android immersive mode, fixes #303Juan Linietsky2015-04-171-0/+4
| |
* | -renamed function to get object from instance idJuan Linietsky2015-04-181-14/+16
|/ | | | -added function to get list of tiles used
* scene switcher demo changed to reflect tutorial, fixes #1673Juan Linietsky2015-04-121-9/+27
|
* -Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky2015-04-124-0/+35
|
* renamed scrts to scripts, fixes #1525Juan Linietsky2015-04-122-0/+1
|
* fix shadow issue with lights in mix mode, i think fixes #1611Juan Linietsky2015-04-031-0/+4
|
* Changes to LightJuan Linietsky2015-04-034-0/+4
| | | | | | | | -=-=-=-=-=-=-=-= -Changed material unshaded property for an enum, which supports light-only shading -Added a "Mix" shading mode, useful for using lights as masks -Added energy parameter to Light2D
* Option in Android export to use 32 bits buffer.Juan Linietsky2015-03-311-262/+0
|
* fixes for light2d in androids that do not supportJuan Linietsky2015-03-311-0/+0
| | | | read depth
* 2D normal mapping and lighting simple demosJuan Linietsky2015-03-2414-0/+12
|
* adjust the window_management demo to the new function nameshurikhan2015-03-232-27/+27
|
* fixes to new window management APIJuan Linietsky2015-03-221-19/+19
| | | | | | -needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
* Merge pull request #1487 from hurikhan/x11-window-managementJuan Linietsky2015-03-227-0/+276
|\ | | | | X11 window management
| * removed up, down, left, right keys from the demo.hurikhan2015-03-082-12/+0
| | | | | | | | were used before for fast multiscreen setup testing.
| * fixing a typo in the demohurikhan2015-03-081-0/+0
| |
| * added Label_MouseGrab_KeyInfohurikhan2015-03-082-0/+3
| |
| * Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-03-083-0/+0
| |\
| * \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-159-136/+298
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-123-51/+355
| |\ \ \
| * | | | cleanup + MouseGrabhurikhan2015-02-122-0/+2
| | | | |
| * | | | * Cleanup for PRhurikhan2015-01-224-99/+68
| | | | | | | | | | | | | | | | | | | | * Demo shows a Dialog with not implemented methods at startup
| * | | | * observer scene for the demohurikhan2015-01-223-0/+176
| | | | |
| * | | | * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-223-2/+11
| | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test
| * | | | * multi_screen testing + bugfixeshurikhan2015-01-182-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
| * | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-176-0/+90
| |\ \ \ \
| * | | | | * cleanup window state handlinghurikhan2015-01-172-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP)
| * | | | | added the following methods:hurikhan2015-01-172-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
| * | | | | rearrange the demohurikhan2015-01-162-3/+1
| | | | | |
| * | | | | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-152-2/+26
| | | | | |
| * | | | | demo window set to resizeable (need a bugfix her)hurikhan2015-01-141-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-144-24/+662
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py
| * | | | | | don't start demo in fullscreen modehurikhan2015-01-141-1/+2
| | | | | | |
| * | | | | | get_screen() + set_screen() addedhurikhan2015-01-143-1/+30
| | | | | | |
| * | | | | | Using Xinerama extension for getting screen infohurikhan2015-01-131-1/+1
| | | | | | |
| * | | | | | get_screen_position() addedhurikhan2015-01-132-3/+8
| | | | | | |
| * | | | | | Demo misc/window_management addedhurikhan2015-01-115-0/+45
| | | | | | |
* | | | | | | Merge pull request #1331 from fry-/masterJuan Linietsky2015-03-2213-0/+182
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add 2D fog of war demo
| * | | | | | | added preview picturefry-2015-02-021-0/+0
| | | | | | | |
| * | | | | | | added a demo for 2D fog of warfry-2015-02-0213-0/+182
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1438 from Spooner/fix_isometric_demoJuan Linietsky2015-03-221-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix isometric demo