aboutsummaryrefslogtreecommitdiff
path: root/platform/iphone (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-102-4/+4
* Style: Apply clang-format (3.9.1) to Obj-C++ filesRémi Verschelde2017-04-098-377/+359
* Formatting of mm filesBastiaanOlij2017-04-098-511/+429
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0830-0/+30
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-062-18/+18
* Merge pull request #8159 from Hinsbart/last_idRémi Verschelde2017-03-272-10/+0
|\
| * Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-262-10/+0
* | SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-6/+6
|/
* Fixing magnetometer on iOSBastiaanOlij2017-03-241-2/+2
* Merge pull request #8133 from Hinsbart/joy_constantsRémi Verschelde2017-03-241-3/+3
|\
| * Input: Refactor JOY_* constants.Andreas Haas2017-03-241-3/+3
* | Fix typos in source code using codespellRémi Verschelde2017-03-242-3/+3
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0519-1346/+1101
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-052-4/+4
* iphone: Drop unused Appirater thirdparty APIRémi Verschelde2017-03-056-970/+0
* Add API to access battery power stateJulian Murgia2017-03-042-0/+121
* Really fix iphone buildsBojidar Marinov2017-02-231-1/+1
* Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-231-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-213-3/+3
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-134-24/+24
* Working on compile issues for iOSBastiaanOlij2017-01-1612-114/+66
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-152-2/+2
* Added support for getting gravity vector from iOSBastiaanOlij2017-01-123-6/+15
* Added logic for adjusting to screen orientation and removed final negative zBastiaanOlij2017-01-123-11/+34
* Added gravity vector back into the accelerometer data and flipped Z on the gyroBastiaanOlij2017-01-122-3/+5
* Fixed up release motionManager and negate z for gyro and magnetometerBastiaanOlij2017-01-122-3/+6
* Replacing deprecated UIAccelerometer with Core MotionBastiaanOlij2017-01-125-4/+65
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-3/+3
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-13/+13
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-053-8/+9
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-028-28/+28
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-022-28/+28
|\
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-272-18/+18
| * Begining of GLES3 renderer:Juan Linietsky2016-10-032-10/+10
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0128-28/+28
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-3/+0
* | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-1/+1
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-1/+4
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-28/+28
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-162/+162
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-0/+1
* | ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-1/+2
|/
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-0539-613/+0
* added "arch" parameter, made iphone use it to build isimAriel Manzur2016-06-231-5/+13
* iOS simulator: merge into iphone detect.pyRémi Verschelde2016-06-231-12/+31
* Fixed iCCp chunk in pngsJ08nY2016-06-2230-0/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-187-31/+169
* Add texture region support for stylebox renderGeequlim2016-06-051-11/+15