d041b2aa27
engine: fix error_on_exit data type
2024-03-26 17:15:34 +03:00
2640b6d869
engine: host: remove misleading message about TAB-autocompletion in dedicated mode
2024-03-19 21:24:21 +03:00
049bed555e
engine: host: fit -help into 80 columns terminal
2024-03-19 21:13:28 +03:00
fe5944720b
engine: use common strings to name the engine, makes branding easier for custom forks
2024-03-19 21:11:10 +03:00
975ab6785e
engine: make log starting and ending messages shorter, so it fits into standard 80 columns term
2024-03-19 20:41:46 +03:00
SNMetamorph
0506a1dfce
engine: sys_con: added VCS branch name printing to log file header
2024-03-19 19:31:54 +03:00
SNMetamorph
7d7e72196b
engine: host: enabled printing current developer level
2024-03-19 19:31:54 +03:00
SNMetamorph
7cc67157e5
engine: sys_con: fixed incorrect logging init messages order
2024-03-19 19:31:54 +03:00
SNMetamorph
b7ff9c7a24
engine: sys_con: added missing title for log messages
2024-03-19 19:31:54 +03:00
6a7e027248
engine: common: add joy_ prefix to automatically filterable cvars
2024-03-08 15:25:36 +03:00
1a0867523d
engine: system: parent messagebox to main window when dealing with Sys_Error
2024-03-05 17:12:51 +03:00
mittorn
bb2753cbfc
engine/system: add asm-based raise implementation for arm and aarch64, making Sys_DebugBreak more relevant, use tgkill instead of kill
2024-02-27 04:54:55 +03:00
d84130219f
crashhandler: set host.crashed before messagebox to allow platform code handle crashed state in different way
2024-02-27 04:14:37 +03:00
c082e46662
imagelib: fix for loop scope
2024-02-27 04:04:54 +03:00
39eec89580
engine: increase elights limit up to 128
2024-02-23 20:54:32 +03:00
4c5dfb963e
engine: zone: few more tunings for realloc
2024-02-21 00:59:02 +03:00
6cef6f6a75
engine: zone: refactoring
2024-02-19 06:13:54 +03:00
3d5173f257
engine: zone: implement Mem_Realloc through standard realloc
2024-02-19 04:22:16 +03:00
05ff0d6020
engine: cmd: remove unused global variable
2024-02-17 22:17:22 +03:00
dd2c369df3
engine: imagelib: fix integer overflow on huge images when calculating reflectivity
2024-02-17 22:14:27 +03:00
491b503f96
engine: common: optimize COM_LoadFile/COM_LoadFileForMe removing double allocation
2024-02-07 23:22:27 +03:00
21c828ee40
engine: sounds: remove extra logging
2024-02-05 15:57:59 +03:00
132c9de142
engine: host: add the most important command line flag help string
2024-02-05 15:28:18 +03:00
b5f02324a6
engine: add basic sounds.lst implementation
2024-02-05 12:49:27 +03:00
47f5dfdcfd
common: define macros for color codes for easier access
2024-02-05 12:49:27 +03:00
33da68b013
engine: client: move reseting gamma changed flag to the end of the frame for custom renderers
2024-02-05 03:41:15 +03:00
c8945caefc
engine: net_buffer: remove unused MSG_SeekToByte
2024-01-28 20:01:29 +03:00
8c61a2f021
engine: server: cleanup server.h header from unused functions prototypes
2024-01-28 11:35:53 +03:00
c77f290bc6
engine: remove Netsplit_SendLong, as we're not planning to support old protocol on server side
2024-01-28 10:00:51 +03:00
2b6a550405
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
2024-01-28 10:00:17 +03:00
bf959da7ff
engine: libmpg: fix -Wmissing-prototypes
2024-01-28 09:55:18 +03:00
75d476f9df
engine: fix -Wmissing-prototypes
2024-01-28 09:55:18 +03:00
60df08c11c
engine: crashhandler: fix build for NetBSD AMD64
2024-01-23 20:25:17 +03:00
a247e139bf
engine: fix dedicated build
2024-01-15 02:08:30 +03:00
dca862a838
engine: host: execute valid rc script if game was started from -game parameter using default launcher
2024-01-14 10:58:27 +03:00
cee6862924
engine: client: try to prepend media/ if audio stream couldn't be opened
2024-01-14 10:58:04 +03:00
9b6518376c
engine: cvar: add Cvar_DirectSetValue function
2024-01-13 05:18:30 +03:00
6c3fee7f27
engine: cvar: move common checks if cvar can be updated into generic function
2024-01-13 05:18:09 +03:00
46f30e215c
common: replace netadr.h with compatible definition from GPL Quake-2 sources
2024-01-12 23:09:38 +03:00
69e801d6b8
engine: fix bug where user stucks after loading map/save while being connected to remote server
2024-01-09 04:16:52 +03:00
371025dc8e
engine: dedicated: add TextureToGamma stub for imagelib
2024-01-09 03:55:07 +03:00
a311923d4e
engine: imagelib: apply texgamma to palette (ideally should be applied only to BSP/WAD textures)
2024-01-09 03:55:07 +03:00
be0a241244
engine: client: add tests for new gamma implementation
2024-01-09 03:33:39 +03:00
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
2024-01-09 03:33:24 +03:00
9551240680
engine: host: fix -Werror=parentheses
2024-01-05 02:35:16 +03:00
6605d0456c
engine: host: force ENGINE_STEP_POSHISTORY_LERP for Counter-Strike and Condition Zero
2024-01-05 02:27:37 +03:00
99e8f7b486
engine: host: fix warning about incompatible features bits
2024-01-05 02:26:25 +03:00
f2584dcb9d
engine: host: better engine features print
2024-01-04 05:31:01 +03:00
ce73838f1b
engine: add a function that validates requested features bits
2024-01-04 05:30:18 +03:00
ae9c1d9f18
engine: remove single-binary option. Now platforms that don't need external launcher, shall set env.DISABLE_LAUNCHER
2023-12-30 23:45:17 +03:00