]> icculus.org git repositories - btb/d2x.git/history - main/kconfig.c
start refactoring Controls stuff more logically, now that it no longer has anything...
[btb/d2x.git] / main / kconfig.c
2015-01-19 Bradley Bellstart refactoring Controls stuff more logically, now...
2015-01-18 Bradley Bellmove bomb toggle code to weapon.c
2015-01-18 Bradley Bellget rid of unused external control and cyberman stuff
2015-01-18 Bradley Bellstart to simplify console controls by implementing...
2015-01-17 Bradley Bellrepresent sensitivity and deadzone as decimals instead...
2015-01-17 Bradley Bellinvert bank axis here too
2015-01-17 Bradley Bellseparate mouse sensitivity cvars. joy deadzone cvars
2015-01-16 Bradley Bellextend analog sensitivity to all axes, add config menu
2015-01-16 Bradley Bellunused
2015-01-16 Bradley Bellget rid of another dependency on kconfig numbers
2015-01-16 Bradley Bellseparate control type into separate cvars for joy and...
2015-01-16 Bradley Bellreorder/renumber controls menu
2015-01-16 Bradley Bellinvert throttle and pitch analogs, minor fixes
2015-01-15 Bradley Bellmake control type into bitfield. get rid of legacy...
2015-01-14 Bradley Bellupdate defaults
2015-01-14 Bradley Bellmerge kc_joystick and kc_mouse
2015-01-14 Bradley Bellno more dependency on kc_* item numbers outside of...
2015-01-14 Bradley Bellformatting
2015-01-14 Bradley Bellmerge joystick with unified analogs
2015-01-14 Bradley Bellfix bank dir bug
2015-01-14 Bradley Bellstart unifying analog controls
2015-01-14 Bradley Bellmerge mouse_get_delta and mouse_get_delta_z
2015-01-14 Bradley Bellonly process wait commands ingame
2015-01-14 Bradley Bellmove remaining playsave variables to config cvars.
2015-01-14 Bradley Bellbegin refactoring to umbrella header
2015-01-13 Bradley Bellproperly initialize axes/inverts
2015-01-12 Bradley Bellconvert control type, joystick sensitivity to cvars
2015-01-11 Bradley Bellremove kconfig_settings
2015-01-11 Bradley Belladd axis invert cvars
2015-01-11 Bradley Bellrearrange joy/mouse config screens so they can fit...
2015-01-11 Bradley Bellcvars for axis mapping
2015-01-11 Bradley Belldelete old prototypes
2015-01-11 Bradley Bellmore unused windows joystick stuff
2015-01-10 Bradley Bellget rid of unused macintosh kconfig code
2015-01-09 Bradley Bellno more *button_text
2015-01-09 Bradley Bellstrip joy/mouse button stuff from kconfig
2015-01-08 Bradley Bellupdate kconfig to use bindings for joystick/mouse
2015-01-08 Bradley Bellmissed this in ee8b69c359dd08d2d0d2fadbdf9da71e117b600c
2015-01-07 Bradley Belldon't draw ugly close box
2015-01-07 Bradley Bellremove unused windows joystick stuff
2015-01-06 Bradley Bellremove old d2x key reading
2015-01-06 Bradley Belld2x keys bugs
2015-01-06 Bradley Bellmerge d2x keys with key binding system
2015-01-06 Bradley Bellmerge old and new keyboard config screen code
2015-01-06 Bradley Bellremove old keyboard reading code
2015-01-06 Bradley Belladd temporary config screen for keybindings
2015-01-05 Bradley Bellflipped vertical slide dirs
2015-01-04 Bradley Bellimplement all controls as console commands.
2015-01-03 Bradley Bellremove rcs tags
2014-12-22 Bradley BellMerge branch 'master' into cmd-queue
2014-12-21 Bradley Bellget rid of last remaining WINDOS macros
2014-12-19 Bradley Bellconsole.h pulls in cmd.h
2014-12-08 Bradley Bellimplemented execution of console commands
2014-12-08 Bradley Bellmake braces parseable by IDE
2014-12-03 Bradley Bellenable more cmd-key combos
2014-11-28 Bradley Bellreplace illegal characters with hex escapes
2005-08-02 Chris Taylorremove DirectDraw use and Windows mouse stuff made...
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
2005-04-05 Bradley Bellfix some bugs in joystick initialization
2005-04-04 Bradley Bellcosmetic fixes to joystick config screen
2005-04-04 Bradley Bellchange MAX_BUTTONS to JOY_MAX_BUTTONS
2005-04-04 Bradley Belldon't use hardcoded descriptions of joystick buttons...
2004-12-03 Bradley Belldisable call to reset_cockpit() which was causing the...
2004-11-22 Bradley BellFix sdl joystick axis problem, all arch use global...
2004-08-28 Martin Schaffnermove old per-file change logs into new file ChangeLog-old
2004-08-01 Martin Schaffneravoid assigments between unsigned and signed char,...
2004-05-22 Bradley Bellmake next axis config key skip currently allocated...
2004-05-22 Bradley Belljoy configuration next axis key from WraithX (d1x r1.10)
2004-05-21 Bradley Belldeath-cam from WraithX (d1x r1.3, game.c r1.21, r1...
2003-12-18 Bradley Bellfixes for linux-native joystick
2003-12-18 Bradley Bellbunch of fixes (esp. for non linux-native joystick)
2003-11-25 Bradley Bellenabled mouse control of menus
2003-10-08 Bradley Belldisabled 'd2x keys' weapon selection
2003-10-04 Bradley Bellchange byte to sbyte
2003-06-06 Bradley Bellcomments/formatting
2003-06-06 Bradley Bellfix crash in control menus
2003-06-06 Bradley Bellmerge (non-physfs stuff) from physfs branch
2003-03-27 Bradley Bellfix d2x keys, read/write from plr file
2003-03-14 Bradley Bellreplaced joy/mouse sensitivity slider, increased range...
2003-02-27 Bradley Belluse timer_delay instead of d_delay
2003-02-27 Bradley Bellfix joystick support under MinGW
2002-09-19 Bradley Bellfix a oops, add old logs
2002-09-19 Bradley Bellsupport for >3 mouse buttons
2002-07-22 Bradley Belluse __unix__
2002-03-23 Bradley BellSDL Joystick works\!
2001-11-14 Bradley Belluse mouse wheel to emulate 3rd axis
2001-10-24 Bradley BellRevert bin_programs to earlier style until i understand...
2001-10-19 Bradley BellChanged __ENV_LINUX__ to __linux__
2001-10-12 Bradley BellSwitched from Cygwin to mingw32 on MS boxes. Vastly...
2001-01-31 Bradley BellMakefile and conf.h fixes
2001-01-31 Bradley BellSupport for cross-compiling, and cygwin fixes
2001-01-29 Bradley Bellfix for non-linux joysticks
2001-01-24 Bradley Bellchanged args_find to FindArg
2001-01-22 Bradley Belljoystick support
2001-01-20 Bradley BellGot rid of all compiler warnings, for non-OpenGL on...
2001-01-19 Bradley BellThis commit was generated by cvs2svn to compensate...
2001-01-19 Bradley BellThis commit was generated by cvs2svn to compensate...