Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-21 | cItemGrid: Allocate storage lazily (#4083) | peterbell10 | 1 | -75/+113 | |
* cItemGrid: Allocate storage lazily * cItemGrid: Fix spelling, Prioritary -> Priority | |||||
2017-07-09 | cItemGrid bounds check (#3837) | peterbell10 | 1 | -12/+62 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -0/+16 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -13/+13 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -3/+3 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2014-12-21 | Fixed a possible division by zero. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 1 | -1/+1 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-19 | Fixed minor style issues. | Mattes D | 1 | -1/+1 | |
2014-10-16 | Changed i variable to j | STRWarrior | 1 | -3/+10 | |
The server wasn't going over all the items before. | |||||
2014-10-15 | Fixed possible crash | STRWarrior | 1 | -1/+8 | |
It could crash if MinAmount - MaxAmount was 0 because it would execute (Number % 0) | |||||
2014-10-15 | The code now prevents conflicting enchantments. | STRWarrior | 1 | -0/+1 | |
2014-10-15 | Adding enchantments directly instead of first getting the name of it. | STRWarrior | 1 | -1/+1 | |
2014-10-15 | Renamed the counter to 'j' | STRWarrior | 1 | -1/+1 | |
2014-10-15 | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 1 | -1/+1 | |
Added cEnchantment:GenerateEnchantmentFromVector that allows to get the same enchantments over and over. | |||||
2014-10-15 | Enchanted books generate in MineShafts chests | STRWarrior | 1 | -1/+14 | |
2014-07-18 | Added RemoveItem() function to the player inventory. | Howaner | 1 | -0/+33 | |
2014-07-18 | Items should first added to the first slot, not the latest. | Howaner | 1 | -3/+3 | |
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-02-12 | Changed inheritance a bit | Tiger Wang | 1 | -0/+7 | |
* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner | |||||
2014-01-16 | Removed obsoleted functions | Tiger Wang | 1 | -4/+4 | |
2013-12-22 | Fixed signedness warning in cItemGrid. | madmaxoft | 1 | -3/+3 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-08-11 | Added an AllowEmptyStacks param to cItemGrid::HowManyCanFit(). | madmaxoft | 1 | -2/+5 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -662/+662 | |
2013-07-26 | cItemGrid: ChangeSlotCount() now returns -1 if invalid SlotNum | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1684 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-03 | Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan) | madmaxoft | 1 | -12/+40 | |
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-06-13 | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 1 | -3/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-13 | cItemGrid: Added IsSlotEmpty() functions | madmaxoft@gmail.com | 1 | -0/+25 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1585 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | ItemGrid: fixed changing item count when ToRemove == CurrentCount | madmaxoft@gmail.com | 1 | -1/+1 | |
Fixes FS #380 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1545 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-26 | Fixed cItemGrid API, no more changeable GetSlot(). | madmaxoft@gmail.com | 1 | -25/+0 | |
Also fixed possible water and lava duplication glitches in the dispenser. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1520 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-26 | ItemGrid: Added the RemoveOneItem() function | madmaxoft@gmail.com | 1 | -0/+47 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1513 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-25 | cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems | madmaxoft@gmail.com | 1 | -0/+41 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1507 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-24 | Slight cleanup in the cInventory / cItemGrid API | madmaxoft@gmail.com | 1 | -0/+18 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1504 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 1 | -14/+189 | |
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-04-10 | ItemGrid: Renamed all Item to Slot - better and consistent naming | madmaxoft@gmail.com | 1 | -40/+40 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1381 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-10 | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 1 | -0/+349 | |
http://forum.mc-server.org/showthread.php?tid=831 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1380 0a769ca7-a7f5-676a-18bf-c427514a06d6 |