Commit graph

2454 commits

Author SHA1 Message Date
oziphantom
714586de70
misc: various fixes
- fixed T1M_INJECT define name
- fixed potential use of uninitialized variable error
- fixed a crash on demo where it tries to play non-existing demo data
2021-10-18 16:47:00 +02:00
rr-
a9090a9bec
music: add ability to mute music in main menu
Closes #119
2021-10-17 23:23:50 +02:00
rr-
b075f4e0ad
demo: fix wolves behavior with enhanced look
Closes #124
2021-10-17 23:03:22 +02:00
rr-
bbaafe3db3
specific: fix shadows 2021-10-17 18:57:17 +02:00
rr-
65e336cdcf
specific: fix WndProc definition 2021-10-17 18:47:56 +02:00
rr-
981b91e81d
args: fix buffer overflow 2021-10-17 18:47:36 +02:00
rr-
f5b1e8a4ca
sndpc: pause the music while in pause (fixes #128) 2021-10-17 16:46:13 +02:00
rr-
baeed5dd01
specific: reduce bar padding on low resolutions
Fixes #113
2021-10-17 16:37:00 +02:00
rr-
a91e77c782
hwr: fix applying bilinear filter 2021-10-17 16:32:16 +02:00
rr-
b049fc839b
config: add more resolutions 2021-10-17 16:23:41 +02:00
rr-
cd88391f3a
config: fix ignored resolution width/height 2021-10-17 16:17:21 +02:00
rr-
f29c6ee8f7
port HWR_SetHardwareVideoMode + fix #130 2021-10-17 00:17:19 +02:00
rr-
87fcb9aad3
port HWR_SetupRenderContextAndRender 2021-10-17 00:10:15 +02:00
rr-
f8e048d20c
misc: fix T1M config sometimes ignored
If for whatever reason the file with the original TombATI settings
cannot be deleted, the game would read that file and save T1M settings
over and over again, essentially making it impossible to change the
configuration across launches.

This is now fixed by only saving T1M settings if we managed to remove
the legacy file.
2021-10-16 15:55:02 +02:00
rr-
b84359d9bc
port HWR_DownloadPicture 2021-10-15 22:25:50 +02:00
rr-
e17f183d31
port HWR_CopyPicture 2021-10-15 22:07:39 +02:00
rr-
22ca99efc8
port HWR_FadeWait 2021-10-15 21:51:47 +02:00
rr-
84294b867d
port S_CopyBufferToScreen 2021-10-15 21:37:27 +02:00
rr-
16694491ac
port S_DrawRoomSprites 2021-10-15 21:29:50 +02:00
rr-
398442f46d
post S_GetObjectBounds 2021-10-15 21:17:33 +02:00
rr-
4dc512b833
port phd_InitPolyList 2021-10-15 20:24:40 +02:00
rr-
8295c7152f
port S_PrintShadow 2021-10-15 20:16:12 +02:00
rr-
b813c8056a
port S_InsertRoom 2021-10-15 20:07:20 +02:00
rr-
02f34ab3c7
port phd_PutPolygons 2021-10-15 20:07:19 +02:00
rr-
5e3c747da9
specific: add __stdcall modifier to ati pointers 2021-10-15 12:19:32 +02:00
rr-
09c10f7271
specific: add a call to va_end 2021-10-15 10:56:04 +02:00
rr-
d24802476d
port calc_roomvert 2021-10-15 00:48:13 +02:00
rr-
4248c60ffa
port calc_vertice_light 2021-10-14 23:31:42 +02:00
rr-
5b9c160b23
docs: update unused functions 2021-10-14 22:11:16 +02:00
rr-
801214ea9c
specific: port glrage resolution patch 2021-10-14 22:01:29 +02:00
rr-
087e4896b8
port HWR_SwitchResolution 2021-10-14 21:56:00 +02:00
rr-
0c690e2955
port calc_object_vertices 2021-10-14 21:55:50 +02:00
rr-
3c10f618a4
misc: add crude ida db importer 2021-10-14 20:48:22 +02:00
rr-
bdbb74643f
specific: fix crash on certain platforms 2021-10-14 19:13:30 +02:00
rr-
f029e6579e
sndpc: check dsound exit codes 2021-10-14 16:20:17 +02:00
rr-
2804b5ab63
fix multiple definitions of globals 2021-10-14 16:20:17 +02:00
rr-
3c90de658d
port S_DrawUISprite 2021-10-13 23:26:38 +02:00
rr-
3a573f7905
port S_DrawSpriteRel 2021-10-13 23:19:50 +02:00
rr-
ddff018852
port S_DrawSprite 2021-10-13 23:12:55 +02:00
rr-
af19f108e9
port S_OutputPolyList 2021-10-13 22:36:18 +02:00
rr-
1fde2803d2
port S_ClearScreen 2021-10-13 22:33:34 +02:00
rr-
2498124352
port FMVInit 2021-10-13 22:30:11 +02:00
rr-
cdc3bcb90f
port S_DrawScreenSprite2d 2021-10-13 22:24:12 +02:00
rr-
b4f72fcd4f
port S_DrawScreenSprite 2021-10-13 22:20:41 +02:00
rr-
6db538dcfd
drop software renderer dead code 2021-10-13 22:10:20 +02:00
rr-
b2430a3134
port S_FadeToBlack 2021-10-13 22:05:50 +02:00
rr-
571c18ced7
port S_FinishInventory 2021-10-13 22:00:21 +02:00
rr-
3a9e063f7a
rename AppSettings to RenderSettings 2021-10-13 22:00:20 +02:00
rr-
7d8e152774
fix crash related to ATI3DCIF calls
This fixes the regression from 1a93e85ab4.
2021-10-13 21:26:21 +02:00
rr-
90e1308e25
smain: ignore system menu 2021-10-12 11:05:36 +02:00