Commit Graph

7223 Commits (63c53a8e23776cc3011fd0260857bd22274e2c62)

Author SHA1 Message Date
Howaner 7c4cb9a385 Added CustomName to cMonster. 2014-09-01 20:12:56 +02:00
worktycho de30a8c8c6 Make sure packets are valid
Fixes CID 66408, 66409 and 72045
2014-09-01 18:18:07 +01:00
Masy98 9674224e32 Fixed spacing and light gray wool name! 2014-09-01 19:08:29 +02:00
madmaxoft 022f5f141d Fixed Bindings regeneration under MSVC. 2014-09-01 16:10:40 +02:00
LO1ZB 4c9abab2d1 fix possibility of a twice generated chunk 2014-09-01 15:01:56 +02:00
madmaxoft 8821c476bb Fixed previous commit's wrong assumptions.
The equipment-getting functions return a copy already, so we can't take a pointer, really.
2014-09-01 14:35:52 +02:00
madmaxoft 7d8a474f13 Fixed MSVC compilation, improved performance.
We're not creating copies of the equipped items anymore, rather, we're using pointers to them. Also pow() is needlessly slow for a simple second power, and MSVC2008 was confused about the pow() overloads.
2014-09-01 14:31:05 +02:00
madmaxoft f22f67a63c Fixed MSVC warning. 2014-09-01 14:29:13 +02:00
madmaxoft 9a4e8bf83f Merge remote-tracking branch 'Hircine/Enchantments' 2014-09-01 14:03:39 +02:00
madmaxoft ea39c1d21c Avoid false positive in style check. 2014-09-01 13:43:10 +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
Mattes D 78b7d0006a Merge pull request #1363 from mc-server/FurnaceRecipes
Rewritten furnace.txt loading
2014-09-01 09:00:51 +02:00
Howaner 959f89f5bc Fixed ReplaceString() documentation. 2014-09-01 00:42:40 +02:00
worktycho 468c2558d6 Removed isDone check
The same data is returned by executeStep so why execute a call when you have the data.
2014-08-31 21:26:02 +01: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 af125d2a61 Use std::auto_ptr 2014-08-31 22:04:52 +02:00
worktycho 3e7332c70c Delete the entity before removing from the list
Old code was calling dereference on invalid iterator
2014-08-31 20:28:41 +01:00
worktycho b6d77d9679 Init RankMgr pointer to NULL 2014-08-31 20:26:08 +01:00
Howaner 0d392f53ed Fixed compile warnings. 2014-08-31 20:53:41 +02:00
Howaner 66417f7a48 Fixed wrong doxy-comment. 2014-08-31 19:29:54 +02:00
Howaner 3d7b8d3598 Rewrited furnace.txt 2014-08-31 19:28:36 +02:00
Howaner 0beed83ae9 Rewrited furnace.txt loading. 2014-08-31 19:00:36 +02:00
Masy98 90d39fd917 Added furnace recipes! 2014-08-31 16:50:05 +02:00
Masy98 ec259eeef0 Added missing mossy stonebrick recipe! 2014-08-31 16:33:19 +02:00
Masy98 b13f10aabf Added 1.8 recipes! 2014-08-31 16:25:12 +02:00
Masy98 9ee5229833 Added 1.8 blocks and items! 2014-08-31 15:28:01 +02:00
Howaner 1ec8c12799 WebAdmin: Exported logo and background. 2014-08-31 15:25:40 +02:00
Howaner e67bb7f431 WebAdmin: Stop webadmin if template can't load. 2014-08-31 15:03:23 +02:00
Howaner ceb1a46449 WebAdmin: Added favicon to the login template. 2014-08-31 14:52:44 +02:00
Howaner fca986ec71 WebAdmin: Exported favicon. 2014-08-31 14:51:07 +02:00
Howaner 9a95b00648 WebAdmin: Exported stylesheet in a own file. 2014-08-31 14:39:58 +02:00
Howaner 8934ab487e WebAdmin: Added login template 2014-08-31 14:20:42 +02:00
Howaner 7e5f22141f WebAdmin: Added "files" folder and load the login template from login_template.html 2014-08-31 12:59:04 +02:00
Jaume Aloy 6180f7df09 Fixed style 2014-08-31 11:28:42 +02:00
Mattes D e9f9539310 Merge pull request #1357 from mc-server/leafFix
Check range of y in HasNearLog
2014-08-31 12:27:56 +03:00
worktycho 365d2447d0 Check range of y in HasNearLog
Fixes #803
2014-08-31 00:15:48 +01:00
STRWarrior 9f321e29cf Merge pull request #1355 from mc-server/fixes
Fixes
2014-08-30 22:42:38 +02:00
madmaxoft db663c7ee1 Fixed style. 2014-08-30 22:24:04 +02:00
madmaxoft 26b8471280 Merge branch 'master' into fixes 2014-08-30 22:17:49 +02:00
madmaxoft fc7da22738 WSSAnvil: Removed leftover debugging code. 2014-08-30 22:11:52 +02:00
madmaxoft b0a7d93ae1 Fixed MSVC2008 compilation.
It was getting confused about which sqrt() overload to call.
2014-08-30 22:11:09 +02:00
Mattes D a4778b6e33 Merge pull request #1340 from Masy98/crafting
Added missing recipes for stairs and slabs
2014-08-30 22:54:48 +03:00
Masy98 55907376d5 Fixed missing slab name in line 297 2014-08-30 21:36:20 +02:00
Masy98 2d5a38bd61 Merge branch 'master' into crafting 2014-08-30 21:31:51 +02:00
Howaner 3ee3a59e75 Changed the IsEnchantable() comment. 2014-08-30 15:06:43 +02:00
Howaner c5be3e0b66 Removed SexyMotd link 2014-08-30 12:55:43 +02:00
Howaner 04653b4539 Added GetWalkSpeed() and SetWalkSpeed() documentation. 2014-08-30 12:53:19 +02:00
Howaner 0fdb177208 Fixed potion removing in creative mode. 2014-08-30 12:46:26 +02:00
Howaner 003206b1b0 Added slowness effect and added entity support. 2014-08-30 12:45:39 +02:00