Commit graph

996 commits

Author SHA1 Message Date
zicodxx c1a3f3c13e added missing changelog entries 2007-01-09 01:25:14 +00:00
kreatordxx 09f0b8d45f add Mac OS X icon 2007-01-07 00:27:32 +00:00
kreatordxx 901f66e6e9 allow an add-on mission to override the built-in hog file, such as the use of custom MIDI tracks 2006-12-31 01:51:01 +00:00
kreatordxx 812b641a51 if a Descent 2 hog file is not available, generate an error, not a warning 2006-12-31 00:09:49 +00:00
kreatordxx c557b38bbf fix a memory leak that occurs when listing the search paths 2006-12-31 00:00:44 +00:00
kreatordxx 96ee4e1082 use PhysicsFS to write MIDI file, make hmp2mid use PhysicsFS exclusively 2006-12-30 05:29:21 +00:00
kreatordxx 72a4f98889 allocate 'pixels' and 'texbuf' according to current screen resolution, saving over a hundred megabytes of memory 2006-12-29 09:50:21 +00:00
kreatordxx f77bce6487 add PowerPC assembly texture mapper (requires PPCAsm, which is for Mac OS 9 only) 2006-12-28 07:21:46 +00:00
kreatordxx 42a988765c add some useful comments on installation, including specifically for Mac OS 9 2006-12-28 02:54:46 +00:00
kreatordxx 815ecc6b44 make it easier to build for SDL Video on Mac OS 9, update README 2006-12-28 02:51:20 +00:00
kreatordxx 8ef7d20615 disable a heap of warnings that are impractical to fix (eg assignment in an if ()) 2006-12-26 03:48:34 +00:00
kreatordxx 83574d83b7 update version info, use DESCENT_VERSION instead of PACKAGE_NAME 2006-12-26 03:42:13 +00:00
kreatordxx 1437f3d2bc fix compile errors when building on Mac OS 9 using SDL 1.2.10 (conflicting macros, use of putenv) 2006-12-25 13:59:28 +00:00
kreatordxx ed899e7b5e fix crash where loading screen function is called before video mode is set (when SDL Video is used as well as -notitles) 2006-12-25 12:52:38 +00:00
kreatordxx 7e1502c454 chdir to application directory so it uses relative userdir and hogdir paths properly, in Mac OS X it can make the root directory the current one 2006-12-24 10:41:07 +00:00
kreatordxx 3cb7e16496 make sscanf look for "%i.%i" instead of "v%i.%i" because the 'v' isn't written to file (used to cause D2X for Mac OS 9 to crash), use PHYSFS_delete instead of unlink to be safe 2006-12-24 09:24:05 +00:00
kreatordxx d698e87960 warning fixes for gcc 4.0 2006-12-24 09:15:37 +00:00
kreatordxx 21ec5934ce use strncpy instead of snprintf, MPW on Mac OS 9 doesn't have snprintf 2006-12-24 09:01:10 +00:00
kreatordxx 5d10e0bb25 use d_strdup instead of strdup to avoid errors when compiling on Mac OS 9, free the joystick button texts when closing 2006-12-24 08:56:39 +00:00
kreatordxx eae5a79ef2 add MIDI stubs for Mac, it doesn't have the 'real' functions yet 2006-12-24 08:46:12 +00:00
kreatordxx f6616058c1 allow universal binaries to be built using Xcode 2.1 or later (from D2X CVS) 2006-12-24 08:23:23 +00:00
kreatordxx c5d74a31ae divide negative window x-coordinates properly, fixing random crashes (from D2X CVS) 2006-12-24 08:17:42 +00:00
kreatordxx aaa7209146 divide negative light rates of change properly (fix bug #2575) (from D2X CVS) 2006-12-24 08:01:25 +00:00
kreatordxx 8c773a79f5 only autoselect a secondary weapon if the player didn't have any of that type before (fix bug #2671) (from D2X CVS) 2006-12-24 07:43:11 +00:00
kreatordxx a59b4363ad avoid loading OpenGL textures before they have been paged in, bug found by loading Abalyon 5 (from D2X CVS) 2006-12-24 07:38:33 +00:00
kreatordxx ae2621d33b use PhysicsFS to check for existing screenshots, previous method may have caused writing over of open screenshots (from D2X CVS) 2006-12-24 01:49:43 +00:00
kreatordxx 38e2a3cb0b small brace tidy up to allow a source code editor to list all the functions (from D2X CVS) 2006-12-23 09:12:27 +00:00
zicodxx 3d3188473b GP2X handheld support; added SConstruct file (MAC support incomplete); code optimisations for software renderer; fixed memleaks 2006-12-19 02:25:50 +00:00
md2211 b77a53e44b * music volume now properly restored and remembered in D1 and D2, using a static int
* removed ugly hack that fixed this bug in D1 (inferno.c, revision 230)
2006-12-12 21:47:17 +00:00
md2211 a833d73d44 SDL_mixer backend implementation files for D2 2006-11-22 22:07:43 +00:00
zicodxx ee851ecd7b moving d2x-rebirth repo to trunk 2006-11-13 20:48:55 +00:00
md2211 2b2c6b283d Providing hmp2mid code, which was previously forgotten when introducing sdl_mixer in r264 2006-11-13 20:23:44 +00:00
md2211 452ae2d800 Repository cleanup: removing leftover Makefile.in file 2006-11-06 23:36:36 +00:00
md2211 a4597bc8be Initial integration of SDL_mixer sound system for Linux 2006-11-06 23:30:32 +00:00
zicodxx d4a6facf93 improved joystick code for more buttons 2006-11-02 13:35:45 +00:00
zicodxx 8cc35e82c7 command-line to set glScissor off if needed 2006-11-02 01:24:10 +00:00
zicodxx b8ea3bd6a2 just turn off detriangulation for OGL 2006-11-01 02:02:44 +00:00
zicodxx 1c821a4cea adding the checktime FindArg 2006-10-31 21:15:47 +00:00
zicodxx 999780ff58 moved some FindArgs to main() so they are not called in the game; added printf for DEBUG to track FindArgs 2006-10-31 15:46:06 +00:00
zicodxx 2dda3e9d8e make sliding use sensitivity - corrected superjoy 2006-10-31 15:11:22 +00:00
zicodxx 61a1768af4 make sliding use sensitivity 2006-10-31 15:07:17 +00:00
zicodxx 86eda83f03 removing -cockpit and -hiresfont parameters which actually belong to D1X-Rebirth 2006-10-31 12:48:31 +00:00
zicodxx 50f87850c0 turning detriangulation off by default; not really needed anymore and makes rendering nicer 2006-10-29 01:01:29 +00:00
zicodxx 0008295ff9 changelog filename extension 2006-10-23 14:50:19 +00:00
zicodxx 0bd5c539c7 dxx-changelog.txt update 2006-10-23 14:35:00 +00:00
zicodxx 449fef5dbc using global variable for sp-mouselook to save CPU usage 2006-10-21 09:23:52 +00:00
zicodxx 4d2a589c20 fixed compiler warnings in object header 2006-10-20 23:33:26 +00:00
zicodxx 8de8a3f968 made lines width scale to resolution; fixed compiler warnings 2006-10-20 23:18:04 +00:00
zicodxx 8cb08cd86f removed calibrate joystick line from help menu 2006-10-20 22:41:48 +00:00
zicodxx 44bdbbb6e9 introducing draw_wbu_border to draw rounded weapon boxes with glScissor 2006-10-20 16:38:04 +00:00