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 |
|
Tiger Wang
|
284c1c0514
|
Vector clamping fixes
Thank you, @madmaxoft.
|
2014-07-01 22:39:37 +01:00 |
|
madmaxoft
|
7177806d31
|
Fixed printf formats for Win builds
|
2014-07-01 22:48:01 +02:00 |
|
madmaxoft
|
b6d5d50b31
|
Tolua generates LuaState_Call.inc file.
|
2014-07-01 22:29:39 +02:00 |
|
madmaxoft
|
bb0e88fcf8
|
Initial codegen for LuaState_Call.inc.
|
2014-07-01 22:29:38 +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
|
68007ab3e5
|
Add doxy-comments.
|
2014-07-01 20:42:23 +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 |
|
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 |
|