summaryrefslogtreecommitdiffstats
path: root/source/cCraftingWindow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored windows.madmaxoft@gmail.com2012-09-201-244/+0
* Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com2012-08-301-1/+1
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-33/+28
* Crafting window crafting result shift-click handlingmadmaxoft@gmail.com2012-08-141-9/+53
* Crafting window crafting grid shift-click handlingmadmaxoft@gmail.com2012-08-141-1/+78
* A bit of cleanup and documentation around the UI window handlingmadmaxoft@gmail.com2012-08-061-5/+2
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-131/+131
* Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTINGmadmaxoft@gmail.com2012-06-121-3/+3
* Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com2012-06-121-26/+15
* Item-dropping code rewritten and centralized - now there's only one place to modify if we want to split or merge same-item drops: cWorld:SpawnItemPickups(). Also, mined blocks can now drop more items, and they recognize if they're being mined by the correct tool.madmaxoft@gmail.com2012-06-061-9/+11
* Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com2012-06-041-9/+41
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-1/+3
* Code improvementslapayo94@gmail.com2011-12-251-1/+1
* - Crafting fixed in 1.0.0lapayo94@gmail.com2011-12-211-1/+4
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-1/+1
* MCServer c++ source filesfaketruth2011-10-031-0/+103