| Commit message (Expand) | Author | Age | Files | Lines |
| * | More fixes to Joypad renaming. | Andreas Haas | 2017-01-08 | 1 | -1/+1 |
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -5/+5 |
| * | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-08 | 1 | -1/+1 |
| * | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky | 2017-01-08 | 1 | -0/+2 |
| * | fixes compilation in windows? | Juan Linietsky | 2017-01-08 | 1 | -14/+2 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -1/+1 |
| * | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky | 2017-01-06 | 1 | -4/+0 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-05 | 1 | -3/+5 |
| |\ |
|
| | * | First set of changes to fix compilation errors and initialise the gles3 rende... | BastiaanOlij | 2017-01-04 | 1 | -3/+5 |
| * | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -12/+25 |
| |\ |
|
| | * | Godot works on Windows again.. | reduz | 2016-12-21 | 1 | -11/+16 |
| | * | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 2016-10-10 | 1 | -0/+9 |
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -2/+2 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | | Fix console output for MinGW compilers | Rémi Verschelde | 2016-11-28 | 1 | -2/+10 |
| * | | vsnc --> vsync | ISylvox | 2016-11-08 | 1 | -1/+1 |
| * | | Fix the hiding of mouse cursor before interaction | George Marques | 2016-10-20 | 1 | -2/+5 |
| * | | Isolate XAudio2 driver | George Marques | 2016-10-17 | 1 | -0/+3 |
| * | | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde | 2016-10-14 | 1 | -1/+0 |
| |/ |
|
| * | Merge pull request #6479 from RandomShaper/improve-debug-focus | Rémi Verschelde | 2016-10-03 | 1 | -1/+6 |
| |\ |
|
| | * | Improve debug focus behavior | Pedro J. Estébanez | 2016-09-14 | 1 | -1/+6 |
| * | | Windows: prevent huge prints from crashing the engine | Marc Gilleron | 2016-09-29 | 1 | -2/+5 |
| |/ |
|
| * | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | Mario Schlack | 2016-08-29 | 1 | -0/+2 |
| * | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | 2016-07-26 | 1 | -1/+1 |
| * | Avoid changing position when the window is fullscreen | George Marques | 2016-07-24 | 1 | -0/+1 |
| * | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | 2016-07-21 | 1 | -4/+7 |
| |\ |
|
| | * | Fix mouse wheel event position on Windows | George Marques | 2016-07-21 | 1 | -4/+7 |
| * | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 1 | -0/+11 |
| |\ \
| |/
|/| |
|
| | * | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 1 | -0/+11 |
| * | | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant | Juan Linietsky | 2016-07-10 | 1 | -0/+62 |
| |\ \
| |/
|/| |
|
| | * | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | 2016-07-03 | 1 | -0/+62 |
| * | | Windows: prevent freeze while moving or resizing the game window. | Andreas Haas | 2016-07-01 | 1 | -1/+15 |
| |/ |
|
| * | Fix visual server error when minimizing the window | George Marques | 2016-06-26 | 1 | -2/+6 |
| * | property output unix seconds since epoch in windows get_system_time_secs, fix... | Juan Linietsky | 2016-06-11 | 1 | -1/+7 |
| * | Windows: Hide mouse on MOUSE_MODE_CAPTURED | J08nY | 2016-06-07 | 1 | -1/+1 |
| * | vsync support | Juan Linietsky | 2016-06-05 | 1 | -0/+15 |
| * | -customizable shortcuts in editor | Juan Linietsky | 2016-06-04 | 1 | -1/+1 |
| * | change invalid characters when get user data dir on Windows & Unix | volzhs | 2016-06-03 | 1 | -1/+1 |
| * | removed dependency on shcore.dll to get DPI | Juan Linietsky | 2016-06-01 | 1 | -14/+74 |
| * | DPI Detection support | Juan Linietsky | 2016-05-29 | 1 | -1/+22 |
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+28 |
| * | 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 | 1 | -1/+17 |
| * | Fixed behavior of OS.set_window_resizable | Mattias Cibien | 2016-05-03 | 1 | -1/+1 |
| * | Implement OS.get_process_ID for Windows | George Marques | 2016-04-29 | 1 | -0/+5 |
| * | Borderless window support for the Win32 build. Default window position is now... | Saracen | 2016-03-12 | 1 | -2/+11 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -32/+32 |
| * | Added constant to retrieve Windows' Documents path | Franco Eusébio Garcia | 2016-02-07 | 1 | -1/+1 |
| * | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 1 | -2/+19 |