Commit Graph

705 Commits

Author SHA1 Message Date
614c36fbe2 premake5: Map "Debug" and "Release" configurations to "Normal".
The general standard for any C++ project normally is to have a Debug and a Release version of the binaries, however in our case we only have one configuration that mixes both. Setting up aliases for this in order to prevent confusion on why the standard configurations don't work.
2016-01-04 01:52:14 +01:00
90e4cbbfbe generate.bat now takes custom parameters!
Not like this script is really needed anyways though.
2016-01-04 01:52:14 +01:00
7f1895f530 Here's a useful, easy and nicely looking build.bat script! 2016-01-04 01:52:14 +01:00
b2879f2eed premake5: Disallow Microsoft toolsets older than Visual Studio 2013.
We only explicitly allow toolsets that are tested and compiled against - here it's Visual Studio 2013 and 2015.
2016-01-04 01:52:14 +01:00
b06ca535ff premake5: Enforce 32-bit build. 2016-01-04 01:52:14 +01:00
05210099de premake5: Switch from "Optimize" flag to premake's optimize option. 2016-01-04 01:52:14 +01:00
32977b448d Fix server sorting. 2016-01-04 01:30:15 +01:00
1fd40424e4 Some discovery stuff. 2016-01-04 00:00:07 +01:00
7c6ce6f2a8 Merge branch 'master' 2016-01-03 20:13:58 +01:00
f58d032968 Fix serverlist. 2016-01-03 20:13:49 +01:00
45f7b15612 Merge branch 'master' 2016-01-03 19:29:41 +01:00
94730e7ff2 Fixed all Codeanalysis warnings 2016-01-03 19:29:22 +01:00
b514b9fb9d Servercount and discovery tests. 2016-01-03 19:28:47 +01:00
0bbcff083b Reduce playlist packet size.
TODO: Implement!
2016-01-03 18:07:23 +01:00
3c3eba8244 2016-01-03 15:44:51 +01:00
9b0abfb043 Merge branch 'master' 2016-01-03 15:14:56 +01:00
ca5d823efd Split playlist data (+fixed issue)
TODO: Test with sensitive connections and unstable network drives.
2016-01-03 15:14:44 +01:00
03e5adfdaf premake5: Fix typo. 2016-01-03 14:57:24 +01:00
d8e1822c70 premake: fix oldRevNumber if a version.hpp in an old format exists. 2016-01-03 14:54:35 +01:00
1e1a415125 Fix private match. 2016-01-03 05:01:55 +01:00
5fb564408b Fix party prematch. 2016-01-03 04:13:35 +01:00
sr0
fa71b85a11 Merge branch 'master' 2016-01-03 03:31:01 +01:00
sr0
77e8a7131c Localization 2016-01-03 03:30:55 +01:00
621375c2af Fix team shit. 2016-01-03 02:37:06 +01:00
sr0
730ffe61b8 added new localized strings 2016-01-03 00:37:07 +01:00
da5ad6fc61 Fix party serverlist player count. 2016-01-02 20:30:19 +01:00
1c0b9f6aa1 Dedi post initialization. 2016-01-02 18:49:58 +01:00
54db04e1f2 Fix join error. 2016-01-02 18:36:01 +01:00
31104a7537 2016-01-02 18:28:47 +01:00
ddfe3cd3cc Get rid of dirty scope injections. 2016-01-02 15:23:04 +01:00
0d8538da2c Serverlist sorting. 2016-01-02 15:19:34 +01:00
58ce9f0d17 Fix fastfile info allocation shit. 2016-01-02 04:51:08 +01:00
8fb298ed16 Better hooked function calling. 2016-01-02 02:47:15 +01:00
9aec8b2a1b Playlists. 2016-01-02 02:28:09 +01:00
66ef54791a DATA_BLOB cleaning. 2016-01-01 20:08:45 +01:00
47c874d2b4 Fix names (issue) 2016-01-01 20:01:19 +01:00
4ebf3849ab Some serverlist fixes. 2016-01-01 17:36:47 +01:00
4bc3ec10b1 Native cursor fixes 2016-01-01 15:17:59 +01:00
f3fef92c46 Menu fixes. 2015-12-31 13:45:29 +01:00
fb8aa17ab1 IPCPipe implemented for inter-process-communication. 2015-12-31 13:37:25 +01:00
sr0
75db36aba9 add revision number 2015-12-31 04:53:48 +01:00
bf9e7f18ba Use "(none)" instead of -1 for non-existent version information. 2015-12-31 04:18:04 +01:00
8f326eabe6 Add README.md. 2015-12-31 04:12:54 +01:00
911016dc5c --no-new-structure if you don't like the new vpaths. 2015-12-31 04:08:09 +01:00
e6d38e68fb Add version.hpp generation. Will trigger pre-build. 2015-12-31 03:59:33 +01:00
3fd7c1c66e Reorganize virtual folder structure in solution files. 2015-12-31 03:58:43 +01:00
3bacac8e56 Edit description of --copy-to and add expected value type. 2015-12-31 03:58:16 +01:00
c07d9e4cfc Works on Microsoft's compiler only anyways. 2015-12-31 02:44:51 +01:00
5e135420b5 Ignore user scripts (user*.bat). 2015-12-31 02:44:34 +01:00
77df2fcae8 --copy-to option for premake5 to define custom folder to copy iw4x.dll to after build. 2015-12-31 02:44:04 +01:00