Mattes D
|
439eb8d6cb
|
Merge pull request #1807 from flx5/master
Fixes #493 and #490
|
2015-03-11 22:43:52 +01:00 |
|
flx5
|
f6912bd01c
|
Fixed coding conventions for Pull Request #1807
|
2015-03-11 20:02:11 +01:00 |
|
flx5
|
d8ab99e944
|
Fixed issue with quotes not appearing in pairs
|
2015-03-11 19:52:49 +01:00 |
|
Mattes D
|
1b60fe12a8
|
Merge pull request #1665 from mc-server/Inventory
Own classes for all windows and implemented vanilla-like shift click.
|
2015-03-11 14:26:04 +01:00 |
|
tycho
|
430cbb8c83
|
Changed pipeline character from >> to |
|
2015-03-11 10:42:45 +00:00 |
|
tycho
|
8646e95b6f
|
Fixed style and removed false positives
Relaxed the rules for < followed by an && and removed rule for < following an &&
|
2015-03-11 10:39:49 +00:00 |
|
flx5
|
76012ee090
|
Fixed some markup issues
|
2015-03-11 04:38:15 +01:00 |
|
flx5
|
451ab6860f
|
Fixed some markup issues
|
2015-03-11 04:33:17 +01:00 |
|
flx5
|
d130696e95
|
Fixes #493 and #490
|
2015-03-11 04:14:17 +01:00 |
|
Tiger Wang
|
4ffaace384
|
Use std::memcpy to fix alignment
As suggested by @madmaxoft
|
2015-03-10 22:25:53 +00:00 |
|
Tycho
|
ff785188f9
|
Fixed Sequence Generator for IntGen
|
2015-03-10 22:19:03 +00:00 |
|
worktycho
|
45fa2d98db
|
Fixed Bug in cChunkData.
FIxed a bug where if the index was not aligned with the sections empty sections would not be set in the correct location.
|
2015-03-10 20:32:01 +00:00 |
|
Howaner
|
685f6e3713
|
Moved window code into cpp files
|
2015-03-10 19:40:53 +01:00 |
|
Howaner
|
a96c21fc0d
|
Merge branch 'master' into Inventory
|
2015-03-09 22:39:11 +01:00 |
|
Howaner
|
ce6219530a
|
Fixed client kick/crash if many block changes happend
|
2015-03-09 22:32:12 +01:00 |
|
Tiger Wang
|
20da3d34a5
|
Potential Linux implementation
|
2015-03-08 16:54:44 +00:00 |
|
STRWarrior
|
d19f2a472b
|
Added parenthesis around the comparisons
|
2015-03-08 15:22:01 +01:00 |
|
STRWarrior
|
2bbfd0341f
|
Added proper trees to Mesa biomes
Mesa only has small apple trees.
|
2015-03-08 13:30:21 +01:00 |
|
STRWarrior
|
134246fb15
|
Added grass/course dirt layer on MesaPlateauF(M)
|
2015-03-08 13:29:49 +01:00 |
|
Tiger Wang
|
3d81b0093e
|
Merge pull request #1784 from mc-server/SteppyHeiGen
Added Steppy height generator.
|
2015-03-06 11:53:12 +00:00 |
|
Tiger Wang
|
f3da0cf1ae
|
Reverted non-functional changes
|
2015-03-05 21:21:39 +00:00 |
|
Alexander Harkness
|
7348bf3853
|
Grass checks for sufficient light before spreading
|
2015-03-05 19:30:00 +00:00 |
|
joshi07
|
f71b1fe799
|
Added OnTeleportEntity hook for plugins.
Plugins may or may not allow teleport to the new position.
Updated the HookNotify plugin with it.
|
2015-03-05 11:52:42 +01:00 |
|
Mattes D
|
d4b505db02
|
Lua API: Fixed md5 and sha1 hex formatting.
std::setw() is only valid for one output operation and needs to be set again in each loop repetition.
|
2015-03-03 01:28:58 +01:00 |
|
Mattes D
|
7767af9493
|
Merge pull request #1781 from mc-server/Vines
Vines in caves
|
2015-03-01 22:52:40 +01:00 |
|
STRWarrior
|
db2a406c13
|
Removed trailing whitespace
|
2015-03-01 20:09:44 +01:00 |
|
STRWarrior
|
3d3735a378
|
Replaced IntNoiseXX with IntNoiseXXInt
|
2015-03-01 20:08:05 +01:00 |
|
STRWarrior
|
e63f9bdc1a
|
Replaced cFinishGenPtr with std::make_shared
|
2015-03-01 20:06:44 +01:00 |
|
Tycho
|
bdea6c92b3
|
Fixed Style
Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
|
2015-03-01 14:51:07 +00:00 |
|
Tycho
|
3f61255fe1
|
Added pipelining syntax for generators
|
2015-03-01 14:27:01 +00:00 |
|
Mattes D
|
d2e1ed3a3b
|
Steppy HeiGen: Fixed Linux compilation.
|
2015-03-01 12:40:53 +01:00 |
|
Mattes D
|
a20c1c6d43
|
Merge pull request #1780 from DevToaster/master
Modified Player class to use int data type for experience
|
2015-03-01 12:16:06 +01:00 |
|
Mattes D
|
780a9ae9d1
|
Added Steppy height generator.
|
2015-03-01 12:13:39 +01:00 |
|
STRWarrior
|
0394acfc0c
|
Made the minimum vine level configurable
|
2015-02-28 22:40:13 +01:00 |
|
STRWarrior
|
19d7ec51a0
|
Implemented a vines finisher that creates vines in jungle biomes
|
2015-02-28 22:37:33 +01:00 |
|
DevToaster
|
f5a216cabc
|
Changed C-styled casts to static_cast and removed unneeded casts
|
2015-03-01 03:45:06 +10:30 |
|
NiLSPACE
|
24bb911c3c
|
Merge pull request #1769 from mc-server/snowweather
Snow weather
|
2015-02-28 18:05:06 +01:00 |
|
DevToaster
|
e012c06281
|
Replaced short int with int for Player experience
|
2015-03-01 03:09:36 +10:30 |
|
DevToaster
|
b65a6ef210
|
modified: src/Entities/Player.cpp
modified: src/Entities/Player.h
|
2015-03-01 03:03:41 +10:30 |
|
STRWarrior
|
224df08d30
|
GetSnowStartHeight returns an int
|
2015-02-28 17:27:28 +01:00 |
|
Mattes D
|
88fc70a06a
|
Fixed door placement.
Doors now have hinges on the correct side, based on what the surroundings are when placing them.
|
2015-02-28 17:16:21 +01:00 |
|
STRWarrior
|
e63b4f4913
|
Added experience drops when mining ores
|
2015-02-28 16:34:17 +01:00 |
|
STRWarrior
|
81e8577cfd
|
changed int to unsigned
And return 0 instead of -1
|
2015-02-26 20:26:45 +01:00 |
|
Raekye
|
378528136c
|
use DoSetSpeed in AddSpeed* in Entity.cpp
|
2015-02-25 20:56:45 -05:00 |
|
STRWarrior
|
ac2c88b451
|
Ice finisher uses GetSnowStartHeight instead of specific biomes
|
2015-02-25 19:22:44 +01:00 |
|
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
|
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
|
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 |
|
STRWarrior
|
13f81a051d
|
Exported CompressString and UncompressString to Lua
|
2015-02-22 17:34:20 +01:00 |
|
Mattes D
|
c758482ece
|
cNetwork: Added EnumLocalIPAddresses() function.
|
2015-02-22 10:51:16 +01: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
|
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
|
612637ab2e
|
Network: Fixed two-socket servers.
|
2015-02-18 09:35:14 +01:00 |
|
Mattes D
|
d336a3ea9e
|
Fixed TCP link shutdown.
The shutdown is postponed until there's no more outgoing data in the LibEvent buffers.
|
2015-02-14 13:55:54 +01:00 |
|
Mattes D
|
1ca0a4915e
|
SslContext: Turned debug messages off.
|
2015-02-14 13:31:31 +01:00 |
|
Mattes D
|
1f3d11de32
|
Fixed Linux compilation.
|
2015-02-14 09:17:26 +01:00 |
|
Mattes D
|
557adf3be9
|
Exported TLS server start on cTCPLink to Lua API.
|
2015-02-13 23:18:22 +01:00 |
|
Mattes D
|
b8bf795dd1
|
Exported cTCPLink:Close and :Shutdown() to Lua API.
|
2015-02-13 18:31:54 +01:00 |
|
Mattes D
|
bae8b2e1fa
|
PolarSSL++: Fixed debugging output.
|
2015-02-12 20:23:04 +01:00 |
|
Mattes D
|
505dce1fc3
|
Fixed Linux compilation.
std::make_unique is not available in C++11.
|
2015-02-12 20:22:39 +01:00 |
|
Mattes D
|
16636ff6e2
|
LuaAPI: Added client TLS support for TCP links.
|
2015-02-12 20:05:55 +01:00 |
|
Tiger Wang
|
3869f76cc2
|
Handle client 'leave bed' request
* Fixes #1728
|
2015-02-08 21:21:48 +00:00 |
|
Mattes D
|
1ce9164694
|
Protocol 1.7: Fixed Coverity issues.
Fixes CID 66411, CID 103166 and CID 103167.
|
2015-02-08 14:49:46 +01:00 |
|
Mattes D
|
81d7329ad3
|
ServerHandle: Fixed socket reuse.
Fixes CID 104670, CID 104670 and CID 103724.
|
2015-02-08 14:41:24 +01:00 |
|
Mattes D
|
a939e2ded9
|
WSSAnvil: Fixed chunk data padding.
When the chunk data fit perfectly into the old space, an extra 4 KiB of padding zeroes were written, overwriting the next chunk.
Fixes #1730.
|
2015-02-08 12:24:15 +01:00 |
|
Mattes D
|
5ee5a691b7
|
Merge pull request #1729 from mc-server/ReuseFlag
Set reuse flag to sockets
|
2015-02-08 00:08:18 +01:00 |
|
Howaner
|
be528a9f52
|
Use evutil_make_listen_socket_reuseable
|
2015-02-07 18:39:24 +01:00 |
|
Mattes D
|
512b1a6b0e
|
Merge pull request #1718 from mc-server/LuaNetworkAPI
Lua Network API
|
2015-02-07 17:46:16 +01:00 |
|
Howaner
|
d32831d7e8
|
Set reuse flag to sockets
Should fix #1726
|
2015-02-07 11:03:38 +01:00 |
|
Howaner
|
ca591c15a0
|
Spacing
|
2015-02-07 10:46:01 +01:00 |
|
Howaner
|
7813cd2022
|
cPlayer should override IsOnGround()
|
2015-02-07 10:46:01 +01:00 |
|
Howaner
|
9b9ce6fa3b
|
Added IsOnGround() to cEntity
|
2015-02-07 10:45:45 +01:00 |
|
Howaner
|
7528230596
|
Readded old comment
|
2015-02-06 21:54:47 +01:00 |
|
Howaner
|
2c7925f0ad
|
Merge branch 'master' into Inventory
|
2015-02-06 21:52:14 +01:00 |
|
Mattes D
|
adf0020cd4
|
APIDump: Added cNetwork documentation.
|
2015-02-06 18:44:05 +01:00 |
|
Mattes D
|
0e769f12ac
|
LuaServerHandle: Removed debugging output.
|
2015-02-04 08:42:28 +01:00 |
|
Mattes D
|
014b96adb3
|
Exported cServerHandle and cNetwork:Listen to Lua.
Also added an example to the NetworkTest plugin.
|
2015-02-04 08:40:52 +01:00 |
|
Mattes D
|
17498a97a2
|
cNetwork: Exported lookup functions to Lua API.
Also added an example in the NetworkTest plugin.
|
2015-02-04 08:40:52 +01:00 |
|
Mattes D
|
e098728fa8
|
cTCPLink: Fixed missing addresses on link connection.
|
2015-02-04 08:40:51 +01:00 |
|
Mattes D
|
360c632e36
|
cNetwork: Exported the Connect() method and cTCPLink class to Lua.
|
2015-02-04 08:40:50 +01:00 |
|
tycho
|
e7424adbf4
|
Switched LuaState to use sizeof...
|
2015-01-31 15:44:14 +00:00 |
|
Mattes D
|
fd49e34e33
|
Merge pull request #1713 from mc-server/UseLibevent
Use libevent
|
2015-01-30 08:40:45 +01:00 |
|