526 Commits (d562642e269cb2f16b717c81851cbf6c1bca72b4)

Author SHA1 Message Date
Alibek Omarov 95ed044fee engine: common: disable cl_filterstuffcmd by default 2 years ago
Alibek Omarov c076f4ff8e engine: common: add generic trace_t initialize function 2 years ago
Andrey Akhmichin 87ce35b32d engine: common: imagelib: img_utils.c: change formats priority. 2 years ago
Alibek Omarov 36cec298c2 Revert "engine: common: imagelib: img_tga.c: fix broken tga flip." 2 years ago
Alibek Omarov 6199426e5e Revert "engine: common: imagelib: img_tga.c: fix broken tga flip again." 2 years ago
Andrey Akhmichin e5720cf8b9 engine: common: imagelib: img_tga.c: fix broken tga flip again. 2 years ago
Andrey Akhmichin 99de598ea4 engine: common: imagelib: img_tga.c: fix broken tga flip. 2 years ago
Jesse Buhagiar b23d5ed354 Build: Add SerenityOS to list of compatible systems 2 years ago
Tim Schumacher a1ce5faac2 Engine: Keep HTTP from endlessly formatting NaN values 2 years ago
Alibek Omarov 463997da51 engine: common: delete unused Mod_Handle function 2 years ago
Alibek Omarov 2218126c75 engine: disable stdout output and flush on Windows, Wcon already does the job 2 years ago
Alibek Omarov 2388260848 engine: optimize colored output 2 years ago
Alibek Omarov 45bf927c74 engine: filesystem: avoid FS_SysFolderExists spam if stat returned ENOTDIR 2 years ago
Alibek Omarov 347c6d6a91 engine: common: don't output log to stdout on Win32 where it's done by Wcon. Better colorcode filtration 2 years ago
Velaron 402b38951d engine: better color code stripping 2 years ago
Velaron 6807cf5849 engine: fix build on android 2 years ago
Velaron 15dc25d2cd engine: rename Q_cleanstr to something more meaningful 2 years ago
Velaron 568c7fd917 engine: strip color codes when writing to log 2 years ago
Alibek Omarov e5562a7b61 engine: whereami: fix C89 2 years ago
Alibek Omarov e44718d531 engine: fix build 2 years ago
Alibek Omarov e6a2c207de engine: implement change game with execv in-engine. For now it enabled for all platforms, will probably disabled selectively 2 years ago
Alibek Omarov df83b155a1 game_launch: rip out execv code 2 years ago
Alibek Omarov cc2c97cfad engine: include whereami library to detect current executable path, may be reworked later if needed 2 years ago
Alibek Omarov 7c9f5f8ab1 engine: remove LoadLibrary macros, to avoid possible misuse. Although macros moved to game_launch, it's part of it's own problem from now 2 years ago
Andrey Akhmichin 6b4f55c4bf engine: common: filesystem.c: do not load archives with zip extention again 2 years ago
Alibek Omarov f467d0c807 game_launch: fix Windows build (as suggested by @SNMetamorph) 2 years ago
Alibek Omarov a717b7fc49 game_launch: declare environ variable, by standard it must be declared by user program 2 years ago
Alibek Omarov 07a9c4602d game_launch: change game with execve on supported platforms 2 years ago
Alibek Omarov 6f36edfd16 engine: various const qualifier fixes 2 years ago
Alibek Omarov 86a777880f engine: common: mark AbortCurrentFrame as NORETURN, fix noreturn warnings 2 years ago
Alibek Omarov 843c9abf9b engine: common: fix array underrun 2 years ago
Alibek Omarov 924e895753 engine: common: set Host_Error and Sys_Error as NORETURN 2 years ago
Alibek Omarov 51526948c0 engine: server: make PEntityOfEntIndex bug-compatible with GoldSrc 2 years ago
Alibek Omarov 4fbd96d201 engine: common: filesystem: speed up directory existense check on POSIX by using stat() instead of opendir() 2 years ago
Alibek Omarov 81b01ac561 engine: common: remove NaN check, it's mostly useless on text data 2 years ago
Alibek Omarov 771c359ed0 engine: common: make blue-shift map detect more robust 2 years ago
SNMetamorph d1a5c33bf1 engine: common: removed unused function Sys_SetClipboardData 2 years ago
SNMetamorph 15eb6808c4 engine: platform: updated clipboard read/write functions 2 years ago
Alibek Omarov 691a305f8e engine: common: reorder cmd_t fields to be compatible with GoldSrc 2 years ago
SNMetamorph 95ee88720c engine: platform: win32: major refactoring of console code 2 years ago
SNMetamorph 58dbc1ba31 engine: system: disabled skipping color codes for Wcon_WinPrint 2 years ago
a1batross fc7fb8b62d engine: masterlist: replace master server domain by mentality.rip 2 years ago
SNMetamorph 65d624140e engine: filesystem: fixed FS_Search algorithm for ZIP files (fix #796) 2 years ago
SNMetamorph cd2720ba81 engine: common: imagelib: fixed loading BMP files with v4/v5 headers 2 years ago
Alibek Omarov fba323cf1f engine: common: cosmetic changes to usage string generating code 2 years ago
Alibek Omarov f67d0ffa5a engine: common: fix broken function name and strings after find&replace in socket code 2 years ago
Alibek Omarov df616b950d engine: add NET_AdrToString to menu extended API, upgrade mainui submodule 2 years ago
SNMetamorph 6473efa995 engine: added support for BC7 and BC6H compression formats of DDS textures 2 years ago
Alibek Omarov 85f99c723a engine: add sys_timescale implementation 2 years ago
SNMetamorph edc171be04 engine: common: fixed lightmap shift again 2 years ago