Split SOL data structures into base, varying and rendering parts
[neverball] / ball / st_set.c
2010-11-25 parastiRemove unused state structure member
2010-11-24 parastiBump
2010-11-09 parastiUse normalized floats to represent joystick axis values
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
2009-07-30 parastiball/set: s/set_free/set_quit/
2009-07-19 parastiball/st_set: show 6 sets in a page
2009-07-16 parastiball/st_set: make sure the last viewed page actually...
2009-07-15 parastiAdd some space between navigation and set/level selectors
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-08-15 parastis/gui_back_prev_next/gui_navig/g
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-27 parastiRevert premature level-contributions branch merge.
2008-01-26 KrabbyKrapClean up.
2008-01-26 KrabbyKrapFixed the problem that in a rare case, a set is downloa...
2008-01-26 KrabbyKrapMerged only code for downloaded contribution support...
2008-01-06 parastiExtended a hack to avoid redoing set init on prev/next...
2008-01-06 parastiRolled back ball/set to a less exposed implementation.
2008-01-06 parastiAdded a new module to be used as a dump of generic...
2008-01-02 rlkAdded tilt sensor abstraction.
2007-04-23 parastiAdded conditional playback of "Select" when entering...
2006-11-29 parastiChanged the prev / next logic in set_enter to match...
2006-11-06 parastiSimplify code in set_enter() and gui_set().
2006-08-06 parastiRevert revision [530] (global loading of sets at start...
2006-08-02 mrtoutfix #84
2006-08-02 mrtoutglobal level and set loading at the begin of the game
2006-07-17 parastiMisc.
2006-06-08 parastiRemove "last_set" config option. Resolves ticket:49.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiPrettying up code, Part Two. I think Ball's done....
2006-03-08 mrtoutfix #50
2006-03-08 mrtoutfix level states in set. Fix #50
2006-03-07 mrtoutBonus level info is now in the level (medatada field)
2006-03-06 mrtoutChange set file data: one file (sets.txt) listing only...
2006-03-05 mrtoutConcat the two level struct into one. I hope it's the...
2006-03-04 mrtoutFix high-score saving.
2006-03-04 mrtoutAnother strong code change. This one focusses Set manag...
2006-03-03 mrtoutYet another next/prev/back button layout, I hope it...
2006-03-02 mrtoutTry a other prev/next layout: prev/back/next
2006-03-01 mrtoutremove some config_pop_matrix since it appears that...
2006-03-01 mrtoutfactorization of many copy/pasted functions
2006-02-28 mrtoutparitaly fixes #36
2006-02-28 mrtoutremove disable prec and next button since it break...
2006-02-28 mrtout'prec' and 'suiv' are near 'back' and grey when desacti...
2006-02-27 mrtoutCode simplification, escape is the exit button everywhere
2006-02-26 mrtoutsome gui tweak
2006-02-13 mrtoutI18N
2006-02-13 mrtoutclean the set selection code adn add a config variable...
2006-02-13 mrtoutFix 5 set limit bug (#3)
2006-01-28 rlkInitial import.