Added Market/MarketProtocol module to begin the construction of the Market! Fixed some Minor Issues, and Some Cosmetics

* Added new protocol lib.
* Added missing Game Features to game/const.lua
* Added new Market module that will handle the market/market protocols too.
* Finished Market protocol and begun on the market structure (MarketOffer etc).
* Removed any traces of market protocol in the core (I think).
* Moved minimap images to /images.
* Removed old zoom images for minimap.
* Fixed a bug with randomize outfit.
This commit is contained in:
BeniS
2012-07-18 02:36:27 +12:00
parent 12d30f7355
commit b7ac6ce6d5
24 changed files with 699 additions and 22 deletions

View File

@@ -233,6 +233,7 @@ function Outfit.destroy()
mountCreature = nil
currentColorBox = nil
currentClotheButtonBox = nil
colorBoxes = {}
end
end