Alibek Omarov
|
fb7854f1ef
|
ref: soft: replace same struct type memcpys by assignments
|
2024-07-31 00:05:44 +03:00 |
|
Alibek Omarov
|
2009140da8
|
ref: make gReffuncs const
|
2024-07-16 15:23:03 +03:00 |
|
Alibek Omarov
|
d56e53a347
|
Replace hardcoded functions names by __func__ macro
* while we're here, fix some possible bugs
* and fix -Wformat=2
s/__FUNCTION__/__func__/g
awawawa
|
2024-06-19 06:53:42 +03:00 |
|
Alibek Omarov
|
4e2708c1ac
|
engine: bring back texture replacement
|
2024-06-11 06:16:26 +03:00 |
|
Alibek Omarov
|
d57d8e0d5d
|
ref: soft: fix R_DrawStretchPic and Draw_Fill with OpenMP enabled
|
2024-06-11 02:07:49 +03:00 |
|
Alibek Omarov
|
9577a6af21
|
ref: moved VGUI support API implementation to the engine
|
2024-06-11 02:07:49 +03:00 |
|
Alibek Omarov
|
107a6aed01
|
ref: move PARM_SURF_SAMPLESIZE handling to the engine
|
2024-06-11 02:07:49 +03:00 |
|
Alibek Omarov
|
30fe471d2b
|
ref: move loading skybox into the engine
|
2024-06-11 02:07:44 +03:00 |
|
Alibek Omarov
|
5ab6979633
|
ref: move common quake sky cloud loading to the engine
|
2024-06-10 22:47:39 +03:00 |
|
Alibek Omarov
|
02c5890c2f
|
ref: soft: cleanup after RefAPI changes, remove unused functions
|
2024-01-28 10:00:51 +03:00 |
|
Alibek Omarov
|
7152393089
|
ref: soft: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
|
Alibek Omarov
|
482aa840e7
|
ref: soft: add PARM_TEX_FILTERING handler (stub)
|
2024-01-25 05:47:12 +03:00 |
|
Alibek Omarov
|
a0c31120d9
|
ref: add R_GammaChanged function that engine calls on every gamma change
|
2024-01-07 03:35:23 +03:00 |
|
Alibek Omarov
|
d971055927
|
engine: move PARM_SKY_SPHERE handling out of engine to renderer, after all renderers might or might not support sky spheres
|
2023-12-30 16:54:37 +03:00 |
|
Alibek Omarov
|
6386782674
|
ref: soft: acquire engine pointers
|
2023-12-30 16:36:13 +03:00 |
|
mittorn
|
c800b34cd4
|
ref_api: add R_Flush method
|
2023-12-06 04:13:27 +03:00 |
|
Alibek Omarov
|
7e9f87de2d
|
engine, ref: eliminate calls to global arrays, instead store array pointers at renderer side
|
2023-12-06 04:13:03 +03:00 |
|
Alibek Omarov
|
30d1492b93
|
engine: remove Set/GetCurrentLoadingModel from RefAPI
|
2023-10-28 15:22:21 +03:00 |
|
Alibek Omarov
|
a738b2a50b
|
ref: restore missing PARM_TEX_MEMORY RenderAPI parameter
|
2023-10-06 19:24:02 +03:00 |
|
Alibek Omarov
|
7333ddc1d9
|
engine: client: move some RenderAPI GetParm queries to engine
|
2023-05-19 05:03:25 +03:00 |
|
Alibek Omarov
|
fd795d5612
|
ref: soft: cleanup unused functions
|
2023-04-03 04:57:41 +03:00 |
|
Alibek Omarov
|
8bb5ec5e26
|
ref: remove renderer description export, it's unused now
|
2023-03-24 02:54:14 +03:00 |
|
Alibek Omarov
|
c6bfc82019
|
ref: soft: implement screenshots
|
2023-01-05 07:09:23 +03:00 |
|
Alibek Omarov
|
61c142e2db
|
ref: move renderers into ref subdirectory
|
2022-09-10 22:52:52 +03:00 |
|