Xrasher/engine/common
Alibek Omarov 1caa276531 engine: common: imagelib: fix loading cubemaps
Loop break was a bug that was added after refactoring imagelib loader.

In fact, it was mindlessly copypasted from old code, where same break was
used to quickly exit from inner format bruteforcing loop, than outer cubemap
loading loop.
2023-03-25 07:02:29 +03:00
..
imagelib engine: common: imagelib: fix loading cubemaps 2023-03-25 07:02:29 +03:00
soundlib engine: common: soundlib: added Sound_SupportedFileFormat function 2023-03-20 16:29:43 +03:00
base_cmd.c engine: common: base_cmd: add a simple benchmark within basecmd_test command 2023-03-13 02:40:48 +03:00
base_cmd.h engine: common: base_cmd: static-ize internal fuctions 2023-03-13 02:39:02 +03:00
cfgscript.c engine: common: fix ParseFile calls 2021-10-08 17:31:32 +03:00
cmd.c engine: common: cmd: add Cbuf_AddTextf wrapper 2023-03-13 05:28:53 +03:00
com_strings.h engine: client: ref_common: eliminate COM_FreeLibrary in renderer names query, hardcoding them instead 2023-03-24 01:52:14 +03:00
common.c engine: common: added COM_GetResourceTypeName function 2023-03-20 16:29:43 +03:00
common.h engine: common: added COM_GetResourceTypeName function 2023-03-20 16:29:43 +03:00
con_utils.c engine: common: con_utils: fix const qualifier discard in Con_CheckName 2023-03-14 00:35:07 +03:00
crashhandler.c engine: crashhandler: added support for minidumps generation 2023-03-11 04:28:25 +03:00
custom.c engine: common: custom: use IL_LOAD_PLAYER_DECAL flag when loading custom player decals 2022-12-05 04:56:07 +03:00
cvar.c engine: common: cvar: add exception for cl_dodmusic cvar to fix Day of Defeat Beta 1.3 music issue 2023-03-18 20:34:30 +03:00
cvar.h engine: cvar: consolidate auto description for GLCONFIG cvars 2023-03-13 06:22:54 +03:00
dedicated.c engine: dedicated: add CL_HudMessage to dedicated stubs 2023-01-31 07:14:26 +03:00
filesystem_engine.c engine: fix searching filesystem_stdio on mobile platforms 2022-08-06 20:16:56 +03:00
gamma.c engine: gamma: use FBitSet 2021-12-08 20:28:30 +03:00
host.c engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 2023-03-13 06:08:36 +03:00
host_state.c engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h 2019-11-24 03:52:08 +03:00
hpak.c engine: common: hpak: fixed rest of bugs in HPAK_AddLump 2022-11-27 04:50:30 +03:00
hpak.h engine: try to make hashpaks more compatible between 32-bit and 64-bit platforms 2022-09-20 21:57:13 +03:00
identification.c engine: restrict potentially harmful engine commands 2021-11-23 05:23:38 +03:00
infostring.c engine: common: add printf-like version of Info_SetValueForKey function. 2023-03-11 15:28:54 +03:00
ipv6text.c engine: common: minor fixes to ipv6text library 2022-06-09 03:10:02 +03:00
ipv6text.h engine: common: minor fixes to ipv6text library 2022-06-09 03:10:02 +03:00
launcher.c wscript: allow to setup engine default gamedir during configure 2022-09-11 02:12:44 +03:00
lib_common.c engine: common: lib_common: fix offset by one UB 2023-02-17 22:51:56 +03:00
library.h engine: library: fix saves on 64-bit Windows, compile custom loader only on x86 2021-06-27 00:03:39 +03:00
masterlist.c engine: client: only accept server list from master servers (thanks @tyabus for idea) 2022-08-17 21:17:51 +03:00
mod_bmodel.c engine: common: mod_bmodel: replace few more obvious va calls by temp buffer and Q_snprintf 2023-03-13 06:25:57 +03:00
mod_local.h engine: move SlerpBones, CalcBonePosition/Quaternion from engine to libpublic 2023-02-13 05:23:13 +03:00
mod_sprite.c engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 2023-03-13 06:08:36 +03:00
mod_studio.c engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 2023-03-13 06:08:36 +03:00
model.c engine: common: delete unused Mod_Handle function 2022-06-15 13:54:54 +03:00
net_buffer.c engine: common: net_buffer: fix strict aliasing by converting it to use float_bits_t union 2023-03-14 21:29:35 +03:00
net_buffer.h engine: common: net_buffer: add MSG_WriteStringf wrapper 2023-03-13 05:12:46 +03:00
net_chan.c engine: convert Cvar_Get with va to Cvar_Getf 2023-03-13 05:19:32 +03:00
net_encode.c engine: common: net_encode: fix strict aliasing by converting it to use float_bits_t union 2023-03-14 21:29:35 +03:00
net_encode.h engine: use GCC provided offsetof implementation 2021-10-03 04:26:22 +03:00
net_ws.c engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 2023-03-13 06:08:36 +03:00
net_ws.h engine: common: add network address comparator function 2022-12-12 06:30:47 +03:00
netchan.h engine: netchan: fixed fragbufs very high memory usage 2022-12-09 19:20:53 +03:00
pm_debug.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pm_local.h engine: fix discarded const pointer qualifier in PM_HullPointContents 2023-01-14 10:57:22 +03:00
pm_surface.c engine: merge PM_TraceTexture into PM_TraceTexturePmove 2023-01-05 23:59:31 +03:00
pm_trace.c engine: fix discarded const pointer qualifier in PM_HullPointContents 2023-01-14 10:57:22 +03:00
protocol.h engine: client: consolidate modern and legacy protocol parsing functions, if possible 2023-02-11 06:06:21 +03:00
sequence.c engine: sequence: use Q_strncpy instead of standard strcpy 2021-12-03 09:22:40 +03:00
sys_con.c engine: initial psvita build support 2023-03-11 07:09:14 +03:00
system.c engine: common: system: fix inverted COM_CheckStringEmpty in Sys_GetCurrentUser for Vita 2023-03-17 17:29:40 +03:00
system.h engine: introduce Sys_DebugBreak function to raise an exception for debugger 2022-11-10 12:10:48 +03:00
tests.h engine: server: new IP filter, rewritten with IPv6 in mind 2022-06-09 03:10:02 +03:00
whereami.c engine: initial psvita build support 2023-03-11 07:09:14 +03:00
whereami.h engine: include whereami library to detect current executable path, may be reworked later if needed 2022-06-13 03:07:37 +03:00
world.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
world.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
zone.c engine: common: zone: use stdint types 2023-01-12 04:04:53 +03:00