Mattes D
|
6b8529544e
|
Fixed tolua linking order.
Ref.: #1044.
|
2014-06-30 21:00:52 +02:00 |
|
Howaner
|
c3cde6232f
|
Moved the random code to a function (cSheep::GenerateNaturalRandomColor())
|
2014-06-30 20:23:17 +02:00 |
|
Tiger Wang
|
85fae0e521
|
Implemented Vector3<>::Floor()
|
2014-06-30 19:21:21 +01:00 |
|
Tiger Wang
|
b94fef3089
|
Removed unneeded code
|
2014-06-30 19:15:10 +01:00 |
|
Howaner
|
5a152435b3
|
Add documentation.
|
2014-06-30 15:22:48 +02:00 |
|
Howaner
|
aa753a92c0
|
Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGE
|
2014-06-30 15:12:56 +02:00 |
|
Howaner
|
4ded58bfd1
|
Unnecessary return
|
2014-06-30 14:19:31 +02:00 |
|
Tiger Wang
|
b9d4431f6f
|
Fixed respawning
* Fixes #1103
|
2014-06-29 22:44:16 +01:00 |
|
Tiger Wang
|
428cfb5c21
|
Suggestions
|
2014-06-29 22:41:31 +01:00 |
|
Mattes D
|
3c631fc0f9
|
Fixed offline UUID generator.
It generated invalid UUIDs, too many hex chars.
|
2014-06-29 18:27:41 +02:00 |
|
Tiger Wang
|
909e0ed95b
|
Removed bad comment
|
2014-06-29 11:41:50 +01:00 |
|
Tiger Wang
|
dde641ce83
|
Properly implemented enderchests
|
2014-06-29 11:36:38 +01:00 |
|
Mattes D
|
3b3160d6b4
|
Merge pull request #1136 from Howaner/GlobalFixes
Send statistics to the player on login.
|
2014-06-29 08:55:26 +02:00 |
|
Howaner
|
50e112788b
|
Send statistics to the player, when he logged in.
|
2014-06-29 01:40:15 +02:00 |
|
Howaner
|
20b32fc44e
|
Code fixes.
|
2014-06-29 01:01:10 +02:00 |
|
Mattes D
|
1b89b997ff
|
Merge pull request #1132 from mc-server/RemoveMD5
Removed the md5 library, obsoleted by PolarSSL.
|
2014-06-29 00:46:11 +02:00 |
|
Tiger Wang
|
536cb62f1c
|
An unification of code style
|
2014-06-28 21:14:10 +01:00 |
|
Tiger Wang
|
35dc056f03
|
Likely fixed too quick food depletion
* Fixes FS427 properly, hopefully
|
2014-06-28 21:10:59 +01:00 |
|
STRWarrior
|
085cb4256e
|
Fixed doxycomments
|
2014-06-28 21:55:21 +02:00 |
|
Tiger Wang
|
5e66d9aeab
|
Fixed issue with breaking blocks at -1 coordinates
|
2014-06-28 20:45:05 +01:00 |
|
Tiger Wang
|
61cb08b546
|
Implemented tripwire(s) (hooks)
* Fixes #944
|
2014-06-28 20:44:34 +01:00 |
|
Mattes D
|
1495bba17c
|
Fixed a silly path error in #include.
|
2014-06-28 18:20:46 +02:00 |
|
Mattes D
|
48639ee4d2
|
CMake: Added polarssl include dir as non-system.
|
2014-06-28 18:16:26 +02:00 |
|
Howaner
|
11d02a447e
|
Save IsSheared from Sheep.
|
2014-06-28 13:19:32 +02:00 |
|
Howaner
|
bef84b4821
|
Fix sheep color's, add shear sound.
|
2014-06-28 12:59:09 +02:00 |
|
Mattes D
|
3e104c25e9
|
Changed include folders to work for Bindings, too.
|
2014-06-28 12:49:08 +02:00 |
|
Tiger Wang
|
de543ff73f
|
Added more block exceptions to torches
|
2014-06-28 00:29:32 +01:00 |
|
Tiger Wang
|
0a20e19a64
|
Minor change to buttons and levers
+ They now detect if the block they are on occupies its voxel, instead
of just being solid
|
2014-06-28 00:29:19 +01:00 |
|
Tiger Wang
|
69befa9851
|
Fixed bad water/redstone simulator communication
* Fixes #713
|
2014-06-27 23:16:37 +01:00 |
|
Tiger Wang
|
b6df30831d
|
Fixed server forcing players afloat
* Fixes #1131
|
2014-06-27 23:13:26 +01:00 |
|
Mattes D
|
9926abd4f5
|
Added generic entity-collecting.
Now any cEntity can be collected, not only cPickups.
This should help PR #1098.
|
2014-06-27 20:56:44 +02:00 |
|
worktycho
|
fb5d88b17e
|
Merge pull request #1129 from mc-server/CodeCoverageCondition
Moved CodeCoverage into a separate cmake condition.
|
2014-06-27 19:24:02 +01:00 |
|
Mattes D
|
d7bc5c5bd3
|
Added PolarSSL dependency to Bindings.
|
2014-06-27 20:23:05 +02:00 |
|
Mattes D
|
563f706422
|
Removed the md5 library, obsoleted by PolarSSL.
Fixes #1130.
|
2014-06-27 19:34:53 +02:00 |
|
madmaxoft
|
9c29afb300
|
CMake: pthread is used only on Unix.
|
2014-06-27 12:15:24 +02:00 |
|
worktycho
|
833d328435
|
Added MSVC guard
|
2014-06-27 11:07:03 +01:00 |
|
worktycho
|
9e1829e4e6
|
Update SetFlags.cmake
|
2014-06-27 10:45:43 +01:00 |
|
worktycho
|
62669f64de
|
Update SetFlags.cmake
|
2014-06-27 10:27:02 +01:00 |
|
madmaxoft
|
78442edf1d
|
CMake: Added log message for coverage.
|
2014-06-27 11:02:28 +02:00 |
|
madmaxoft
|
f68dc6210f
|
Moved CodeCoverage into a separate cmake condition.
|
2014-06-27 09:24:11 +02:00 |
|
worktycho
|
25a0264cc4
|
Check GridSize for 0
Fixes CID 68226 and CID 66437
|
2014-06-26 19:04:56 +01:00 |
|
worktycho
|
b832a202ab
|
Add Null check to SendBlockTo
Fixes CID 43611
|
2014-06-26 18:30:02 +01:00 |
|
Mattes D
|
e60b73ce69
|
Merged branch 'howaner/Bow'.
Removed the pickup collection broadcast due to bad code.
|
2014-06-26 18:42:28 +02:00 |
|
Mattes D
|
4826990ea0
|
Merged branch 'howaner/Pickups'.
|
2014-06-26 18:35:38 +02:00 |
|
Mattes D
|
0df644c9f7
|
FurnaceRecipe parsing: Fixed whitespace removing.
|
2014-06-26 18:28:10 +02:00 |
|
Mattes D
|
ec1015112c
|
Fixed misformed trimming.
|
2014-06-26 18:20:12 +02:00 |
|
Mattes D
|
55bbdfa5d4
|
FurnaceRecipe: Moved the parsing into separate functions for clarity.
|
2014-06-26 18:18:41 +02:00 |
|
Mattes D
|
67e3c645d3
|
FurnaceRecipe parser: Made the parser more forgiving.
Errors don't cause a stop in the parsing, but rather just skip the offending line.
|
2014-06-26 17:52:37 +02:00 |
|
Mattes D
|
b90b0a1dff
|
FurnaceRecipe parser: Added an else branch, changed to a switch.
|
2014-06-26 17:51:19 +02:00 |
|
Howaner
|
bf3229867b
|
Add comment.
|
2014-06-26 17:26:47 +02:00 |
|