31 Commits (74485f30d309b9d1b5b2d34a9c1cdaa8b43f8de4)

Author SHA1 Message Date
Alibek Omarov 113f18cfb0 ref_soft: use correct types for pointer arithmetics 2 years ago
Alibek Omarov 5fb4edeb36 ref: simplify gldebug switchcase in output function, kinda fix const qualifiers 2 years ago
SNMetamorph 5402e1a259 ref_soft: fixed R_WorldToScreen behavior to match GoldSrc 2 years ago
Alibek Omarov 92cfa2af48 ref_soft: light: fixed game crash in Customize multiplayer menu 2 years ago
Valery Klachkov b9cec43e2c ref_soft: Fix crashes on 64bit 3 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov f0feb1dfbf ref: remove predictable random tiling textures 3 years ago
Alibek Omarov ac213c22ed ref: change some FCVAR_ARCHIVE to FCVAR_GLCONFIG to save in separate config 3 years ago
Alibek Omarov e0efe0aa23 engine: remove emboss filter. There seems no real use for it. 3 years ago
Alibek Omarov a777e7c80d engine, ref: add sprite and studio cvars to shared cvars list 3 years ago
Alibek Omarov d7db48ce4b engine, ref: create shared cvars list, register them at engine side, make a generic macro to declare, define and get all pointers at ref side 3 years ago
Alibek Omarov ecddae8ee6 ref_gl, ref_soft: increase MAX_TEXTURES limit by 8192 3 years ago
Alibek Omarov 42db1faa51 ref: update ref_gl and ref_soft interface according to previous commit 3 years ago
Alibek Omarov 7bcfce5a7a ref_gl: use GCC provided offsetof implementation 3 years ago
Alibek Omarov 588dede2a2 ref_soft: fix pointer-to-int casts 3 years ago
Alibek Omarov 9313f7e80e engine: replace pool pointer by pool handle 3 years ago
Velaron 4f31d7504a ref_api: fix remap info allocation (fixes #200) 3 years ago
Alibek Omarov 586d613a27 ref_soft: uncomment texture API functions implementations, they must be working now 3 years ago
Alibek Omarov 45334064b6 ref_gl: remove detail textures list generation leftovers 3 years ago
Alibek Omarov 58edfbc485 engine: move cvars that expected to exist by client.dll from render dll to engine 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Andrey Akhmichin 63d8794902 ref_soft: r_image.c: remove duplicated Q_strlen() call. 4 years ago
mittorn ce269f8c6d ref_soft/glblit: fix wrong MapBuffer function in GLES3 4 years ago
mittorn d9290f2e03 gles1 and non-pbo fallbacks 4 years ago
Alibek Omarov 0db1a7743d engine: try to fix -Wmaybe-uninitialized that may be enabled with -Wuninitialized. Diagnostic is prone to false-positives, as compiler don't have enough data for this 4 years ago
Alibek Omarov 9292d81052 ref_soft: remove leftover debug volatile 4 years ago
FOTMarut e1985eeb4f ref_soft: de-duplicated symbols 4 years ago
Alibek Omarov 32f6f359a4 ref_soft: comment out useless line 4 years ago
Alibek Omarov 0428de6285 ref_soft: check if offsetof was defined before 4 years ago
Alibek Omarov 8fcfde1e42 ref_soft: comment out useless code to make compiler happy about uninitialized variables 4 years ago