Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-03 | Comment suggestions | Tiger Wang | 1 | -2/+3 | |
2014-09-30 | Improved torch handler | Tiger Wang | 1 | -70/+51 | |
2014-09-30 | Indentation | Julian Laubstein | 1 | -3/+3 | |
2014-09-30 | Set right indentation | Julian Laubstein | 1 | -3/+3 | |
2014-09-30 | actual solving of the halfslap+torch problem | Julian Laubstein | 1 | -1/+3 | |
2014-09-29 | Style fixes. | madmaxoft | 1 | -6/+8 | |
2014-09-29 | Update BlockTorch.h | Julian Laubstein | 1 | -3/+3 | |
2014-09-29 | Added torches placeable on upside-down-halfslaps | Julian Laubstein | 1 | -1/+3 | |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -6/+0 | |
2014-08-19 | Code formatting fixes. | Howaner | 1 | -2/+2 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 | |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -3/+4 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -6/+6 | |
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-06-28 | Added more block exceptions to torches | Tiger Wang | 1 | -0/+4 | |
2014-03-25 | Fixed spelling; Rotater to Rotator. | narroo | 1 | -3/+3 | |
2014-03-02 | Reformatted | Tycho | 1 | -2/+2 | |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -3/+3 | |
2014-03-01 | Implemented Rotations | Tycho | 1 | -64/+3 | |
2014-02-04 | Fix gcc not having operator ++ on enums | Tycho | 1 | -6/+7 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -8/+8 | |
May Fix #640 | |||||
2014-02-02 | Fixed #620 | Tiger Wang | 1 | -1/+2 | |
2014-02-01 | Changed Signiture of OnDestroyedByPlayer | Tycho | 1 | -1/+1 | |
2014-02-01 | Changed pointers to references | Tycho | 1 | -5/+5 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -7/+7 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-11 | Renamed g_TorchPlaceable... | Tiger Wang | 1 | -3/+3 | |
...to g_FullyOccupiesVoxel, as recommended by @bearbin | |||||
2013-12-06 | Cleaned up torch code and added comments | Tiger Wang | 1 | -31/+7 | |
2013-12-06 | Removed another export and inline'd stuff | Tiger Wang | 1 | -5/+5 | |
2013-12-06 | Removed exporting of a torch function | Tiger Wang | 1 | -3/+3 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-19 | Possible compile fix | Tiger Wang | 1 | -2/+0 | |
Also removed unneeded variables. | |||||
2013-11-05 | Implemented suggestions | Tiger Wang | 1 | -13/+0 | |
- Reverted changes to WebAdmin.cpp IPv6 ports and Server.cpp server description + Added default value explicitly for HardCore value * Split PluginManager plugin defaults write to new function - Removed a commented block from BlockTorch and... + Added g_BlockIsTorchPlaceable to Defines.h | |||||
2013-09-16 | Fixed derpy comparison | Tiger Wang | 1 | -1/+1 | |
2013-09-16 | Torch fixes [SEE DESC] | Tiger Wang | 1 | -7/+8 | |
* Torches snap to neighbour when placed on bottom * CanBeAt takes into account cobblestone walls + Used more BLOCK_FACEs instead of numbers | |||||
2013-09-15 | Torches work properly | Tiger Wang | 1 | -26/+71 | |
Also fixed a naming inconsistency concerning quartz stairs. | |||||
2013-09-13 | Removed torch top placement prevention | Tiger Wang | 1 | -6/+0 | |
2013-09-08 | Fixed torch placement. | madmaxoft | 1 | -7/+17 | |
This is related to #127, but until we know more about the change, I'm not closing the issue. | |||||
2013-08-13 | Removed more comments | Tiger Wang | 1 | -1/+0 | |
2013-08-13 | Removed comments | Tiger Wang | 1 | -7/+0 | |
2013-08-11 | Really removed comments this time | Tiger Wang | 1 | -7/+0 | |
2013-08-11 | Removed unneeded case clause | Tiger Wang | 1 | -15/+12 | |
2013-08-11 | Tried adding bracket | Tiger Wang | 1 | -1/+1 | |
2013-08-11 | Further attempt at fixing torch placements | Tiger Wang | 1 | -9/+9 | |
Also fixed block on flower placement. #71 | |||||
2013-08-10 | Attempt at fixing torch placement | Tiger Wang | 1 | -3/+5 | |
Attempt at fixing #71 and placement of torches. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -259/+259 | |
2013-06-04 | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 1 | -4/+63 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-26 | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 1 | -0/+61 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1319 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-15 | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 1 | -3/+8 | |
Also fixed vines' placement. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1278 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -20/+28 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-23 | New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) | luksor111@gmail.com | 1 | -54/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1005 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 1 | -19/+19 | |
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 | -12/+25 | |
( 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 | -3/+3 | |
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 | -0/+5 | |
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-09-02 | Fixed Bug #241: | lapayo94@gmail.com | 1 | -0/+5 | |
Torches should drop correct now git-svn-id: http://mc-server.googlecode.com/svn/trunk@824 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-01 | Implemented: http://www.mc-server.org/support/index.php?do=details&task_id=239&project=2&dev=26 | lapayo94@gmail.com | 1 | -6/+28 | |
Fixed Bug on build collision git-svn-id: http://mc-server.googlecode.com/svn/trunk@813 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-29 | Added a check if torch is placed on the bottom face, temporarily fix the assert. | madmaxoft@gmail.com | 1 | -0/+4 | |
Server ignores the placement, but doesn't send correct block to the client. Also, the server should try placing the torch on a side, if available. git-svn-id: http://mc-server.googlecode.com/svn/trunk@801 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-09 | Torch placement handling (contributed by l0udPL) | madmaxoft@gmail.com | 1 | -6/+98 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@721 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -3/+10 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@677 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Fixed some small bugs :) | lapayo94@gmail.com | 1 | -3/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@672 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 |