Use GLES 1.1
[neverball] / ball / st_conf.c
2011-08-20 Alberto MardeganAdd a "idle" method to the state structure fremantle
2011-07-06 parastiMerge branch 'gles'
2011-03-07 parastiCache and share base SOL data
2010-12-18 parastiFactor out one more widget
2010-12-18 parastiFactor out common state code in conf screen
2010-12-18 parastiMake a separate screen for video settings
2010-12-18 parastiFactor out common widgets in conf screen
2010-12-18 parastiRename the "ball" option to "ball model" in conf screen
2010-11-25 parastiRemove unused state structure member
2010-11-25 parastiMove include lines around
2010-10-20 parastiRemove "geometry" option
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-14 parastiSplit base_name into a basic and a suffix-removing...
2009-08-01 parastiTruncate player/ball names in the config screen
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-06-23 parastiAdd a basic ball configuration screen
2009-05-19 parastiClean up some magic constants
2009-05-19 parastiRedo video init when turning on reflections
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-12-22 parastiMerge branch 'teleporter-tweaks'
2008-06-10 parastiHack share/item to use OBJ geometry
2008-06-10 parastiMove item-related functions into a separate module
2008-04-30 parastiNUL-terminate long player names in config screen
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2008-01-08 rlkMerged ball-test branch.
2008-01-02 rlkAdded tilt sensor abstraction.
2007-12-29 parastiPorted a couple of changesets from cosmetic-gui branch.
2007-12-23 rlkRemove insidious F11 fullscreen toggle. That will...
2007-12-22 rlkFixed level data not being freed by conf state. This...
2007-12-21 parastiReplaced a bunch of macros with enumerations.
2007-12-21 parastiRemoved audio_rate config variable and changed config...
2007-10-03 parastiRemoved the recently added additional gui_paint parameter.
2007-10-03 parastiIntroduced an additional parameter to gui_paint that...
2007-09-29 parastiRemoved config_simple_get_s.
2007-08-17 parastiLanguage selection in-game is no more. It might return...
2007-04-08 rlkAdded sound effects for grow and shrink items.
2007-01-21 parastiCleaned up language handling code a little. In particular:
2006-11-22 parastiAdjusted conf screen to be usable with joystick / keyboard.
2006-08-19 parastiUpdate Ball's code to use the "coin" item type.
2006-08-15 parastiAlmost completely separate coins and items in share...
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-03-01 mrtoutfactorization of many copy/pasted functions
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-13 mrtoutNew resolution config submenu
2006-02-13 mrtoutI18N
2006-01-28 rlkInitial import.