Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2015-05-21 | Fixes #2059 | Blitz Rakete | 1 | -0/+14 | |
2015-05-18 | Fixes #2052 | Tiger Wang | 1 | -2/+2 | |
2015-04-14 | Scooping up fluid calls the player placement hooks. | Mattes D | 1 | -4/+12 | |
Ref.: #1857. | |||||
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 1 | -19/+43 | |
Ref.: #1857. | |||||
2015-01-18 | Fixed various warnings. | Mattes D | 1 | -6/+6 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -0/+1 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 1 | -4/+4 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
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-07-16 | Fixed a bug with buckets | Tiger Wang | 1 | -1/+1 | |
* Additionally fixed cLineBlockTracer's EntryFace parameter when a block was hit on the first iteration along the projected line | |||||
2014-07-14 | Fixed placing liquids over liquids | Tiger Wang | 1 | -1/+1 | |
* Fixes #1182 | |||||
2014-07-12 | Comment grammar correction | Tiger Wang | 1 | -1/+1 | |
2014-07-12 | Simplified buckets code slightly | Tiger Wang | 1 | -32/+15 | |
2014-07-12 | Changes | daniel0916 | 1 | -5/+4 | |
2014-07-11 | Changes | daniel0916 | 1 | -24/+16 | |
2014-07-10 | Changes | daniel0916 | 1 | -20/+22 | |
2014-07-10 | Maybe fixed whitespaces | daniel0916 | 1 | -7/+7 | |
2014-07-10 | Maybe fixed whitespaces | daniel0916 | 1 | -1/+1 | |
2014-07-10 | Fixed Bucket Placing | daniel0916 | 1 | -6/+57 | |
2014-07-09 | Fixed Bucket placing | daniel0916 | 1 | -1/+1 | |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 1 | -4/+4 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+2 | |
May Fix #640 | |||||
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 1 | -1/+4 | |
2013-12-17 | Fixed naming and initialization. | madmaxoft | 1 | -4/+12 | |
2013-12-17 | Forgot to change one Vector3d to Vector3i. | STRWarrior | 1 | -1/+1 | |
2013-12-17 | Renamed Pos to m_Pos. | STRWarrior | 1 | -3/+3 | |
2013-12-17 | Using Recommendations. | STRWarrior | 1 | -10/+23 | |
2013-12-17 | Made buckets work when the player does not 'look' at a block. This fixes #265 | STRWarrior | 1 | -32/+53 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -160/+160 | |
2013-07-03 | Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan) | madmaxoft | 1 | -3/+3 | |
Fixes FS #277. API change: added an optional parameter to cItemGrid:AddItem(), cItemGrid:AddItems(), cInventory:AddItem() and cInventory:AddItems() git-svn-id: http://mc-server.googlecode.com/svn/trunk@1643 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 1 | -8/+4 | |
This makes the API more orthogonal and is easier to use in the plugins. Also changes in the inventory are now propagated to the needed places (armor updates to BroadcastEntityEquipment etc.) even when the inventory is changed by a plugin. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1503 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-19 | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 1 | -7/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1493 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-27 | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 1 | -1/+1 | |
Note that cItems is used in the function signature but not yet exported in the API, TODO! git-svn-id: http://mc-server.googlecode.com/svn/trunk@1176 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -6/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 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 | -69/+139 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@977 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-14 | Fixed the bucket handling code trying to simulate at the wrong coords (client sends all coords as -1 to signify "item use") | madmaxoft@gmail.com | 1 | -12/+12 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@961 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 | -2/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-17 | Fixed an assert in bucket placement | madmaxoft@gmail.com | 1 | -19/+34 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@746 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-17 | Fixed incompatibility to apples c++ compiler... | lapayo94@gmail.com | 1 | -5/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@680 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -1/+1 | |
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/+75 | |
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 |