a7ffcad6a3
test
2026-03-25 01:35:47 +01:00
ea6b9fa72a
test
2026-03-25 01:22:58 +01:00
583de68697
cleanning
2026-03-25 00:29:34 +01:00
c83f76c089
work
2026-03-24 23:17:05 +01:00
69aede93a6
work
2026-03-24 23:10:28 +01:00
4c9d7d88f0
remove binary files
2026-03-24 21:51:57 +01:00
6a464b6985
fix cqse again
2026-03-24 21:37:26 +01:00
d3b0a2617e
fix case
2026-03-24 21:26:32 +01:00
2ec5dc2709
revert to old driver (ugly tree, will fix that later)
2026-03-24 01:19:53 +01:00
159f4518d5
trying to sync headers...
2026-03-21 01:23:04 +01:00
Khralkatorrix
ee38094805
glide2x, glide3x: On MSVC, don't treat warning as error for glide tests.
...
Signed-off-by: Khralkatorrix <garuda2550@gmail.com >
2024-01-27 18:23:24 +03:00
Jonathan Schleifer
d86e089d35
Fix compilation with MinGW
...
Change the 'extern inline' procedures in fxglide.h to 'static inline' .
2022-12-25 12:02:40 +01:00
Ozkan Sezer
7d4a1ddda1
h3/h5, minihwc: inline configmg code, remove win9x.asm.
2022-07-23 03:28:28 +03:00
Ozkan Sezer
85186e0206
remove irrelevant ssttype checks from individual hw code
2021-11-11 17:37:50 +03:00
Ozkan Sezer
c9727c8829
shortened a few error messages
2021-11-11 17:33:02 +03:00
Ozkan Sezer
a6ceeebd00
h3, h5, grGlideInit: return if _GlideRoot.hwConfig.num_sst == 0:
...
In case of error, _GlideInitEnvironment() calls GrErrorCallback() which is
supposed to be a noreturn function, but it really is not for non-windows..
Eww...
2021-08-08 23:55:10 +03:00
Ozkan Sezer
67ad843c88
removed dxe description from djgpp dxe builds
2021-08-08 23:55:04 +03:00
Ozkan Sezer
f7bcf2ba77
h3, minihwc.c: added missing string.h include
2021-08-08 23:55:02 +03:00
Ozkan Sezer
5e6b39fb2b
h3/h5, hwcInit, GLIDE_INIT_HWC: set errorString in case of failure.
2021-08-08 20:23:02 +03:00
Ozkan Sezer
43fbe0bf3c
minor warning fixes.
2021-02-02 11:11:10 +03:00
sezero
0cfcfe0e88
glide2x: added new Makefiles for tests.
2019-09-08 00:28:00 +03:00
sezero
da8d31c9d5
Makefile.mingw: revise so that it works for both cross- and native-builds
2018-09-11 23:00:02 +03:00
sezero
50de6810a0
Makefile.wat: fix linkage of texus.exe if run with TEXUS2=1
2018-09-11 19:15:02 +03:00
sezero
99ee5eec74
Makefile.wat: revise so that watcom builds work on both linux and win32
...
- not tested on pure dos, and it shouldn't be a problem really..
- this needs to be done for Makefile.DJ and Makefile.mingw, too.
2018-09-11 17:21:04 +03:00
sezero
186bb19d28
tests, tlib.c: include conio.h for watcom builds
2018-09-11 17:20:01 +03:00
sezero
274d0d31c2
3dfx.h, glidesys.h: check __MSDOS__ along with __DOS__
...
Necessary when they are used for building 3rd-party programs.
__DOS__ is defined by Watcom, __MSDOS__ is defined by DJGPP.
2018-09-10 06:55:10 +03:00
sezero
01f2e823f7
Makefile.wat: use -bt=dos option for cross-builds to target dos correctly
2018-09-10 06:27:50 +03:00
sezero
fa2272350a
Makefile.linux updates for XPATH usage: add and use X11LIBS variable.
2018-08-30 17:51:56 +03:00
sezero
e2dd1b0ba0
fxbldno.c: minor warning fixes.
2018-08-30 15:40:32 +03:00
sezero
11f9ba7f56
glide3x, Makefile.DJ: tweaked DXE descriptions.
2018-08-25 21:21:10 +03:00
sezero
5db23883e9
glide3x, Makefile.win32: reverted most parts of commit 8c917cb2
2018-08-25 21:20:30 +03:00
sezero
72028096b9
g3df.c: fix msvc build because of a sign-compare warning after 66386d5
2018-08-25 21:05:15 +03:00
sezero
ed0fb7ba52
h3/h5, lin_mode.c, linhwc.c (loadEnvFile): don't leak FILE* pointer
2018-08-24 23:10:40 +03:00
sezero
cec38774f4
glide3x, tests: sbench depends on fxos.o for non-linux.
2018-08-23 15:20:02 +03:00
sezero
661f489f88
tests: conio.h or linutil.h includes are not needed
...
kbhit() and getch() are called from tlib
2018-08-23 14:33:50 +03:00
sezero
c430cef2b2
glide3x,tests,sbench.c: rename PI to FX_PI (avoid redefinition warnings)
2018-08-23 14:11:30 +03:00
sezero
4a72d2061d
glide3x, tests, tlib.c: add missing DJGPP includes for cvg, h3 and sst1
2018-08-23 14:05:55 +03:00
sezero
eb40729806
glide3x: remove old makefiles, which are obsoleted for quite some time.
...
the master branch still has the old makefiles I guess, so, look at the
master branch if need reference.
update sst1 makefiles to store the libs under individual sst1 and sst96
directories.
update linux makefiles for XPATH variable usage.
rename makefile.linux to Makefile.linux under the tests directories.
2018-08-23 14:00:02 +03:00
sezero
bd3e0372c1
glide3x, tests, sbench.c: fix build errors:
...
sbench.c:300: error: lvalue required as left operand of assignment
sbench.c:301: error: lvalue required as left operand of assignment
sbench.c:375: error: lvalue required as left operand of assignment
sbench.c:376: error: lvalue required as left operand of assignment
I _think_ this is the correct fix: MSVC6 generates the same output
before and after this patch.
2018-08-23 03:47:50 +03:00
sezero
d565bf19ef
glide3x, tests: more build fixes -- mostly for windows this time.
2018-08-23 01:20:20 +03:00
sezero
2ab9b505eb
glide3x, tests: applied warning and build fixes from glide2x tree.
2018-08-23 00:28:02 +03:00
sezero
14c8945a32
tests, tlib.c, tlib.h: silence / fix warnings:
...
fix wrong error check in SimpleRleDecode() (thanks gcc -Wsign-compare).
fix some old wrong warning fixes in glide2x tree.
also remove ctype.h dependency and use a generic strupr().
2018-08-22 14:03:15 +03:00
sezero
e3612b4f58
add missing symlinks to Makefile.linux
2018-08-22 11:32:24 +03:00
sezero
66386d5ac4
h5, g3df.c: fix wrong error fread() checks.
...
commit 4b63afa8 by jwrdegoede added fread() checks like:
if(fread(buf,size,nelem,fp) != size*nelem) error();
however the check must be against nelem alone, and _not_
the total bytes.
2018-08-22 02:24:24 +03:00
sezero
c30be75227
g3df.c (ReadDataShort): slightly shortened by adapting from original glide2x/sst1 version.
2018-08-22 02:11:36 +03:00
sezero
7ced8d7f32
g3df.c: don't leak the FILE* in failure cases.
...
only h5 handled that but with inlined fclose() and FXFALSE returns.
used goto statements to simplify things.
2018-08-22 02:06:40 +03:00
sezero
5d1a34c31c
h3, h5: fix a few uninitialized warnings
2018-08-21 14:05:50 +03:00
sezero
85ec47f22b
glide3x, h3/h5: changed threadValue stuff from FxU32 to unsigned long.
2018-08-21 04:11:28 +03:00
sezero
e4fc9db7db
h3, minihwc (hwcInitRegisters): fix stupid printf/sprintf/FN_NAME typos
...
was there since the beginning.
2018-08-21 04:10:00 +03:00
sezero
0f6ca06167
rename makefile.linux -> Makefile.linux
2018-08-20 14:47:02 +03:00