Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | Update doc for can_teleport_to | Rémi Verschelde | |
2015-11-22 | Fix can_move_to and rename it for more clarity | Rémi Verschelde | |
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. | |||
2015-11-22 | Merge pull request #2859 from TheHX/property_editor | Juan Linietsky | |
Implement name filter for PropertyEditor | |||
2015-11-21 | Merge pull request #2862 from mikica1986vee/Godot_Tegra_3_fix | Juan Linietsky | |
Tegra 3 fix | |||
2015-11-21 | tegra 3 fix | mikica1986vee | |
2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | |
- Add search bar to Inspector tab and to Project and Editor settings dialog | |||
2015-11-21 | Merge pull request #2838 from akien-mga/demos-icons | Rémi Verschelde | |
Additional demos icons | |||
2015-11-20 | Merge pull request #2847 from akien-mga/pr-sync-doc | Rémi Verschelde | |
Sync doc template with code | |||
2015-11-20 | Update Vector2.angle() description | Rémi Verschelde | |
2015-11-20 | Sync doc template with code | Rémi Verschelde | |
2015-11-20 | Merge pull request #2846 from Ovnuniarchos/DocShapes2D | Rémi Verschelde | |
Documented 2D collision shapes and their editors | |||
2015-11-20 | Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon. | Ovnuniarchos | |
2015-11-20 | Differences between ConvexPolygon2D and ConcavePolygon2D? | Ovnuniarchos | |
2015-11-20 | ConvexPolygonShape2D.set_point_cloud documented to do nothing. | Ovnuniarchos | |
2015-11-20 | Added definition of bias solver. | Ovnuniarchos | |
2015-11-20 | Merge pull request #2825 from StraToN/fix-tabclose-confirmation | Juan Linietsky | |
Ask confirmation on closing a scene tab | |||
2015-11-19 | Merge pull request #2842 from eska014/fix-help-display | Juan Linietsky | |
Fix help display | |||
2015-11-20 | Fix help display | eska | |
2015-11-19 | compile fixes | Juan Linietsky | |
2015-11-19 | -small fix to avoid warnings | Juan Linietsky | |
2015-11-19 | Merge pull request #2840 from godotengine/revert-903-libao | Juan Linietsky | |
Revert "libao audio driver" | |||
2015-11-19 | Revert "libao audio driver" | Juan Linietsky | |
2015-11-19 | Add icons to all demos that can have a meaningful one | Rémi Verschelde | |
2015-11-19 | Rename polygon_path_finder demo and add icon | Rémi Verschelde | |
2015-11-19 | Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditor | Juan Linietsky | |
Corrections to #2808 (2D shapes editor update) | |||
2015-11-19 | Merge pull request #2831 from neikeq/select_menu_patch | Juan Linietsky | |
Show select menu on button pressed (instead of released) | |||
2015-11-19 | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | |
UDP fixes | |||
2015-11-19 | Merge pull request #2837 from AlexHolly/fix-restart-on-running | Juan Linietsky | |
fix with refactoring, refresh re-run icon | |||
2015-11-19 | Merge pull request #903 from a12n/libao | Juan Linietsky | |
libao audio driver | |||
2015-11-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Ariel Manzur | |
2015-11-19 | fix compile error in some msvc version (snprintf not found) | Ariel Manzur | |
2015-11-19 | fix with refactoring, refrash re-run icon | Alexander Holland | |
2015-11-19 | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | |
recvfrom-call in PacketPeerUDPWinsockPposix. | |||
2015-11-19 | Merge pull request #2835 from akien-mga/pr-readme-wiki | Rémi Verschelde | |
Change wiki links to point to OpenProject website | |||
2015-11-19 | Change wiki links to point to OpenProject website | Rémi Verschelde | |
2015-11-19 | get_handle_value implemented for LINE_SHAPE. Normal length normalized. | Ovnuniarchos | |
2015-11-19 | Merge pull request #2827 from ZuBsPaCe/error-log-colors-windows | Juan Linietsky | |
Improved error log colours in the Windows terminal | |||
2015-11-19 | Show select menu on button pressed (instead of released) | neikeq | |
2015-11-19 | Added missing \n in script error output. | ZuBsPaCe | |
2015-11-19 | Nice error output padding. Code location behind " At: " is now aligned with ↵ | ZuBsPaCe | |
the error message above. Also removed the dot after the file location. | |||
2015-11-19 | Set console background color on windows in SetConsoleTextAttribute, ↵ | ZuBsPaCe | |
otherwise text background will be black, which looks strange if the terminal color is not black. | |||
2015-11-19 | Set output color of ERR_SCRIPT messages to purple. Same as on linux. | ZuBsPaCe | |
2015-11-19 | Removed ANSI error codes from windows terminal error output. Windows does ↵ | ZuBsPaCe | |
not support them. See: http://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences See: http://stackoverflow.com/questions/22777142/is-there-a-way-to-make-windows-output-ansi-escape-sequences?lq=1 | |||
2015-11-19 | Inconsistent code formatting in print_error (Newlines and spaces) | ZuBsPaCe | |
2015-11-19 | removed iconv dependency from pe_bliss | Juan Linietsky | |
2015-11-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/export/export.h | |||
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | |
2015-11-19 | Ask confirmation on closing a scene tab | Julian Murgia - StraToN | |
2015-11-19 | Merge pull request #2824 from TheHX/split_container_property | Juan Linietsky | |
Fix SplitContainer bool properties | |||
2015-11-19 | Fix SplitContainer bool properties | Franklin Sobrinho | |