]> icculus.org git repositories - btb/d2x.git/history - main/inferno.c
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / inferno.c
2018-03-06 KpRename include/error.h to include/dxxerror.h
2018-03-06 zicodxxAdded other SDL_(Un)LockAudio statements to protect...
2015-05-04 Bradley Bellguard network-only function
2015-05-03 Bradley Bellalways use gl runtime loading for windows (and only...
2015-05-03 zicodxxfixed more compiler warnings
2015-02-21 Bradley Bellimplement quit cmd
2015-02-20 Bradley BellArchive MenuGameres and AutomapGameres
2015-02-10 Bradley Bellclean up names
2015-02-07 Bradley Belluse cvar for automap_use_game_res
2015-02-04 Bradley BellMenuHires now just a macro
2015-02-04 Bradley Bellmove select_tmap to new init function, also selectable...
2015-02-04 Bradley Belluse game res for movies if MenuGameres is set
2015-02-04 Bradley Bellremove d1x-ism Game_screen_mode, which basically duplic...
2015-02-02 Bradley Bellimplement menu_gameres, using cvar
2015-02-01 Bradley Bellremove redundant prototypes
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
next