madmaxoft
8f5ed6511a
APIDump: Added example to HOOK_CHUNK_GENERATED.
2013-10-14 09:30:13 +02:00
madmaxoft
23b4aa4820
APIDump: Documented HOOK_CHUNK_GENERATED.
2013-10-14 09:10:33 +02:00
madmaxoft
26fbefdcbf
APIDump: The undocumented hooks template now has 8 params.
...
This allows for easier copypasting, hooks with less than 9 params don't need an extra copy-paste for a new param entry.
2013-10-14 09:03:54 +02:00
madmaxoft
9d7e638aa2
APIDump: Documented HOOK_CHUNK_AVAILABLE.
2013-10-14 09:00:28 +02:00
madmaxoft
18bbe82f30
WebAdmin honors the [WebAdmin].Enable setting.
...
This fixes #234 .
2013-10-13 22:19:13 +02:00
madmaxoft
efb7d4fd3e
Fixed WebAdmin's request parameters.
...
Also added doxycomments on what they really contain.
2013-10-13 20:29:57 +02:00
Tiger Wang
9faf4ef178
Merge submodule changes
2013-10-13 17:36:57 +01:00
madmaxoft
e62cac07c0
Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata.
2013-10-13 18:26:45 +02:00
Mattes D
790f25a9ac
Merge pull request #226 from SamJBarney/master
...
Crop blocks now respect light.
2013-10-13 07:10:49 -07:00
madmaxoft
455d33963f
Re-added the cWorld:GetSignLines() to the API.
...
Somehow this got lost somewhere.
2013-10-13 14:13:15 +02:00
Tiger Wang
d8d2f35e9d
Eight round of fixes
...
* Changed IsA() to *long if statement*
- Removed deprecated values in Entity.h - to blazes with the plugins!
* Renamed villager type enumerations to be LESS SHOUTY and more vt-y
+ Use vtMax for World.cpp testificate spawning
2013-10-13 12:47:55 +01:00
Samuel Barney
277a18626d
Removed faulty code dealing with water.
2013-10-12 16:38:07 -06:00
Tiger Wang
d0acb37aed
Seventh round of fixes
...
* Fixed arrows not critical-effecting because they were in MOBS! (derp)
* Used cMonster::mtXX as per xoft's suggestions
2013-10-12 23:05:15 +01:00
madmaxoft
33e1ba4240
Added 1.7 biome constants.
2013-10-12 23:49:55 +02:00
Samuel Barney
c74d1ffb91
Crop blocks now respect water and light. Currently a block has to be "watered" or the crop has a chance of breaking anyways.
2013-10-12 15:25:47 -06:00
madmaxoft
058faa74d2
APIDump: Documented the webserver vs world threads.
...
This fixes #12 .
2013-10-12 23:13:26 +02:00
Mattes D
b400a9122e
Merge pull request #225 from SamJBarney/master
...
Fix: Wrong arg name
2013-10-12 13:55:26 -07:00
Samuel Barney
25c5df0e05
Fix: Wrong arg name
2013-10-12 14:52:51 -06:00
Mattes D
3f09294e93
Merge pull request #224 from tonibm19/patch-7
...
Added Horses, Blazes and EnderDragons spawning.
2013-10-12 13:33:31 -07:00
madmaxoft
0352e45898
Fixed and exported cWorld:QueueTask().
...
This implements #220 .
2013-10-12 22:24:59 +02:00
tonibm19
bfbc381e1d
Added more ghast spawning probability
2013-10-12 20:26:57 +02:00
tonibm19
c28d3d7771
Added extra line
2013-10-12 20:21:28 +02:00
tonibm19
d86facc2bf
Mob spawning changes
...
Added EnderDragon, Blaze and Horse spawning.
2013-10-12 20:18:35 +02:00
madmaxoft
82834ee1ed
APIDump: Added pretty-printing to code examples.
2013-10-12 18:31:55 +02:00
madmaxoft
9b13a401f6
APIDump: Added an OnBlockToPickups() code example.
2013-10-12 18:29:06 +02:00
madmaxoft
dff343b792
APIDump: Added the possibility of extra code examples for hooks.
2013-10-12 18:11:14 +02:00
madmaxoft
50e5afd67d
APIDump: Documented OnBlockToPickups.
2013-10-12 11:46:00 +02:00
madmaxoft
990fa9dfe1
APIDump: Hook notes are linkified.
2013-10-12 11:44:59 +02:00
madmaxoft
4fdb1c1aaf
BiomeVisualiser: fixed crash at shutdown caused by bad logging
2013-10-12 11:27:06 +02:00
madmaxoft
420e164ea6
Fixed second logger constructor.
2013-10-12 11:26:42 +02:00
Tiger Wang
327abdd10d
Sixth round of fixes
...
* Made horse rearing time fixed instead of random
2013-10-11 21:33:56 +01:00
Tiger Wang
e2aaf202ab
Fifth round of fixes
...
* Enumerated Villager spawning
2013-10-11 20:57:22 +01:00
madmaxoft
b88a70963c
Updated BiomeVisualiser to compile again.
2013-10-11 12:53:05 +02:00
madmaxoft
a9e70c84b5
CompoGen and HeiGen read their settings in their respective Initialize() functions.
2013-10-11 10:18:01 +02:00
madmaxoft
47b64b63fa
Added GetIniItemSet() function.
...
It reads a block / item description from the specified INI file value and returns as cItem; stores and uses the default if value doesn't exist.
2013-10-11 10:12:36 +02:00
Tiger Wang
ee2df34d03
Fourth round of fixes
...
* Switchified WriteMobMetadata
* Renamed Horse functions to be better
2013-10-11 01:00:16 +01:00
Tiger Wang
d7b2c534fd
Third round of fixes
...
* Split WriteMetadata into three functions for common, entity, and mob
* Edited a few mob sizes to Vanilla values
2013-10-11 00:41:54 +01:00
madmaxoft
85eb85dbf9
Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().
...
This will allow initializing generators that implement both cBiomeGenerator and other generators.
2013-10-10 15:49:24 +02:00
Tiger Wang
fe6fa23a97
Second round of fixes
...
* Implemented suggestions
2013-10-09 21:02:59 +01:00
madmaxoft
9deb9cfa0e
APIDump: Fixed extra pages copying.
2013-10-09 15:56:24 +02:00
madmaxoft
9dafba5015
APIDump: Implemented basic hook documentation.
2013-10-09 15:10:25 +02:00
madmaxoft
76d056e5f7
Fixed cFile::CopyFile Linux compilation.
2013-10-09 14:19:14 +02:00
madmaxoft
9fc35514e6
APIDump: Documented the new cFile API functions.
2013-10-09 11:31:38 +02:00
madmaxoft
27ce6dd97e
APIDump: Added support for extra pages.
...
Referenced by file links and titles and copied directly from the plugin folder to the dest folder.
2013-10-09 10:24:24 +02:00
madmaxoft
c03e440311
APIDump: Taking advantage of the new cFile API.
2013-10-09 10:02:07 +02:00
madmaxoft
55999ee118
Moved cMakeDir::MakeDir to cFile::CreateFolder.
...
And exported to Lua.
2013-10-09 09:57:48 +02:00
madmaxoft
2ff882f239
Added static cFile functions to Lua API.
2013-10-09 09:38:47 +02:00
madmaxoft
36f24e30b7
Fixed warning in cFireSimulator.
...
All code paths now have a return value.
2013-10-09 09:09:47 +02:00
Tiger Wang
7401fc000d
Initial round of fixes
...
* Fixed intentional misspelling of baby! :D
* Better chested horse bool name
* Fixed some weird continuity issues with my recent changes not being
pushed up initially
* Fixed derpy hexadecimal values
2013-10-08 22:21:55 +01:00
madmaxoft
06c8217b65
Merge branch 'magicalcarpets' of git://github.com/tigerw/MCServer into tigerw-magicalcarpets
2013-10-08 22:52:12 +02:00