]> icculus.org git repositories - btb/d2x.git/history - main
fix screenshot corruption, use PhysicsFS to check for existing screenshots
[btb/d2x.git] / main /
2006-11-26 Chris Taylorsmall brace tidy up to allow a source code editor to...
2006-07-29 Chris Tayloralways show bomb count if player has them
2006-07-29 Chris Taylormove PhysicsFS initialisation, search path setup and...
2006-07-29 Chris Taylormove titles, loading screen and order form showing...
2006-07-27 Chris Taylormove hoard data saving from main to save_hoard_data
2006-07-24 Chris Taylormake the thumbnail properly when doing fast save in...
2006-07-09 Chris Tayloronly free the gauge canvases when they exist
2006-07-09 Chris Taylorfix crash when a robot's guided missile explodes
2006-06-05 Chris Taylorfix error when building editor with RELEASE
2006-06-03 Chris Taylorthe gauges work in 320xXXX (sdl) again. It needs to...
2006-03-05 Chris Taylorallow the editor to be built with NDEBUG
2006-03-05 Chris Taylorcreate write directory if it doesn't exist (didn't...
2006-02-26 Chris Taylorwith the editor built, don't make .txm files when a...
2006-02-26 Chris Taylorshow the death sequence for d2x-gl (fix bug #2513)
2006-02-26 Chris Taylormove change_filename_ext to strutil.c, rename to (and...
2006-02-25 Chris Taylorwhen breaking a light, allow segment light to change...
2006-02-25 Chris Taylorcomplete removal of 7th option in Options menu, hopeful...
2006-02-24 Chris Taylorrestore the old canvas after showing a menu, avoiding...
2006-02-24 Chris Taylormake sure the correct font is used (whoops)
2005-11-29 Chris Taylorfor Descent 1 briefings, look for briefings no further...
2005-08-13 Chris Taylordraw all gauges properly when using the cockpit in...
2005-08-07 Chris Taylorget the cockpit to show with d2x-gl (actually committed!)
2005-08-06 Chris Taylorprint the command line help properly
2005-08-06 Chris Taylormust_free_canvas isn't used when AUTOMAP_DIRECT_RENDER...
2005-08-02 Chris Taylorremove DirectDraw use and Windows mouse stuff made...
2005-07-30 Chris Taylorremove pixel double code
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
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-28 Chris Taylorshow gauges in SDL (help fix bug #2267)
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-03 Chris Tayloradd ui_radio_set_value, draw an "O" in the current...
2005-07-01 Chris Tayloradd ui_checkbox_check
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 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 Belldon't use hardcoded descriptions of joystick buttons...
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-20 Bradley Belladded MAX_FPS constant
2005-03-20 Bradley Bellrevert to Error if text file not found.
2005-03-16 Bradley Belluse hardcoded value instead of sizeof(tmap_info), since...
2005-03-16 Bradley Bellget rid of compiler warnings
2005-03-15 Bradley BellFix crash if Num_walls=0
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-02-27 Chris Taylorcall gr_update in event loops
2005-02-26 Chris Tayloruse d_free instead of free
2005-02-26 Chris Tayloruse d_calloc instead of calloc
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-25 Chris Tayloruse the Descent 2 definitions for maximum segments...
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 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 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 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-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 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 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-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 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...
next