2016-02-15 |
antonc27 |
- Some warnings fixed with text alignment on iOS front-end
|
file |
diff |
annotate
|
2015-10-22 |
antonc27 |
- Toolbar elements are localizable now in GameConfig for iPhone
ios-revival
|
file |
diff |
annotate
|
2015-10-21 |
antonc27 |
- Some improvements for 'loadNiceHogs' in GameConfig for iPad
ios-revival
|
file |
diff |
annotate
|
2015-10-21 |
antonc27 |
- Fix for 'loadNiceHogs' in GameConfig for iPad
ios-revival
|
file |
diff |
annotate
|
2015-10-16 |
antonc27 |
- Possible fix for wrong layout on iOS 9 when going back from rotated stats page (for iPad)
ios-revival
|
file |
diff |
annotate
|
2015-10-14 |
antonc27 |
- Better random number generation for front-end: random() replaced with arc4random_uniform()
ios-revival
|
file |
diff |
annotate
|
2015-09-12 |
antonc27 |
- We don't need to explicitly propagate vc lifecycle messages
ios-revival
|
file |
diff |
annotate
|
2015-09-09 |
antonc27 |
- Refactoring in order to remove some warning related to using of int instead of NSInteger
ios-revival
|
file |
diff |
annotate
|
2015-08-17 |
Anton Malmygin |
- Using of @autoreleasepool is better
ios-revival
|
file |
diff |
annotate
|
2015-08-15 |
antonc27 |
- Improved fix for UI elements positioning at GameConfigViewController
ios-revival
|
file |
diff |
annotate
|
2015-08-14 |
antonc27 |
- Fix for initial wrong UI positioning for GameConfigViewController
ios-revival
|
file |
diff |
annotate
|
2015-08-14 |
antonc27 |
- Fix for show/hide helpPage animations
ios-revival
|
file |
diff |
annotate
|
2015-08-14 |
antonc27 |
- HelpPageLobbyViewController updated: various UI fixes, autorotation fixes, help bubbles for iPad grouped
ios-revival
|
file |
diff |
annotate
|
2015-08-14 |
antonc27 |
- HelpPageLobbyViewController returned to project (back from 2012!), also help bubble images added
ios-revival
|
file |
diff |
annotate
|
2015-08-14 |
Anton Malmygin |
- Interscreen transitions fixed
ios-revival
|
file |
diff |
annotate
|
2015-08-10 |
antonc27 |
- Bogus 'lodeNiceHogs' disabled
ios-revival
|
file |
diff |
annotate
|
2014-02-04 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
2013-01-26 |
koda |
some whitespaces from ios files
|
file |
diff |
annotate
|
2012-05-10 |
koda |
the ios port runs again, although with a few things to sort out
|
file |
diff |
annotate
|
2012-04-22 |
koda |
ios: turn on more warning messages and start correcting them
|
file |
diff |
annotate
|
2012-04-09 |
koda |
ios: convert audio operation from class to instance, plays better with memory
|
file |
diff |
annotate
|
2012-03-27 |
koda |
dates are no more!
|
file |
diff |
annotate
|
2012-03-27 |
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
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-02-12 |
koda |
restored interface on iphone
|
file |
diff |
annotate
|
2012-02-07 |
koda |
ios game configuration page rotation gliches fix
|
file |
diff |
annotate
|
2012-02-06 |
koda |
ios game configuration page supports rotation, with some enhancements (like the new slider); some glitches here and there
|
file |
diff |
annotate
|
2011-11-13 |
koda |
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear
|
file |
diff |
annotate
|
2011-11-03 |
koda |
convert gameinterfacebridge in simple-to-use class methods
|
file |
diff |
annotate
|
2011-10-28 |
koda |
restore game config on iphone
|
file |
diff |
annotate
|
2011-10-10 |
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
|
2011-10-08 |
koda |
refreshed the ipad interface with some white
|
file |
diff |
annotate
|
2011-10-02 |
koda |
on ipad2 and above animate the little hogs on game config and fix the hat display imaging
|
file |
diff |
annotate
|
2011-10-01 |
koda |
little changes and fixes to the previous commit
|
file |
diff |
annotate
|
2011-10-01 |
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
|
2011-09-23 |
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
|
2011-08-28 |
koda |
savedgamesviewcontroller refactor, added icons to supportviewcontroller
|
file |
diff |
annotate
|
2011-08-28 |
koda |
ios: respond more gracefully to didReceiveMemoryWarning and add sounds to two buttons
|
file |
diff |
annotate
|
2011-08-23 |
koda |
this should fix the double free that happens when closing the sdl window on ios (untested)
|
file |
diff |
annotate
|
2011-07-24 |
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
|
2011-05-12 |
koda |
all together now! releaseAndNil ftw
|
file |
diff |
annotate
|
2011-04-18 |
koda |
stats implemented once again! refactoring complete \o/
|
file |
diff |
annotate
|
2011-04-18 |
koda |
work in progress yet again (can run some games now)
|
file |
diff |
annotate
|
2011-03-13 |
koda |
we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
|
file |
diff |
annotate
|
2011-03-01 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
2011-02-02 |
koda |
change order of statspage/gamerun when running in dual screen
|
file |
diff |
annotate
|
2011-01-20 |
koda |
(ios) perform a small change about how to close the game window, should hopefully save memory and avoid crashes (who am i kidding? that's the usual PR talk...)
|
file |
diff |
annotate
|
2011-01-19 |
koda |
implemented ranking in ios stats pages
|
file |
diff |
annotate
|
2010-12-31 |
koda |
unify stats display on ipad and non-ipad and on saved and normal games
|
file |
diff |
annotate
|
2010-12-30 |
koda |
simplify stats handling
|
file |
diff |
annotate
|
2010-12-30 |
koda |
initial stats display
|
file |
diff |
annotate
|
2010-12-30 |
koda |
moar code cleanup and initial saving of stats
|
file |
diff |
annotate
|
2010-12-11 |
koda |
add the appirater class for getting more positive reviews
|
file |
diff |
annotate
|
2010-11-28 |
koda |
added missing graphics and fixed some glitches/crashes/bugs
|
file |
diff |
annotate
|
2010-11-21 |
koda |
display an empty table for missions
|
file |
diff |
annotate
|
2010-11-06 |
koda |
perform an additional check on gamestart
|
file |
diff |
annotate
|
2010-11-06 |
koda |
help pages for iphone
|
file |
diff |
annotate
|
2010-10-25 |
koda |
the ios port is also iphone compatible
|
file |
diff |
annotate
|
2010-10-20 |
koda |
some more memory opt
|
file |
diff |
annotate
|
2010-10-19 |
koda |
use labels instead of images, should save ram and space
|
file |
diff |
annotate
|
2010-10-16 |
koda |
fix some glitches
|
file |
diff |
annotate
|
2010-10-12 |
koda |
i fix up the new ammo menu finally
|
file |
diff |
annotate
|
2010-10-12 |
koda |
minor stuff
|
file |
diff |
annotate
|
2010-10-10 |
koda |
some rethinking of initial menu presentation and initial orientation (also merging images should be threadsafe now)
|
file |
diff |
annotate
|
2010-10-07 |
koda |
remove a useless field from weaponfile format
|
file |
diff |
annotate
|
2010-10-06 |
koda |
use dynamic data from engine instead of using hardcoded values
|
file |
diff |
annotate
|
2010-10-02 |
koda |
various classes updates (new version in mainmenu, opt in mapconfig, clear all in savegames)
|
file |
diff |
annotate
|
2010-09-26 |
koda |
further rework of MapConfigViewController, lists missions correctly (they don't load fine yet)
|
file |
diff |
annotate
|
2010-09-22 |
koda |
allow more flexibility between viewcontrollers, also added stub pages for saved games
|
file |
diff |
annotate
|
2010-09-19 |
koda |
re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite)
|
file |
diff |
annotate
|
2010-09-04 |
koda |
headers ftw, also right project file
Hedgewars-iOS-1.0
|
file |
diff |
annotate
|
2010-08-30 |
koda |
help page for lobby
|
file |
diff |
annotate
|
2010-08-29 |
koda |
X&Y buttons, sounds for some buttons, cleanup
|
file |
diff |
annotate
|
2010-08-28 |
koda |
fade in when returning from game, labels rewritten so that they are drawn at runtime (more flexibility with i18n and iphone support)
|
file |
diff |
annotate
|
2010-08-27 |
koda |
add a nice group of hogs in lobby page
|
file |
diff |
annotate
|
2010-08-14 |
koda |
disable AI teleport
|
file |
diff |
annotate
|
2010-08-13 |
koda |
reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
|
file |
diff |
annotate
|
2010-08-02 |
koda |
completing the ifrontend interface...
|
file |
diff |
annotate
|
2010-08-01 |
koda |
halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-07-22 |
koda |
polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
|
file |
diff |
annotate
|
2010-07-20 |
koda |
i can haz panning
|
file |
diff |
annotate
|
2010-07-20 |
koda |
half reworking of the settings page with delegation
|
file |
diff |
annotate
|
2010-07-15 |
koda |
don't make the confirmation button disappear, present an alert if game doesn't start
|
file |
diff |
annotate
|
2010-07-14 |
koda |
support for static map added to iFrontend
|
file |
diff |
annotate
|
2010-07-10 |
koda |
improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
|
file |
diff |
annotate
|
2010-07-10 |
koda |
fix land check fo' real
|
file |
diff |
annotate
|
2010-07-08 |
koda |
fix static land loading on desktop
|
file |
diff |
annotate
|
2010-07-08 |
koda |
redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
|
file |
diff |
annotate
|
2010-07-07 |
koda |
fix the multitouch shooting and moving
|
file |
diff |
annotate
|
2010-07-06 |
koda |
icons \o/
|
file |
diff |
annotate
|
2010-07-03 |
koda |
graphics applied and fixes here and there
|
file |
diff |
annotate
|
2010-07-03 |
koda |
partially apply new graphics to code
|
file |
diff |
annotate
|
2010-07-03 |
koda |
tackling the iphoneos todo (another trial for the beginning sporadic bug, remove curl animation, don't need to go to detail page)
|
file |
diff |
annotate
|
2010-06-23 |
koda |
server somewhat simplified and correct sporadic crasher
|
file |
diff |
annotate
|
2010-06-23 |
koda |
i <3 mercurial
|
file |
diff |
annotate
|
2010-06-23 |
koda |
expand -t 4 on .m as well
|
file |
diff |
annotate
|
2010-06-20 |
koda |
some memory caring code
|
file |
diff |
annotate
|
2010-06-20 |
koda |
fix zoom smoothness
|
file |
diff |
annotate
|
2010-06-17 |
koda |
move stuff around and update iphone project
|
file |
diff |
annotate
| base
|