Skip to content

Commit b0b0fa3

Browse files
committed
Forward ported fixes from 1.0.4 branch:
r2004 [1.0.4] Linux compile fixes r2010 [1.0.4] Added manual update check button. Changed the way the 'Player' default name can be changed by servers. r2013 [1.0.4] Made ban messages more helpful r2020 [1.0.4] Enabled and refactored error reporter. r2021 [1.0.4] Linux compile fixes r2028 [1.0.4] Updated updater r2033 [1.0.4] Improved on-line help r2034 [1.0.4] Split the fastmove and crouchbug glitch r2035 [1.0.4] Lua sdk and updater update r2039 [1.0.4] Removed possibility of 64bit process issues. Unified 'string pooling' compile option. r2040 [1.0.4] Added cache to server browser to decrease scanning time. r2043 [1.0.4] Sped up server browser some more. Backported r2038 (Removed a stupid check.) r2045 [1.0.4] Fixed HTTP server freezing r2046 [1.0.4] Test for possible fix of invalid model crashes. r2047 [1.0.4] Added signing for updates r2048 [1.0.4] Added crash fix r2049 [1.0.4] Sped up accounts access when there are many accounts r2050 [1.0.4] Added HTTP DoS protection r2051 [1.0.4] Fixed water incongruities r2055 [1.0.4] Fixed #5626 (Players list isn't updated on some servers) r2056 [1.0.4] Sped up disconnect r2057 [1.0.4] Added list speed ups r2058 [1.0.4] List speed ups fix from ryden r2059 [1.0.4] Linux compiler appeasement r2060 [1.0.4] Loading crash fix r2061 [1.0.4] Fixed some more loading problems r2062 [1.0.4] Fixed crash on explosion r2063 [1.0.4] More loading tweaks and crash fixes
1 parent 54643f3 commit b0b0fa3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mak.vs2008/lua5.1_dll.vcproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
Optimization="0"
4545
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
4646
PreprocessorDefinitions="LUA_USE_APICHECK"
47+
StringPooling="true"
4748
MinimalRebuild="true"
4849
BasicRuntimeChecks="3"
4950
RuntimeLibrary="3"

mak.vs2008/lua5.1_lib.vcproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
Optimization="0"
4545
AdditionalIncludeDirectories="../include"
4646
PreprocessorDefinitions="LUA_USE_APICHECK;WIN32_LEAN_AND_MEAN"
47+
StringPooling="true"
4748
MinimalRebuild="true"
4849
BasicRuntimeChecks="3"
4950
RuntimeLibrary="3"

0 commit comments

Comments
 (0)