Commit Graph

217 Commits

Author SHA1 Message Date
momo5502
1e3a832be7 Fixes and stuff. 2016-01-04 11:32:05 +01:00
momo5502
c392eba620 Better version.hpp including. 2016-01-04 10:58:58 +01:00
momo5502
ba9bcf0f67 Fix all the bugs ;D 2016-01-04 10:54:31 +01:00
momo5502
50fc70b071 Iwd stuff. 2016-01-04 04:25:15 +01:00
momo5502
8175888e1d Fix discovery. 2016-01-04 03:27:43 +01:00
momo5502
4765dd24fc Use 2015. 2016-01-04 02:23:33 +01:00
/dev/urandom
b1d2ec3107
premake5: Fix general configuration incl. post-build event. 2016-01-04 02:19:12 +01:00
/dev/urandom
e6a7cf190f
premake5: Wiki copyblasta typo. 2016-01-04 02:14:14 +01:00
/dev/urandom
6274dc46d7
premake5: Wiki copyblasta typo. 2016-01-04 02:13:12 +01:00
/dev/urandom
9f20b3cd99
Split into real Debug and Release configurations and add some more flags.
- Release now uses all optimizations.
- Compiler warnings as errors.
- Link-time optimization.
- Static runtime linking.
- Ignore 64-bit unportability.
- Map Normal -> Debug for compatiblity with humans who are too lazy to migrate.
2016-01-04 02:12:05 +01:00
/dev/urandom
515ec5bb2a
Update README.md. 2016-01-04 01:52:14 +01:00
/dev/urandom
e8f63b3f9e
build.bat now accepts custom parameters, too! 2016-01-04 01:52:14 +01:00
/dev/urandom
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
/dev/urandom
90e4cbbfbe
generate.bat now takes custom parameters!
Not like this script is really needed anyways though.
2016-01-04 01:52:14 +01:00
/dev/urandom
7f1895f530
Here's a useful, easy and nicely looking build.bat script! 2016-01-04 01:52:14 +01:00
/dev/urandom
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
/dev/urandom
b06ca535ff
premake5: Enforce 32-bit build. 2016-01-04 01:52:14 +01:00
/dev/urandom
05210099de
premake5: Switch from "Optimize" flag to premake's optimize option. 2016-01-04 01:52:14 +01:00
momo5502
32977b448d Fix server sorting. 2016-01-04 01:30:15 +01:00
momo5502
1fd40424e4 Some discovery stuff. 2016-01-04 00:00:07 +01:00
momo5502
7c6ce6f2a8 Merge branch 'master' 2016-01-03 20:13:58 +01:00
momo5502
f58d032968 Fix serverlist. 2016-01-03 20:13:49 +01:00
/dev/sdb
45f7b15612 Merge branch 'master' 2016-01-03 19:29:41 +01:00
/dev/sdb
94730e7ff2 Fixed all Codeanalysis warnings 2016-01-03 19:29:22 +01:00
momo5502
b514b9fb9d Servercount and discovery tests. 2016-01-03 19:28:47 +01:00
momo5502
0bbcff083b Reduce playlist packet size.
TODO: Implement!
2016-01-03 18:07:23 +01:00
momo5502
3c3eba8244 2016-01-03 15:44:51 +01:00
momo5502
9b0abfb043 Merge branch 'master' 2016-01-03 15:14:56 +01:00
momo5502
ca5d823efd Split playlist data (+fixed issue)
TODO: Test with sensitive connections and unstable network drives.
2016-01-03 15:14:44 +01:00
/dev/urandom
03e5adfdaf
premake5: Fix typo. 2016-01-03 14:57:24 +01:00
/dev/urandom
d8e1822c70
premake: fix oldRevNumber if a version.hpp in an old format exists. 2016-01-03 14:54:35 +01:00
momo5502
1e1a415125 Fix private match. 2016-01-03 05:01:55 +01:00
momo5502
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
momo5502
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
momo5502
da5ad6fc61 Fix party serverlist player count. 2016-01-02 20:30:19 +01:00
momo5502
1c0b9f6aa1 Dedi post initialization. 2016-01-02 18:49:58 +01:00
momo5502
54db04e1f2 Fix join error. 2016-01-02 18:36:01 +01:00
momo5502
31104a7537 2016-01-02 18:28:47 +01:00
momo5502
ddfe3cd3cc Get rid of dirty scope injections. 2016-01-02 15:23:04 +01:00
momo5502
0d8538da2c Serverlist sorting. 2016-01-02 15:19:34 +01:00
momo5502
58ce9f0d17 Fix fastfile info allocation shit. 2016-01-02 04:51:08 +01:00
momo5502
8fb298ed16 Better hooked function calling. 2016-01-02 02:47:15 +01:00
momo5502
9aec8b2a1b Playlists. 2016-01-02 02:28:09 +01:00
momo5502
66ef54791a DATA_BLOB cleaning. 2016-01-01 20:08:45 +01:00
momo5502
47c874d2b4 Fix names (issue) 2016-01-01 20:01:19 +01:00
momo5502
4ebf3849ab Some serverlist fixes. 2016-01-01 17:36:47 +01:00
momo5502
4bc3ec10b1 Native cursor fixes 2016-01-01 15:17:59 +01:00