Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-14 | Improved maps | Tiger Wang | 1 | -3/+9 | |
2015-06-28 | Added a size check for portals. | STRWarrior | 1 | -0/+14 | |
Made the portal size configurable Alpha-sorted SetXYZNetherPortalXYZ functions | |||||
2015-06-14 | implemented DoesIgnoreBuildCollision on BlockFire to allow blocks to be placed on top | Martin McArthur | 1 | -0/+5 | |
2015-05-09 | More style checking. | Mattes D | 1 | -3/+3 | |
Spaces around some operators are checked. | |||||
2015-01-23 | Fixed defect #43661 in Coverity list. | Kirill Kirilenko | 1 | -1/+2 | |
2014-09-12 | Fixed farmland issues. | Howaner | 1 | -2/+2 | |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -5/+0 | |
2014-08-19 | Code formatting fixes. | Howaner | 1 | -10/+15 | |
2014-08-11 | Moved the clicked-through block check to the top of the function. | Howaner | 1 | -5/+0 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -16/+16 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-05-28 | Fix fire break. | Howaner | 1 | -2/+2 | |
2014-05-04 | Fixed portal Z direction loop coding failure | Tiger Wang | 1 | -10/+9 | |
* Fixed portals created in the ZP/ZM direction eating its frame * Changed return type of a function | |||||
2014-03-30 | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 1 | -10/+12 | |
2014-02-01 | Changed Signiture of OnDigging | Tycho | 1 | -2/+2 | |
2014-02-01 | Changed pointers to references | Tycho | 1 | -15/+15 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -28/+28 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2013-12-10 | fixed unused expression warnings in blockFire | Tycho Bickerstaff | 1 | -7/+6 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-02 | Flipped some variables in Portals | Tiger Wang | 1 | -2/+2 | |
To make them work on the X axis. | |||||
2013-11-02 | Split border finder into separate function | Tiger Wang | 1 | -10/+16 | |
2013-11-02 | Implement suggestions | Tiger Wang | 1 | -15/+15 | |
- Removed unneeded parameter * Changed 0 - 1 to -1 | |||||
2013-11-02 | Fixed compile error (portals) | Tiger Wang | 1 | -2/+182 | |
WITH A FULL REFORK | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -42/+42 | |
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 1 | -4/+4 | |
Also slightly refactored the variable / argument names (BlockID is deprecated, use BlockType instead) git-svn-id: http://mc-server.googlecode.com/svn/trunk@921 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-01 | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 1 | -7/+16 | |
( http://forum.mc-server.org/showthread.php?tid=434&pid=4734#pid4734 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@917 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-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-11 | Merged in a patch for sounds by l0udPL | madmaxoft@gmail.com | 1 | -2/+6 | |
http://forum.mc-server.org/showthread.php?tid=434&pid=4564#pid4564 git-svn-id: http://mc-server.googlecode.com/svn/trunk@858 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-19 | Fixed Bug #236 | lapayo94@gmail.com | 1 | -1/+1 | |
Workbench, Chest and Furnace are usable again git-svn-id: http://mc-server.googlecode.com/svn/trunk@755 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -4/+19 | |
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/+14 | |
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 |