]> icculus.org git repositories - btb/d2x.git/history - ChangeLog
use PATH_MAX for hog pathname, ensure correct translation of path separators
[btb/d2x.git] / ChangeLog
2004-12-04 Bradley Belluse PATH_MAX for hog pathname, ensure correct translati...
2004-12-04 Bradley Bellset builtin_hogsize to 0 for the Descent 1 built-in...
2004-12-03 Martin Schaffnerifix stricmp and strnicmp
2004-12-03 Bradley Belldon't die if title screens not found
2004-12-03 Bradley Belldisable call to reset_cockpit() which was causing the...
2004-12-03 Bradley Belluse sprintf in PHYSFSX_getRealPath() because I couldn...
2004-12-02 Martin Schaffnerrequire PhysicsFS header and library
2004-12-02 Martin Schaffnerremove mission list from global memory
2004-12-02 Martin Schaffnerpass individual mission around instead of whole list
2004-12-02 Martin Schaffnerset builtin_hogsize for non-built-in missions
2004-12-02 Martin Schaffnerfix build on Carbon by adding digiobj.c
2004-12-02 Martin Schaffnerfix cfile bugs from recent changes
2004-12-02 Bradley Bellfix RELEASE build, make sure path separator gets added...
2004-12-02 Bradley BellUpdated MSVC build, now uses dynamic opengl loading
2004-12-01 Bradley BellMake cfopen into an inline, where a read buffer is...
2004-12-01 Bradley Belladd PhysicsFS to the required 'tools' in README, and...
2004-12-01 Bradley BellDon't compile cfile.c on Mac OS 9.
2004-12-01 Bradley Bellmerged physfs branch
2004-12-01 Bradley BellAssign result of cfilelength to an int, MPW doesn't...
2004-12-01 Bradley BellGet rid of MIN redefinition.
2004-12-01 Bradley BellDon't use D2XFolder, because the userdir can now be...
2004-12-01 Bradley Belladded stuff to .cvsignore
2004-11-29 Bradley Bellkludge to keep from hanging on MinGW
2004-11-29 Bradley Belluse d2src system for persistent sounds
2004-11-29 Bradley Belloriginal prototype in d2src is wrong, I guess
2004-11-29 Bradley Bellripped object stuff out of digi.c, now using digiobj...
2004-11-28 Bradley Bellput sdl.m4 in acinclude.m4, to make autogen simpler
2004-11-28 Bradley Belladded function to properly decode multi-line strings
2004-11-28 Bradley Bellenabled midi on win32
2004-11-27 Bradley Bellformatting
2004-11-27 Bradley Bellbetter fix for model data freeing bug
2004-11-27 Bradley Bellenable logo screens for shareware/oem
2004-11-27 Bradley Bellfix d1 briefing glitches
2004-11-27 Bradley Bellfree up cpu by not calling timer_delay so many times
2004-11-26 Bradley Bellreduce flickering in credits w/opengl
2004-11-26 Bradley Belldisable Assert so the credits work in opengl (gl doesn...
2004-11-26 Bradley Bellenable briefing screens for mac shareware
2004-11-25 Bradley Bellfixed opengl menu font bug, caused by doing arithmetic...
2004-11-25 Bradley Bellfixed opengl menu font bug, caused by doing arithmetic...
2004-11-25 Bradley Bellget rid of clipping in ogl_internal_string, causes...
2004-11-24 Bradley Belldepend on libsdl1.2-dev instead of libsdl-dev
2004-11-22 Bradley BellFix sdl joystick axis problem, all arch use global...
2004-11-19 Martin Schaffnerdon't Int3() every time explosions don't look best
2004-11-19 Martin Schaffnerfix bug where loading a hxm would affect other levels too
2004-11-19 Martin Schaffnerfor enhanced missions, load add-on ham file at every...
2004-11-19 Martin Schaffnerdon't corrupt model_data, so it can be freed properly
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 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 Bellfix accidental solaris breakage
2004-05-31 Bradley Bellfix crash caused by death-cam
2004-05-31 Bradley BellXCode project cleanups, network enabled
next