Commit graph

16 commits

Author SHA1 Message Date
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 0008295ff9 changelog filename extension 2006-10-23 14:50:19 +00:00
Renamed from dxx-changelog (Browse further)