index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
UI
/
SlotArea.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-24
Add armor to switch() in ItemHandler.cpp
Howaner
1
-1
/
+1
2014-04-24
Fix armor in survival mode.
Howaner
1
-0
/
+74
2014-04-20
Fixed MSVC compilation.
madmaxoft
1
-1
/
+1
2014-04-19
Fixed Code
daniel0916
1
-2
/
+3
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-5
/
+6
2014-04-17
Modified many things
daniel0916
1
-16
/
+50
2014-04-16
Fixed double enchanting items
daniel0916
1
-2
/
+2
2014-04-15
Added Book Enchanting
daniel0916
1
-1
/
+1
2014-04-15
Add more checks to cSlotAreaEnchanting
Howaner
1
-88
/
+198
2014-04-14
Added ItemPlaceCount in SlotArea
daniel0916
1
-0
/
+32
2014-04-14
Blocked enchanting a item twice
daniel0916
1
-6
/
+8
2014-04-14
Fixed Bookshelf Checking
daniel0916
1
-8
/
+10
2014-04-14
Bug fixes
daniel0916
1
-15
/
+17
2014-04-13
Fixed invisibility enchantments
daniel0916
1
-0
/
+2
2014-04-13
Some Fixes
daniel0916
1
-1
/
+1
2014-04-12
Fixed Bookshelves Checking (not completly)
daniel0916
1
-7
/
+10
2014-04-12
Added complete Enchanting System
daniel0916
1
-15
/
+34
2014-04-07
Added Enchantment-Slot-Level generating
daniel0916
1
-9
/
+19
2014-02-28
Fixed multiple gcc warnings about unused params.
madmaxoft
1
-0
/
+30
2014-01-24
Some updates for enchanting
daniel0916
1
-12
/
+12
2014-01-20
first changes for enchanting (not finished)
daniel0916
1
-0
/
+86
2014-01-17
Removed internal cEntity::GetRot() usage.
madmaxoft
1
-1
/
+1
2014-01-16
Really did what xoft wanted
Tiger Wang
1
-5
/
+8
2014-01-16
Removed obsoleted functions
Tiger Wang
1
-3
/
+3
2014-01-16
Possibly did what xoft wanted
Tiger Wang
1
-10
/
+3
2014-01-15
Implemented custom names and lore
Tiger Wang
1
-0
/
+7
2014-01-07
More MSVC warning fixes.
madmaxoft
1
-2
/
+2
2013-12-08
Removed unused variable ResultSlot
Tycho Bickerstaff
1
-1
/
+0
2013-12-09
Fixed Warning Unhandeled enum values in switch as src/UI/SlotArea.cpp line 54
worktycho
1
-1
/
+4
2013-12-07
Added basic ender chests
Tiger Wang
1
-0
/
+33
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-11
Fixed dblclicking in crafting slot area.
madmaxoft
1
-0
/
+14
2013-11-10
Implemented inventory dblclick.
madmaxoft
1
-4
/
+72
2013-10-28
Renamed cWindow constants to include the "wt" prefix.
madmaxoft
1
-1
/
+1
2013-10-24
Pickups now have collection delay when vomited
Tiger Wang
1
-1
/
+1
2013-09-09
Added a few changes [SEE DESC]
Tiger Wang
1
-1
/
+1
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+1
2013-08-02
Shift+clicking won't combine different item metas.
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-815
/
+815
2013-06-16
Rewritten furnaces
madmaxoft@gmail.com
1
-41
/
+20
2013-06-13
Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.
madmaxoft@gmail.com
1
-0
/
+20
2013-06-02
Shift + click doesn't "destroy" item enchantment
madmaxoft@gmail.com
1
-5
/
+6
2013-05-30
LuaWindow: Initial code, the window can be opened, but not much manipulated
madmaxoft@gmail.com
1
-0
/
+31
2013-05-30
Implemented left-click inventory painting
madmaxoft@gmail.com
1
-7
/
+7
2013-05-28
Moved BlockEntities to a separate folder
madmaxoft@gmail.com
1
-3
/
+3
2013-05-26
Implemented droppers
madmaxoft@gmail.com
1
-24
/
+8
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-1
/
+1
2013-05-19
Inventory code cleanup, players can now see each other's armor
madmaxoft@gmail.com
1
-2
/
+2
2013-05-08
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
1
-68
/
+79
2013-04-10
Dispensers rewritten to use ItemGrid
madmaxoft@gmail.com
1
-1
/
+1
2013-04-10
Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.
madmaxoft@gmail.com
1
-3
/
+3
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-1
/
+1
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-10
/
+10
2013-01-08
Fixed rclk in doublechests
madmaxoft@gmail.com
1
-1
/
+48
2012-12-19
Added dispensers (they can't dispense items yet)
luksor111@gmail.com
1
-0
/
+48
2012-10-24
Fixed issues with pickups.
sebi.noreply@gmail.com
1
-1
/
+2
2012-09-29
SlotArea: removed excessive logging
madmaxoft@gmail.com
1
-4
/
+0
2012-09-26
Fixed a bug in the inventory system where it would de-sync when dragging items with non-default metadata/health
faketruth
1
-1
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-5
/
+5
2012-09-23
Source files cleanup: UI files renamed
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Tweaked logging.
madmaxoft@gmail.com
1
-5
/
+5
2012-09-21
Fixed a potential crash in shift-click (gcc warning)
madmaxoft@gmail.com
1
-1
/
+1
2012-09-21
Working shift-click support in crafting areas; window update working in 1.3.2
madmaxoft@gmail.com
1
-5
/
+52
2012-09-20
UI: Added shift-click support to most slot areas, except crafting.
madmaxoft@gmail.com
1
-25
/
+106
2012-09-20
Refactored windows.
madmaxoft@gmail.com
1
-0
/
+569