Rev | Author | Branch | Log Message | Date | SHA |
---|---|---|---|---|---|
r10786 | 1.5.4 | Fixed Linux compile error #2 |
10 November, 2016 | ||
1.5.4 | Fixed Linux compile error |
10 November, 2016 | |||
1.5.4 | Enabled static runtime linking on all Windows projects |
10 November, 2016 | |||
1.5.4 | Removed VC runtime hooks |
10 November, 2016 | |||
1.5.4 | Wrapped certain file functions to avoid VC runtime |
10 November, 2016 | |||
r10775 | 1.5.4 | Rebuild |
9 November, 2016 | ||
r10772 | 1.5.4 | Rebuild |
8 November, 2016 | ||
r10739 | 1.5.4 | Static link Windows launchers |
6 November, 2016 | ||
r10738 | 1.5.4 | Fixed compile error |
5 November, 2016 | ||
1.5.4 | Modified optimize compiler option. GCC is now /O3. MS is now /O2 as suggested https://msdn.microsoft.com/en-us/library/59a3b321.aspx |
5 November, 2016 | |||
1.5.4 | Disabled self compile warning on CI builds Fixed CVector::GetOtherAxis using integral abs() instead of floating point abs() Removed NetBitStreamInterface conversion operator to itself ... |
4 November, 2016 | |||
1.5.4 | Added missing include guards Removed register storage class from hashing (deprecated in C++11 / removed in C++17) |
4 November, 2016 | |||
1.5.4 | clang-3.9 is not available on Travis Also set NIGHTLY_UPLOAD environment variable for gcc |
4 November, 2016 | |||
1.5.4 | Addendum to 379a5317ba0186d88d4e12ed2580a5d6c44b258f Fixed secure environment variable not being set |
4 November, 2016 | |||
1.5.4 | Enabled clang builds Also reduced number of individual build steps in favor of && |
4 November, 2016 | |||
r10729 | 1.5.4 | Fix missing modules in debug mode on Linux |
2 November, 2016 | ||
1.5.4 | Fixed install_data not copying x64 net.so correctly |
2 November, 2016 | |||
1.5.4 | Preserve existing server config files during install_data build action. |
2 November, 2016 | |||
r10726 | 1.5.4 | Fixed #9077: load(...) hangs the server and client |
31 October, 2016 | ||
1.5.4 | Addendum to 2cf1091d642659c39bdbaffbade00bbc9694a652 Fixed x86 Linux compilation issues |
31 October, 2016 | |||
r10724 | 1.5.4 | Incremented net module version. Fixed dff files not loading in unstable/custom builds. |
31 October, 2016 | ||
1.5.4 | Addendum to 07f95ef0173a446de36ca2e60085bde0b3505de2 Actually fixed the crash |
31 October, 2016 | |||
r10722 | 1.5.4 | Fix a crash This is an addendum to c245d1a015a887bf3d5face56bd898453b00888d |
30 October, 2016 | ||
r10721 | 1.5.4 | Compile fixes for SharedUtil legacy dependents |
30 October, 2016 | ||
1.5.4 | Tweaked installer redist handling #3 |
29 October, 2016 | |||
1.5.4 | Fixed macro redefinition warning |
28 October, 2016 | |||
1.5.4 | Updated breakpad to chrome_53/b7efb2d318fafa435bd79131386ce604eb74f905 Removed unused hash-related include Fixed some compile errors for clang |
28 October, 2016 | |||
1.5.4 | Fixed Linux Compilation Fixed typos introduced in last commit |
26 October, 2016 | |||
1.5.4 | Replaced SharedUtil::Min and SharedUtil::Max with std::min and std::max Globally defined NOMINMAX |
26 October, 2016 | |||
1.5.4 | Linux Compile Fix #3 Removed empty SharedUtil.Math.hpp |
26 October, 2016 | |||
1.5.4 | Linux Compile Fix #2 |
26 October, 2016 | |||
1.5.4 | Replaced _isnan with std::isnan |
26 October, 2016 | |||
1.5.4 | Linux compile fix |
26 October, 2016 | |||
1.5.4 | Replaced hacky C++03 lambdas with C++11 lambdas |
26 October, 2016 | |||
1.5.4 | Fixed PRId64/PRIx64 Warnings |
26 October, 2016 | |||
1.5.4 | Changed sparsehash to use std::hash Moved sparsehash out of the "current" directory |
26 October, 2016 |