Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-19 | Add Statistics and Achievements for newer Network standards | 12xx12 | 1 | -1/+1 | |
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -17/+44 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -5/+6 | |
2017-09-25 | BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038) | Bond-009 | 1 | -22/+22 | |
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -51/+24 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -24/+51 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -51/+24 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -3/+3 | |
2015-07-16 | Spawn baby mobs | hallucino | 1 | -1/+1 | |
2015-06-21 | Refactored block placement workflow. | Mattes D | 1 | -15/+18 | |
Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler. | |||||
2014-12-25 | MobHead: Fixed wither spawning. | Mattes D | 1 | -13/+40 | |
2014-12-25 | MobHeads: fixed regular head placement. | Mattes D | 1 | -2/+22 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -0/+261 | |
Fixes #1618. | |||||
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -4/+2 | |
2014-02-23 | Add Heads completely | Howaner | 1 | -0/+1 | |
2014-02-23 | Add Skulls/Heads | Howaner | 1 | -5/+7 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -1/+1 | |
May Fix #640 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -41/+41 | |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -8/+24 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-29 | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 1 | -3/+3 | |
Cauldrons can be filled with water and used to fill bottles git-svn-id: http://mc-server.googlecode.com/svn/trunk@1116 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-27 | Added flower pots | luksor111@gmail.com | 1 | -4/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1107 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-18 | Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks. | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@977 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Made beds placeable | faketruth | 1 | -4/+3 | |
Android: Updated some stuff and set default view distance lower git-svn-id: http://mc-server.googlecode.com/svn/trunk@900 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -2/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-23 | Fixed Bug #237 | lapayo94@gmail.com | 1 | -3/+3 | |
Sign placement git-svn-id: http://mc-server.googlecode.com/svn/trunk@781 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@677 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+25 | |
It was really a lot of work :D Took me the complete weekend :D Would really like to here your opinion on this =) The aim of this is to put all the actions for one block in one place so it is not spread around the source. (ToPickup, Action in cWorld, Action in cChunk, Action here, action there :D) git-svn-id: http://mc-server.googlecode.com/svn/trunk@671 0a769ca7-a7f5-676a-18bf-c427514a06d6 |