Age | Commit message (Expand) | Author |
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 |
2017-11-19 | Merge pull request #13045 from akien-mga/gles2-cleanup | Rémi Verschelde |
2017-11-19 | Cleanup old references to GLES2 renderer | Rémi Verschelde |
2017-11-19 | Add currency code to iOS product details response | Evgeny Zuev |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-11-14 | Merge pull request #12922 from eska014/engine-singletons | Rémi Verschelde |
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-11-13 | change matrix and enable caching for Android, iOS and macOS (cross-compile) | Rhody Lugo |
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde |
2017-11-06 | Prevent to stop music in another background app on iOS | volzhs |