]> icculus.org git repositories - btb/d2x.git/history - main/game.c
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / game.c
2021-07-17 Bradley BellDon't grab mouse in demo playback
2021-07-17 Bradley BellMerge pull request #2 from btb/github-workflow-1
2021-07-17 Bradley Belldon't use overlapping args in s[n]printf
2018-03-12 Bradley Bellcvar.value -> cvar.fixval, for less confusion
2018-03-06 Bradley BellPortability fixes and VS project updates
2018-03-06 KpRename include/error.h to include/dxxerror.h
2018-03-06 Bradley Bellmust be an old typo
2018-02-20 Bradley Bellexplicit cast to char
2018-02-20 Bradley Bellmake function declarations into prototypes
2016-01-25 Bradley Belluse macro for pointer arithmetic
2015-05-03 Bradley BellMerge branch 'master' into entity
2015-02-26 Bradley Bellentities: start building up a global list of objects...
2015-02-24 Bradley BellReplace cvar.archive with flags.
2015-02-23 Bradley BellConvert Cheats_enabled to cvar sv_cheats
2015-02-20 Bradley Bellmake cheats console cmds, get rid of crypt and simplify
2015-02-20 Bradley BellArchive MenuGameres and AutomapGameres
2015-02-12 Bradley Belluse const for cmd name and help text
2015-02-12 Bradley Bellsimplify help system
2015-02-10 Bradley Bellclean up names
2015-02-04 Bradley BellMenuHires now just a macro
2015-02-04 Bradley Belluse uint32_t for screen modes
2015-02-04 Bradley Bellremove d1x-ism Game_screen_mode, which basically duplic...
2015-02-02 Bradley Bellimplement menu_gameres, using cvar
2015-02-02 Bradley Belldon't grab mouse if mouse not enabled
2015-01-30 Bradley Bellmore header cleanup
2015-01-29 Bradley Bellheader fixes
2015-01-27 Bradley Belldemo recordings cmds
2015-01-25 Bradley Bell(re-)separation gr module from video functions
2015-01-20 Bradley Bellmore type warnings
2015-01-20 Bradley Bellexplicit casts
2015-01-19 Bradley Bellstart refactoring Controls stuff more logically, now...
2015-01-18 Bradley Bellflush command queue so menu keypresses don't get execut...
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 Bellstore cvar value as fix instead of float
2015-01-16 Bradley Bellseparate control type into separate cvars for joy and...
2015-01-16 Bradley Bellfix binary arithmetic
2015-01-14 Bradley Bellmerge mouse_get_delta and mouse_get_delta_z
2015-01-14 Bradley Bellmove remaining playsave variables to config cvars.
2015-01-13 Bradley Bellnew mission-specific cfg file, holds highest level.
2015-01-13 Bradley Bellfix no-network build
2015-01-13 Bradley Bellnormalize cvar capitalization a bit
2015-01-13 Bradley Bellcvars for cockpit views
2015-01-12 Bradley Bellconvert control type, joystick sensitivity to cvars
2015-01-11 Bradley Bellmore command help
2015-01-03 Bradley Bellsizeup/sizedown cmds
2015-01-03 Bradley Bellremove rcs tags
2015-01-03 Bradley Bellchange u_int*_t to C99 standard uint*_t
2014-12-24 Bradley Belladd say command for network messages
2014-12-24 Bradley Belladd command to load player
2014-12-24 Bradley Belladd command to start any mission
2014-12-22 Bradley BellMerge branch 'master' into cmd-queue
2014-12-21 Bradley Bellshow apple-specific keyboard help
2014-12-19 Bradley Belluse the new queue
2014-12-19 Bradley Bellget rid of dependencies on predefined display modes
2014-12-12 Bradley Bellmerge console init functions
2014-12-12 Bradley Bellredundant function
2014-12-08 Bradley Belladd a newline
2014-12-08 Bradley Belladd fov cvar
2014-11-28 Bradley Bellmacro for Object pointer indexing
2006-11-26 Chris Taylorsmall brace tidy up to allow a source code editor to...
2006-06-03 Chris Taylorthe gauges work in 320xXXX (sdl) again. It needs to...
2005-08-07 Chris Taylorget the cockpit to show with d2x-gl (actually committed!)
2005-08-02 Chris Taylorremove DirectDraw use and Windows mouse stuff made...
2005-07-30 Chris Taylorremove pixel double code
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
2005-07-29 Chris Tayloronly shoot when fire button down (fix bug #2271)
2005-06-22 Chris Tayloradd level component saving functions which use PhysicsFS
2005-04-01 Chris Taylor"Go to Main Menu" now works in editor
2005-03-20 Bradley Belladded MAX_FPS constant
2004-12-17 Bradley Belladded fast save
2004-11-27 Bradley Bellfree up cpu by not calling timer_delay so many times
2004-10-23 Martin Schaffnerremove unnecessary build_mission_list call
2004-08-28 Martin Schaffnermove old per-file change logs into new file ChangeLog-old
2004-05-22 Bradley Belltypo
2004-05-22 Bradley Bellmake rear view leave_time variable with -rearviewleavet...
2004-05-20 Bradley Belladd alt+enter to toggle fullscreen (in addition to...
2004-05-20 Bradley Bellmove gr_renderstats and gr_badtexture back to game.c
2004-05-20 Bradley Bellinserted d1x-style res change menu (mostly works)
2003-12-08 Bradley Bellget rid of silly ulongs
2003-11-18 Bradley Bellalways set menu mode for GL popups
2003-10-10 Bradley Bellcomments/formatting
2003-06-06 Bradley Bellmerge (non-physfs stuff) from physfs branch
2003-06-02 Bradley Belladded console code (from SDL_console)
2003-03-17 Bradley Bellenable experimental console support
2003-03-13 Bradley Belladded -fps option
2003-02-28 Bradley Belloops
2003-02-27 Bradley Belluse timer_delay instead of d_delay
2002-10-03 Bradley Bellwhitespace
2002-09-04 Bradley Bellwe want the mac ibitblt for everything but dos and...
2002-08-15 Bradley Bellpromote builtin missions. patch from Martin Schaffner...
2002-07-30 Bradley Bellsupport shareware datafiles\!
2002-07-27 Bradley Bellportability
2002-02-23 Bradley Belldisabled cockpit for OGL, formatting
2002-02-14 Bradley BellAdded hotkeys to toggle fullscreen mode
2002-02-13 Bradley BellFullscreen toggle stuff
2001-10-25 Bradley Bellconditionalize including multi.h and network.h, fix...
2001-01-31 Bradley BellOpenGL support under Cygwin/SDL
2001-01-31 Bradley BellMakefile and conf.h fixes
2001-01-28 Bradley BellOpenGL now uses SDL-GL instead of gii
next