Add a "idle" method to the state structure
[neverball] / ball / st_goal.c
2011-08-20 Alberto MardeganAdd a "idle" method to the state structure fremantle
2011-02-15 parastiFix interpolation in fall-out and goal screens
2010-11-25 parastiRemove unused state structure member
2010-11-25 parastiAdd a catch-all state for exiting the level
2010-11-01 parastiMostly switch from using level sequence numbers to...
2010-10-26 parastiFix repeated animation on return from replay save screen
2010-09-19 parastiMake demo_fp directly accessible externally
2010-09-11 parastiSimplify state transition tracking
2010-09-06 parastiAlways do GUI creation upon return from the state enter...
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-08-18 parastiShorten score constants, make them depend less on displ...
2010-08-18 parastiMinimize get_level usage outside of ball/set and ball...
2010-08-18 parastiKeep level scores as an array instead of a struct posin...
2010-08-06 parastis/game_client_step/game_client_sync/
2009-08-17 parastiDon't leak score board internals out to other code
2009-08-13 parastiball/st_goal: change Challenge info area layout
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-12 parastiRename Unlock Goal scores to Fast Unlock
2009-01-13 parastiShow a "Finish" button after completing last level...
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-08-15 parastiHide Unlock Goals score button in Set Complete screen
2008-05-07 KrabbyKrapRestart updates
2008-04-04 parastiOnly save set score when player clicks "Finish" in...
2008-03-12 parastiMerge 'progress' branch.
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rootMerged lockstep branch.
2007-12-31 parastiFurther hacked Krabby's bonus hack.
2007-12-30 parastiHouse keeping.
2007-12-29 KrabbyKrapClean up
2007-12-29 KrabbyKrapSet now finishes properly in Challenge mode, Level...
2007-12-29 parastiPorted a couple of changesets from cosmetic-gui branch.
2007-12-29 KrabbyKrapA few adjustments, bonus level implementation now works...
2007-12-29 KrabbyKrapA congratulatory message is now given to user when...
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-10-03 parastiAdded a MODE_COUNT macro to reduce FIXME count and...
2007-10-03 parastiSeveral changes either directly or indirectly related...
2007-09-27 parastiSplit the "play end" state back into "goal", "fall...
2006-03-14 mrtoutst_goal become st_play_end, thus remove st_fail
2006-03-13 mrtoutHave retry by default when needed
2006-03-11 mrtoutAdd a new widget: a 'maybe' button :)
2006-03-11 mrtoutfix #63
2006-03-10 mrtoutI hope level end screen is ok now (fix #59)
2006-03-10 mrtoutAdd special goal exit, and start to factorise all level...
2006-03-08 mrtoutend bonus level handling
2006-03-08 mrtouttake accout of goal skip value and improve next_level...
2006-03-05 mrtoutDistinct label for goal and time record tables. Hide...
2006-03-05 mrtoutConcat the two level struct into one. I hope it's the...
2006-03-04 mrtoutAnother strong code change. This one focusses Set manag...
2006-03-03 mrtoutagain more code clean, thing become more and more simpler
2006-03-02 mrtoutcreate a new level structure, that makes the code more...
2006-03-02 mrtoutproof of concept, direct play level with the --level...
2006-03-01 mrtoutfactorization of many copy/pasted functions
2006-03-01 mrtoutCode clean: improve modules independance:
2006-03-01 mrtoutSave an player name chages:
2006-02-28 mrtoutNew player name management
2006-02-27 mrtoutCode simplification, escape is the exit button everywhere
2006-02-27 mrtoutsome tweaks:
2006-02-26 mrtoutAdd extra bonus level handling + status bar in the...
2006-02-25 mrtoutcan save replay only one time
2006-02-25 mrtoutmajor menu, demo and game state clean
2006-02-20 mrtoutchange mode names
2006-02-20 mrtoutfix 'free mode' score handling
2006-02-19 mrtoutNew play mode. be happy.
2006-02-19 mrtoutbetter hs tables
2006-02-19 mrtoutfix #18 (goal sound in replay)
2006-02-17 mrtoutfix display bug when score>=1000
2006-02-17 mrtoutGoal coins information in training mode
2006-02-16 mrtoutOn game over, do not return to the title screen but...
2006-02-16 mrtoutCan not retry finished level in challenge mode
2006-02-16 mrtoutNew challenge/practice modes
2006-02-13 mrtoutI18N
2006-01-28 rlkInitial import.