Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Mattes D
|
881bc66233
|
Fixed trailing whitespace.
|
2014-10-21 22:00:31 +02:00 |
|
Mattes D
|
bcb839d07b
|
Merged branch 'master' of git://github.com/sriehl/MCServer
|
2014-10-21 18:12:40 +02:00 |
|
Mattes D
|
b0a59927fb
|
cLuaState: cBlockEntity descendants are pushed with proper class type.
|
2014-10-19 12:46:25 +02:00 |
|
Tiger Wang
|
6a22b63473
|
Furnaces now update their block entity type
Therefore improving cChunk's variable boundary checking.
|
2014-10-18 19:54:34 +01:00 |
|
Alexander Harkness
|
f280c36f9d
|
Simpler code.
|
2014-10-18 16:12:12 +01:00 |
|
Alexander Harkness
|
59902c28f2
|
Nullptr?
|
2014-10-16 20:21:33 +01:00 |
|
Alexander Harkness
|
818c7948b7
|
Fixed a number of stylistic issues.
|
2014-10-16 19:08:22 +01:00 |
|
Steven Riehl
|
4a25760363
|
fix std:min call, include algorithm and compare same type
|
2014-10-11 21:36:40 -06:00 |
|
Steven Riehl
|
dfd4e15ecb
|
refactor an if block to std::min
|
2014-10-11 21:18:57 -06:00 |
|
Steven Riehl
|
856764dee8
|
convert old style casts to fix warnings
|
2014-10-11 20:39:55 -06:00 |
|
Tiger Wang
|
b5a2c6667a
|
Improved furnaces
* Fixed progress bar on 1.8
* Fixed bugs
* Improved code
* Fixes #1068
* Fixes #1070
|
2014-10-03 21:32:41 +01:00 |
|
Tiger Wang
|
9e4a5f824a
|
Removed WSSCompact
|
2014-09-30 22:20:21 +01:00 |
|
Tiger Wang
|
a9243257e5
|
Compilation fix
|
2014-09-28 13:11:41 +01: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 |
|
Tycho
|
a3f940f47c
|
Removed more unessicary includes
|
2014-09-26 18:13:19 +01:00 |
|
worktycho
|
411c69b420
|
Merge pull request #1419 from mc-server/redstoneTests
Added test mocking to IncrementalRedstoneSimulator
|
2014-09-26 16:04:26 +01:00 |
|
Howaner
|
67fe834499
|
Fixed dispender direction bug
|
2014-09-25 18:37:36 +02:00 |
|
Chris Darnell
|
806871b86f
|
A few compiler warning fixes
|
2014-09-22 18:23:56 -04:00 |
|
Tycho
|
6e7c0e33b5
|
Added first test to show the object can be created
|
2014-09-17 18:40:10 +01:00 |
|
Tiger Wang
|
3e74113427
|
Implemented Chest Minecarts
|
2014-09-12 23:18:02 +01:00 |
|
Tycho
|
0b044e1c83
|
Possibly decoupled IncrementalRedstoneSimulator from the rest of the server
THis wil hopefully allow for unit testing
|
2014-09-11 17:48:21 +01:00 |
|
Mattes D
|
0a651b9fd8
|
Added Y-wise asserts to signs.
This should help detect #1313's second case.
|
2014-09-06 18:59:17 +02:00 |
|
Mattes D
|
74204aed6c
|
Merge pull request #1365 from mc-server/coverityFixes
Coverity fixes
|
2014-09-01 13:41:20 +02:00 |
|
madmaxoft
|
1e60265a90
|
Fixed style.
|
2014-09-01 13:33:17 +02:00 |
|
worktycho
|
361b7d5379
|
Changed null check to assert
Changed the null check to clarify that the function should not be called before the entity has been attached to a world.
|
2014-08-31 21:14:42 +01:00 |
|
Howaner
|
0beed83ae9
|
Rewrited furnace.txt loading.
|
2014-08-31 19:00:36 +02:00 |
|
madmaxoft
|
db663c7ee1
|
Fixed style.
|
2014-08-30 22:24:04 +02:00 |
|
Tiger Wang
|
431b7ed0b7
|
Merge branch 'master' of https://github.com/mc-server/MCServer
Conflicts:
src/Server.cpp
|
2014-08-29 14:56:40 +01:00 |
|
Tiger Wang
|
fca5a01145
|
Improved command block security
|
2014-08-29 13:41:50 +01:00 |
|
Tycho
|
5623a045f5
|
Fixed potential null dereference
Fixes CID 70466
|
2014-08-10 22:06:56 +01:00 |
|
Tycho
|
6acddd0cad
|
Fixed style issues
|
2014-08-06 13:19:22 +01:00 |
|
Tycho
|
a0ba7426c6
|
Fixed multiple inhertance being output by tolua
|
2014-08-06 13:17:05 +01:00 |
|
Tycho
|
9272bd627c
|
Removed dependecy of redstone simulator on NoteBlock
|
2014-08-05 22:54:36 +01:00 |
|
Tycho
|
06942871dd
|
Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly
|
2014-08-05 21:48:23 +01:00 |
|
Howaner
|
3b4255dbfe
|
Fixed a bug who can used from hacked clients.
|
2014-08-02 00:14:05 +02:00 |
|
Howaner
|
09b63565bc
|
Use "default:" in switch.
|
2014-07-31 23:19:05 +02:00 |
|
Howaner
|
6b1f7e7a45
|
Renamed "select..." methods to "set..." and better IsValidEffect() function.
|
2014-07-31 18:15:39 +02:00 |
|
Howaner
|
c49d4fd215
|
Updated documentation.
|
2014-07-31 12:15:18 +02:00 |
|
Howaner
|
556fc908ae
|
Renamed functions and added beacon json saving.
|
2014-07-31 12:13:11 +02:00 |
|
Howaner
|
e6ca5a5ece
|
Added window update.
|
2014-07-30 22:54:19 +02:00 |
|
Howaner
|
dcd226d904
|
Added beacon load/save.
|
2014-07-30 22:50:34 +02:00 |
|
Howaner
|
ad4fa6eba8
|
Changed return type from GetPrimaryPotion() and GetSecondaryPotion()
|
2014-07-30 22:22:06 +02:00 |
|
Howaner
|
81e095adda
|
Exported the beacon.
|
2014-07-30 22:19:51 +02:00 |
|
Howaner
|
89b1bbdc5f
|
Added beacon.
|
2014-07-30 21:59:35 +02:00 |
|
archshift
|
4191be7ddb
|
Removed redundant semicolons and re-added warning
|
2014-07-24 11:21:37 -07:00 |
|
madmaxoft
|
93d29555e5
|
Style: Normalized to no spaces before closing parenthesis.
|
2014-07-21 17:40:43 +02:00 |
|
madmaxoft
|
08748bafe2
|
Code style: Fixed braces on separate lines.
|
2014-07-19 15:23:40 +02:00 |
|
archshift
|
725d1fd1e2
|
Subdirs: Only add_library if not using MSVC
|
2014-07-18 17:41:43 -07:00 |
|