]> icculus.org git repositories - btb/d2x.git/history - ChangeLog
remove old _3DFX code
[btb/d2x.git] / ChangeLog
2005-07-30 Chris Taylorremove old _3DFX 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-07-29 Chris Taylorshow some missing wide 1's (bug #2269)
2005-07-28 Chris Taylorshow gauges in SDL (help fix bug #2267)
2005-07-27 Chris Taylorbuild the editor by default
2005-07-25 Chris Tayloravoid assignments between sbyte * and char *, ubyte...
2005-07-25 Chris Taylorno checking if obj->id > -1 (it's unsigned)
2005-07-25 Chris Taylorcast some fprintf arguments to int, to fix warnings
2005-07-24 Chris Taylormain/bmread.c: call file static var 'time' 'play_time...
2005-07-22 Chris Taylorremove duplicate tmap_xlate_table
2005-07-21 Chris Taylorfix pointer mismatches, warnings are errors again
2005-07-21 Chris Taylormake file paths relative to project, add some files...
2005-07-03 Chris Tayloradd ui_radio_set_value, draw an "O" in the current...
2005-07-03 Chris Tayloradd ui_inputbox_set_text
2005-07-01 Chris Tayloradd ui_checkbox_check
2005-06-23 Chris Taylordescribe new directory system and mention recursive...
2005-06-22 Chris Tayloruse PhysicsFS for saving levels
2005-06-22 Chris Tayloradd function for converting descent 2 texture numbers...
2005-06-22 Chris Tayloradd level component saving functions which use PhysicsFS
2005-06-22 Chris Taylorload .rl2 files instead of .lvl files
2005-06-14 Chris Taylormake sure there is a path to free for D2 Demo/OEM
2005-06-13 Chris Tayloradded PHYSFSX_printf
2005-06-13 Chris Tayloradded PHYSFSX_writeVector, PHYSFSX_writeAngleVec and...
2005-06-13 Chris Taylorconvert_d1_tmap_num now returns 193 for texture number...
2005-04-05 Bradley Bellfix some bugs in joystick initialization
2005-04-04 Bradley Bellcosmetic fixes to joystick config screen
2005-04-04 Bradley Bellchange MAX_BUTTONS to JOY_MAX_BUTTONS
2005-04-04 Bradley Bellchange MAX_BUTTONS to JOY_MAX_BUTTONS
2005-04-04 Bradley Belldon't use hardcoded descriptions of joystick buttons...
2005-04-04 Bradley Belldon't play midi if -nosound
2005-04-04 Bradley Bellremove redundant joy_init()
2005-04-01 Chris Taylorset Highest_vertex_index and Highest_segment_index...
2005-04-01 Chris Taylor"Go to Main Menu" now works in editor
2005-03-31 Chris Taylorno using TmapList, initialise texture category globals...
2005-03-31 Chris Taylorremove ObjType, ObjId, ObjStrength and OL_ constants...
2005-03-29 Bradley Bellremove obsolete malloc.h
2005-03-21 Bradley Belladd some stuff to dist
2005-03-20 Bradley Belladded MAX_FPS constant
2005-03-20 Bradley BellFixed console cursor positioning.
2005-03-20 Bradley Bellmight as well start using GMT
2005-03-20 Bradley Bellrevert to Error if text file not found.
2005-03-20 Martin SchaffnerAdd file ui/.cvsignore
2005-03-18 Bradley BellAdd RCS ID tag
2005-03-18 Bradley BellAdd RCS ID tag
2005-03-18 Bradley BellUpdate SDL to 1.2.8
2005-03-16 Bradley Belluse hardcoded value instead of sizeof(tmap_info), since...
2005-03-16 Bradley Bellgcc doesn't like multi-line // comments
2005-03-16 Bradley Bellget rid of compiler warnings
2005-03-16 Bradley BellDisabled shading of flat (non-textured) polygons. Fixes...
2005-03-15 Bradley BellFix crash if Num_walls=0
2005-03-12 Bradley Bellenable editor in unix-style builds
2005-03-12 Chris Taylorcould check reactor model num, don't check reactor...
2005-03-06 Chris Taylorcheck the uvs after they're assigned, not before
2005-03-06 Chris Taylorload the descent 1 color palette when NDEBUG is defined
2005-03-05 Chris Tayloruse PhysicsFS in file.c, involves modifying the listbox...
2005-02-27 Chris Taylorno critical error handler (not used by PhysicsFS)
2005-02-27 Chris Taylorcall gr_update in event loops
2005-02-26 Chris Tayloruse cfile to read the menubar file MED.MNU
2005-02-26 Chris Tayloruse cfile for reading in keypad files
2005-02-26 Chris Tayloruse d_free instead of free
2005-02-26 Chris Tayloruse d_strdup instead of strdup
2005-02-26 Chris Tayloruse d_calloc instead of calloc
2005-02-26 Chris Tayloruse d_malloc instead of malloc
2005-02-26 Chris Taylordetermine properly if 800x600 resolution is available
2005-02-26 Chris Taylorremove the need for BITMAPS.TBL, with EDITOR defined
2005-02-26 Chris Tayloradd remove_trigger_num
2005-02-26 Bradley Bellconverted old changelog to "cvs log" format, so it...
2005-02-26 Chris Tayloronly disable the keyboard for MS DOS
2005-02-26 Chris Taylorno unnecessarily including MS DOS headers
2005-02-25 Bradley Bellclean up old changelog a little
2005-02-25 Chris Tayloruse the Descent 2 definitions for maximum segments...
2005-02-25 Chris Taylorno defining OGL in conf.h
2005-02-25 Bradley Bellrip out digiobj stuff, use d2src system for persistent...
2005-02-25 Chris Taylorhandle briefing correctly for first add-on mission...
2005-02-25 Chris Taylorcheck properly whether there's a briefing
2005-02-25 Bradley Bellallow -notitles to work in shareware [and non-RELEASE...
2005-02-25 Bradley Bellupdate to alsa 1.0 API. (d1x r1.3)
2005-02-25 Bradley Bellrestore gamma ramp on exit since some drivers don't...
2005-02-25 Chris Taylordraw the bomb count in OpenGL, but not when a bomb...
2005-02-25 Chris Taylordraw behind the shield number properly in OpenGL
2005-02-25 Chris Taylordefine cfopen to be PHYSFSX_openReadBuffered
2005-02-25 Chris Tayloractually use PHYSFSX_openRead/WriteBuffered
2005-02-25 Chris Taylormake file copy similar to PHYSFSX_openReadBuffered
2005-02-25 Bradley Bellchange movie Warnings to con_printf, simplify other...
2005-02-25 Chris TaylorAdd PHYSFSX_openReadBuffered and PHYSFSX_openWriteBuffered
2005-02-11 Bradley Bellbuild-dep on libphysfs-dev
2005-02-11 Bradley Bell*** empty log message ***
2005-02-11 Bradley Belladd internal.h to dist
2005-02-11 Bradley Bellremove old files from dist
2005-01-26 Bradley Bellensure mission name is properly terminated
2005-01-25 Martin Schaffnerif LVL can't be found, try filename that was passed
2005-01-25 Martin Schaffnercall bm_read_all even if EDITOR is defined
2005-01-25 Martin Schaffnerremove variable New_segment (is now a macro)
2005-01-25 Martin Schaffnerspecify int type for state2_alt_down
2005-01-25 Martin Schaffnercomment out uses of mouse_set_limits and mouse_set_pos
2005-01-25 Martin Schaffneruse unsigned char when comparing to > 127
2005-01-25 Martin Schaffnerclean up path/file length macros
2005-01-25 Martin Schaffners/128/PATH_MAX
2005-01-25 Martin Schaffnerexternalize N_ObjBitmaps & remove_char, solve conflict
next