Fix redundant glTexEnv calls
[neverball] / share / config.c
2010-10-20 parastiRemove "geometry" option
2010-10-07 parastiRemove the "uniform" config option, it's broken anyway
2010-07-23 parastiSimplify option scanning
2010-07-23 parastiRevert "Simply option scanning"
2010-07-23 parastiSimply option scanning
2009-10-08 parastiAdd config symbols for joystick axes' inversion
2009-10-08 parastiGroup key config symbols together
2009-08-10 parastiChange "joystick" default to 1
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-06-23 parastiIncrease default view rotation rates
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-05-30 parastiMiddle mouse button toggles between chase/manual views
2009-05-10 parastishare/config: remove needless mkdir defs
2009-04-30 parastiMake fast view rotation modifier configurable, and...
2009-04-13 parastiAllow view rotation using second gamepad stick
2009-03-04 parastishare/config: restore proper default for replay_name
2009-02-18 parastis/CONFIG_BALL/CONFIG_BALL_FILE/
2009-02-18 parastishare/config: rewrite to reduce duplication and typing
2009-02-16 parastiActually load/save joystick dpad config added in r1380
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-16 parastishare/config: match mouse button saving to that of...
2009-02-16 parastiAdd bindings to toggle between chase and manual views
2009-02-16 parastiMake mouse buttons configurable (full view control)
2008-11-22 parastiImplement and use strdup
2008-08-03 parastiMake default replay name user-configurable
2008-07-25 parastiUse SDL_GL_SWAP_CONTROL for vertical sync
2008-05-02 parastiRevert "Merge 'putt-collisions' branch"
2008-05-01 KrabbyKrapMerge 'putt-collisions' branch
2008-04-30 parastiAllow spaces in config values
2008-04-27 KrabbyKrapRemoved extra whitespace
2008-03-28 parastiRevert "Merge 'putt-collisions' branch"
2008-03-27 KrabbyKrapMerge 'putt-collisions' branch
2008-03-16 KrabbyKrap*aAhem*.. Restored accidentally committed locally modif...
2008-03-16 KrabbyKrapCorrectly converted this time.
2008-03-12 parastiMerge 'progress' branch.
2008-03-10 parastiImplement new shot name generation using a persistent...
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-02-03 parastiRenamed 'ball' config variable to 'ball_file'.
2008-01-27 parastiRevert premature level-contributions branch merge.
2008-01-26 rlkAdded uniform sync option.
2008-01-26 KrabbyKrapMerged only code for downloaded contribution support...
2008-01-10 parastiIgnore mouse motion events generated by SDL_WarpMouse.
2008-01-03 rlkAdded joystick digital pad button config symbols.
2008-01-03 parastiPain killers for the aftermath of the tilt sensor abstr...
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rlkEnhanced specular illumination.
2008-01-01 rootMerged lockstep branch.
2007-12-30 rlkFixed a couple warnings when compiling with icc.
2007-12-26 rlkSome OpenGL optimization and state-change reduction.
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-21 parastiRemoved audio_rate config variable and changed config...
2007-12-21 elvizRemoved remaining SDL_mixer includes
2007-10-03 parastiChanged cheat activation method yet again, based on...
2007-10-03 parastiRemoved all bonus ball texture-related code.
2007-09-29 parastiRemoved config_simple_get_s.
2007-09-29 parastiCheat mode is now activated by setting player's name...
2007-09-15 parastiMoved some "game mode" related stuff into ball/mode...
2007-08-17 parastiLanguage selection in-game is no more. It might return...
2007-07-18 lorantRestore the cheat setting in neverballrc.
2007-07-16 lorantMerged source:branches/pause (revisions 954:1064) into...
2007-07-16 lorantMerged changeset [1052] from source:branches/config...
2007-07-16 lorantMerged changesets [1048] and [1049] from source:branche...
2007-04-08 rlkAdded multisample option.
2006-07-09 parastiSimplify call to memset in config_init(). Don't link...
2006-06-08 parastiFix indentation.
2006-06-08 parastiRemove "last_set" config option. Resolves ticket:49.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-05 parastiShared code clean-up. One more and I suppose it's...
2006-03-14 mrtoutCoin picture now only depend on the language (nomore...
2006-03-13 mrtoutbonus ball for bonus levels. Fix #56
2006-03-01 mrtoutSplit config into two files, 'config' and 'base_config...
2006-02-27 mrtoutBetter cheat mode (only for testing the game :p)
2006-02-20 mrtoutchange mode names
2006-02-19 mrtoutNew play mode. be happy.
2006-02-15 mrtoutFix config bug (I hope mym will let me quiet now)
2006-02-13 mrtoutupdate strings
2006-02-13 mrtoutI18N
2006-02-13 mrtoutclean the set selection code adn add a config variable...
2006-01-28 rlkInitial import.