]> icculus.org git repositories - btb/d2x.git/history - ChangeLog
add g3_uninit_polygon_model (doesn't do anything)
[btb/d2x.git] / ChangeLog
2004-12-20 Bradley Belladd g3_uninit_polygon_model (doesn't do anything)
2004-12-20 Bradley Belladd missing includes
2004-12-20 Bradley Bellimplement removeext, use it in dsload instead of splitpath
2004-12-20 Bradley BellUse PhysicsFS for making the hoard ham.
2004-12-20 Bradley BellEnable global structs for mine saving functions
2004-12-20 Bradley BellPass the extra two parameters to get_seg_masks.
2004-12-19 Bradley Bellfix ui Makefile.am
2004-12-19 Bradley Bellinclude conf.h in new editor files
2004-12-19 Bradley BellMove old logs to ChangeLog-old
2004-12-19 Bradley BellMove old logs to ChangeLog-old
2004-12-19 Bradley Bellifdef RCS for rcsid
2004-12-19 Bradley Bellbuild dumpmine.c for editor
2004-12-19 Bradley Bellimported missing editor files from d1x
2004-12-19 Bradley Belladded Makefile.am for ui
2004-12-19 Bradley Bellmoved unused/ui to ui
2004-12-19 Bradley Bellmoved unused/ui to ui
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellreplace byte with sbyte
2004-12-19 Bradley Bellabort weapon fire if unable to create object
2004-12-19 Bradley Bellprototype for strdup with MPW
2004-12-17 Bradley Bellallocate mission filenames dynamically
2004-12-17 Bradley Bellfix MPW compiler errors
2004-12-17 Bradley Bellcompile as a classic powerpc app in MPW
2004-12-17 Bradley BellImplement strdup for MPW
2004-12-17 Bradley Bellfix compiler errors in MPW w/o OpenGL
2004-12-17 Bradley Bellforce gr_update() so screens always show in OpenGL
2004-12-17 Bradley Belladded fast save
2004-12-17 Bradley Bellopen autosave file for writing, not reading
2004-12-07 Bradley BellPrint only mildly interesting messages to stderr.txt...
2004-12-07 Bradley BellInitialise the dataptr member correctly.
2004-12-05 Martin Schaffnerremove misc/d_io.c
2004-12-05 Bradley BellgetRealPath uses the write directory if it can't get...
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
next