Vittorio Alfieri
f982124209
Added boast ability, refactored WParsedInt class (this class has been removed from AllAbilities.h file and it has been included into two dedicated .h and .cpp files), refactored all makefiles (Windows, Linux, PSP and Android) in order to to include the new .h and .cpp files added for WParsedInt class.
2021-01-18 17:11:09 +01:00
xawotihs
743b260813
Adds control file
2015-09-13 23:50:21 +02:00
xawotihs
24187b8413
Enable usage of iOS resources from both xcode and theos makefile. Creates iOS package.
2015-09-13 20:54:25 +02:00
xawotihs
a6c331042a
Removed minizip directory, moved ZipArchive, updated xcode project and iOS makefile
2015-09-06 21:12:15 +02:00
Xawotihs
17f5d8f0c2
Fixed reachability include path
2015-09-05 09:21:42 +02:00
xawotihs
54f7030d68
Moved reachability files
2015-09-04 00:03:47 +02:00
Xawotihs
e1793fe276
Removed error on unknown warning option
2015-08-30 22:39:44 +02:00
Xawotihs
58b5e99979
Fixed typo
2015-08-30 18:17:41 +02:00
Xawotihs
4cf3f1bcd5
Should fix relative paths
2015-08-30 17:55:02 +02:00
xawotihs
bfeeaeabfb
replaced .travis.yml for easier test and added the iOS makefile
2015-08-30 17:27:19 +02:00
xawotihs
907274f9bd
Fixed cross-compiling with theos
2015-08-23 21:23:55 +02:00
Michael Nguyen
84ca7457b5
updaed for iOS6
2013-10-28 15:20:35 -07:00
Michael Nguyen
362cc1b4c2
updated project to rotate and display correctly in iOS6+
...
removed all references to adwhirl for iOS.
2013-10-28 15:14:17 -07:00
techdragon.nguyen@gmail.com
fc08b2cfa3
modified buttons for touch interfaces. The help screen has been modified to have all PSP button information removed. The layout of the buttons have been moved as has the size of the buttons.
2012-02-23 16:24:06 +00:00
techdragon.nguyen@gmail.com
3d62be4549
fixed some warnings in SoundManager
2012-02-22 08:46:18 +00:00
techdragon.nguyen@gmail.com
641c4068d8
updated iOS modrules.xml
2012-02-20 07:33:24 +00:00
techdragon.nguyen@gmail.com
2e65fe02fe
fixed some memory leaks found in the analyzer
2012-02-16 06:49:31 +00:00
techdragon.nguyen@gmail.com
5c3baedf83
moved Wagic Version macros into a new header file so that iOS can use it.
...
updated iOS port to use wagic versioning macros.
2012-02-05 11:16:43 +00:00
techdragon.nguyen@gmail.com
78c08af9f5
first run through for sound on iOS platforms. Currently works only for simulator unless the music files are extracted from the zip file onto the filesystem.
2012-02-03 11:23:27 +00:00
techdragon.nguyen@gmail.com
8dd5fe535e
modified resource packager to create the modrules.xml file for iOS port
...
updated app delegate to download both the core and core_ios file. Still have the version number hard coded into the app.
2012-01-19 03:38:07 +00:00
techdragon.nguyen@gmail.com
29009902b0
finishing up some file system handling functions for iOS. This should make updates and file management easier for iOS users.
2012-01-05 09:29:53 +00:00
techdragon.nguyen@gmail.com
f09ce07b06
modified to create a Manifest file before game loads. This is for iOS only as the file handling will be difficult, I am doing this as a way to identify what is already loaded onto the device.
2012-01-05 01:11:49 +00:00
techdragon.nguyen@gmail.com
8f5ebc8109
Modified system path defaults to utilize the User vs Res architecture. After reading some comments of the forum I realized I had implemented this all according to 0.16's design and not the new split architecture. All 'core_' zip files are now placed under 'Res' as before, but any other zip file will be put under the 'User' directory
2012-01-02 05:32:22 +00:00
techdragon.nguyen@gmail.com
bf4e6b6884
modified default modrules for iOS
...
modified download URL for core files to googlecode
2011-12-31 17:44:13 +00:00
techdragon.nguyen@gmail.com
e102d3f369
enabled OK button on GuiCombat screen when choosing defenders/attackers. iOS solution only currently. To implement in Android, we need to create a mask/invisible button above the OK button coordinates and add a listener to activate when a user touches the appropriate area. Not ideal, but it works for now.
...
TODO: translate functionality into core of engine.
2011-12-30 16:04:21 +00:00
techdragon.nguyen@gmail.com
8550b70e2e
fixed issue with crashes on devices that only support openGL 1.1
2011-12-13 22:28:16 +00:00
techdragon.nguyen@gmail.com
db664e2836
added some error handling for downloading core files. app will display a message if an error has occurred while downloading and then retry the download after user dismisses the alert.
...
TODO; replace string literals with constants or static NSString objects.
2011-12-12 12:24:12 +00:00
techdragon.nguyen@gmail.com
e58f96afad
fixed iPad splash screen issues. fixed memory leak
2011-12-11 09:12:44 +00:00
techdragon.nguyen@gmail.com
128c60bc2b
added download feature for iOS port
...
required libs:
* ZipArchive - Obj-C impl of zip
* asi-http-request : http request help to assist with asynchoronous downloading of files
* minizip : support for ZipArchive
*
Added default splash screen for iOS app. (using the Wagic background to keep it neutral to module)
TODO: refine handling for iPad splash screen
* add selection screen and input screen for location of downloadable content. (ie core files, image files, etc )
* add support to opt out of backing up to iCloud for core files. Right now iOS will automatically backup all files under Documents folder to iCloud. Consider only allowing player data to be backed up to iCloud. All graphics and other assets are considered volatile.
2011-12-11 07:40:22 +00:00