Mattes D
|
5609d76ed7
|
APIDump: Updated the player block placement documentation.
The hooks now have fewer parameters but are called on all player-placed blocks (#1618).
|
2014-12-24 20:02:51 +01:00 |
|
Mattes D
|
63de5f8a55
|
Replaced a std::hash specialization with explicit type.
std::hash is problematic in gcc / clang, one has a class, the other a struct.
|
2014-12-24 08:38:37 +01:00 |
|
Mattes D
|
ccdf03daaf
|
Refactored all player block placing to go through hooks.
Fixes #1618.
|
2014-12-24 07:20:17 +01:00 |
|
gushromp
|
b9977a39c3
|
Added braces to 'if' according to the code guidelines
|
2014-12-15 18:41:47 +01:00 |
|
blashyrk
|
4e5d2c36e9
|
Updated cPlayer::DoMoveToWorld to send target world's weather info to Player
|
2014-12-15 17:45:42 +01:00 |
|
Tiger Wang
|
3acdf25b05
|
Merge remote-tracking branch 'origin/master' into c++11
Conflicts:
src/OSSupport/Thread.cpp
|
2014-12-06 17:41:48 +00:00 |
|
Mattes D
|
e2a04f580a
|
BasicStyle: Added missing braces to control statements.
|
2014-12-05 16:59:11 +01:00 |
|
Mattes D
|
44644ae025
|
Fixed reported parentheses around comparisons.
|
2014-12-05 12:58:47 +01:00 |
|
Mattes D
|
c014f5624c
|
Merged branch 'origin/master' into c++11.
|
2014-12-04 22:04:16 +01:00 |
|
Jonathan Fabian
|
6ca47185c4
|
Updated whitespace in comment, changed conditional to logical equivalent due to popular demand
|
2014-12-03 23:04:53 -05:00 |
|
Jonathan Fabian
|
1e6c13ea51
|
Fix Spaces to Tabs
|
2014-12-02 20:54:56 -05:00 |
|
Jonathan Fabian
|
24c6da6209
|
Add missing IsSpectatorMode() checks in Player.cpp, make sure that player is flying when spawned otherwise it will fall through the world.
|
2014-12-02 20:25:41 -05:00 |
|
Mattes D
|
12ad2a07c0
|
Minecart.h: Fixed integral conversion warning.
|
2014-11-27 22:50:18 +01:00 |
|
Tiger Wang
|
79e5b82354
|
Merge remote-tracking branch 'origin/master' into c++11
Conflicts:
src/Noise/Noise.h
src/World.h
|
2014-11-23 17:12:34 +00:00 |
|
Tiger Wang
|
6382989ba0
|
Compilation fixes
|
2014-11-23 14:22:05 +00:00 |
|
Howaner
|
8c3c11d6b3
|
Renamed GetSettedViewDistance() to GetRequestedViewDistance()
|
2014-11-15 14:27:50 +01:00 |
|
Howaner
|
83d3f3347b
|
Use m_UsedViewDistance and m_SetViewDistance.
|
2014-11-14 22:53:12 +01:00 |
|
Mattes D
|
765bf006ad
|
Merged branch 'master' into c++11.
|
2014-10-24 10:19:13 +02:00 |
|
Mattes D
|
190d34e2f7
|
Merge pull request #1565 from mc-server/MergedIniFile
Merged ini file
|
2014-10-24 09:13:39 +02:00 |
|
Mattes D
|
449d08cb3d
|
Merged IniFile into main MCS sources.
|
2014-10-23 15:15:10 +02:00 |
|
Howaner
|
72bb299a4a
|
Merge branch 'master' into ChunkLoader
Conflicts:
src/ChunkSender.cpp
src/ClientHandle.cpp
src/World.h
|
2014-10-23 14:59:42 +02:00 |
|
Mattes D
|
f8c54f4243
|
Merged branch 'master' into c++11.
|
2014-10-23 08:40:39 +02:00 |
|
Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Mattes D
|
b979cad893
|
cItemFrame: Fixed a forgotten rename.
|
2014-10-21 22:32:17 +02:00 |
|
Mattes D
|
a42fa071bc
|
Properly exported cItemFrame and cHangingEntity to Lua.
|
2014-10-21 22:02:30 +02:00 |
|
Mattes D
|
0c0c762412
|
Exported individual projectile classes to Lua API.
They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
|
2014-10-21 21:25:52 +02:00 |
|
Howaner
|
6f99615ceb
|
Merge branch 'master' into ChunkLoader
Conflicts:
src/World.h
|
2014-10-21 21:16:04 +02:00 |
|
Mattes D
|
bcb839d07b
|
Merged branch 'master' of git://github.com/sriehl/MCServer
|
2014-10-21 18:12:40 +02:00 |
|
Howaner
|
44514e53fc
|
Merge branch 'master' into ChunkLoader
Conflicts:
src/ClientHandle.cpp
|
2014-10-21 16:55:22 +02:00 |
|
Tiger Wang
|
987f79afdd
|
En masse NULL -> nullptr replace
|
2014-10-20 21:55:07 +01:00 |
|
Tiger Wang
|
bde99d684e
|
Migrated cSleep and cTimer to std::chrono
|
2014-10-20 18:59:40 +01:00 |
|
Mattes D
|
ebd31ff132
|
LuaState: Pushing a cEntity pushes the correct class name.
This makes Lua scripts easier, as they don't need to cast values from cEntity to the specific descendant.
|
2014-10-19 11:46:38 +02:00 |
|
Tiger Wang
|
2874bf73be
|
Merge pull request #1502 from mc-server/furnaces
Improved furnaces
|
2014-10-18 21:33:55 +01:00 |
|
Tiger Wang
|
eb821ff240
|
Fixed failure for cRankManager to restart
|
2014-10-18 19:55:01 +01:00 |
|
Mattes D
|
eeb580a74e
|
Functions in cPluginManager get references instead of pointers.
|
2014-10-15 19:09:09 +02:00 |
|
Mattes D
|
1eae7d0ece
|
Fixed style.
|
2014-10-13 10:34:33 +02:00 |
|
Steven Riehl
|
856764dee8
|
convert old style casts to fix warnings
|
2014-10-11 20:39:55 -06:00 |
|
archshift
|
76b37acb42
|
Float/Ciel: If it's going to use C++11, it might as well take advantage of it
|
2014-10-09 14:57:57 -07:00 |
|
archshift
|
f8d1e96ae7
|
Use static casts instead of C casts, add floor-cast functions
|
2014-10-09 14:57:40 -07:00 |
|
Howaner
|
382e014ebc
|
Optimized chunk loader
|
2014-10-02 23:50:41 +02:00 |
|
madmaxoft
|
fd11b574bd
|
cPlayer: Removed useless functions from the Lua API.
|
2014-10-01 17:24:02 +02:00 |
|
Mattes D
|
1531511bbe
|
Merge pull request #1427 from mc-server/chestcarts
Implemented Chest Minecarts
|
2014-09-30 17:16:15 +02:00 |
|
Tiger Wang
|
a9243257e5
|
Compilation fix
|
2014-09-28 13:11:41 +01:00 |
|
Howaner
|
2fb3eb3532
|
cRankManager: Added GetAllPlayers() and GetPlayerName()
|
2014-09-28 02:17:32 +02:00 |
|
Tiger Wang
|
7ce09a9113
|
Suggestions
|
2014-09-27 19:19:28 +01:00 |
|
Tiger Wang
|
d1814d2d67
|
Merge remote-tracking branch 'origin/master' into chestcarts
Conflicts:
src/Entities/Minecart.cpp
|
2014-09-27 18:40:00 +01:00 |
|
Howaner
|
af997a09ca
|
Merge branch 'master' into Fixes
|
2014-09-26 22:23:36 +02:00 |
|
Tycho
|
a3f940f47c
|
Removed more unessicary includes
|
2014-09-26 18:13:19 +01:00 |
|
Howaner
|
d83d6456e8
|
Fixed players custom name in 1.8
|
2014-09-26 17:37:19 +02:00 |
|
worktycho
|
411c69b420
|
Merge pull request #1419 from mc-server/redstoneTests
Added test mocking to IncrementalRedstoneSimulator
|
2014-09-26 16:04:26 +01:00 |
|