archshift
|
725d1fd1e2
|
Subdirs: Only add_library if not using MSVC
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
34c8ff7b24
|
src/CMakeLists: Small changes for increased readability
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
dcaa3262a2
|
OSSupport/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
5d966be741
|
HTTPServer/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
de48688fdb
|
Generating/Prefabs/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
0859ee3995
|
Simulator/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
9fe4b61df3
|
WorldStorage/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
06bef093bf
|
Generating/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
1a05b7c5d7
|
BlockEntities/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
5890d04f21
|
UI/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
15aacc24a5
|
Protocol/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:43 -07:00 |
|
archshift
|
61c4e2e5cb
|
Blocks/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:42 -07:00 |
|
archshift
|
465743757a
|
Items/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:42 -07:00 |
|
archshift
|
1d8e3e2bb8
|
Entities/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:42 -07:00 |
|
archshift
|
2f811fc6a2
|
Mobs/CMakeLists.txt: Replaced glob with list of files
|
2014-07-18 17:41:42 -07:00 |
|
madmaxoft
|
76b33970b0
|
Merge branch 'Inventory2'
|
2014-07-18 23:51:36 +02:00 |
|
madmaxoft
|
0346ab15ad
|
Debuggers: Optimized and commented the /rmitem handler.
|
2014-07-18 23:51:15 +02:00 |
|
madmaxoft
|
abe8a6bd45
|
APIDump: Documented RemoveItem().
|
2014-07-18 23:48:06 +02:00 |
|
madmaxoft
|
13311c700f
|
Clarified RemoveItem()'s comments.
|
2014-07-18 23:47:46 +02:00 |
|
madmaxoft
|
44a4a83292
|
Merge branch 'Entities'
|
2014-07-18 23:21:04 +02:00 |
|
madmaxoft
|
19d012c96e
|
Fixed slime-related comments.
|
2014-07-18 23:20:42 +02:00 |
|
Howaner
|
51b91befbd
|
Added RemoveItem() function to the player inventory.
|
2014-07-18 23:11:59 +02:00 |
|
madmaxoft
|
749f073d70
|
Merge branch 'Sign'
|
2014-07-18 22:45:50 +02:00 |
|
madmaxoft
|
23037ce7ec
|
Normalized code style for both sign handlers.
|
2014-07-18 22:41:48 +02:00 |
|
Tiger Wang
|
719551c31f
|
Fix failed merge and other issues
|
2014-07-18 20:12:27 +01:00 |
|
Tiger Wang
|
37140ae578
|
Merge branch 'master' into portals
Conflicts:
src/Blocks/WorldInterface.h
src/ClientHandle.cpp
src/ClientHandle.h
src/Entities/Player.cpp
src/Entities/Player.h
src/Generating/FinishGen.cpp
src/Protocol/Protocol.h
src/Protocol/Protocol125.cpp
src/Protocol/Protocol125.h
src/Protocol/Protocol16x.cpp
src/Protocol/Protocol16x.h
src/Protocol/Protocol17x.cpp
src/Protocol/Protocol17x.h
src/Protocol/ProtocolRecognizer.cpp
src/Protocol/ProtocolRecognizer.h
src/Root.h
src/World.cpp
|
2014-07-18 20:10:51 +01:00 |
|
Howaner
|
44c944716b
|
Removed cBlockSignPostHandler descend.
|
2014-07-18 17:04:01 +02:00 |
|
Howaner
|
509d3d3b62
|
Slime sizes are 1, 2 or 4 and not 1, 2 or 3.
|
2014-07-18 16:55:28 +02:00 |
|
Howaner
|
e32b0ce4fa
|
Moved comment.
|
2014-07-18 16:38:59 +02:00 |
|
Tiger Wang
|
f1be1eb674
|
Monster fixes
* Fixes #1203
* Fixes #627
|
2014-07-18 10:47:00 +01:00 |
|
archshift
|
38aeaa64ed
|
MCServer supports Minecraft v1.7.10
|
2014-07-18 02:02:28 -07:00 |
|
archshift
|
9529a42559
|
Fixed creative players not being able to drink
Fixes #1215
|
2014-07-18 01:56:26 -07:00 |
|
madmaxoft
|
204b591172
|
CheckBasicStyle: Proper spaces with commas.
|
2014-07-18 09:58:29 +02:00 |
|
madmaxoft
|
2df5e26d3b
|
Fixed spaces before commas.
|
2014-07-18 09:57:34 +02:00 |
|
madmaxoft
|
d52a51f7b6
|
Removed duplicate IPvX labels.
|
2014-07-18 09:18:11 +02:00 |
|
Mattes D
|
35d0a0009e
|
Merge pull request #1208 from Howaner/MobInventory
Spawns skeletons with a bow in their hands
|
2014-07-18 09:06:59 +02:00 |
|
archshift
|
ffe44c13d0
|
Moved ChatColor.h out of defines where it was not needed
|
2014-07-17 23:25:14 -07:00 |
|
Mattes D
|
000ec7a96f
|
Merge pull request #1210 from Howaner/API
Removed special character in APIDump
|
2014-07-18 08:10:00 +02:00 |
|
Mattes D
|
79a5c90c02
|
Merge pull request #1212 from mc-server/never-read
ProtocolRecognizer.cpp: removed unused NumBytesRead
|
2014-07-18 08:09:32 +02:00 |
|
archshift
|
33b0a719da
|
ProtocolRecognizer.cpp: removed unused NumBytesRead
|
2014-07-17 18:39:44 -07:00 |
|
archshift
|
32b25ec7f7
|
Generator: removed rnd definitions that are never read
|
2014-07-17 18:34:47 -07:00 |
|
archshift
|
5729b9489d
|
Merge pull request #1209 from Howaner/GlobalFixes
Added Howaner to the CONTRIBUTORS list.
|
2014-07-17 18:20:56 -07:00 |
|
Howaner
|
eeacb6f222
|
Added a extra wall sign handler.
Fixes #1119
|
2014-07-18 02:19:30 +02:00 |
|
Howaner
|
fc6a5878df
|
Removed special character in APIDump
|
2014-07-18 01:45:45 +02:00 |
|
Howaner
|
57d415e38b
|
Added me to the CONTRIBUTORS list. I hope it is ok.
|
2014-07-18 01:28:56 +02:00 |
|
Howaner
|
33bd78dcdd
|
Skeletons should spawn with a bow in the hand.
Fixes #1184
|
2014-07-18 01:26:27 +02:00 |
|
Howaner
|
2e9aed793a
|
Fixed the armor slot in creative mode. Also removed that armor get directly to the armor slot. It is extremely buggy and unnecessary.
|
2014-07-18 01:16:49 +02:00 |
|
Howaner
|
9c32e31edf
|
Items should first added to the first slot, not the latest.
|
2014-07-18 01:02:25 +02:00 |
|
archshift
|
bc94ad4b5a
|
Fixed NULL being passed instead of a double to AddEntityEffect
|
2014-07-17 14:34:58 -07:00 |
|
Howaner
|
fba93aac2a
|
Split into more lines.
|
2014-07-17 23:32:01 +02:00 |
|