Alibek Omarov
39eec89580
engine: increase elights limit up to 128
8 months ago
Alibek Omarov
4c5dfb963e
engine: zone: few more tunings for realloc
9 months ago
Alibek Omarov
6cef6f6a75
engine: zone: refactoring
9 months ago
Alibek Omarov
3d5173f257
engine: zone: implement Mem_Realloc through standard realloc
9 months ago
Alibek Omarov
05ff0d6020
engine: cmd: remove unused global variable
9 months ago
Alibek Omarov
dd2c369df3
engine: imagelib: fix integer overflow on huge images when calculating reflectivity
9 months ago
Alibek Omarov
491b503f96
engine: common: optimize COM_LoadFile/COM_LoadFileForMe removing double allocation
9 months ago
Alibek Omarov
21c828ee40
engine: sounds: remove extra logging
9 months ago
Alibek Omarov
132c9de142
engine: host: add the most important command line flag help string
9 months ago
Alibek Omarov
b5f02324a6
engine: add basic sounds.lst implementation
9 months ago
Alibek Omarov
47f5dfdcfd
common: define macros for color codes for easier access
9 months ago
Alibek Omarov
33da68b013
engine: client: move reseting gamma changed flag to the end of the frame for custom renderers
9 months ago
Alibek Omarov
c8945caefc
engine: net_buffer: remove unused MSG_SeekToByte
9 months ago
Alibek Omarov
8c61a2f021
engine: server: cleanup server.h header from unused functions prototypes
9 months ago
Alibek Omarov
c77f290bc6
engine: remove Netsplit_SendLong, as we're not planning to support old protocol on server side
9 months ago
Alibek Omarov
2b6a550405
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
9 months ago
Alibek Omarov
bf959da7ff
engine: libmpg: fix -Wmissing-prototypes
9 months ago
Alibek Omarov
75d476f9df
engine: fix -Wmissing-prototypes
9 months ago
Alibek Omarov
60df08c11c
engine: crashhandler: fix build for NetBSD AMD64
9 months ago
Alibek Omarov
a247e139bf
engine: fix dedicated build
10 months ago
Alibek Omarov
dca862a838
engine: host: execute valid rc script if game was started from -game parameter using default launcher
10 months ago
Alibek Omarov
cee6862924
engine: client: try to prepend media/ if audio stream couldn't be opened
10 months ago
Alibek Omarov
9b6518376c
engine: cvar: add Cvar_DirectSetValue function
10 months ago
Alibek Omarov
6c3fee7f27
engine: cvar: move common checks if cvar can be updated into generic function
10 months ago
Alibek Omarov
46f30e215c
common: replace netadr.h with compatible definition from GPL Quake-2 sources
10 months ago
Alibek Omarov
69e801d6b8
engine: fix bug where user stucks after loading map/save while being connected to remote server
10 months ago
Alibek Omarov
371025dc8e
engine: dedicated: add TextureToGamma stub for imagelib
10 months ago
Alibek Omarov
a311923d4e
engine: imagelib: apply texgamma to palette (ideally should be applied only to BSP/WAD textures)
10 months ago
Alibek Omarov
be0a241244
engine: client: add tests for new gamma implementation
10 months ago
Alibek Omarov
df6546d5b1
engine: client: add new gamma implementation
...
* immediately expose it in RefAPI. Bump RefAPI to version 7.
* remove VID_StartupGamma, it's not used anymore
* remove stub lightgamma and direct cvars
* add a temporary check for v_direct and v_lightgamma default values
10 months ago
Alibek Omarov
9551240680
engine: host: fix -Werror=parentheses
10 months ago
Alibek Omarov
6605d0456c
engine: host: force ENGINE_STEP_POSHISTORY_LERP for Counter-Strike and Condition Zero
10 months ago
Alibek Omarov
99e8f7b486
engine: host: fix warning about incompatible features bits
10 months ago
Alibek Omarov
f2584dcb9d
engine: host: better engine features print
10 months ago
Alibek Omarov
ce73838f1b
engine: add a function that validates requested features bits
10 months ago
Alibek Omarov
ae9c1d9f18
engine: remove single-binary option. Now platforms that don't need external launcher, shall set env.DISABLE_LAUNCHER
10 months ago
Alibek Omarov
a3c9538d12
engine: client: add support for new PARMs
...
Reorganize internal engine structs, carefully check structs compatibility before casting types
10 months ago
Alibek Omarov
bcfabbe802
engine: do not save configs when we closing because of the errors
10 months ago
Alibek Omarov
c244cfc937
engine: do not save configs when we closing because of the errors
10 months ago
Alibek Omarov
96f7f5457d
engine: print all supported and enabled features
11 months ago
Alibek Omarov
607e62a1ae
engine: client: sanitize legacy protocol supported engine features flags
...
Do not enable what can't be enabled in current protocol.
11 months ago
Alibek Omarov
46c61660cf
engine: expose world BSP version through world global structure
11 months ago
Alibek Omarov
54a5947a3c
engine: remove MSGBOX macro
11 months ago
Alibek Omarov
36c2f9e9f2
engine: refactor rcon redirect, don't make it depend on global object
11 months ago
Alibek Omarov
514da0ffa9
engine: host: do not depend on Sys_Sleep accuracy, instead allocate a timewindow that decrases with each skipped frame
11 months ago
Alibek Omarov
a675806c91
engine: imagelib: img_ktx2: don't allow to load images with no mip levels
11 months ago
Alibek Omarov
683c4874f8
common: add ALLOC_CHECK macro that enables attribute alloc_size on GCC that allows to prevent suspicious allocation sizes
11 months ago
Alibek Omarov
1e0107944f
engine: make sys_timescale non-cheat, like host_framerate
11 months ago
Alibek Omarov
350d8ccb7b
engine: common: cvar: unused variables cleanup
11 months ago
Alibek Omarov
40c9a2fb82
engine: make Mod_SampleSizeForFace accept const surface
11 months ago