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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
Suggestions
Tiger Wang
1
-1
/
+1
2014-06-04
derp
worktycho
1
-1
/
+1
2014-06-04
Make sure m_StackSizeToBeUsedInRepair Always has a valid value
worktycho
1
-1
/
+3
2014-06-01
Players can't set items in the result slot, when they shift a item.
Howaner
2
-0
/
+39
2014-06-01
Add HandleSmeltItem() call for achievements.
Howaner
1
-7
/
+11
2014-06-01
Missing return;
Howaner
1
-0
/
+1
2014-05-31
Set DraggingItem to Slot directly.
Howaner
1
-1
/
+1
2014-05-31
Fix DBL bug.
Howaner
1
-5
/
+4
2014-05-31
Change "Slot.IsEmpty()" to "Slot.m_ItemCount <= 0"
Howaner
1
-1
/
+1
2014-05-30
Fix the furnace result slot.
Howaner
1
-2
/
+90
2014-05-16
Fixed anvil exp removing
tonibm19
1
-1
/
+1
2014-05-12
cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()
andrew
2
-1
/
+47
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
2
-2
/
+2
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
2
-2
/
+2
2014-05-07
Change m_RepairCost to int.
Howaner
1
-9
/
+3
2014-05-07
Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.
Howaner
1
-24
/
+36
2014-05-06
Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()
Howaner
1
-6
/
+5
2014-05-05
Fix SetRepairedItemName() in SlotArea.cpp
Howaner
1
-1
/
+1
2014-05-05
Add comments to CanTakeResultItem()
Howaner
1
-5
/
+5
2014-05-05
Add doxycomments to cSlotAreaAnvil functions.
Howaner
1
-0
/
+2
2014-05-05
Add anvil shift click.
Howaner
2
-5
/
+86
2014-05-05
This isn't a enchantment table :D
Howaner
1
-1
/
+1
2014-05-05
Add clicks, exp subtraction, item check, ...
Howaner
4
-16
/
+204
2014-05-05
Add MC|ItemName plugin message.
Howaner
4
-8
/
+16
2014-05-05
Add anvil window and slot area.
Howaner
4
-0
/
+229
2014-04-25
Cmake generated projects for IDEs include headers in project files.
archshift
1
-0
/
+1
2014-04-24
Add armor to switch() in ItemHandler.cpp
Howaner
1
-1
/
+1
2014-04-24
Fix armor in survival mode.
Howaner
2
-1
/
+80
2014-04-20
Fixed MSVC compilation.
madmaxoft
1
-1
/
+1
2014-04-19
Fixed Code
daniel0916
2
-8
/
+5
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
3
-55
/
+54
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
3
-99
/
+212
2014-04-14
Added ItemPlaceCount in SlotArea
daniel0916
2
-0
/
+35
2014-04-14
Blocked enchanting a item twice
daniel0916
2
-8
/
+10
2014-04-14
Fixed Bookshelf Checking
daniel0916
1
-8
/
+10
2014-04-14
Bug fixes
daniel0916
2
-21
/
+19
2014-04-13
Fixed invisibility enchantments
daniel0916
2
-0
/
+4
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
3
-20
/
+135
2014-04-07
Added Enchantment-Slot-Level generating
daniel0916
1
-9
/
+19
2014-03-28
Fixed non-virtual destructors warnings.
madmaxoft
1
-0
/
+4
2014-03-12
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
1
-1
/
+1
2014-03-11
Fixed a load of format string errors
Tycho
1
-1
/
+1
2014-02-28
Fixed multiple gcc warnings about unused params.
madmaxoft
2
-3
/
+33
2014-01-24
Some updates for enchanting
daniel0916
2
-13
/
+13
2014-01-24
Fixed indentation once and for all.
Mike Hunsinger
1
-15
/
+15
2014-01-24
Fixed indentation and doxygen comments... For real this time.
Mike Hunsinger
1
-12
/
+12
2014-01-24
Fixed spacing and doxycomments.
Mike Hunsinger
1
-12
/
+10
2014-01-23
Removed extra line
Mike Hunsinger
1
-2
/
+0
2014-01-23
Split TossItem into three Toss functions (Held, Equipped and Pickup)
Mike Hunsinger
1
-5
/
+32
2014-01-20
first changes for enchanting (not finished)
daniel0916
4
-0
/
+141
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
2
-4
/
+4
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-18
added zlib and UI
Tycho Bickerstaff
1
-0
/
+11
2013-12-08
added default fallthrough clause to switch at line 178 of src/UI/Window.cpp
Tycho Bickerstaff
1
-0
/
+4
2013-12-08
Reordered Listed Initalisation order in src/UI/Window.cpp
Tycho Bickerstaff
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
4
-0
/
+106
2013-11-24
Moved source to src
Alexander Harkness
5
-0
/
+2521