STRWarrior
|
ba3eaf9223
|
Snow finisher uses GetSnowStartHeight instead of specific biomes
|
2015-02-25 19:12:53 +01:00 |
|
STRWarrior
|
b3f0751130
|
Weather: Snow starts forming when the top block is at the right height or higher
|
2015-02-25 19:02:08 +01:00 |
|
STRWarrior
|
f1f23b09ae
|
Added GetSnowStartHeight
returns the height of a biome where it starts snowing
|
2015-02-25 19:00:52 +01:00 |
|
STRWarrior
|
a56b6906d6
|
Fixed flowing water turning into ice when snowing
|
2015-02-25 17:26:48 +01:00 |
|
Mattes D
|
81c49a0246
|
Merge pull request #1762 from mc-server/LuaStringCompress
Lua string compress
|
2015-02-25 10:18:39 +01:00 |
|
Mattes D
|
c286b186c4
|
1.8 Protocol: Fixed a possible race condition.
Fixes #1759.
|
2015-02-24 10:04:43 +01:00 |
|
STRWarrior
|
056b42cb94
|
Added documentation for CompressStringZLIB
There was no info about the factor.
|
2015-02-23 18:43:01 +01:00 |
|
STRWarrior
|
9e1db16ba4
|
Fixed operators
|
2015-02-23 16:09:35 +01:00 |
|
STRWarrior
|
d39d2ca5e9
|
Added forgotten indent
|
2015-02-23 15:40:31 +01:00 |
|
STRWarrior
|
8c8ec1094d
|
Replaced lua_isXYZ with cLuaState::CheckParamXYZ
|
2015-02-23 15:29:07 +01:00 |
|
STRWarrior
|
174f508021
|
Documented cStringCompression
|
2015-02-23 12:53:34 +01:00 |
|
STRWarrior
|
54410bfe4d
|
Exported all compression functions in a new class.
|
2015-02-23 12:53:02 +01:00 |
|
Mattes D
|
b474b9fb5d
|
Fixed race condition for TCP link deleting.
This could have caused crashes when a client disconnected from the server.
|
2015-02-22 19:06:04 +01:00 |
|
Mattes D
|
1551e29f00
|
Network: Replaced magic number with named constant.
|
2015-02-22 18:52:49 +01:00 |
|
Mattes D
|
a8953bff26
|
Merge pull request #1760 from Samvbnm/patch-1
Update COMPILING.md
|
2015-02-22 18:24:41 +01:00 |
|
STRWarrior
|
f073636805
|
Documented CompressString and UncompressString
|
2015-02-22 17:40:44 +01:00 |
|
STRWarrior
|
13f81a051d
|
Exported CompressString and UncompressString to Lua
|
2015-02-22 17:34:20 +01:00 |
|
Samvbnm
|
b958848e7f
|
Update COMPILING.md
Changed to include specific version requirement
|
2015-02-22 12:17:11 -04:00 |
|
Mattes D
|
c758482ece
|
cNetwork: Added EnumLocalIPAddresses() function.
|
2015-02-22 10:51:16 +01:00 |
|
Samvbnm
|
5d77a3ba6d
|
Update COMPILING.md
|
2015-02-21 18:27:55 -04:00 |
|
Samvbnm
|
0ee5fff649
|
Update COMPILING.md
Tell the reader to make sure they have the latest buildtools installed.
|
2015-02-21 17:32:47 -04:00 |
|
Mattes D
|
1bcc4abd68
|
Door handler: Removed needless check.
The Y coord has already been checked above.
|
2015-02-21 14:23:37 +01:00 |
|
Freddie Wang
|
b165ab6363
|
Fix door placement check
|
2015-02-21 14:22:05 +01:00 |
|
Mattes D
|
006b1afa9e
|
Merge pull request #1758 from mc-server/CryptoHashAPI
Added cCryptoHash namespace to Lua API
|
2015-02-21 12:19:07 +01:00 |
|
Mattes D
|
9971670b40
|
Merge pull request #1755 from mc-server/NetworkUDP
cNetwork: Added UDP API.
|
2015-02-21 12:19:03 +01:00 |
|
Mattes D
|
b9e4fe0a3b
|
Added cCryptoHash namespace to Lua API.
|
2015-02-21 09:41:14 +01:00 |
|
Mattes D
|
22d3a6a47f
|
Fixed monster spawn randomness.
Fixes #1699.
|
2015-02-20 22:55:19 +01:00 |
|
Mattes D
|
e39d2d4605
|
APIDump: Added the UDP zero port policy.
|
2015-02-20 16:14:44 +01:00 |
|
Mattes D
|
591b4eeb8a
|
Network tests: Fixed clang warnings.
|
2015-02-20 16:08:21 +01:00 |
|
Mattes D
|
e30ee8063d
|
UDPEndpointImpl: Fixed clang warnings.
|
2015-02-20 16:05:53 +01:00 |
|
Mattes D
|
9c5162041e
|
cNetwork: Added UDP API.
|
2015-02-20 14:28:05 +01:00 |
|
Matyas Dolak
|
5d4dd103a1
|
Fixed crash when logging nil values.
Ref.: http://forum.mc-server.org/showthread.php?tid=1798
|
2015-02-20 09:51:18 +01:00 |
|
Howaner
|
1a60785ca2
|
Flower pots: In 1.8 items are saved with the name and not the id.
|
2015-02-18 23:33:27 +01:00 |
|
Mattes D
|
70d54054e3
|
NetworkSingleton: LibEvent thread is joined properly on server exit.
|
2015-02-18 22:41:22 +01:00 |
|
Mattes D
|
af1a5b36db
|
InfoReg: Fixed MultiCommand return values.
|
2015-02-18 20:59:50 +01:00 |
|
Mattes D
|
612637ab2e
|
Network: Fixed two-socket servers.
|
2015-02-18 09:35:14 +01:00 |
|
Mattes D
|
0e37175b74
|
Merge pull request #1750 from tommysanterre/gitignore
Add files generated on build in gitignore
|
2015-02-18 09:08:48 +01:00 |
|
Tommy Santerre
|
64dae7a422
|
Ignore files generated on build
|
2015-02-18 00:11:06 -05:00 |
|
Mattes D
|
2aa5d54ca8
|
Merge pull request #1748 from Creaprog/patch-1
Fixed guest.html
|
2015-02-16 13:13:39 +01:00 |
|
Creaprog
|
421d370955
|
Fixed guest.html
|
2015-02-16 11:40:11 +01:00 |
|
Creaprog
|
3aebe686d7
|
Fixed guest.html
Fixed syntax.
|
2015-02-16 11:37:12 +01:00 |
|
Alexander Harkness
|
41e2eaa915
|
Fixed guest page.
|
2015-02-16 09:54:02 +00:00 |
|
Alexander Harkness
|
6bf9b64442
|
Merge pull request #1741 from Creaprog/patch-2
Fixed Server.cpp
|
2015-02-16 08:38:22 +00:00 |
|
Creaprog
|
9fab1d85bc
|
Fixed Server.cpp
|
2015-02-16 09:27:52 +01:00 |
|
Creaprog
|
6f9c62172b
|
Fixed Server.cpp
|
2015-02-15 20:39:53 +01:00 |
|
Creaprog
|
cbd2a09135
|
Fixed Server.cpp
|
2015-02-15 18:28:33 +01:00 |
|
Creaprog
|
a063da9398
|
Fixed Server.cpp
|
2015-02-15 17:28:19 +01:00 |
|
Creaprog
|
5797f99def
|
Fixed Server.cpp
Performance improvement.
|
2015-02-15 14:29:11 +01:00 |
|
Mattes D
|
b7e761e5c0
|
Merge pull request #1740 from Creaprog/patch-1
Fixed login_template.html
|
2015-02-15 13:09:43 +01:00 |
|
Creaprog
|
d2fdaf1d5b
|
Fixed login_template.html
Remove "/".
|
2015-02-15 13:08:44 +01:00 |
|