| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix can_move_to and rename it for more clarity | Rémi Verschelde | 2015-11-22 | 3 | -14/+9 |
| | | | | | | | | | | | Fixes #2416. The KinematicBody::can_move_to function was likely designed for two behaviours: - discrete: check if the body can "teleport" to the destination - continuous: check if the direct path to the destination is valid The continuous behaviour was however not implemented, and the discrete behaviour was broken too due to a wrong call to intersect_shape. The discrete behaviour has thus been fixed and the function renamed to can_teleport_to for more clarity. | ||||
| * | Merge pull request #2859 from TheHX/property_editor | Juan Linietsky | 2015-11-22 | 8 | -72/+254 |
| |\ | | | | | Implement name filter for PropertyEditor | ||||
| | * | Implement name filter to PropertyEditor | Franklin Sobrinho | 2015-11-21 | 8 | -72/+254 |
| | | | | | | | | | - Add search bar to Inspector tab and to Project and Editor settings dialog | ||||
| * | | Merge pull request #2862 from mikica1986vee/Godot_Tegra_3_fix | Juan Linietsky | 2015-11-21 | 1 | -2/+21 |
| |\ \ | | | | | | | Tegra 3 fix | ||||
| | * | | tegra 3 fix | mikica1986vee | 2015-11-21 | 1 | -2/+21 |
| |/ / | |||||
| * | | Merge pull request #2838 from akien-mga/demos-icons | Rémi Verschelde | 2015-11-21 | 34 | -8/+16 |
| |\ \ | |/ |/| | Additional demos icons | ||||
| | * | Add icons to all demos that can have a meaningful one | Rémi Verschelde | 2015-11-19 | 26 | -2/+11 |
| | | | |||||
| | * | Rename polygon_path_finder demo and add icon | Rémi Verschelde | 2015-11-19 | 8 | -6/+5 |
| | | | |||||
| * | | Merge pull request #2847 from akien-mga/pr-sync-doc | Rémi Verschelde | 2015-11-20 | 1 | -83/+140 |
| |\ \ | | | | | | | Sync doc template with code | ||||
| | * | | Update Vector2.angle() description | Rémi Verschelde | 2015-11-20 | 1 | -0/+2 |
| | | | | |||||
| | * | | Sync doc template with code | Rémi Verschelde | 2015-11-20 | 1 | -83/+138 |
| |/ / | |||||
| * | | Merge pull request #2846 from Ovnuniarchos/DocShapes2D | Rémi Verschelde | 2015-11-20 | 1 | -14/+51 |
| |\ \ | | | | | | | Documented 2D collision shapes and their editors | ||||
| | * | | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | 2015-11-20 | 1 | -12/+43 |
| | | | | |||||
| | * | | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | 2015-11-20 | 1 | -1/+2 |
| | | | | |||||
| | * | | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | 2015-11-20 | 1 | -4/+4 |
| | | | | |||||
| | * | | Added definition of bias solver. | Ovnuniarchos | 2015-11-20 | 1 | -0/+5 |
| |/ / | |||||
| * | | Merge pull request #2825 from StraToN/fix-tabclose-confirmation | Juan Linietsky | 2015-11-20 | 2 | -10/+28 |
| |\ \ | | | | | | | Ask confirmation on closing a scene tab | ||||
| | * | | Ask confirmation on closing a scene tab | Julian Murgia - StraToN | 2015-11-19 | 2 | -10/+28 |
| | | | | |||||
| * | | | Merge pull request #2842 from eska014/fix-help-display | Juan Linietsky | 2015-11-19 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | Fix help display | ||||
| | * | | | Fix help display | eska | 2015-11-20 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | compile fixes | Juan Linietsky | 2015-11-19 | 2 | -2/+2 |
| | | | | |||||
| * | | | -small fix to avoid warnings | Juan Linietsky | 2015-11-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #2840 from godotengine/revert-903-libao | Juan Linietsky | 2015-11-19 | 9 | -269/+7 |
| |\ \ \ | |_|/ |/| | | Revert "libao audio driver" | ||||
| | * | | Revert "libao audio driver" | Juan Linietsky | 2015-11-19 | 9 | -269/+7 |
| |/ / | |||||
| * | | Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditor | Juan Linietsky | 2015-11-19 | 1 | -1/+8 |
| |\ \ | | | | | | | Corrections to #2808 (2D shapes editor update) | ||||
| | * | | get_handle_value implemented for LINE_SHAPE. Normal length normalized. | Ovnuniarchos | 2015-11-19 | 1 | -1/+8 |
| | | | | |||||
| * | | | Merge pull request #2831 from neikeq/select_menu_patch | Juan Linietsky | 2015-11-19 | 2 | -52/+52 |
| |\ \ \ | | | | | | | | | Show select menu on button pressed (instead of released) | ||||
| | * | | | Show select menu on button pressed (instead of released) | neikeq | 2015-11-19 | 2 | -52/+52 |
| | | | | | |||||
| * | | | | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 2 | -3/+22 |
| |\ \ \ \ | | | | | | | | | | | UDP fixes | ||||
| | * | | | | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | 2015-11-19 | 2 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | recvfrom-call in PacketPeerUDPWinsockPposix. | ||||
| | * | | | | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵ | Trond Abusdal | 2015-11-09 | 2 | -3/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will no longer close the socket. * Ensured that unsigned<->signed conversion would not cause wrong buffer size values sent to recvfrom. | ||||
| | * | | | | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using ↵ | Trond Abusdal | 2015-11-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | rb.data_left instead of rb.space_left. | ||||
| * | | | | | Merge pull request #2837 from AlexHolly/fix-restart-on-running | Juan Linietsky | 2015-11-19 | 1 | -3/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | fix with refactoring, refresh re-run icon | ||||
| | * | | | | | fix with refactoring, refrash re-run icon | Alexander Holland | 2015-11-19 | 1 | -3/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #903 from a12n/libao | Juan Linietsky | 2015-11-19 | 9 | -7/+269 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | libao audio driver | ||||
| | * \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-11-02 | 926 | -100635/+138799 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-07-29 | 1421 | -8645/+30027 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-04-04 | 251 | -979/+5283 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-03-10 | 293 | -802/+4455 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-20 | 27 | -293/+1000 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/a12n/godot | Anton Yabchinskiy | 2015-02-17 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-22 | 6 | -1/+180 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-17 | 93 | -407/+6891 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-01-21 | 23 | -50/+1453 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-17 | 202 | -442/+882 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-14 | 78 | -8007/+2496 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-10 | 87 | -407/+1828 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-05 | 119 | -4779/+7696 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2014-12-23 | 109 | -1205/+4126 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | 2014-12-09 | 48 | -197/+934 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
