Commit Graph

4081 Commits

Author SHA1 Message Date
738f9ee941 Add "bm_send <addr> <content>". 2016-08-27 11:24:26 +02:00
073e984f69 Fix logic mistake with parsing parameters for bm_* commands. 2016-08-27 10:16:12 +02:00
4756851048 Add implementation of BitMessage in form of bm_* commands. 2016-08-27 06:51:00 +02:00
addb746a59 Update BitMRC fork and set _CRT_SECURE_NO_WARNINGS for 3rd party includes. 2016-08-26 23:41:57 +02:00
481a9483ed Premake: Fix exported include paths for BitMRC. 2016-08-26 23:41:01 +02:00
86c6450ac2 Premake: Fix SQLite inclusion. 2016-08-26 22:46:37 +02:00
bcb10258e1 Switch to our own fork of BitMRC.
This gets rid of the useless and bad practice style "using namespace" usage in the public headers of BitMRC. I plan on submitting this to the developer as a pull request at some point.
2016-08-26 22:46:07 +02:00
ee46d2fe20 Premake: Fix missing links for BitMRC and Crypto++. 2016-08-26 21:38:13 +02:00
70a9cc62d8 Premake: Implement a working hack to change MASM parameters for libcryptopp. 2016-08-26 21:24:41 +02:00
a7d80f7187 Premake: Fix BitMRC build and add shipped sqlite3 as separate project. 2016-08-26 21:11:03 +02:00
1c9badb4a2 Premake: Fix libcryptopp build and use files shipped with bitmrc. 2016-08-26 20:44:36 +02:00
d6c33f7df8 Merge branch 'master' into 'develop'
Master
2016-08-26 12:25:02 +02:00
9ea71dfb1d New deps 2016-08-26 12:23:28 +02:00
0fd0f87981 Better upload and new dependencies. 2016-08-26 12:14:59 +02:00
fb737eb9d2 added more ignores 2016-08-25 18:45:00 +02:00
e6cfae9e6f latest version bitmrc 2016-08-25 18:38:45 +02:00
369267ef39 added submodules for bitmrc 2016-08-25 18:17:47 +02:00
7f951dadbd Update dependencies 2016-08-25 13:25:23 +02:00
3ff2c40f7a Add devmap to maprotation (credit to @Dasfonia) 2016-08-22 13:29:25 +02:00
8e72395ab9 Add working permban command 2016-08-18 13:26:05 +02:00
464ea2f82b Use toasts for noclip and ufo 2016-08-18 12:36:18 +02:00
701c8c6e04 Rename noclip error 2016-08-18 12:09:36 +02:00
256b463411 Don't ignore warning 4100 2016-08-18 02:18:45 +02:00
f064966ec0 Add noclip and ufo commands 2016-08-18 01:57:56 +02:00
c26e197161 Merge branch 'master' 2016-08-17 20:27:47 +02:00
9ed469f1ef Working lean support 2016-08-17 20:27:33 +02:00
db4f9ad6ec MILESTONE define is now bound to the current Git tag name (which is beta).
Subject to.
2016-08-17 05:00:12 +02:00
c0e3a49234 TDES -> DES3 2016-08-17 03:19:17 +02:00
3e9d5779ca Lean stuff (unfinished) 2016-08-16 20:36:52 +02:00
f6410370ac Stringtable tests 2016-08-16 13:58:45 +02:00
405ae959f2 IW4x!!!! 2016-08-16 02:00:07 +02:00
a73380db16 Some fixes 2016-08-16 01:54:52 +02:00
2530457eb6 Merge commit 2016-08-15 23:26:27 +02:00
0bdb4d887f Fix errors 2016-08-15 17:07:32 +02:00
1b71afcc21 Beginning of a banclient command 2016-08-15 16:40:30 +02:00
84422b0fc0 Refresh dedi console window title 2016-08-15 13:42:30 +02:00
d67aa26a5d Fix connect protocol and temporary workaround for localhost parties 2016-08-15 12:57:49 +02:00
72e98f8bbb Optimize ConnectProtocol 2016-08-14 18:40:13 +02:00
fe4bf5704d Colored mapname when in lobby 2016-08-14 17:01:01 +02:00
19d177ed29 Remove component registration message 2016-08-14 16:18:44 +02:00
3585ab62a7 Rename stuff 2016-08-14 16:16:10 +02:00
9a3b5d48e4 Optimize array access 2016-08-14 16:05:57 +02:00
7def8890e9 Securitylevel serverinfo stuff 2016-08-14 16:01:24 +02:00
0e793af68b Fix /dev/root's d3d crash 2016-08-14 15:27:37 +02:00
b3b74bf1f4 Rename debug flags, premake recognizes them as '--debug' and enables debug mode in release configurations 2016-08-14 15:17:30 +02:00
768bc2bd2c Remove messages (node) 2016-08-14 13:42:03 +02:00
4e6ab5645e 2016-08-13 22:34:11 +02:00
02a6c90d13 Premake: Linker warnings are now treated as fatal errors. 2016-08-13 20:11:37 +02:00
9235616baa Premake: Use C++14 flag; this may have an effect on the MSVC compiler in the future. 2016-08-13 20:11:06 +02:00
7ff05580c9 Premake: Split up dependencies, make them easily configurable and provide easy-to-use imports.
All dependency projects are now separated into their own Premake scripts and are designed to provide easy "import", "includes" and "setup" functions.

First, you use project.setup { ... } to provide the library with its respective configuration, this MAY include defines and MUST include the source path of that specific library. Then you can use project.includes() or project.import() in your target application or library project to let the script configure your project. This will configure all necessary include directories and links.
2016-08-13 19:45:11 +02:00