Sat, 08 Aug 2015 22:08:43 +0200 |
antonc27 |
- Fix for "operator delete[](void*)", referenced from: not found for architecture x86_64"
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 22:06:03 +0200 |
antonc27 |
- Small reorg of project
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 22:04:56 +0200 |
antonc27 |
- CoreMotion framework added to project for SDL 2
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 21:58:28 +0200 |
antonc27 |
- Fix for ArgParsers.pas:368: 23: Identifier not found "cDefaultPathPrefix"
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 21:25:59 +0200 |
antonc27 |
- Missed pascal source files added to project
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 21:22:19 +0200 |
antonc27 |
- Turkish localization removed from Xcode project
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 21:04:47 +0200 |
antonc27 |
- fpc updated to 3.1.1
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 20:58:13 +0200 |
antonc27 |
- 'Default-568h@2x.png' added for retina screen
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 20:52:30 +0200 |
antonc27 |
- VALID_ARCHS updated for main project
ios-revival
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 20:51:12 +0200 |
antonc27 |
- Xcode projects updated to recommended settings (auto done by Xcode)
ios-revival
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 23:20:06 +0200 |
koda |
strip out our copy of libfreetype
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 23:16:06 +0200 |
koda |
strip out our copy of libtremor
|
file |
diff |
annotate
|
Wed, 03 Jul 2013 01:58:45 +0200 |
koda |
engine uses final (?) SDL 2 APIs, new events and types added. Touch input broke by the way, and system events should be handled differently
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:49:41 +0200 |
koda |
engine compiles for ios again, but SDL bindings are outdated. Fix some warnings
|
file |
diff |
annotate
|
Wed, 03 Apr 2013 00:46:19 +0200 |
koda |
ios compiles again (using an old version of sdl)
|
file |
diff |
annotate
|
Sat, 23 Feb 2013 18:38:57 +0100 |
koda |
updated ios project files for the new phys build system
physfslayer
|
file |
diff |
annotate
|
Wed, 23 Jan 2013 03:37:27 +0100 |
koda |
restored ios project file, updated Game() interface, tweaked arg parsing, updated log writing, minor warnings
|
file |
diff |
annotate
|
Sat, 01 Dec 2012 04:36:27 +0100 |
koda |
minor xcodeproj update
|
file |
diff |
annotate
|
Sat, 24 Nov 2012 18:31:49 +0100 |
koda |
link physfs on ios, add its library and (most importantly) implement automatic dependencies resolution
|
file |
diff |
annotate
|
Mon, 05 Nov 2012 01:05:23 +0100 |
koda |
ios: fill in CFBundleVersion and CFBundleShortVersionString information better
|
file |
diff |
annotate
|
Sat, 27 Oct 2012 14:50:38 +0200 |
koda |
minor macro cleanup
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 23:04:10 +0200 |
koda |
update ios project file again to reflect SDL2 renaming
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 22:10:32 +0200 |
koda |
updated ios project file
|
file |
diff |
annotate
|
Wed, 27 Jun 2012 01:25:26 +0200 |
koda |
updated ios project file
|
file |
diff |
annotate
|
Thu, 14 Jun 2012 00:34:50 +0200 |
koda |
ios: disable some warnings
|
file |
diff |
annotate
|
Thu, 14 Jun 2012 00:03:01 +0200 |
koda |
ios: for mission configuration, use the bundled cfg file instead of providing plist files
|
file |
diff |
annotate
|
Thu, 10 May 2012 23:21:56 +0200 |
koda |
the ios port runs again, although with a few things to sort out
|
file |
diff |
annotate
|
Thu, 10 May 2012 22:15:31 +0200 |
koda |
ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration
|
file |
diff |
annotate
|
Sun, 22 Apr 2012 04:48:11 +0200 |
koda |
ios: turn on more warning messages and start correcting them
|
file |
diff |
annotate
|
Sun, 22 Apr 2012 02:10:44 +0200 |
koda |
fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)
|
file |
diff |
annotate
|
Mon, 09 Apr 2012 04:55:46 +0200 |
koda |
ios: resample the sound effects in CAF as suggested in ios sdk (100kB of space saved)
|
file |
diff |
annotate
|
Wed, 28 Mar 2012 01:19:36 +0200 |
koda |
ios: prevent an horrible hack for the in-game help pages; they would actually need a serious refactoring to allow localisation and rotation support
|
file |
diff |
annotate
|
Sun, 18 Mar 2012 14:15:51 +0100 |
koda |
updated ios project file to work with fpc 2.6
|
file |
diff |
annotate
|
Sun, 12 Feb 2012 18:50:22 +0100 |
koda |
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it
|
file |
diff |
annotate
|
Sun, 12 Feb 2012 15:04:17 +0100 |
koda |
colorWithPatternImage uses too much memory
|
file |
diff |
annotate
|
Sat, 11 Feb 2012 06:11:19 +0100 |
koda |
i don't know how this is possible
|
file |
diff |
annotate
|
Sat, 11 Feb 2012 04:24:53 +0100 |
koda |
minor changes to ios project file to better behave with buildbot
|
file |
diff |
annotate
|
Thu, 09 Feb 2012 19:05:52 +0100 |
koda |
move the classes recently added to a proper folder
|
file |
diff |
annotate
|
Thu, 09 Feb 2012 18:59:46 +0100 |
koda |
added MGSplitViewController, popular replacement for uisplitviewcontrollers: this brings rotation support to our settings pages! weapons and schemes are the only controllers displaying minor glitches
|
file |
diff |
annotate
|
Thu, 09 Feb 2012 17:28:05 +0100 |
koda |
ios: added MXAudioPlayerFadeOperation to allow easy fade in and out of background music
|
file |
diff |
annotate
|
Tue, 07 Feb 2012 00:34:25 +0100 |
koda |
ios game configuration page supports rotation, with some enhancements (like the new slider); some glitches here and there
|
file |
diff |
annotate
|
Sun, 05 Feb 2012 15:52:26 +0100 |
koda |
BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
|
file |
diff |
annotate
|
Sat, 28 Jan 2012 23:10:39 +0100 |
koda |
minor cleanup, gather AMSlotSize in uConsts
|
file |
diff |
annotate
|
Thu, 26 Jan 2012 23:54:53 +0100 |
koda |
ios sanity restored: applied new paths for sdl projects, turned off fullscreen, added 3 lines of documentation, removal of sdl patch (every mod has been integrated mainstream)
|
file |
diff |
annotate
|
Sun, 15 Jan 2012 22:48:34 +0100 |
bovi |
GCI task: iOS _language_ 3 (Romanian)
|
file |
diff |
annotate
|
Fri, 06 Jan 2012 01:51:04 +0100 |
koda |
fix a couple of loose ends: sdl_mixer is informed of that OGG is provided by Tremor with its own macro, there is no more a segfault on Tremor cleanup, added new event type and timestamp entry for SDL, removed spurious characters from the japanese translation, uSound errors now are output with SDLTry, uSound doesn't need sound preloading any more
|
file |
diff |
annotate
|
Wed, 04 Jan 2012 02:06:44 +0100 |
Ivo Nunes |
GCI task: iOS Portuguese
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 03:24:44 +0100 |
thebowseat |
GCI task: iOS Japanese
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 03:21:09 +0100 |
koda |
update ios project file with new uGears* files; flags for one text file
|
file |
diff |
annotate
|
Sun, 11 Dec 2011 23:20:59 +0100 |
Resoow |
GCI task: iOS _languages_ 2 (Bulgarian)
|
file |
diff |
annotate
|
Wed, 07 Dec 2011 23:35:13 +0100 |
koda |
ios italian translation
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 18:58:52 +0100 |
koda |
update the ios data script for the new audio mono location
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 18:52:22 +0100 |
koda |
ios port working again, mono audio is missing
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 11:53:08 +0100 |
Kimsey0 |
GCI task: iOS Danish
|
file |
diff |
annotate
|
Sat, 03 Dec 2011 15:20:15 +0100 |
huseyinaksu |
GCI task: iOS _language_ (Turkish)
|
file |
diff |
annotate
|
Sat, 03 Dec 2011 15:15:14 +0100 |
Leonard |
GCI task: iOS German
|
file |
diff |
annotate
|
Fri, 25 Nov 2011 05:15:38 +0100 |
Kamil Pilarski |
GCI task: iOS Polish
|
file |
diff |
annotate
|
Fri, 25 Nov 2011 05:11:11 +0100 |
Rom le Clair |
GCI task: iOS French
|
file |
diff |
annotate
|
Fri, 25 Nov 2011 05:06:39 +0100 |
Ángel Alonso |
GCI task: iOS Spanish
|
file |
diff |
annotate
|
Fri, 25 Nov 2011 04:57:59 +0100 |
koda |
better ios localization files
|
file |
diff |
annotate
|
Sat, 12 Nov 2011 19:00:31 +0100 |
koda |
iOS works again (also native touch interface \o/)
hedgeroid
|
file |
diff |
annotate
|
Sat, 12 Nov 2011 17:06:49 +0100 |
Xeli |
merge...i think
hedgeroid
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 16:41:14 +0100 |
koda |
move two class files in a correct directory
|
file |
diff |
annotate
|
Mon, 31 Oct 2011 01:44:32 +0100 |
koda |
just moving ios server stuff around
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 18:26:17 +0200 |
koda |
one dangerous merge
hedgeroid
|
file |
diff |
annotate
|
Wed, 26 Oct 2011 02:21:44 +0200 |
koda |
also imageio is absent from old ios, so weaklink it
|
file |
diff |
annotate
|
Tue, 25 Oct 2011 22:51:10 +0200 |
koda |
move all extra categories in a single source, add caching for HWUtils
|
file |
diff |
annotate
|
Tue, 25 Oct 2011 22:14:55 +0200 |
koda |
updated sdl and lowered minimum ios to 3.0
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:21:43 +0200 |
koda |
missed a compiler option from previous merge
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
Mon, 10 Oct 2011 02:50:01 +0200 |
koda |
HUGE refactoring of the ipad interface, finally understood how to use interface builder with custom uiviewcontrollers, as well as converted some uitableviewcontrollers to uiviewcontrollers for simplicity
|
file |
diff |
annotate
|
Sat, 08 Oct 2011 22:51:01 +0200 |
koda |
move some config files
|
file |
diff |
annotate
|
Sat, 08 Oct 2011 13:39:40 +0200 |
koda |
sed commands should be tested beforehand
|
file |
diff |
annotate
|
Sat, 08 Oct 2011 03:07:04 +0200 |
koda |
minor changes
|
file |
diff |
annotate
|
Sat, 08 Oct 2011 02:57:30 +0200 |
koda |
added iphone interface for missions/trainings page, setters/getters unlocked
|
file |
diff |
annotate
|
Sat, 08 Oct 2011 00:04:18 +0200 |
koda |
move out xib files from Resources to Classes
|
file |
diff |
annotate
|
Thu, 06 Oct 2011 03:55:51 +0200 |
koda |
(a lot of) ooops
|
file |
diff |
annotate
|
Wed, 05 Oct 2011 00:18:54 +0200 |
koda |
first pass for implementing missions/training selection on ipad (not yet running)
|
file |
diff |
annotate
|
Sun, 02 Oct 2011 00:57:04 +0200 |
koda |
headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
|
file |
diff |
annotate
|
Sat, 01 Oct 2011 02:49:40 +0200 |
koda |
rename the ios settings files into something more appropriate
|
file |
diff |
annotate
|
Mon, 26 Sep 2011 01:16:15 +0200 |
koda |
code working on ios now
hedgeroid
|
file |
diff |
annotate
|
Sat, 24 Sep 2011 03:00:57 +0200 |
koda |
yeah, fix dates -.-
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 19:02:48 +0200 |
koda |
fix the config.inc conflict by making the ios one in another folder
0.9.16
|
file |
diff |
annotate
|
Sat, 24 Sep 2011 00:54:47 +0200 |
koda |
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 01:28:19 +0200 |
koda |
apparently the old way was the correct one
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 23:15:44 +0200 |
koda |
retina images, again
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 22:51:52 +0200 |
koda |
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 02:05:42 +0200 |
koda |
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 23:43:52 +0200 |
koda |
let's use the built in events, shall we
|
file |
diff |
annotate
|
Mon, 19 Sep 2011 23:18:48 +0200 |
koda |
using fpc 2.7.1 in ios project file
|
file |
diff |
annotate
|
Sun, 28 Aug 2011 17:37:40 +0200 |
koda |
savedgamesviewcontroller refactor, added icons to supportviewcontroller
|
file |
diff |
annotate
|
Sun, 28 Aug 2011 11:50:26 +0200 |
koda |
move the ios background music under resources
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 22:17:52 +0200 |
koda |
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)
|
file |
diff |
annotate
|
Sat, 13 Aug 2011 21:06:51 +0200 |
koda |
small fix for the ios project file
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 01:54:18 +0200 |
koda |
i had to forget something about the ios project file, by contract
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 00:48:38 +0200 |
koda |
ios: this should prevent at least one of the crashes zorg spotted; also added some callbacks in SDLh; also polished project file (from -O2 to -Os)
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 01:52:04 +0200 |
koda |
add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
|
file |
diff |
annotate
|
Sun, 24 Jul 2011 19:14:56 +0200 |
koda |
rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 02:33:17 +0200 |
koda |
ios: disble logging, stop music correctly in preferences, move script command before seed, try using reatin instead of if
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 23:23:21 +0200 |
koda |
whitelist Island theme on ios (with Tiy approval)
|
file |
diff |
annotate
|
Mon, 30 May 2011 01:14:25 +0200 |
koda |
muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
|
file |
diff |
annotate
|
Sat, 28 May 2011 23:40:42 +0200 |
koda |
when the match is not completed (eg out of memory or crash) the game asks for restoring it as soon as it is opened again
|
file |
diff |
annotate
|
Tue, 03 May 2011 23:16:47 +0200 |
koda |
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 11:11:45 -0400 |
nemo |
update iphone too
|
file |
diff |
annotate
|
Tue, 26 Apr 2011 02:36:40 +0200 |
koda |
remove unusued voices also for ios
|
file |
diff |
annotate
|
Mon, 25 Apr 2011 02:25:25 +0200 |
koda |
small trailing changes
|
file |
diff |
annotate
|
Mon, 25 Apr 2011 01:46:54 +0200 |
koda |
aaand let's add freetype as well while we are at it
|
file |
diff |
annotate
|
Sun, 24 Apr 2011 23:13:45 +0200 |
koda |
add ios project files for lua sources
|
file |
diff |
annotate
|
Sun, 24 Apr 2011 22:57:57 +0200 |
koda |
add libTremor sources (integer-only libvorbis implementation) to repo and ios project
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 08:22:34 +0200 |
koda |
small tweak to autogenerate the config.inc file in the ios project
|
file |
diff |
annotate
|
Wed, 20 Apr 2011 05:26:47 +0200 |
koda |
and now for something completely different, overlay refactoring!
|
file |
diff |
annotate
|
Sun, 17 Apr 2011 20:52:56 +0200 |
koda |
initial refactoring for interfacing the game engine from the ios frontend (game doesn't run yet)
|
file |
diff |
annotate
|
Sun, 13 Mar 2011 03:43:18 +0100 |
koda |
we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 04:04:29 +0100 |
koda |
fix silly validation and signature
Hedgewars-iOS-1.2.3
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 02:21:09 +0100 |
koda |
disable the two last workinprogress weapons on the ios release
|
file |
diff |
annotate
|
Fri, 18 Feb 2011 00:21:36 +0100 |
koda |
in the cocoa ammomenu show descriptions properly for lower weapons
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 00:15:11 +0100 |
koda |
screenshot binding for library (on ios it just plays the sound)
|
file |
diff |
annotate
|
Sat, 05 Feb 2011 15:45:44 +0100 |
koda |
cleaning up how chat is handled on idevices
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 23:38:44 +0100 |
koda |
update libs and move the multiwindow handling from internal libsdl mods to proper apis usage
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 01:12:55 +0100 |
koda |
implemented ranking in ios stats pages
|
file |
diff |
annotate
|