2004-10-30 |
Martin Schaffner | read descent 1 textures also from shareware version... |
tree | commitdiff |
2004-10-30 |
Martin Schaffner | fix crash introduced with previous change |
tree | commitdiff |
2004-10-24 |
Martin Schaffner | move all mission stuff to mission.{c,h}, make mission... |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | add comment |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | remove warning created by the fix for the cfgets issue... |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | remove explicit uses of mission list |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | correct comments about anarchy-only |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | remove unnecessary build_mission_list call |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | move mission list handling functionality to mission... |
tree | commitdiff |
2004-10-23 |
Martin Schaffner | delete file main/compbit.h and adapt users to use text... |
tree | commitdiff |
2004-10-14 |
Martin Schaffner | fix crash on Mac OS X, probably fix bug 738 |
tree | commitdiff |
2004-10-14 |
Martin Schaffner | fix bug uncovered by having fgets cut off ending \n |
tree | commitdiff |
2004-10-09 |
Martin Schaffner | fix bug 1675: use better d2 textures if d1 hog is prese... |
tree | commitdiff |
2004-10-09 |
Martin Schaffner | use new macros PLAYING_BUILTIN_MISSION and EMULATING_D1... |
tree | commitdiff |
2004-09-05 |
Martin Schaffner | fix bugfix of 2004-05-15 |
tree | commitdiff |
2004-08-29 |
Martin Schaffner | cfgets now always copies the terminating character... |
tree | commitdiff |
2004-08-29 |
Martin Schaffner | move more old change logs into ChangeLog-old |
tree | commitdiff |
2004-08-28 |
Martin Schaffner | move old per-file change logs into new file ChangeLog-old |
tree | commitdiff |
2004-08-28 |
Martin Schaffner | move old per-file change logs into new file ChangeLog-old |
tree | commitdiff |
2004-08-17 |
Martin Schaffner | fix a bug introduced with change of 2004-06-26 |
tree | commitdiff |
2004-08-06 |
Martin Schaffner | make d2x compile (but not link) on MPW on Mac OS 9... |
tree | commitdiff |
2004-08-01 |
Martin Schaffner | avoid assigments between unsigned and signed char,... |
tree | commitdiff |
2004-08-01 |
Martin Schaffner | do not seek while writing, carbon does not like it |
tree | commitdiff |
2004-08-01 |
Martin Schaffner | add "#ifdef macintosh" for carbon target |
tree | commitdiff |
2004-06-26 |
Martin Schaffner | remove some unneccesary globals |
tree | commitdiff |
2004-05-31 |
Bradley Bell | fix crash caused by death-cam |
tree | commitdiff |
2004-05-22 |
Bradley Bell | made opengl use 32bpp screen mode by default, add optio... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | add opengl replacement texture support (requires libpng... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | opengl hardware super-transparency support using GL_NV_... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | make next axis config key skip currently allocated... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | joy configuration next axis key from WraithX (d1x r1.10) |
tree | commitdiff |
2004-05-22 |
Bradley Bell | typo |
tree | commitdiff |
2004-05-22 |
Bradley Bell | make rear view leave_time variable with -rearviewleavet... |
tree | commitdiff |
2004-05-22 |
Martin Schaffner | change -udp documentation to d2x behaviour |
tree | commitdiff |
2004-05-22 |
Bradley Bell | file-line for segfault info (d1x r1.3, r1.5, r1.3,... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | file-line for segfault info (d1x r1.3, r1.5, r1.3,... |
tree | commitdiff |
2004-05-22 |
Bradley Bell | added -udp documentation from d1x |
tree | commitdiff |
2004-05-21 |
Bradley Bell | death-cam from WraithX (d1x r1.3, game.c r1.21, r1... |
tree | commitdiff |
2004-05-21 |
Bradley Bell | document -ihaveabrokenmouse |
tree | commitdiff |
2004-05-21 |
Bradley Bell | increased MESSAGEBOX_TEXT_SIZE to fix netgame join... |
tree | commitdiff |
2004-05-21 |
Bradley Bell | added debug info for illegal side type (d1x r1.2, r1... |
tree | commitdiff |
2004-05-20 |
Bradley Bell | fix a couple of defines |
tree | commitdiff |
2004-05-20 |
Bradley Bell | integrated some niceautomap stuff from d1x |
tree | commitdiff |
2004-05-20 |
Bradley Bell | document -gl_refresh (d1x r1.20) |
tree | commitdiff |
2004-05-20 |
Bradley Bell | add alt+enter to toggle fullscreen (in addition to... |
tree | commitdiff |
2004-05-20 |
Bradley Bell | move gr_renderstats and gr_badtexture back to game.c |
tree | commitdiff |
2004-05-20 |
Bradley Bell | add -renderstats command-line arg to activate RENDERSTA... |
tree | commitdiff |
2004-05-20 |
Bradley Bell | add anisotropic texture filtering suport (d1x r1.33... |
tree | commitdiff |
2004-05-20 |
Bradley Bell | allow arbitrary (custom) resolution entry in change_res... |
tree | commitdiff |
2004-05-20 |
Bradley Bell | inserted d1x-style res change menu (mostly works) |
tree | commitdiff |
2004-05-19 |
Bradley Bell | add -gl_trilinear OGL command-line option (d1x r1.27) |
tree | commitdiff |
2004-05-19 |
Bradley Bell | restore inferno.c initialization of screen_compatible... |
tree | commitdiff |
2004-05-19 |
Bradley Bell | allow arbitrary resolutions to be specified on command... |
tree | commitdiff |
2004-05-19 |
Bradley Bell | fix briefing spinning robot display in OGL (d1x r1... |
tree | commitdiff |
2004-05-19 |
Bradley Bell | fix savegame thumbnail saving in OGL (d1x r1.6) |
tree | commitdiff |
2004-05-17 |
Bradley Bell | took care of switches triggering single-sided walls... |
tree | commitdiff |
2004-05-16 |
Martin Schaffner | fix invalid memory access for d1 levels which don't... |
tree | commitdiff |
2004-05-15 |
Martin Schaffner | fix endless loop in some levels with a certain (complic... |
tree | commitdiff |
2004-05-15 |
Martin Schaffner | implement repair centers |
tree | commitdiff |
2004-05-15 |
Martin Schaffner | implement repair centers |
tree | commitdiff |
2004-05-15 |
Martin Schaffner | fix joystick_read_raw_axis(), define and use gr_remap_m... |
tree | commitdiff |
2004-05-11 |
Bradley Bell | hmm, g3_draw_transp_poly had the fade level backwards... |
tree | commitdiff |
2004-05-11 |
Bradley Bell | properly render cloaked walls in OpenGL (fixes #1608) |
tree | commitdiff |
2004-04-22 |
Bradley Bell | use new GET_INTEL_* macros |
tree | commitdiff |
2004-04-15 |
Bradley Bell | comment out unused checksum variable |
tree | commitdiff |
2004-04-14 |
Bradley Bell | use portable rand function (fixes #1118) |
tree | commitdiff |
2004-04-14 |
Bradley Bell | uncomment calls to RBAStop (fixes #473) |
tree | commitdiff |
2004-01-08 |
Martin Schaffner | fix (really) wierd SunOS bug |
tree | commitdiff |
2003-12-28 |
Martin Schaffner | fix 2nd part of bug 1067 (make d2x compatible with... |
tree | commitdiff |
2003-12-28 |
Martin Schaffner | fix bugfix for 1067 |
tree | commitdiff |
2003-12-28 |
Martin Schaffner | fix bug 1067 |
tree | commitdiff |
2003-12-18 |
Bradley Bell | fixes for linux-native joystick |
tree | commitdiff |
2003-12-18 |
Bradley Bell | bunch of fixes (esp. for non linux-native joystick) |
tree | commitdiff |
2003-12-08 |
Bradley Bell | get rid of silly ulongs |
tree | commitdiff |
2003-11-27 |
Bradley Bell | PocketPC fixes |
tree | commitdiff |
2003-11-27 |
Bradley Bell | PocketPC fixes |
tree | commitdiff |
2003-11-27 |
Bradley Bell | fix gcc 3.3 compiler warnings |
tree | commitdiff |
2003-11-27 |
Bradley Bell | landscape fixes, implemented gr_check_mode |
tree | commitdiff |
2003-11-27 |
Bradley Bell | linux fixes |
tree | commitdiff |
2003-11-27 |
Bradley Bell | added Visual C project for opengl, buncha macro fixes... |
tree | commitdiff |
2003-11-26 |
Bradley Bell | Visual C, PocketPC fixes |
tree | commitdiff |
2003-11-26 |
Bradley Bell | Visual C, PocketPC fixes |
tree | commitdiff |
2003-11-25 |
Bradley Bell | enabled mouse control of menus |
tree | commitdiff |
2003-11-24 |
Bradley Bell | oops, didn't mean to change this |
tree | commitdiff |
2003-11-18 |
Bradley Bell | added option to disable kalinix under unix |
tree | commitdiff |
2003-11-18 |
Bradley Bell | always set menu mode for GL popups |
tree | commitdiff |
2003-11-15 |
Bradley Bell | fix automap background image |
tree | commitdiff |
2003-11-15 |
Bradley Bell | delete cruft |
tree | commitdiff |
2003-11-14 |
Bradley Bell | delete cruft |
tree | commitdiff |
2003-11-14 |
Bradley Bell | fix level number position |
tree | commitdiff |
2003-11-14 |
Bradley Bell | simplify g3_draw_line hack |
tree | commitdiff |
2003-11-14 |
Bradley Bell | stop pointless vid mode changes |
tree | commitdiff |
2003-11-07 |
Bradley Bell | use more traditional Alt+Enter for toggling fullscreen |
tree | commitdiff |
2003-11-07 |
Bradley Bell | comments/formatting |
tree | commitdiff |
2003-11-04 |
Bradley Bell | moved bitmap and sound header data structures and i... |
tree | commitdiff |
2003-11-04 |
Bradley Bell | added hogsize for oem d1 v1.0 and registered d2 v1... |
tree | commitdiff |
2003-11-03 |
Bradley Bell | big pigsize is same for all d1 shareware - even though... |
tree | commitdiff |
2003-11-03 |
Bradley Bell | added big pigsize for shareware d1 v1.4 |
tree | commitdiff |
2003-11-03 |
Bradley Bell | added big pigsize for shareware d1 v1.4 |
tree | commitdiff |
2003-11-03 |
Bradley Bell | added big pigsize for registered d1 v1.0 |
tree | commitdiff |
next |