aboutsummaryrefslogtreecommitdiff
path: root/platform/iphone
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Juan Linietsky2017-01-071-13/+13
| | | | renamed to PoolVector
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-053-8/+9
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-028-28/+28
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-022-28/+28
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * 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
| | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0128-28/+28
| | | | | | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* | scons: Reorder options for clarityRémi Verschelde2016-11-031-3/+0
| | | | | | | | Also prefix all thirdparty-related toggles with `builtin`.
* | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3).
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-162/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line.
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
| | | | | | | | Also switch existing shebangs to "better" /usr/bin/env python.
* | 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
|/ | | | | | | | | Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-0539-613/+0
| | | | Also removed the obsolete iOS xcode template.
* 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
| | | | Fixes #4489
* Fixed iCCp chunk in pngsJ08nY2016-06-2230-0/+0
| | | | neccesary for libpng 1.6.27 to work silently
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-187-31/+169
| | | Also removes a couple wrong Godot headers from third-party source files.
* Add texture region support for stylebox renderGeequlim2016-06-051-11/+15
|
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
|
* disabled appiraterAriel Manzur2016-04-291-3/+3
|
* rate url on iOS and properly launching from .app on OSXAriel Manzur2016-04-291-1/+3
|
* merged iphoen changesAriel Manzur2016-04-296-102/+532
|
* Remove trailing spacesRémi Verschelde2016-04-026-124/+124
|
* remove trailing whitespaceHubert Jarosz2016-03-096-28/+28
|
* Reject any native video player calls on iOS that point to files within .pck ↵Aren Villanueva2016-02-193-65/+36
| | | | | | archives. Fix the paths for both res:// and user:// specified video files.
* adding xcode project templateAriel Manzur2016-02-1439-0/+613
|
* missed rename "keep_screen_on" for iosvolzhs2016-01-191-1/+1
|
* Add ability to set "keep screen on" for iOSvolzhs2016-01-163-2/+15
|
* Update copyright to 2016 in headersGeorge Marques2016-01-0123-23/+23
|
* removed -ffast-math on ios, compiler bug?Ariel Manzur2015-12-231-7/+7
|
* thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur2015-12-181-0/+2
|
* no need to revert this actuallyAriel Manzur2015-12-141-2/+2
|
* reverted mouse stuffsantiagopf2015-12-131-1/+3
| | | | t Please enter the commit message for your changes. Lines starting
* Merge pull request #590 from marynate/PR-fix-ios-release-eventpunto-2015-12-111-2/+2
|\ | | | | Fixed ios release event not been dispatched when app entering background
| * Fixed ios release event not been dispatched when app entering background ↵marynate2014-07-131-2/+2
| | | | | | | | (only first touch been registered in mouse_list)
* | Use macros to determine which iOS SDK we have in order to be backwards ↵Aren Villanueva2015-11-162-0/+18
| | | | | | | | compatible with older SDKs when fixing template compilation issues.
* | iOS compile fixes.Aren Villanueva2015-11-167-4/+22
| |
* | Added setting for CADisplayLink on iOS, so you no longer need to recompile ↵steve2015-10-224-40/+43
| | | | | | | | to change it
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-137-0/+472
|\ \ | | | | | | | | | | | | Conflicts: platform/windows/detect.py
| * | Add support for Opus audio formatGeorge Marques2015-10-021-0/+8
| | |
| * | Merge pull request #2548 from romulox-x/iCloudpunto-2015-09-287-0/+462
| |\ \ | | | | | | | | Initial iCloud implementation
| | * | improved iCloud build option descriptionsteve2015-09-271-1/+1
| | | |
| | * | Initial iCloud implementation, supporting key value pairssteve2015-09-277-0/+462
| | | |
| * | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-241-0/+2
| |\| |
| * | | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-0/+2
| | | |
* | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-1/+0
| |/ / |/| | | | | | | | Still need to get proper audio output latency in some platforms.