A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2019-03-12 20:56:50 +01:00
deps Update Dockerfile arch base container 2019-03-01 20:44:34 +01:00
jenkins Fix inconsistent indenting. 2019-03-12 20:56:50 +01:00
lib [General] Added VMProtect libraries (I own a license, feel free to DM), Fixed empty name vuln, Fixed javelin glitch. 2018-07-17 14:30:29 +02:00
premake [Submodules] Update submodules 2018-12-28 18:42:36 +01:00
src [QuickPatch] Fix mouse lags 2019-03-10 22:01:56 +01:00
tools [Premake] Update premake 2018-11-29 12:05:46 +01:00
.gitattributes [LineEndings] Add lineendings patch again 2017-01-20 14:37:52 +01:00
.gitignore [General] Update gitignore. 2019-01-08 16:55:36 -05:00
.gitmodules [Submodules] Update protobuf 2018-11-24 23:33:51 +01:00
build.bat Fix batch files exiting prematurely. 2018-12-02 18:44:37 +01:00
CHANGELOG.md [ServerInfo] Add host info to /info 2019-01-09 21:40:56 +01:00
CODESTYLE.md [CodeStyle] Basic naming example 2016-11-20 00:20:51 +01:00
generate.bat Fix batch files exiting prematurely. 2018-12-02 18:44:37 +01:00
Jenkinsfile Add timeout to linux unittest 2019-03-12 20:15:30 +01:00
premake5.lua [Submodules] Update submodules 2018-12-28 18:42:36 +01:00
README.md Reformat tables. 2018-11-20 23:16:01 +01:00

IW4x: Client

IW4x: Client

Commit message style

[Module] Imperative summary

- points or text

[ci skip]

[ci skip] is optional.

How to compile

  • Run premake5 vs2017 or use the delivered generate.bat.
  • Build via solution file in build\iw4x.sln. (You can use the build.bat script to do it quick and easy.)

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the DLL to a custom folder after build, define the path here if wanted.
--copy-pdb Copy debug information for binaries as well to the path given via --copy-to.
--ac-disable Disable anticheat.
--ac-debug-detections Log anticheat detections.
--ac-debug-load-library Log libraries that get loaded.
--force-unit-tests Always compile unit tests.
--force-exception-handler Install custom unhandled exception handler even for Debug builds.
--force-minidump-upload Upload minidumps even for Debug builds.
--disable-bitmessage Disable use of BitMessage completely.
--disable-base128 Disable base128 encoding for minidumps.
--no-new-structure Do not use new virtual path structure (separating headers and source files).
--enable-dxsdk Enable DirectX SDK (required for GfxMap exporting).