madmaxoft
|
2dbed03cbc
|
Changed OnWeatherChanging hook to always read the returned weather.
Ref.: http://forum.mc-server.org/showthread.php?tid=1512
|
2014-07-03 17:49:21 +02:00 |
|
madmaxoft
|
78dd02f0c7
|
CMake: Changed slash format to support MSYS.
Ref.: #1044
|
2014-07-03 10:26:48 +02:00 |
|
archshift
|
6f0a538385
|
SetFlags.cmake: don't use ${} expansion on if STREQUAL
See http://stackoverflow.com/questions/19982340/cmake-compare-to-empty-string-with-strequal-failed
|
2014-07-02 21:19:09 -07:00 |
|
Mattes D
|
39fff19955
|
Merge pull request #1138 from mc-server/enderchest
Properly implemented enderchests
|
2014-07-02 22:59:21 +02:00 |
|
Tiger Wang
|
abb49d3f33
|
Suggestion
|
2014-07-02 18:51:37 +01:00 |
|
Tiger Wang
|
f5659a08b8
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/Entities/Player.cpp
|
2014-07-02 18:48:05 +01:00 |
|
Tiger Wang
|
c1ae5513ec
|
Fixed player teleport food drain
|
2014-07-02 18:46:13 +01:00 |
|
Tiger Wang
|
19caba5125
|
Redstone simulator is alerted to lever unpowering
* Fixed the "fix" that broke the fix for #535, thereby fixing said issue
* Fixed #535
|
2014-07-02 18:46:00 +01:00 |
|
Mattes D
|
9204c8a124
|
Merge pull request #1139 from Howaner/Hooks
Add hook HOOK_PLAYER_FOOD_LEVEL_CHANGE
|
2014-07-02 16:33:24 +02:00 |
|
madmaxoft
|
1c16862ae5
|
CMake: Use cmake for file-copying.
This should enable MSYS builds.
|
2014-07-02 16:30:45 +02:00 |
|
Howaner
|
835d00428c
|
Update documentation
|
2014-07-02 14:49:08 +02:00 |
|
Howaner
|
4a9002045b
|
Removed foodlevel-change possibility. Plugins can cancel the event and use cPlayer:SetFoodLevel()
|
2014-07-02 14:46:00 +02:00 |
|
madmaxoft
|
7177806d31
|
Fixed printf formats for Win builds
|
2014-07-01 22:48:01 +02:00 |
|
madmaxoft
|
0dfaad4123
|
Fixed a possibly unused variable.
|
2014-07-01 22:28:58 +02:00 |
|
Mattes D
|
9fa984bf04
|
Merge pull request #1122 from mc-server/LuaProxy
Lua proxy DLL builds as part of MCS build.
|
2014-07-01 22:20:48 +02:00 |
|
Mattes D
|
621400c9c6
|
Merge pull request #1141 from Howaner/GlobalFixes
Fix server-crash with non-existing items.
|
2014-07-01 21:41:12 +02:00 |
|
Howaner
|
64e6667435
|
Only fixes the server crash.
|
2014-07-01 20:34:50 +02:00 |
|
Howaner
|
5a888f0a51
|
Change documentation
|
2014-07-01 20:30:13 +02:00 |
|
Mattes D
|
decdbab2e6
|
LuaProxy compilation under MinGW.
|
2014-07-01 15:23:29 +02:00 |
|
Mattes D
|
9d843405b2
|
Merge branch 'master' into LuaProxy
|
2014-07-01 15:07:12 +02:00 |
|
Howaner
|
64f6ddf1e2
|
Fix server-crash with non-existing items.
|
2014-07-01 14:47:49 +02:00 |
|
Mattes D
|
24c86df12e
|
Merge pull request #1140 from mc-server/FixMingw
Fix mingw
|
2014-07-01 08:54:44 +02:00 |
|
Mattes D
|
eb8244f1c2
|
Proper sqlite dependency fix.
|
2014-07-01 08:01:39 +02:00 |
|
Mattes D
|
194678100a
|
Ignore Code:::Blocks project files.
|
2014-07-01 06:41:35 +02:00 |
|
Mattes D
|
4f60f5aef4
|
Fixed linking order under MinGW.
Ref.: #1044
|
2014-07-01 06:40:38 +02:00 |
|
worktycho
|
0fb236bfe4
|
typo
|
2014-06-30 22:21:22 +01:00 |
|
worktycho
|
84272fb155
|
Added dependecy of tolualib on lua
|
2014-06-30 22:21:07 +01:00 |
|
Mattes D
|
f9f3f7eac5
|
Fixed size_t printfing under MinGW.
|
2014-06-30 21:58:23 +02:00 |
|
Howaner
|
8e11f7a1f6
|
Fixes.
|
2014-06-30 21:50:40 +02:00 |
|
Mattes D
|
ac01a8e483
|
Fixed lua compilation under MinGW.
|
2014-06-30 21:42:20 +02:00 |
|
madmaxoft
|
a5a0533d79
|
Fixed cFile compilation under MinGW.
|
2014-06-30 21:41:38 +02:00 |
|
Mattes D
|
6b8529544e
|
Fixed tolua linking order.
Ref.: #1044.
|
2014-06-30 21:00:52 +02: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 |
|
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 |
|
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
|
35dc056f03
|
Likely fixed too quick food depletion
* Fixes FS427 properly, hopefully
|
2014-06-28 21:10:59 +01: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 |
|
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 |
|