Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -0/+9 | |
2014-09-12 | Fixed farmland issues. | Howaner | 1 | -1/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -4/+4 | |
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-01 | Implemented bed homes | Tiger Wang | 1 | -0/+2 | |
+ Implemented bed home positions * Fixed some inventory and health server/client mismatches after world change | |||||
2014-05-29 | Very minor code changes | Tiger Wang | 1 | -1/+1 | |
2014-03-09 | Fixed VERIFY | Tiger Wang | 1 | -1/+1 | |
2014-03-09 | Beds now work properly fixes #707 | Tiger Wang | 1 | -7/+66 | |
Also fixes FS392 Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp | |||||
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+1 | |
2014-02-23 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 | |
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed. | |||||
2014-02-20 | BlockBed.cpp: Fixed space at if statement | TheJumper | 1 | -1/+1 | |
Added a space after an if statement and before the first bracket to keep up code conventions. | |||||
2014-02-20 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 | |
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed. | |||||
2014-02-06 | Server internally uses new functions | Tiger Wang | 1 | -1/+1 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+2 | |
May Fix #640 | |||||
2014-02-01 | Changed pointers to references | Tycho | 1 | -16/+16 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -1/+1 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 1 | -5/+5 | |
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 1 | -16/+16 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-07 | Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt() | madmaxoft | 1 | -1/+1 | |
2013-08-09 | Added OnExploding() and OnExploded() hooks. | madmaxoft | 1 | -3/+6 | |
As requested in FS 413, with extra parameters: World, BlockX, BlockY, BlockZ, Size, CanCauseFire, Source, SourceData OnExploding() can return 3 values: StopHook, CanCauseFire, ExplosionSize | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -85/+85 | |
2013-06-15 | Fixed compilation on linux. | nielsbreu@gmail.com | 1 | -1/+1 | |
Any idea why SendMessageA works on Windows and not on linux? git-svn-id: http://mc-server.googlecode.com/svn/trunk@1595 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-15 | You can only sleep when the time is day, and beds explode if the dimension is not Overworld. | nielsbreu@gmail.com | 1 | -11/+21 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1592 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -20/+12 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 1 | -15/+21 | |
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-09-29 | Forgot to commit BlockBed.cpp | faketruth | 1 | -0/+77 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@913 0a769ca7-a7f5-676a-18bf-c427514a06d6 |