madmaxoft
d8dfa8cd88
Plugin folders now check for "." and "..".
...
This fixes #207 .
2013-10-06 16:58:19 +02:00
madmaxoft
d41f3a1b0c
APIDump: Brought cItem docs up-to-date.
2013-10-05 12:01:51 +02:00
madmaxoft
a7401fa832
APIDump: Added cLineBlockTracer documentation.
2013-10-04 21:53:14 +02:00
STRWarrior
fdc67142fd
APIDump: Documented cPlugin
2013-10-04 20:58:25 +02:00
madmaxoft
a1898521b0
APIDump: Added the cWorld:IsWeatherXXX() functions.
2013-10-04 08:49:55 +02:00
madmaxoft
8fb80b6369
Optimized cBlockFarmlandHandler in wet weather.
...
The area isn't read at all when the weather is wet, since it isn't needed.
2013-10-04 08:39:59 +02:00
madmaxoft
dcea29ec30
Added cWorld::IsWeatherXXX() functions
2013-10-04 08:38:38 +02:00
madmaxoft
09718bee7d
Merge branch 'master' of git://github.com/SamJBarney/MCServer into SamJBarney-master
2013-10-04 08:27:58 +02:00
Samuel Barney
d1448d12a0
Added comparison for desert biomes.
2013-10-03 21:39:07 -06:00
Samuel Barney
0e1e76fa77
Rain now waters farmland.
2013-10-03 21:35:17 -06:00
madmaxoft
5ab6003e0f
APIDump: Removed ignored classes logging.
2013-10-02 08:50:43 +02:00
madmaxoft
02c41b6f1d
APIDump: Fixed operator == rename having bad DocID.
2013-10-02 08:49:15 +02:00
Mattes D
709097c99f
Merge pull request #201 from SamJBarney/master
...
Added glass pane as transparent. Removed duplicate g_BlockOneHitDig[E_BLOCK_REDSTAONE_WIRE]
2013-10-01 23:34:53 -07:00
Samuel Barney
523c6b4b94
Merge branch 'master' of https://github.com/mc-server/MCServer
2013-10-01 17:48:06 -06:00
Samuel Barney
2855a330d4
Added glass pane as transparent. Removed excess g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE].
2013-10-01 11:48:07 -06:00
Mattes D
ba8152608f
Merge pull request #193 from tigerw/bugfixes
...
Startup messages revision.
2013-10-01 02:40:13 -07:00
Mattes D
d7fa9c9ff2
Merge pull request #199 from tigerw/moar-bugfixes
...
Fixed a fire simulator bug
2013-10-01 02:38:48 -07:00
Tiger Wang
20902e125c
Removed unneeded statement
...
Also LOGINFO'd "Starting WebAdmin"
2013-09-30 21:17:52 +01:00
Tiger Wang
c4750ef003
Fixed issues
2013-09-30 21:15:48 +01:00
madmaxoft
4cbe24d2e8
APIDump: Added equality operator renaming.
2013-09-30 20:45:13 +02:00
Tiger Wang
ab34da78e7
Fixed a fire simulator bug
...
Fire now doesn't stay when it isn't on a flammable block.
Fixes the "fire creates chandeliers" bug in report #131
2013-09-29 23:39:58 +01:00
Tiger Wang
9c7cfd29ad
Improvements to startup timer
...
As suggested by xoft. Also reverted changes of displayed protocol
version.
2013-09-29 21:37:50 +01:00
madmaxoft
9e19d598d0
APIDump: Fixed overloaded functions' docs.
2013-09-29 09:09:13 +02:00
madmaxoft
425073c4aa
APIDump: Added more inheritance and linkification.
2013-09-29 08:59:46 +02:00
madmaxoft
6fa0361a64
APIDump: Linkified cDropSpenser constants.
2013-09-29 08:55:31 +02:00
madmaxoft
1f9397302c
APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.
2013-09-29 00:10:42 +02:00
Tiger Wang
ebae946f1c
Updated README
...
See for yourself :)
2013-09-28 20:41:26 +01:00
Tiger Wang
cc5c56d545
Minor startup streamlining
...
* LOGD'd unneeded debugging messages, streamlining startup
+ Added a basic timer for how long in seconds it took to start up
+ Added two checks for plural (plugin/s, second/s)
2013-09-28 20:36:01 +01:00
madmaxoft
5e7e4b3a28
APIDump: Updated cEntity docs.
2013-09-27 16:34:02 +02:00
madmaxoft
e5d5896a24
Fixed a typo in cEntity doxycomments.
2013-09-27 16:34:01 +02:00
STRWarrior
271bbdd7ac
APIDump: Documented cServer
2013-09-27 15:10:55 +02:00
madmaxoft
aeb44b5e66
APIDump: Completed cCuboid docs.
2013-09-26 21:58:18 +02:00
madmaxoft
b4c7b18793
APIDump: Completed cCraftingGrid's documentation.
2013-09-26 21:37:15 +02:00
madmaxoft
1c0f47704f
APIDump: completed cChestEntity docs.
2013-09-26 21:28:23 +02:00
madmaxoft
fe9be5b8be
APIDump: Updated cBlockArea docs.
2013-09-25 09:15:48 +02:00
madmaxoft
6d1580bd39
APIDump: Updated cChunkDesc docs.
2013-09-25 09:03:53 +02:00
madmaxoft
0b8f47face
Removed cChunkDesc::SetChunkCoords() from Lua API.
2013-09-25 09:02:49 +02:00
madmaxoft
8ca8c84ee5
APIDump: Updated cClientHandle documentation
2013-09-25 08:43:01 +02:00
madmaxoft
401e31fdc0
APIDump: Documented the cBoundingBox class.
2013-09-24 22:41:29 +02:00
Tiger Wang
21b23ff1e7
Merge pull request #2 from tigerw/bugfixes
...
Bugfixes
2013-09-24 02:31:57 -07:00
madmaxoft
4a00d26da9
Fixed a few compiler warnings
2013-09-22 21:43:00 +02:00
Mattes D
63c627f68f
Merge pull request #186 from tigerw/bugfixes
...
One feature and a few changes
2013-09-22 12:31:53 -07:00
Tiger Wang
dad3648102
Removed some unneeded includes
2013-09-22 19:48:59 +01:00
Tiger Wang
0fcbaca0ed
Changed a comment
...
Was a remnant of my TypeType minecarts :D
2013-09-22 19:35:35 +01:00
Tiger Wang
a8a45a4afc
Added button placement handler
...
Also removed an unneeded variable in the stair handler
2013-09-22 19:34:42 +01:00
Tiger Wang
5c22a9f5f0
Removed OnDigging for Redstone devices
2013-09-22 19:16:56 +01:00
Tiger Wang
5d2831ddb9
Increase piston delay to a second
...
Another fix for #57
2013-09-22 18:19:51 +01:00
Tiger Wang
9d46fa6ae9
Changed to SetBlockMeta
2013-09-22 18:18:04 +01:00
madmaxoft
2a7a482f2c
Added a simple valgrind script for easier testing.
2013-09-22 17:29:11 +02:00
STRWarrior
34f94cdc91
APIDump: Forgot a function in globals.
2013-09-22 15:54:33 +02:00