aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix can_move_to and rename it for more clarityRémi Verschelde2015-11-223-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_editorJuan Linietsky2015-11-228-72/+254
|\ | | | | Implement name filter for PropertyEditor
| * Implement name filter to PropertyEditorFranklin Sobrinho2015-11-218-72/+254
| | | | | | | | - Add search bar to Inspector tab and to Project and Editor settings dialog
* | Merge pull request #2862 from mikica1986vee/Godot_Tegra_3_fixJuan Linietsky2015-11-211-2/+21
|\ \ | | | | | | Tegra 3 fix
| * | tegra 3 fixmikica1986vee2015-11-211-2/+21
|/ /
* | Merge pull request #2838 from akien-mga/demos-iconsRémi Verschelde2015-11-2134-8/+16
|\ \ | |/ |/| Additional demos icons
| * Add icons to all demos that can have a meaningful oneRémi Verschelde2015-11-1926-2/+11
| |
| * Rename polygon_path_finder demo and add iconRémi Verschelde2015-11-198-6/+5
| |
* | Merge pull request #2847 from akien-mga/pr-sync-docRémi Verschelde2015-11-201-83/+140
|\ \ | | | | | | Sync doc template with code
| * | Update Vector2.angle() descriptionRémi Verschelde2015-11-201-0/+2
| | |
| * | Sync doc template with codeRémi Verschelde2015-11-201-83/+138
|/ /
* | Merge pull request #2846 from Ovnuniarchos/DocShapes2DRémi Verschelde2015-11-201-14/+51
|\ \ | | | | | | Documented 2D collision shapes and their editors
| * | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos2015-11-201-12/+43
| | |
| * | Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos2015-11-201-1/+2
| | |
| * | ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos2015-11-201-4/+4
| | |
| * | Added definition of bias solver.Ovnuniarchos2015-11-201-0/+5
|/ /
* | Merge pull request #2825 from StraToN/fix-tabclose-confirmationJuan Linietsky2015-11-202-10/+28
|\ \ | | | | | | Ask confirmation on closing a scene tab
| * | Ask confirmation on closing a scene tabJulian Murgia - StraToN2015-11-192-10/+28
| | |
* | | Merge pull request #2842 from eska014/fix-help-displayJuan Linietsky2015-11-191-1/+2
|\ \ \ | | | | | | | | Fix help display
| * | | Fix help displayeska2015-11-201-1/+2
|/ / /
* | | compile fixesJuan Linietsky2015-11-192-2/+2
| | |
* | | -small fix to avoid warningsJuan Linietsky2015-11-191-1/+1
| | |
* | | Merge pull request #2840 from godotengine/revert-903-libaoJuan Linietsky2015-11-199-269/+7
|\ \ \ | |_|/ |/| | Revert "libao audio driver"
| * | Revert "libao audio driver"Juan Linietsky2015-11-199-269/+7
|/ /
* | Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditorJuan Linietsky2015-11-191-1/+8
|\ \ | | | | | | Corrections to #2808 (2D shapes editor update)
| * | get_handle_value implemented for LINE_SHAPE. Normal length normalized.Ovnuniarchos2015-11-191-1/+8
| | |
* | | Merge pull request #2831 from neikeq/select_menu_patchJuan Linietsky2015-11-192-52/+52
|\ \ \ | | | | | | | | Show select menu on button pressed (instead of released)
| * | | Show select menu on button pressed (instead of released)neikeq2015-11-192-52/+52
| | | |
* | | | Merge pull request #2756 from trond/bugfix_udpJuan Linietsky2015-11-192-3/+22
|\ \ \ \ | | | | | | | | | | UDP fixes
| * | | | Fixed mistake where available buffer size would not be updated for each ↵Trond Abusdal2015-11-192-6/+2
| | | | | | | | | | | | | | | | | | | | recvfrom-call in PacketPeerUDPWinsockPposix.
| * | | | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵Trond Abusdal2015-11-092-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 Abusdal2015-11-092-2/+2
| | | | | | | | | | | | | | | | | | | | rb.data_left instead of rb.space_left.
* | | | | Merge pull request #2837 from AlexHolly/fix-restart-on-runningJuan Linietsky2015-11-191-3/+1
|\ \ \ \ \ | | | | | | | | | | | | fix with refactoring, refresh re-run icon
| * | | | | fix with refactoring, refrash re-run iconAlexander Holland2015-11-191-3/+1
| | | | | |
* | | | | | Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-199-7/+269
|\ \ \ \ \ \ | | | | | | | | | | | | | | libao audio driver
| * \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-02926-100635/+138799
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-291421-8645/+30027
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-04251-979/+5283
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-03-10293-802/+4455
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-2027-293/+1000
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/a12n/godotAnton Yabchinskiy2015-02-170-0/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-226-1/+180
| | |\ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-1793-407/+6891
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-01-2123-50/+1453
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-17202-442/+882
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-1478-8007/+2496
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-1087-407/+1828
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-05119-4779/+7696
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-23109-1205/+4126
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of http://github.com/okamstudio/godotAnton Yabchinskiy2014-12-0948-197/+934
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \