| Commit message (Expand) | Author | Age | Files | Lines |
| * | Working even when re-entering window. | Mattias Cibien | 2016-05-09 | 1 | -0/+2 |
| * | Cursor hides only in client area | Mattias Cibien | 2016-05-09 | 2 | -1/+19 |
| * | Fix windows 64-bits build. | George Marques | 2016-05-03 | 1 | -0/+2 |
| * | Fixed behavior of OS.set_window_resizable | Mattias Cibien | 2016-05-03 | 1 | -1/+1 |
| * | Merge pull request #4274 from Griefchief/master | Rémi Verschelde | 2016-05-02 | 1 | -0/+89 |
| |\ |
|
| | * | Fixes 64 bit MSVC builds, disables bits parameter | Aleksandar Danilovic | 2016-04-10 | 1 | -0/+89 |
| * | | Implement OS.get_process_ID for Windows | George Marques | 2016-04-29 | 2 | -0/+6 |
| |/ |
|
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -29/+29 |
| * | Borderless window support for the Win32 build. Default window position is now... | Saracen | 2016-03-12 | 2 | -2/+15 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 5 | -56/+56 |
| * | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | 2016-02-17 | 1 | -1/+1 |
| * | win: fix xinput triggers not resetting correctly | Hondres | 2016-02-12 | 1 | -1/+1 |
| * | Added constant to retrieve Windows' Documents path | Franco Eusébio Garcia | 2016-02-07 | 1 | -1/+1 |
| * | Removed PE-bliss, win32 binares so far remain without icon, had many issues w... | Juan Linietsky | 2016-02-04 | 2 | -374/+2 |
| * | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky | 2016-02-04 | 1 | -1/+1 |
| * | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 2 | -3/+20 |
| * | remove pc_joystick_map.h | hondres | 2016-02-01 | 1 | -1/+0 |
| * | Revert "make msvc 64bits build again, fixes #3098" | George Marques | 2016-01-26 | 1 | -1/+1 |
| * | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | 2016-01-25 | 1 | -35/+1 |
| * | Change default window size for desktop | George Marques | 2016-01-24 | 1 | -1/+1 |
| * | Fix 32 bit windows export crash | mrezai | 2016-01-16 | 1 | -2/+8 |
| * | Merge pull request #3272 from Hinsbart/joy-binding | punto- | 2016-01-12 | 2 | -0/+10 |
| |\ |
|
| | * | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres | 2016-01-08 | 2 | -0/+10 |
| * | | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 1 | -2/+1 |
| |\ \ |
|
| | * | | Remove unnecessary null pointer checks | Emmanuel Leblond | 2016-01-04 | 1 | -2/+1 |
| * | | | make msvc 64bits build again, fixes #3098 | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| * | | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky | 2016-01-10 | 2 | -3/+9 |
| | |/
|/| |
|
| * | | Better fix for visual studio project generation. | Peace Sells | 2016-01-06 | 1 | -1/+1 |
| * | | define XUSER_MAX_COUNT if not present | hondres | 2016-01-05 | 1 | -0/+3 |
| |/ |
|
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 18 | -18/+18 |
| * | Fix joystick hotplugging on windows, using right indices now | Hondres | 2015-12-26 | 1 | -8/+16 |
| * | windows resource version thing | Ariel Manzur | 2015-12-20 | 1 | -2/+2 |
| * | this failed on mingw on linux (but not on msvc) with 2 problems: | Ariel Manzur | 2015-12-20 | 1 | -3/+3 |
| * | Use tabs instead of spaces for new gamepad code | hondres | 2015-12-18 | 2 | -384/+384 |
| * | Better gamepad support | hondres | 2015-12-18 | 6 | -299/+682 |
| * | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | 2015-12-13 | 2 | -0/+10 |
| * | -added windowed mode with -w, fixes #3020 | Juan Linietsky | 2015-12-12 | 1 | -1/+1 |
| * | some fixes | Juan Linietsky | 2015-12-06 | 1 | -1/+0 |
| * | Replace hardcoded references to Okam Studio by Godot Engine | Rémi Verschelde | 2015-11-27 | 2 | -2/+2 |
| * | 0theora compilation fixes | Juan Linietsky | 2015-11-25 | 1 | -0/+2 |
| * | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 2015-11-24 | 1 | -5/+5 |
| * | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 1 | -2/+19 |
| |\ |
|
| | * | Fixed mistake where available buffer size would not be updated for each recvf... | Trond Abusdal | 2015-11-19 | 1 | -3/+1 |
| | * | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi... | Trond Abusdal | 2015-11-09 | 1 | -2/+21 |
| | * | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left... | Trond Abusdal | 2015-11-09 | 1 | -1/+1 |
| * | | Added missing \n in script error output. | ZuBsPaCe | 2015-11-19 | 1 | -1/+1 |
| * | | Nice error output padding. Code location behind " At: " is now aligned with t... | ZuBsPaCe | 2015-11-19 | 1 | -9/+17 |
| * | | Set console background color on windows in SetConsoleTextAttribute, otherwise... | ZuBsPaCe | 2015-11-19 | 1 | -5/+8 |
| * | | Set output color of ERR_SCRIPT messages to purple. Same as on linux. | ZuBsPaCe | 2015-11-19 | 1 | -1/+1 |
| * | | Removed ANSI error codes from windows terminal error output. Windows does not... | ZuBsPaCe | 2015-11-19 | 1 | -6/+6 |