Age | Commit message (Expand) | Author |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-11 | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde |
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack |
2019-12-03 | Don't stop export if rcedit path is invalid | Tomasz Chabora |
2019-12-01 | iOS modular build and export implementation. | bruvzg |
2019-11-28 | Add an `OS.is_window_focused()` getter | Hugo Locurcio |
2019-11-09 | Set ShellExecuteW's verb to NULL - fixes #33388 | piratesephiroth |
2019-11-07 | Fix graphic tablet input coordinates on Windows. | bruvzg |
2019-10-30 | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp... | bruvzg |
2019-10-29 | Update natvis file to display Node class correctly in Visual Studio debugger | PouleyKetchoupp |
2019-10-27 | Fix invalid window border when toggled from fullscreen to windowed mode | Yuri Roubinsky |
2019-10-26 | Allow use of relative and speed properties for InputEventScreenDrag on WIndows | Joe Sweeney |
2019-10-25 | Specify MINGW_HAS_SECURE_API=1 | Yeongho Kim |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-10-22 | Add "llvm/thinlto" options to MinGW build. | bruvzg |
2019-10-04 | Add code signing support for Windows exports (using "signtool" on Windows and... | bruvzg |
2019-10-03 | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-09 | fix usage of old macro when new variant intended | Robin Hübner |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-08-05 | Fix wrong mouse wheel position for MOUSE_MODE_CAPTURED on Windows | Tan Wang Leng |
2019-07-30 | Turn `OS.set_min/max_window_size()` warnings into errors | Hugo Locurcio |
2019-07-29 | Fix strict-aliasing warning in OS_Windows::get_unix_time. | Ibrahn Sahir |
2019-07-24 | Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678 | Guilherme Felipe |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe |
2019-07-05 | Merge pull request #24086 from RandomShaper/bundle-pck-to-executable | Rémi Verschelde |
2019-07-04 | Hide command prompt launched by OS.execute | hoontee |
2019-07-03 | Add embedded PCK option to PC platforms | Pedro J. Estébanez |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-06-29 | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp... | hbina085 |
2019-06-20 | Add option to toggle console window on Windows | Luka Dornhecker |
2019-06-17 | Fix endless controller iteration | Georg Wacker |
2019-06-17 | Add script to fix style issues and copyright headers | Rémi Verschelde |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde |
2019-06-16 | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde |
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-06-12 | Merge pull request #29711 from zaksnet/windows-export-improvemnts | Rémi Verschelde |
2019-06-12 | Added hint for windows export options | Zak |
2019-06-12 | Merge pull request #29679 from akien-mga/windows-res-desc | Rémi Verschelde |
2019-06-11 | Remove "Editor" from Windows PE file description | Rémi Verschelde |
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp... | bruvzg |
2019-05-28 | Merge pull request #26462 from SubSage/master | Rémi Verschelde |
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-05-23 | Check project settings live before lookup in crash handler | Ibrahn Sahir |