Commit Graph

  • 5db23883e9 glide3x, Makefile.win32: reverted most parts of commit 8c917cb2 sezero 2018-08-25 21:20:30 +03:00
  • 72028096b9 g3df.c: fix msvc build because of a sign-compare warning after 66386d5 sezero 2018-08-25 21:05:15 +03:00
  • ed0fb7ba52 h3/h5, lin_mode.c, linhwc.c (loadEnvFile): don't leak FILE* pointer sezero 2018-08-24 23:10:40 +03:00
  • dbcbbb1313 sst1, sst1InitVoodooFile(): don't leak FILE* pointer in case of failure sezero 2018-08-24 21:55:50 +03:00
  • db8ef4d0ef cvg,sst1, init: shortened a few messages. sezero 2018-08-24 21:03:55 +03:00
  • 575bafe6c9 glide3x: remove obsoleted README, and rename README.2 to README sezero 2018-08-23 17:20:50 +03:00
  • e11ac4e5db h5, tests: rename Makefile.mgw to Makefile.mingw sezero 2018-08-23 15:39:24 +03:00
  • 0402d46e43 fxos.c, fxGethostname: fix a strict aliasing issue sezero 2018-08-23 15:37:20 +03:00
  • cec38774f4 glide3x, tests: sbench depends on fxos.o for non-linux. sezero 2018-08-23 15:20:02 +03:00
  • 661f489f88 tests: conio.h or linutil.h includes are not needed sezero 2018-08-23 14:33:50 +03:00
  • c430cef2b2 glide3x,tests,sbench.c: rename PI to FX_PI (avoid redefinition warnings) sezero 2018-08-23 14:11:30 +03:00
  • 4a72d2061d glide3x, tests, tlib.c: add missing DJGPP includes for cvg, h3 and sst1 sezero 2018-08-23 14:05:55 +03:00
  • eb40729806 glide3x: remove old makefiles, which are obsoleted for quite some time. sezero 2018-08-23 14:00:02 +03:00
  • bd3e0372c1 glide3x, tests, sbench.c: fix build errors: sezero 2018-08-23 03:47:50 +03:00
  • d565bf19ef glide3x, tests: more build fixes -- mostly for windows this time. sezero 2018-08-23 01:20:20 +03:00
  • 2ab9b505eb glide3x, tests: applied warning and build fixes from glide2x tree. sezero 2018-08-23 00:28:02 +03:00
  • f2e22ecf56 glide2x, tests: minor tidy-up. sezero 2018-08-22 22:55:40 +03:00
  • 8574e105f2 glide2x,tests,display.c: silence 'diff.data' may be used uninitialized warning. sezero 2018-08-22 22:44:50 +03:00
  • a4a70bba5b glide2x, tests: initialize firstTime to 1 instead of 0. sezero 2018-08-22 22:20:10 +03:00
  • e649ca4613 glide2x, tests: comment out unused helper proc in plib.c sezero 2018-08-22 22:02:28 +03:00
  • 64b744733d glide2x, tests: fix out-of-bounds access to localVerts in test25.c sezero 2018-08-22 21:55:02 +03:00
  • e7cc47e93e glide2x, tests: fix format warning test25.c sezero 2018-08-22 21:36:33 +03:00
  • c6de03a346 glide2x, tests: fix warning from qatest00.c: sezero 2018-08-22 21:32:40 +03:00
  • 40230a559e glide2x, tests: replace exit()s with return sezero 2018-08-22 20:33:33 +03:00
  • ffac0696a3 glide3x: applied commit fd64b6ac of guillemj to the sst1 testsuite. sezero 2018-08-22 16:27:02 +03:00
  • 1567a193fe glide2x, testsuite updates: sezero 2018-08-22 16:15:37 +03:00
  • 14c8945a32 tests, tlib.c, tlib.h: silence / fix warnings: sezero 2018-08-22 14:03:15 +03:00
  • e3612b4f58 add missing symlinks to Makefile.linux sezero 2018-08-22 11:32:24 +03:00
  • b8c4edab9d glide2x: merge scanf() and fread() updates to g3df.c and gpci.c from glide3x sezero 2018-08-22 03:15:56 +03:00
  • 66386d5ac4 h5, g3df.c: fix wrong error fread() checks. sezero 2018-08-22 02:24:24 +03:00
  • c30be75227 g3df.c (ReadDataShort): slightly shortened by adapting from original glide2x/sst1 version. sezero 2018-08-22 02:11:36 +03:00
  • 7ced8d7f32 g3df.c: don't leak the FILE* in failure cases. sezero 2018-08-22 02:06:40 +03:00
  • 5d1a34c31c h3, h5: fix a few uninitialized warnings sezero 2018-08-21 14:05:50 +03:00
  • 2d63cec195 h5, minihwc (hwcMapBoard): avoid shadowing a local var. sezero 2018-08-21 12:55:02 +03:00
  • 4a6f09253a fix my stupid typo from commit 85ec47f sezero 2018-08-21 04:20:04 +03:00
  • 85ec47f22b glide3x, h3/h5: changed threadValue stuff from FxU32 to unsigned long. sezero 2018-08-21 04:11:28 +03:00
  • d04deb23d6 h5, minihwc (hwcMapBoard): make length const FxI32 type. sezero 2018-08-21 04:10:50 +03:00
  • c4b365abdf h5, minihwc (hwcAAScreenShot): change fileNameNum to unsigned int type. sezero 2018-08-21 04:10:24 +03:00
  • e4fc9db7db h3, minihwc (hwcInitRegisters): fix stupid printf/sprintf/FN_NAME typos sezero 2018-08-21 04:10:00 +03:00
  • 537a15a2fc glide2x/cvg (grBufferClear): revert a parentheses warning fix from 2000 sezero 2018-08-21 00:15:55 +03:00
  • 46ca75c1dd glide2x, sst1: unused variable warning fixes. sezero 2018-08-20 22:30:55 +03:00
  • 36dc997a1d glide2x, sst1, gglide.c: warning fix: sezero 2018-08-20 22:30:15 +03:00
  • d2c076b8ab fix some unused variable warnings sezero 2018-08-20 20:55:32 +03:00
  • 19c5f4e705 glide2x, cvg, oeminit.c: ifdef magic sezero 2018-08-20 20:24:05 +03:00
  • ee6f124929 sst1: fix argc arg of main() sezero 2018-08-20 20:16:20 +03:00
  • 4d29b7f47f glide2x, sst1, ddgump.c: silence unitialized warnings. sezero 2018-08-20 20:01:56 +03:00
  • 8ee1de4bcf glide2x, h3, linhwc.c: fix a strict aliasing issue (same as in sst96.) sezero 2018-08-20 19:56:02 +03:00
  • c8f2b9f621 glide2x, sst1/cvg init: merge scanf updates from glide3x sezero 2018-08-20 19:35:50 +03:00
  • c94050cb87 glide2x: added top-level makefiles. sezero 2018-08-20 17:37:02 +03:00
  • 3e2cc50867 glide3x,sst1 (sst1InitVoodooFile, INIT_LINUX): changed path separator to '/' sezero 2018-08-20 17:01:36 +03:00
  • fa071d0a93 glide2x, sst1: fixed incompatible assignment warning for swapBuffers(). sezero 2018-08-20 16:40:57 +03:00
  • d39173dfd2 missed replacing an instance of '(char) NULL' with 0 sezero 2018-08-20 15:50:02 +03:00
  • ccf3cc1dc9 forgot renaming glide3x/sst1 version of makefile.linux sezero 2018-08-20 15:10:00 +03:00
  • 3be55b6512 fix "unknown conversion type character `v' in format" sezero 2018-08-20 15:07:00 +03:00
  • 0f6ca06167 rename makefile.linux -> Makefile.linux sezero 2018-08-20 14:47:02 +03:00
  • 61ebabbc40 glide2x: remove dependency on ctype.h functionality sezero 2018-08-20 14:32:24 +03:00
  • 103dec9ab9 glide2x,sst96: merged dborca commit 2506470 (Rush: fixed grLfbLock(AUXBUFFER)) sezero 2018-08-20 14:00:02 +03:00
  • a5352b0145 glide2x, cvg, cpuid.c: fix strict aliasing issues with newer gcc sezero 2018-08-20 13:45:01 +03:00
  • 34b5d19350 remove a duplicated windows.h include sezero 2018-08-20 11:40:15 +03:00
  • 9ba0795fc7 glide2x: added experimental MinGW makefiles. sezero 2018-08-20 10:23:10 +03:00
  • e9133561f1 glide2x, init96MapBoard: uncomment initAT3DGetHALData() (we do have initat3d.c) sezero 2018-08-20 01:58:04 +03:00
  • 5ebace29f9 more warning fixing and syncing glide2x init with glide3x sezero 2018-08-20 01:34:20 +03:00
  • ece8c244f3 glide2x, cvg, sst1init: update P6FENCE macros from glide3 sezero 2018-08-20 01:33:24 +03:00
  • 1488d68cff a bunch of warning fixes sezero 2018-08-19 23:55:10 +03:00
  • ed2350c8f0 glide2x, sst1, vgdrvr.c: rename gamma() to sst1gamma() sezero 2018-08-19 19:01:56 +03:00
  • 54e3669349 glide2x, h3: added a Windows (MSVC6) makefile sezero 2018-08-19 17:55:02 +03:00
  • ed11fcc3cc glide2x, h3: add windows build dependency sezero 2018-08-19 17:51:00 +03:00
  • 90d647cfa6 glide2x, h3, minihwc.c: minor warning fixes sezero 2018-08-19 16:45:11 +03:00
  • ffb144a87e glide2x, h3, minihwc.c: more build fixes sezero 2018-08-19 16:42:35 +03:00
  • 415127f697 glide2x, h3, linhwc.c: update P6FENCE macros from glide3 sezero 2018-08-19 16:36:33 +03:00
  • 2b2d13f32e glide2x, h3, gsst.c (grSstWinClose): restrict hwcUnmapBoard() call to linux sezero 2018-08-19 16:17:15 +03:00
  • e2a15684a1 glide2x, h3, minihwc.c: build fixes fixes from glide3 sezero 2018-08-19 16:15:01 +03:00
  • e0d29a1656 glide2x, h3, win_mode.c: build fixes / mysterious bug fixes from glide3 sezero 2018-08-19 16:13:40 +03:00
  • 6d7be29632 glide2x, h3, gdebug.c: fix gdbg_msgfile initializer issue with mingw. sezero 2018-08-19 16:11:01 +03:00
  • 16f66e6d28 glide2x, cvg/h3: minor mikefile.linux updates sezero 2018-08-19 16:09:13 +03:00
  • 377f8d78a8 glide2x,cvg/sst1 init: #undef FX_DLL_ENABLE so we don't dllexport the syms sezero 2018-08-19 13:40:20 +03:00
  • 9f5fb2a342 glide2x, sst1: warning fixes. sezero 2018-08-19 13:25:15 +03:00
  • 4f59670015 glide2x, sst1/cvg: build fixes, warning fixes. sezero 2018-08-19 12:41:50 +03:00
  • eb96ad7944 glide2x, grDrawTriangle() dispatch code for cvg and h3: sezero 2018-08-19 10:41:20 +03:00
  • d13007941b glide2x, sst1, grDrawTriangle(): directly use the proc from xdraw.asm. sezero 2018-08-18 22:32:02 +03:00
  • bc1d8f3932 glide2x, sst96: we have an initat3d.c now, so replaced that #if 0. sezero 2018-08-18 22:26:11 +03:00
  • d917bb66ab glide2x, sst1: windows MSVC 6 build fixes in init sezero 2018-08-18 22:16:37 +03:00
  • 5672bdf2be glide2x, sst1: Makefile.win32 fix sezero 2018-08-18 22:16:00 +03:00
  • 5c3ead43e6 glide2x, cvg/h3, fxgasm.c: write kTriProcOffset into fxgasm.h, too. sezero 2018-08-18 20:01:56 +03:00
  • 6e6171b857 glide2x, cvg: build fixes for MSVC 6 sezero 2018-08-18 17:56:51 +03:00
  • 14b3357ab8 glide2x, h3: converted asm to nasm syntax, adjusted fxgasm.c for it. sezero 2018-08-18 17:15:02 +03:00
  • 4e3b368794 glide2x, cvg, fxgasm.c: remove the old 'kTriProcOffsetClean' hack. sezero 2018-08-18 13:23:40 +03:00
  • 8a425599ef glide2x, sst1: converted asm to nasm syntax, adjusted fxgasm.c for it. sezero 2018-08-18 13:00:24 +03:00
  • 8080e4a845 glide2x, cvg, sst1: further makefile updates sezero 2018-08-18 12:58:36 +03:00
  • 3a00e0af75 glide2x, sst1, makefile.linux: gxdraw.c is needed even with USE_X86=1. sezero 2018-08-18 12:30:50 +03:00
  • e42511abcc minor whitespace adjustment sezero 2018-08-18 12:03:50 +03:00
  • bfad389fff glide2x, sst1: makefile.linux updates. sezero 2018-08-18 10:10:04 +03:00
  • a23359fc29 more glide2x / makefile.linux updates: sezero 2018-08-18 10:03:50 +03:00
  • e9384d45a3 glide2x, h3: makefile.linux updates: sezero 2018-08-18 01:55:10 +03:00
  • cdd969974a glide2x, sst1: remove generated file fxinline.h sezero 2018-08-17 23:38:20 +03:00
  • eeb8c98bb9 glide2x,cvg,fpu.c: change movw to movl in double_precision_asm() sezero 2018-08-17 23:35:02 +03:00
  • 23b0364245 glide2x, cvg: makefile.linux updates. sezero 2018-08-17 23:28:11 +03:00
  • 62cc477a02 cvg, rcver.h: comment out fxbldno.h and hard-code BUILD_NUMBER [glide2x] sezero 2018-08-17 23:26:15 +03:00
  • 60d8447b98 glide2x, h3,minihwc: add p6fence stuff for linux, gcc & co. sezero 2018-08-17 23:21:50 +03:00
  • fe99a42068 missed doing this in commit 2ee4b4f5 sezero 2018-08-17 23:20:20 +03:00