Age | Commit message (Expand) | Author |
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 |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-29 | Merge pull request #28061 from guilhermefelipecgs/fix_19137 | Rémi Verschelde |
2019-04-27 | Convert line endings to CRLF in `OS.set_clipboard()` on Windows | Hugo Locurcio |
2019-04-27 | [Input] Release keys/actions pressed if window loses focus | Guilherme Felipe |
2019-04-25 | Merge pull request #28396 from akien-mga/scons-capture-the-flags | Rémi Verschelde |
2019-04-24 | Fixes to make exporting more responsive. | Juan Linietsky |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-23 | Fixes build for Windows cross-compilation | Kenneth Lee |
2019-04-07 | Android now (optionally) builds the template when exporting | Juan Linietsky |
2019-04-22 | Merge pull request #28166 from KLee1248/first_bug | Rémi Verschelde |
2019-04-19 | Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013 | Rémi Verschelde |
2019-04-18 | Use SHGetKnownFolderPath instead of SHGetFolderPathW. | KLee1248 |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-04-15 | Ignore '/utf-8' flag on vs2013 | Windy Darian |
2019-04-10 | Force utf-8 source file encoding in MSVC | Windy Darian |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-07 | Merge pull request #27067 from shartte/remove-context-gl | Rémi Verschelde |
2019-04-06 | Remove unused imports | Hendrikto |
2019-04-06 | Remove ContextGL since as an abstraction it's unused. | Sebastian Hartte |
2019-03-12 | Fixed & improved Visual Studio custom debugger visualization | PouleyKetchoupp |