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
/
source
/
UI
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-12
cWindow: Fixed item dupe glitch with painting (#278)
madmaxoft
1
-2
/
+2
2013-11-11
Fixed dblclicking in crafting slot area.
madmaxoft
2
-0
/
+15
2013-11-10
Implemented inventory dblclick.
madmaxoft
4
-5
/
+133
2013-11-08
cProtocol::SendWindowOpen() signature changed.
madmaxoft
2
-1
/
+7
2013-10-28
Renamed cWindow constants to include the "wt" prefix.
madmaxoft
3
-22
/
+22
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
3
-4
/
+4
2013-08-18
Added cWindow property manipulation API.
madmaxoft
2
-4
/
+32
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
2
-1118
/
+1118
2013-07-27
Fixed Window Titles being MCS-*
Tiger Wang
1
-8
/
+7
2013-06-16
Rewritten furnaces
madmaxoft@gmail.com
3
-62
/
+29
2013-06-13
Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.
madmaxoft@gmail.com
4
-1
/
+104
2013-06-02
LuaWindow: Fixed memory leaks with unclosed windows
madmaxoft@gmail.com
2
-2
/
+2
2013-06-02
Shift + click doesn't "destroy" item enchantment
madmaxoft@gmail.com
1
-5
/
+6
2013-05-30
Added the OnClosing callback to cLuaWindow API
madmaxoft@gmail.com
2
-2
/
+6
2013-05-30
LuaWindow: Initial code, the window can be opened, but not much manipulated
madmaxoft@gmail.com
4
-29
/
+102
2013-05-30
Implemented right-click inventory painting
madmaxoft@gmail.com
2
-26
/
+55
2013-05-30
Implemented left-click inventory painting
madmaxoft@gmail.com
4
-24
/
+283
2013-05-28
Moved BlockEntities to a separate folder
madmaxoft@gmail.com
3
-7
/
+7
2013-05-26
Implemented droppers
madmaxoft@gmail.com
4
-38
/
+25
2013-05-25
Fixed WindowOwner implementation
madmaxoft@gmail.com
1
-3
/
+3
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
2
-5
/
+5
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
4
-79
/
+105
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-04-04
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
2
-5
/
+4
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
4
-12
/
+84
2012-12-19
Added dispensers (they can't dispense items yet)
luksor111@gmail.com
4
-0
/
+96
2012-10-24
Fixed issues with pickups.
sebi.noreply@gmail.com
1
-1
/
+2
2012-10-20
Double chests are now working, and with sound. (FS #69)
madmaxoft@gmail.com
2
-10
/
+34
2012-09-29
Fixed memory leaks in cWindow and cProtocolRecognizer
madmaxoft@gmail.com
1
-0
/
+5
2012-09-29
Hopefully fixed creative inventory tossing items out of the window.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-29
SlotArea: removed excessive logging
madmaxoft@gmail.com
1
-4
/
+0
2012-09-29
Unified folder name-casing
madmaxoft@gmail.com
1
-1
/
+1
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-25
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
1
-0
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
5
-16
/
+16
2012-09-23
Source files cleanup: UI files renamed
madmaxoft@gmail.com
4
-8
/
+5
2012-09-23
Tweaked logging.
madmaxoft@gmail.com
2
-10
/
+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
4
-7
/
+89
2012-09-20
UI: Added shift-click support to most slot areas, except crafting.
madmaxoft@gmail.com
4
-42
/
+227
2012-09-20
Refactored windows.
madmaxoft@gmail.com
5
-0
/
+1443