Age | Commit message (Expand) | Author |
2016-02-04 | Removed PE-bliss, win32 binares so far remain without icon, had many issues w... | Juan Linietsky |
2016-02-04 | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres |
2016-02-01 | remove pc_joystick_map.h | hondres |
2016-01-26 | Revert "make msvc 64bits build again, fixes #3098" | George Marques |
2016-01-25 | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky |
2016-01-24 | Change default window size for desktop | George Marques |
2016-01-16 | Fix 32 bit windows export crash | mrezai |
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- |
2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde |
2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres |
2016-01-06 | Better fix for visual studio project generation. | Peace Sells |
2016-01-05 | define XUSER_MAX_COUNT if not present | hondres |
2016-01-04 | Remove unnecessary null pointer checks | Emmanuel Leblond |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-26 | Fix joystick hotplugging on windows, using right indices now | Hondres |
2015-12-20 | windows resource version thing | Ariel Manzur |
2015-12-20 | this failed on mingw on linux (but not on msvc) with 2 problems: | Ariel Manzur |
2015-12-18 | Use tabs instead of spaces for new gamepad code | hondres |
2015-12-18 | Better gamepad support | hondres |
2015-12-13 | added binary API to StreamPeer, fixes #2863 | Juan Linietsky |
2015-12-12 | -added windowed mode with -w, fixes #3020 | Juan Linietsky |
2015-12-06 | some fixes | Juan Linietsky |
2015-11-27 | Replace hardcoded references to Okam Studio by Godot Engine | Rémi Verschelde |
2015-11-25 | 0theora compilation fixes | Juan Linietsky |
2015-11-24 | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky |
2015-11-19 | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky |
2015-11-19 | Fixed mistake where available buffer size would not be updated for each recvf... | Trond Abusdal |
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 t... | ZuBsPaCe |
2015-11-19 | Set console background color on windows in SetConsoleTextAttribute, otherwise... | ZuBsPaCe |
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 not... | ZuBsPaCe |
2015-11-19 | Inconsistent code formatting in print_error (Newlines and spaces) | ZuBsPaCe |
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky |
2015-11-19 | Merge pull request #2518 from masoudbh3/godot-icons | Juan Linietsky |
2015-11-18 | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation | Juan Linietsky |
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky |
2015-11-18 | Merge pull request #2718 from SaracenOne/audio_system_crash_fix | Juan Linietsky |
2015-11-18 | Merge pull request #2737 from akien-mga/type-specific-error-output | Juan Linietsky |
2015-11-14 | windows crash and bind placeholder method | Ariel Manzur |
2015-11-10 | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde |
2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde |
2015-11-09 | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi... | Trond Abusdal |
2015-11-09 | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left... | Trond Abusdal |
2015-11-09 | change pe_bliss parent directory from /drivers to /tools | masoud bh |
2015-11-09 | Add icon to exe file in windows export | masoud bh |
2015-11-02 | Moved deleting sample player in OS finalize methods to before deleting audio ... | Saracen |