]> icculus.org git repositories - btb/d2x.git/shortlog
btb/d2x.git
2004-11-19 Martin Schaffnercompile again on older C compilers
2004-11-16 Martin Schaffnerfix Mac OS 9 bug with missions > 12 chars
2004-11-14 Martin Schaffnermake Mac OS X OpenGL verify textures
2004-11-14 Martin Schaffnermake Mac OS 9 Voodoo display textures
2004-10-30 Martin Schaffnerread descent 1 textures also from shareware version...
2004-10-30 Martin Schaffnerfix crash introduced with previous change
2004-10-24 Martin Schaffnermove all mission stuff to mission.{c,h}, make mission...
2004-10-23 Martin Schaffneradd comment
2004-10-23 Martin Schaffnerremove warning created by the fix for the cfgets issue...
2004-10-23 Martin Schaffnerremove explicit uses of mission list
2004-10-23 Martin Schaffnercorrect comments about anarchy-only
2004-10-23 Martin Schaffnerremove unnecessary build_mission_list call
2004-10-23 Martin Schaffnermove mission list handling functionality to mission...
2004-10-23 Martin Schaffnerdelete file main/compbit.h and adapt users to use text...
2004-10-23 Martin Schaffnerdeclare variable on top of block
2004-10-21 Martin Schaffnermake it compile on Cygwin
2004-10-21 Martin Schaffnermake it compile on Cygwin
2004-10-14 Martin Schaffneradd mprintf support for carbon (Mac OS 9)
2004-10-14 Martin Schaffnerfix crash on Mac OS X, probably fix bug 738
2004-10-14 Martin Schaffnerfix bug uncovered by having fgets cut off ending \n
2004-10-09 Martin Schaffnerfix bug 1675: use better d2 textures if d1 hog is prese...
2004-10-09 Martin Schaffnercorrect warnings caused by change of 2004-09-30
2004-10-09 Martin Schaffneruse new macros PLAYING_BUILTIN_MISSION and EMULATING_D1...
2004-09-29 Martin Schaffnersimplify cfile.c, reduce number of global vars
2004-09-05 Martin Schaffnerfix bugfix of 2004-05-15
2004-08-29 Martin Schaffnercfgets now always copies the terminating character...
2004-08-29 Martin Schaffnerchange macify_dospath to macify_posix_path for carbon
2004-08-29 Martin Schaffnermove more old change logs into ChangeLog-old
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-28 Martin Schaffnerimplement findfile for Mac OS Carbon
2004-08-28 Martin Schaffnerenable -gl_mipmap switch
2004-08-28 Martin Schaffnerswap min and max size to correct places
2004-08-17 Martin Schaffneradd mkdir for carbon, and support files ending in 0x0d
2004-08-17 Martin Schaffnerfix a bug introduced with change of 2004-06-26
2004-08-06 Martin Schaffneron Mac OS 9 and X, define Int3 to be a Debugger
2004-08-06 Martin Schaffnerdisable mprintf on carbon to avoid significant bloat
2004-08-06 Martin Schaffnermake d2x compile (but not link) on MPW on Mac OS 9...
2004-08-06 Martin Schaffnerd2x can now handle any line ending when reading d2x.ini
2004-08-03 Martin SchaffnerInclude glu.h for Mac OS X, it is sometimes necessary
2004-08-03 Martin SchaffnerThis time, I correctly applied Chris Taylor's patch
2004-08-01 Martin Schaffneravoid assigments between unsigned and signed char,...
2004-08-01 Martin Schaffneruse portable ffilelength in cfile_size
2004-08-01 Martin Schaffneruse portable CFILE instead of POSIX file in write_bmp
2004-08-01 Martin Schaffnerdo not seek while writing, carbon does not like it
2004-08-01 Martin Schaffneradd str(n)icmp for carbon
2004-08-01 Martin Schaffnerinclude/strutil.h, misc/strutil.c: add str(n)icmp for...
2004-08-01 Martin SchaffnerNew file for supporting compilation with MPW for carbon...
2004-08-01 Martin Schaffneradd "#ifdef macintosh" for carbon target
2004-06-26 Martin Schaffnerremove some unneccesary globals
2004-06-01 Bradley Bellcast malloc function pointer
2004-06-01 Bradley Belladded MVEPlayer target to XCode project
2004-06-01 Bradley Belloops, this didn't belong in last commit
2004-06-01 Bradley Bellfix accidental solaris breakage
2004-05-31 Bradley Bellfix crash caused by death-cam
2004-05-31 Bradley BellXCode project cleanups, network enabled
2004-05-31 Bradley BellXCode project cleanups, network enabled
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...
next