Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -9/+9 | |
2015-11-03 | Implemented brewing | Lukas Pioch | 1 | -0/+2 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -5/+4 | |
2015-03-14 | cPainting saving implemented | Tiger Wang | 1 | -0/+2 | |
Additionally, it now inherits from cHangingEntity. | |||||
2014-09-23 | MCServer world compatiblity with vanilla and mcedit. | Howaner | 1 | -0/+2 | |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -12/+14 | |
2014-07-30 | Added beacon load/save. | Howaner | 1 | -0/+2 | |
2014-07-12 | Added splash potions to NBT serialization and retrieval | archshift | 1 | -0/+1 | |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -1/+1 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-06-30 | Removed unneeded code | Tiger Wang | 1 | -2/+0 | |
2014-06-29 | Properly implemented enderchests | Tiger Wang | 1 | -0/+2 | |
2014-05-18 | Fixed issue with types not being defined for an unused parameter | Tycho | 1 | -1/+1 | |
2014-04-26 | Implemented Chunk Sparsing with segments | Tycho | 1 | -2/+2 | |
2014-03-25 | Ender crystals | andrew | 1 | -0/+2 | |
2014-03-15 | Add item frame saving. | Howaner | 1 | -0/+4 | |
2014-03-15 | Add ExpOrb saving. | Howaner | 1 | -0/+2 | |
2014-03-08 | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 1 | -0/+2 | |
2014-03-07 | Add Flower Pots | Howaner | 1 | -0/+2 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -2/+2 | |
2014-02-23 | Add Skulls/Heads | Howaner | 1 | -0/+2 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -2/+2 | |
2014-02-17 | Add Skulls/Heads | Howaner | 1 | -0/+2 | |
2014-01-18 | Command block (de)serialization | andrew | 1 | -0/+2 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-08 | Initial boat support | Tiger Wang | 1 | -0/+2 | |
+ Boats are saved + Boats have physics + Boats spawn | |||||
2013-08-22 | Projectile entities get saved into MCA files | madmaxoft | 1 | -0/+2 | |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+2 | |
Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -110/+110 | |
2013-06-16 | Rewritten furnaces | madmaxoft@gmail.com | 1 | -1/+1 | |
Furnaces now smelt the correct number of items. Furnaces store their contents in a cItemGrid. Furnace window is updated with correct items and progressbars. Furnace recipes now use ticks instead of milliseconds. Furnaces save and load their state completely, not missing a smelt operation. Hoppers take items out of furnaces. Dropped the cSlotAreaDropSpenser class, replaced it with generic cSlotAreaItemGrid git-svn-id: http://mc-server.googlecode.com/svn/trunk@1601 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-13 | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 1 | -11/+13 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -0/+2 | |
Added a common ancestor class "DropSpenser" that has the common code for dropper and dispenser and is Lua-accessible, too. The Debuggers plugin now triggers both droppers and dispensers when rclking them with a redstone torch. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1514 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-10 | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 1 | -0/+5 | |
http://forum.mc-server.org/showthread.php?tid=831 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1380 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -0/+101 | |
Also changed cEntity rotation datatype to double git-svn-id: http://mc-server.googlecode.com/svn/trunk@1262 0a769ca7-a7f5-676a-18bf-c427514a06d6 |