Age | Commit message (Expand) | Author |
2018-10-04 | Fix some OSX and iOS Clang warnings | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Fix file hints | Marcin Zawiejski |
2018-08-21 | BPTC support | elasota |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-07-21 | -Fix disable_3d flag | Juan Linietsky |
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-17 | Fix keep screen on property path for Android/iOS/UWP | volzhs |
2018-07-01 | Respect window/handheld/orientation setting in iOS | Yasha Borevich |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2018-05-11 | Proper focus in/out handling on iOS | Ruslan Mustakov |
2018-05-07 | Resume audio on iOS after phone call or alarm | Ruslan Mustakov |
2018-05-02 | Merge pull request #17196 from RandomShaper/improve-gui-touch | Rémi Verschelde |
2018-04-30 | Implement universal translation of touch to mouse | Pedro J. Estébanez |
2018-04-19 | Provide error details when in-app purchase fails | Ruslan Mustakov |
2018-04-11 | iPhone X support and iOS-related fixes | Ruslan Mustakov |
2018-03-31 | Fix UpdatePowerInfo method implementation in PowerIphone class | Igors Vaitkus |
2018-03-28 | Fix IPhone and OSX cross compilation | Fabio Alessandrelli |
2018-03-13 | fix iOS build - error due to GLES2 missing include (with the advice from bruv... | Yannick Le Duc |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-02-25 | Add missing return statements (iOS and server). | bruvzg |
2018-02-22 | add restore purchases for iOS | J Andrew Long |
2018-01-07 | Improve missing iOS loading screen error message | Ruslan Mustakov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva |
2017-12-12 | Updated Linux template extensions to match architecture. | Nathan Warden |
2017-12-10 | iOS: Drop obsolete code from never-public modules | Rémi Verschelde |
2017-12-08 | Fix Manage Export Templates link | MattUV |
2017-12-07 | Merge pull request #14356 from volzhs/ios-delegate-master | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-07 | use application:didFinishLaunchingWithOptions: instead of applicationDidFinis... | volzhs |
2017-12-03 | Fix open_dynamic_library override in OSIPhone | Ruslan Mustakov |
2017-11-29 | Enhanced iOS and UWP logo on Export dialog | Indah Sylvia |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-21 | Allow configuring iOS export | Ruslan Mustakov |
2017-11-20 | Merge pull request #12988 from akien-mga/xdg-home-paths | Rémi Verschelde |