summaryrefslogtreecommitdiff
path: root/platform/iphone
AgeCommit message (Expand)Author
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-17Fix keep screen on property path for Android/iOS/UWPvolzhs
2018-07-01Respect window/handheld/orientation setting in iOSYasha Borevich
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-05-11Proper focus in/out handling on iOSRuslan Mustakov
2018-05-07Resume audio on iOS after phone call or alarmRuslan Mustakov
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-19Provide error details when in-app purchase failsRuslan Mustakov
2018-04-11iPhone X support and iOS-related fixesRuslan Mustakov
2018-03-31Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus
2018-03-28Fix IPhone and OSX cross compilationFabio Alessandrelli
2018-03-13fix iOS build - error due to GLES2 missing include (with the advice from bruv...Yannick Le Duc
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-02-25Add missing return statements (iOS and server).bruvzg
2018-02-22add restore purchases for iOSJ Andrew Long
2018-01-07Improve missing iOS loading screen error messageRuslan Mustakov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-12Updated Linux template extensions to match architecture.Nathan Warden
2017-12-10iOS: Drop obsolete code from never-public modulesRémi Verschelde
2017-12-08Fix Manage Export Templates linkMattUV
2017-12-07Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07use application:didFinishLaunchingWithOptions: instead of applicationDidFinis...volzhs
2017-12-03Fix open_dynamic_library override in OSIPhoneRuslan Mustakov
2017-11-29Enhanced iOS and UWP logo on Export dialogIndah Sylvia
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Merge pull request #13045 from akien-mga/gles2-cleanupRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-19Add currency code to iOS product details responseEvgeny Zuev
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-14Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-11-13change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-06Prevent to stop music in another background app on iOSvolzhs