]> icculus.org git repositories - btb/d2x.git/shortlog
btb/d2x.git
2004-05-31 Bradley BellXCode compilability fixes
2004-05-31 Bradley Bellremove old OSX bundle stuff
2004-05-31 Bradley Belladded XCode project files
2004-05-31 Bradley Belladded XCode project files
2004-05-23 Bradley Bellmake libpng optional
2004-05-22 Bradley BellChanged descriptions
2004-05-22 Bradley Belladd opengl replacement texture support (requires libpng...
2004-05-22 Bradley Bellfix compile when GL_NV_register_combiners isn't defined...
2004-05-22 Bradley Bellfix strict-aliasing errors (d1x r1.13)
2004-05-22 Bradley BellFix mismatched arg types in the win32 code (d1x r1...
2004-05-22 Bradley Bellmade opengl use 32bpp screen mode by default, add optio...
2004-05-22 Bradley Bellallow for texture dimensions of 1, and fix ogl replacem...
2004-05-22 Bradley Belladd opengl replacement texture support (requires libpng...
2004-05-22 Bradley Bellfix win32 GL_NV_register_combiners build stuff (d1x...
2004-05-22 Bradley Bellopengl hardware super-transparency support using GL_NV_...
2004-05-22 Bradley Bellfunction prototypes
2004-05-22 Bradley Belluse GL_RGB for non-transparent textures, and fix fonts...
2004-05-22 Bradley Belldon't try to use paletted textures with mipmapping...
2004-05-22 Bradley Belladd ogl paletted texture support (d1x r1.36, r1.38...
2004-05-22 Bradley Bellmemset ogl font bitmap data since the copy function...
2004-05-22 Bradley Bellfix phantom hat when used with a joystick without one...
2004-05-22 Bradley Bellfix possibility of saving incomplete .tga screenshots...
2004-05-22 Bradley Bellfix persistent sounds (fans, etc) volume/pan info not...
2004-05-22 Bradley Bellremove some redundancy by not needing to do SoundSlots...
2004-05-22 Bradley Bellfix crash/hang when using -nojoystick in linux version...
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-22 Bradley Belltypo
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 Bellfile-line for segfault info (d1x r1.3, r1.5, r1.3,...
2004-05-22 Bradley Belladded missing define for menu fullscreen toggle
2004-05-22 Bradley Belluse JOY_NUM_AXES instead of 4 in joy_(get|set)_cal_vals...
2004-05-22 Bradley Bellpatch from Steven Mueller for using more than 4 joystic...
2004-05-22 Bradley Bellfile-line for segfault info (d1x r1.3, r1.5, r1.3,...
2004-05-22 Bradley Belldigisound fixes (d1x r1.7)
2004-05-22 Bradley Belladded -udp documentation from d1x
2004-05-21 Bradley Belldon't need texmappers for OpenGL
2004-05-21 Bradley Belldeath-cam from WraithX (d1x r1.3, game.c r1.21, r1...
2004-05-21 Bradley Belldocument -ihaveabrokenmouse
2004-05-21 Bradley Belldos gcc 2.95 asm fixes (d1x r1.2)
2004-05-21 Bradley Belladded new arg and printfs for mouse driver problems...
2004-05-21 Bradley Bellincreased MESSAGEBOX_TEXT_SIZE to fix netgame join...
2004-05-21 Bradley Belladded debug info for illegal side type (d1x r1.2, r1...
2004-05-20 Bradley Bellfix a couple of defines
2004-05-20 Bradley Bellintegrated some niceautomap stuff from d1x
2004-05-20 Bradley Bellfixed the config bug where it'd always put in some...
2004-05-20 Bradley Bellset win32 icon to icon from resource file
2004-05-20 Bradley Bellwin32: fixed space key not working in messages (d1x...
2004-05-20 Bradley Belldon't need texmappers for OpenGL
2004-05-20 Bradley Belldocument -gl_refresh (d1x r1.20)
2004-05-20 Bradley Bellw32: check -no(mouse|joystick) within respective _init...
2004-05-20 Bradley Bellfixed win32 gr_*_mode funcs that I forgot to change...
2004-05-20 Bradley Bellaltsounds (d1x r1.6)
2004-05-20 Bradley Bellfixed a major memory leak and removed a bit of redundan...
2004-05-20 Bradley Bellcall digi_reset_digi_sounds in digi_close to fix crashi...
2004-05-20 Bradley Bellwin32's digi_start_sound was not calling DS_release_slo...
2004-05-20 Bradley Bellremove joySetCapture in win32 joystick code, apparently...
2004-05-20 Bradley Belladd alt+enter to toggle fullscreen (in addition to...
2004-05-20 Bradley Bellminor cleanup, use same for loop for filling r, g,...
2004-05-20 Bradley Bellfix funky ogl gammaramp palette when getting hit someti...
2004-05-20 Bradley Belladd caching of weapon inner models, screen shatter...
2004-05-20 Bradley Bellmove gr_renderstats and gr_badtexture back to game.c
2004-05-20 Bradley Bellmove gr_renderstats and gr_badtexture back to game.c
2004-05-20 Bradley Belladd -renderstats command-line arg to activate RENDERSTA...
2004-05-20 Bradley Bellfix last commit (d1x r1.35)
2004-05-20 Bradley Belladd RENDERSTATS counter for number of textures loaded...
2004-05-20 Bradley Belluse GL_INDEX_BITS to get bpp for color buffer for rende...
2004-05-20 Bradley Belladd anisotropic texture filtering suport (d1x r1.33...
2004-05-20 Bradley Bellmake RENDERSTATS show size of color/depth buffer too...
2004-05-20 Bradley Bellutilize hardware multitexturing support if possible...
2004-05-20 Bradley Belladd ogl_setbrightness_internal stub for glx (d1x r1.17)
2004-05-20 Bradley Bellimplement SetGammaRamp on WGL (d1x r1.14)
2004-05-20 Bradley Bellimplement brightness/palette effects in OGL using SetGa...
2004-05-20 Bradley Bellallow arbitrary (custom) resolution entry in change_res...
2004-05-20 Bradley Bellinserted d1x-style res change menu (mostly works)
2004-05-19 Bradley Belluse strnicmp instead of strncasecmp
2004-05-19 Bradley Belladd -gl_trilinear OGL command-line option (d1x r1.27)
2004-05-19 Bradley Bellchangelog fixes
2004-05-19 Bradley Bellrestore inferno.c initialization of screen_compatible...
2004-05-19 Bradley Bellallow arbitrary resolutions to be specified on command...
2004-05-19 Bradley Bellneeds to include args.h now (d1x r1.9)
2004-05-19 Bradley Bellimplement -nomusic for linux hmiplay (d1x r1.8)
2004-05-19 Bradley Bellcorrect linux hmiplay handling of midi 0 volume song...
2004-05-19 Bradley Bellremove needless sleep on linux hmiplay startup (d1x...
2004-05-19 Bradley Bellfix off by .5 errors in ogl_upixelc and ogl_ulinec...
2004-05-19 Bradley Bellfix ogl gr_ucircle (d1x r1.29)
2004-05-19 Bradley Bellfix off-by-one error in ogl_urect, right and bottom...
2004-05-19 Bradley Bellfix briefing spinning robot display in OGL (d1x r1...
2004-05-19 Bradley Bellfix typo
2004-05-19 Bradley Bellfix savegame thumbnail saving in OGL (d1x r1.6)
2004-05-19 Bradley Bellmove win32 window creation code from arch_init_start...
2004-05-19 Bradley Bellapply patch from bluecow to fix hmiplay sync issues...
2004-05-19 Bradley Bellfix crash on exit if sounds are still playing (d1x...
2004-05-19 Bradley BellFix mismatched arg types in the win32 code (d1x r1.2)
2004-05-19 Bradley BellFix mismatched arg types in the win32 code (d1x r1.7)
2004-05-19 Bradley BellFix mismatched arg types in the win32 code (d1x r1.12)
2004-05-19 Bradley Bellfix problems with msgbuf struct not being defined ...
2004-05-19 Bradley Bellupdated SDL include path (d1x r1.3)
next