summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-23Make all demo icons 8-bit/color RGB(A)Rémi Verschelde
Godot does not seem to like 8-bit colormaps. Fixes #2874.
2015-11-22Merge pull request #2859 from TheHX/property_editorJuan Linietsky
Implement name filter for PropertyEditor
2015-11-21Merge pull request #2862 from mikica1986vee/Godot_Tegra_3_fixJuan Linietsky
Tegra 3 fix
2015-11-21tegra 3 fixmikica1986vee
2015-11-21Implement name filter to PropertyEditorFranklin Sobrinho
- Add search bar to Inspector tab and to Project and Editor settings dialog
2015-11-21Merge pull request #2838 from akien-mga/demos-iconsRémi Verschelde
Additional demos icons
2015-11-20Merge pull request #2847 from akien-mga/pr-sync-docRémi Verschelde
Sync doc template with code
2015-11-20Update Vector2.angle() descriptionRémi Verschelde
2015-11-20Sync doc template with codeRémi Verschelde
2015-11-20Merge pull request #2846 from Ovnuniarchos/DocShapes2DRémi Verschelde
Documented 2D collision shapes and their editors
2015-11-20Inserted explanation about the behaviour of CollsionPolygon2D.set_polygon.Ovnuniarchos
2015-11-20Differences between ConvexPolygon2D and ConcavePolygon2D?Ovnuniarchos
2015-11-20ConvexPolygonShape2D.set_point_cloud documented to do nothing.Ovnuniarchos
2015-11-20Added definition of bias solver.Ovnuniarchos
2015-11-20Merge pull request #2825 from StraToN/fix-tabclose-confirmationJuan Linietsky
Ask confirmation on closing a scene tab
2015-11-19Merge pull request #2842 from eska014/fix-help-displayJuan Linietsky
Fix help display
2015-11-20Fix help displayeska
2015-11-19compile fixesJuan Linietsky
2015-11-19-small fix to avoid warningsJuan Linietsky
2015-11-19Merge pull request #2840 from godotengine/revert-903-libaoJuan Linietsky
Revert "libao audio driver"
2015-11-19Revert "libao audio driver"Juan Linietsky
2015-11-19Add icons to all demos that can have a meaningful oneRémi Verschelde
2015-11-19Rename polygon_path_finder demo and add iconRémi Verschelde
2015-11-19Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditorJuan Linietsky
Corrections to #2808 (2D shapes editor update)
2015-11-19Merge pull request #2831 from neikeq/select_menu_patchJuan Linietsky
Show select menu on button pressed (instead of released)
2015-11-19Merge pull request #2756 from trond/bugfix_udpJuan Linietsky
UDP fixes
2015-11-19Merge pull request #2837 from AlexHolly/fix-restart-on-runningJuan Linietsky
fix with refactoring, refresh re-run icon
2015-11-19Merge pull request #903 from a12n/libaoJuan Linietsky
libao audio driver
2015-11-19Merge branch 'master' of https://github.com/okamstudio/godotAriel Manzur
2015-11-19fix compile error in some msvc version (snprintf not found)Ariel Manzur
2015-11-19fix with refactoring, refrash re-run iconAlexander Holland
2015-11-19Fixed mistake where available buffer size would not be updated for each ↵Trond Abusdal
recvfrom-call in PacketPeerUDPWinsockPposix.
2015-11-19Merge pull request #2835 from akien-mga/pr-readme-wikiRémi Verschelde
Change wiki links to point to OpenProject website
2015-11-19Change wiki links to point to OpenProject websiteRémi Verschelde
2015-11-19get_handle_value implemented for LINE_SHAPE. Normal length normalized.Ovnuniarchos
2015-11-19Merge pull request #2827 from ZuBsPaCe/error-log-colors-windowsJuan Linietsky
Improved error log colours in the Windows terminal
2015-11-19Show select menu on button pressed (instead of released)neikeq
2015-11-19Added missing \n in script error output.ZuBsPaCe
2015-11-19Nice 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-19Set 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-19Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe
2015-11-19Removed 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-19Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe
2015-11-19removed iconv dependency from pe_blissJuan Linietsky
2015-11-19Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/export/export.h
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-19Ask confirmation on closing a scene tabJulian Murgia - StraToN
2015-11-19Merge pull request #2824 from TheHX/split_container_propertyJuan Linietsky
Fix SplitContainer bool properties
2015-11-19Fix SplitContainer bool propertiesFranklin Sobrinho
2015-11-19Merge pull request #2822 from kurikaesu/masterJuan Linietsky
HTTPClient docs & request functionality + fixes