]> icculus.org git repositories - btb/d2x.git/shortlog
btb/d2x.git
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-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 Chris Taylormake add_missions_to_list recursive
2005-02-25 Chris Taylorallow paths to be passed to read_mission_file
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 Taylorinclude pstypes.h for PATH_MAX
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 Belluse GLint for arb_max_textures
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
2005-01-25 Martin SchaffnerInstallErrorHandler() no longer exists, don't use it...
2005-01-25 Martin Schaffners/inputbox/Inputbox/
2005-01-25 Martin Schaffneruse timer_get_fixed_seconds instead of TICKER macro
2005-01-25 Martin Schaffnermake ui_barbox_update return void
2005-01-25 Martin Schaffnerpass int*, not short* to gr_get_string_size
2005-01-25 Martin Schaffnerinclude cntrlcen.h
2005-01-25 Martin Schaffneruse wall_close_door_num, not wall_close_door
2005-01-25 Martin Schaffneruse physfs instead of non-existing cflib.h
2005-01-25 Martin Schaffneron Carbon, dynamically find and load the OpenGL library...
2005-01-24 Martin Schaffnerdon't try to set the removed follow_path
2005-01-24 Martin Schaffneradd prototype for create_removable_wall
2005-01-24 Martin Schaffnerdo texture replacement for any mission
2005-01-24 Martin Schaffnerinclude u_mem.h and pstypes.h instead of d1-style mem...
2005-01-24 Martin SchaffnerPass both arguments to render_frame
2005-01-24 Martin Schaffnermain/editor/med
2005-01-24 Martin Schaffnerremove unused variable "length"
2005-01-24 Martin SchaffnerInclude strutil.h in func.c (for stricmp)
2005-01-24 Martin Schaffnerchange curseg2p to Curseg2p
2005-01-24 Martin Schaffneronly include i86.h and malloc.h ifdef DO_MEMINFO
2005-01-24 Martin Schaffnermove consts for WALL_IS_DOORWAY to header
2005-01-24 Martin Schaffnerdisable old hostage system in editor
2005-01-24 Martin Schaffnerchange all functions in kfuncs.c to return int instead...
2005-01-24 Martin Schaffnerfade ship and weapon gauge when appropriate
2005-01-24 Martin Schaffnerbaptize the coefficients in vms_equation 'n'
2005-01-24 Martin Schaffnerfix bug: some characters would not display because...
2005-01-23 Martin Schaffnermake sure nocfile.h and cfile.h are never both included
2005-01-23 Martin Schaffnerchange cfopen to use buffers (speeding it up), and...
2005-01-23 Martin Schaffnerdon't print OGL extensions, since this may crash for...
2005-01-23 Martin Schaffnerredraw energy/afterburner gauges whenever necessary
2005-01-23 Martin Schaffnereven ifndef NETWORK do last level hack only on last...
2005-01-10 Martin Schaffnerfix bug #1676
2005-01-08 Bradley Bellmake automap fonts transparent
2005-01-07 Bradley Bellfix problems with copying/deleting save files
2005-01-07 Bradley BellIn Load Level, if there is no current mission, select one
2005-01-06 Bradley BellDraw ship before shields in HUD.
2005-01-06 Bradley BellImplement fading in ogl_urect()
2005-01-06 Bradley BellFree polymodel data before reloading ham file
2004-12-24 Bradley BellUse both ints with the robot producer flags.
2004-12-24 Bradley BellUse macros to use Segment2s when necessary.
2004-12-21 Bradley Bellfix occurrences of #ifdef __LINUX__
2004-12-21 Bradley BellSpecify that two functions return void.
2004-12-21 Bradley BellAdd function prototypes to remove warnings
2004-12-21 Bradley Belldon't duplicate the period in the filename
2004-12-20 Bradley Bellfix type mismatches
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
next