Age | Commit message (Collapse) | Author |
|
issue #2791.
|
|
Tegra 3 fix
|
|
|
|
Additional demos icons
|
|
Sync doc template with code
|
|
|
|
|
|
Documented 2D collision shapes and their editors
|
|
|
|
|
|
|
|
|
|
Ask confirmation on closing a scene tab
|
|
Fix help display
|
|
|
|
|
|
|
|
Revert "libao audio driver"
|
|
|
|
|
|
|
|
Corrections to #2808 (2D shapes editor update)
|
|
Show select menu on button pressed (instead of released)
|
|
UDP fixes
|
|
fix with refactoring, refresh re-run icon
|
|
libao audio driver
|
|
|
|
|
|
|
|
recvfrom-call in PacketPeerUDPWinsockPposix.
|
|
Change wiki links to point to OpenProject website
|
|
|
|
|
|
Improved error log colours in the Windows terminal
|
|
|
|
|
|
the error message above. Also removed the dot after the file location.
|
|
otherwise text background will be black, which looks strange if the terminal color is not black.
|
|
|
|
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
|
|
|
|
|
|
Conflicts:
platform/windows/export/export.h
|
|
|
|
|
|
Fix SplitContainer bool properties
|
|
|
|
HTTPClient docs & request functionality + fixes
|
|
|
|
parser to break.
Documentation for HTTPClient.
Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages.
String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
|