| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky | 2015-05-03 | 4 | -9/+24 | |
| |/ / | ||||||
| * | | -Made one way collision work with 2D physics (rigidbody) | Juan Linietsky | 2015-05-03 | 3 | -364/+733 | |
| | | | ||||||
| * | | fixed bullet in 3d platformer demo | Juan Linietsky | 2015-05-01 | 1 | -0/+0 | |
| | | | ||||||
| * | | -fix a bug in extra cull margin, closes #1760 | Juan Linietsky | 2015-05-01 | 2 | -0/+0 | |
| | | | ||||||
| * | | -fixed broken lighting in release version of godot for isometric light demo, ↵ | Juan Linietsky | 2015-04-30 | 6 | -0/+0 | |
| | | | | | | | | | fixes #1697 | |||||
| * | | missing file for bbcode demo | Juan Linietsky | 2015-04-26 | 1 | -0/+17 | |
| |/ | ||||||
| * | -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724 | Juan Linietsky | 2015-04-24 | 2 | -0/+0 | |
| | | ||||||
| * | -Many fixes and demo for RichTexLabel | Juan Linietsky | 2015-04-21 | 12 | -0/+95 | |
| | | | | | -Proper ability to edit BBCode in RTL. | |||||
| * | -Rewritten KinematicBody2D::move to MUCH more efficient code. | Juan Linietsky | 2015-04-19 | 2 | -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/godot | Juan Linietsky | 2015-04-18 | 1 | -0/+4 | |
| |\ | ||||||
| | * | -Added android immersive mode, fixes #303 | Juan Linietsky | 2015-04-17 | 1 | -0/+4 | |
| | | | ||||||
| * | | -renamed function to get object from instance id | Juan Linietsky | 2015-04-18 | 1 | -14/+16 | |
| |/ | | | | -added function to get list of tiles used | |||||
| * | scene switcher demo changed to reflect tutorial, fixes #1673 | Juan Linietsky | 2015-04-12 | 1 | -9/+27 | |
| | | ||||||
| * | -Fixed screen capture for viewports, added a screen capture demo, fixes #1529 | Juan Linietsky | 2015-04-12 | 4 | -0/+35 | |
| | | ||||||
| * | renamed scrts to scripts, fixes #1525 | Juan Linietsky | 2015-04-12 | 2 | -0/+1 | |
| | | ||||||
| * | fix shadow issue with lights in mix mode, i think fixes #1611 | Juan Linietsky | 2015-04-03 | 1 | -0/+4 | |
| | | ||||||
| * | Changes to Light | Juan Linietsky | 2015-04-03 | 4 | -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 Linietsky | 2015-03-31 | 1 | -262/+0 | |
| | | ||||||
| * | fixes for light2d in androids that do not support | Juan Linietsky | 2015-03-31 | 1 | -0/+0 | |
| | | | | | read depth | |||||
| * | 2D normal mapping and lighting simple demos | Juan Linietsky | 2015-03-24 | 14 | -0/+12 | |
| | | ||||||
| * | adjust the window_management demo to the new function names | hurikhan | 2015-03-23 | 2 | -27/+27 | |
| | | ||||||
| * | fixes to new window management API | Juan Linietsky | 2015-03-22 | 1 | -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-management | Juan Linietsky | 2015-03-22 | 7 | -0/+276 | |
| |\ | | | | | X11 window management | |||||
| | * | removed up, down, left, right keys from the demo. | hurikhan | 2015-03-08 | 2 | -12/+0 | |
| | | | | | | | | | were used before for fast multiscreen setup testing. | |||||
| | * | fixing a typo in the demo | hurikhan | 2015-03-08 | 1 | -0/+0 | |
| | | | ||||||
| | * | added Label_MouseGrab_KeyInfo | hurikhan | 2015-03-08 | 2 | -0/+3 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-03-08 | 3 | -0/+0 | |
| | |\ | ||||||
| | * \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-15 | 9 | -136/+298 | |
| | |\ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-12 | 3 | -51/+355 | |
| | |\ \ \ | ||||||
| | * | | | | cleanup + MouseGrab | hurikhan | 2015-02-12 | 2 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | * Cleanup for PR | hurikhan | 2015-01-22 | 4 | -99/+68 | |
| | | | | | | | | | | | | | | | | | | | | | * Demo shows a Dialog with not implemented methods at startup | |||||
| | * | | | | * observer scene for the demo | hurikhan | 2015-01-22 | 3 | -0/+176 | |
| | | | | | | ||||||
| | * | | | | * fix compilation without scons experimental_wm_api=yes | hurikhan | 2015-01-22 | 3 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test | |||||
| | * | | | | * multi_screen testing + bugfixes | hurikhan | 2015-01-18 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup | |||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-17 | 6 | -0/+90 | |
| | |\ \ \ \ | ||||||
| | * | | | | | * cleanup window state handling | hurikhan | 2015-01-17 | 2 | -11/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP) | |||||
| | * | | | | | added the following methods: | hurikhan | 2015-01-17 | 2 | -7/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized() | |||||
| | * | | | | | rearrange the demo | hurikhan | 2015-01-16 | 2 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | WIP -- set_resizable() + is_resizable added | hurikhan | 2015-01-15 | 2 | -2/+26 | |
| | | | | | | | ||||||
| | * | | | | | demo window set to resizeable (need a bugfix her) | hurikhan | 2015-01-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-14 | 4 | -24/+662 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py | |||||
| | * | | | | | | don't start demo in fullscreen mode | hurikhan | 2015-01-14 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | get_screen() + set_screen() added | hurikhan | 2015-01-14 | 3 | -1/+30 | |
| | | | | | | | | ||||||
| | * | | | | | | Using Xinerama extension for getting screen info | hurikhan | 2015-01-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | get_screen_position() added | hurikhan | 2015-01-13 | 2 | -3/+8 | |
| | | | | | | | | ||||||
| | * | | | | | | Demo misc/window_management added | hurikhan | 2015-01-11 | 5 | -0/+45 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #1331 from fry-/master | Juan Linietsky | 2015-03-22 | 13 | -0/+182 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add 2D fog of war demo | |||||
| | * | | | | | | | added preview picture | fry- | 2015-02-02 | 1 | -0/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | added a demo for 2D fog of war | fry- | 2015-02-02 | 13 | -0/+182 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1438 from Spooner/fix_isometric_demo | Juan Linietsky | 2015-03-22 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix isometric demo | |||||
