]> icculus.org git repositories - btb/d2x.git/history - main/inferno.c
more header cleanup
[btb/d2x.git] / main / inferno.c
2015-01-30 Bradley Bellmore header cleanup
2015-01-29 Bradley Bellmore header fixes
2015-01-27 Bradley Belldon't clobber default/saved display mode
2015-01-25 Bradley Bell(re-)separation gr module from video functions
2015-01-24 Bradley Belladd gamma cvar
2015-01-19 Bradley Belldelete unused superhires option
2015-01-19 Bradley Bellunused
2015-01-19 Bradley Bellstart refactoring Controls stuff more logically, now...
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 Bellbetter mouse grab and cursor handling
2015-01-17 Bradley Belluse in_mouse cvar instead of -grabmouse
2015-01-16 Bradley Bellseparate control type into separate cvars for joy and...
2015-01-15 Bradley Bellmake control type into bitfield. get rid of legacy...
2015-01-14 Bradley Bellmove remaining playsave variables to config cvars.
2015-01-14 Bradley Bellbegin refactoring to umbrella header
2015-01-12 Bradley Bellconvert control type, joystick sensitivity to cvars
2015-01-11 Bradley Belldocument -autoexec
2015-01-10 Bradley Bellinit joystick before config so buttons are available...
2015-01-03 Bradley Bellremove rcs tags
2014-12-24 Bradley Bellunused
2014-12-24 Bradley Bellmove some stuff around so it actually works
2014-12-24 Bradley Bellrevert mistake in 0ca923fd98fd21f8a93f63382852f2bbc2e713bc
2014-12-23 Bradley Belldon't warn of missing autoexec.cfg
2014-12-23 Bradley Bellset cvar values via formatted string. convenient macro...
2014-12-23 Bradley Bellrevert 99fd6e1277d43a760e0fa39740ce27a4ccb1e821, just...
2014-12-23 Bradley Bellmake descent.cfg items into cvars, and exec the file...
2014-12-22 Bradley BellMerge branch 'master' into cmd-queue
2014-12-22 Bradley Bellsupport playback of demos recorded in D1 Demo
2014-12-21 Bradley Bellget rid of redbook ifdefs
2014-12-19 Bradley Belluse the new queue
2014-12-19 Bradley Bellget rid of dependencies on predefined display modes
2014-12-13 Bradley Bellcommand queueing
2014-12-13 Bradley Belladd autoexec for console commands
2014-12-12 Bradley Bellmerge console init functions
2014-11-29 Bradley Bellinit console buffers first, graphics later
2014-11-28 Bradley Belluse constants
2006-07-29 Chris Taylormove PhysicsFS initialisation, search path setup and...
2006-07-29 Chris Taylormove titles, loading screen and order form showing...
2006-07-27 Chris Taylormove hoard data saving from main to save_hoard_data
2006-03-05 Chris Taylorcreate write directory if it doesn't exist (didn't...
2005-08-06 Chris Taylorprint the command line help properly
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
2005-07-30 Chris Taylorremove old _3DFX code
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
2005-03-20 Bradley Belladded MAX_FPS constant
2005-02-26 Chris Taylordetermine properly if 800x600 resolution is available
2005-02-26 Chris Taylorremove the need for BITMAPS.TBL, with EDITOR defined
2005-02-25 Bradley Bellallow -notitles to work in shareware [and non-RELEASE...
2005-02-25 Chris Tayloractually use PHYSFSX_openRead/WriteBuffered
2004-12-20 Bradley BellUse PhysicsFS for making the hoard ham.
2004-12-17 Bradley Bellforce gr_update() so screens always show in OpenGL
2004-12-03 Bradley Belldon't die if title screens not found
2004-12-01 Bradley Bellmerged physfs branch
2004-11-27 Bradley Bellenable logo screens for shareware/oem
2004-10-23 Martin Schaffnerremove warning created by the fix for the cfgets issue...
2004-10-23 Martin Schaffnerdelete file main/compbit.h and adapt users to use text...
2004-08-29 Martin Schaffnercfgets now always copies the terminating character...
2004-08-28 Martin Schaffnermove old per-file change logs into new file ChangeLog-old
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 Bellmade opengl use 32bpp screen mode by default, add optio...
2004-05-22 Bradley Belltypo
2004-05-22 Bradley Bellmake rear view leave_time variable with -rearviewleavet...
2004-05-22 Martin Schaffnerchange -udp documentation to d2x behaviour
2004-05-22 Bradley Belladded -udp documentation from d1x
2004-05-21 Bradley Belldocument -ihaveabrokenmouse
2004-05-20 Bradley Bellintegrated some niceautomap stuff from d1x
2004-05-20 Bradley Belldocument -gl_refresh (d1x r1.20)
2004-05-20 Bradley Belladd -renderstats command-line arg to activate RENDERSTA...
2004-05-20 Bradley Belladd anisotropic texture filtering suport (d1x r1.33...
2004-05-20 Bradley Bellinserted d1x-style res change menu (mostly works)
2004-05-19 Bradley Belladd -gl_trilinear OGL command-line option (d1x r1.27)
2004-05-19 Bradley Bellrestore inferno.c initialization of screen_compatible...
2004-05-19 Bradley Bellallow arbitrary resolutions to be specified on command...
2004-04-15 Bradley Bellcomment out unused checksum variable
2003-11-27 Bradley BellPocketPC fixes
2003-11-27 Bradley Belllinux fixes
2003-11-26 Bradley BellVisual C, PocketPC fixes
2003-10-10 Bradley Bellcomments/formatting
2003-10-08 Bradley BellSHAREWARE fixes
2003-10-08 Bradley BellSHAREWARE fixes
2003-10-03 Bradley BellMake network architecture choosable from game menu...
2003-06-16 Bradley Bellconvert file i/o to cfile
2003-05-12 Bradley Belladded -nohogdir and -userdir options
2003-04-24 Bradley Bellredeclare main() 'the SDL way', make sure SDL.h is...
2003-04-07 Bradley Bellprint some useful info if hog not found, allow -help...
2003-03-31 Bradley BellAllow use of 22K sound samples
2003-03-21 Bradley BellChange the default movie resolution to high, implement...
2003-03-19 Bradley Bellmoved joy_init back to main, other header cleanups
2003-03-13 Bradley Belladded -fps option
2003-02-28 Bradley BellFixed many opengl glitches
2003-02-28 Bradley Bellnoted that hoard.ham is only needed for multiplayer...
2003-01-15 Bradley Bellchanged path for SDL headers
2003-01-01 Bradley Bellenabled kali
2002-12-31 Bradley Bellfixed rle_swap leaks, thanks to martin schaffner
2002-10-30 Bradley Belladd help for -hogdir option
2002-10-30 Bradley Belladded -hogdir option
2002-10-28 Bradley Bellenabled Vertigo displays
2002-10-11 Bradley Bellenable -nofade
next