summaryrefslogtreecommitdiffstats
path: root/source/AllToLua.pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-1/+1
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+1
* Added cLineBlockTracer to the APImadmaxoft2013-08-071-0/+8
* Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com2013-07-071-0/+1
* Rewritten furnacesmadmaxoft@gmail.com2013-06-161-0/+1
* Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlersmadmaxoft@gmail.com2013-06-041-5/+0
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+1
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-0/+6
* Moved BlockEntities to a separate foldermadmaxoft@gmail.com2013-05-281-6/+6
* Implemented droppersmadmaxoft@gmail.com2013-05-261-0/+2
* Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2013-05-251-0/+3
* Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com2013-04-101-0/+1
* IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com2013-03-051-1/+0
* Added cItems to Lua API.madmaxoft@gmail.com2013-01-271-1/+0
* Removed cMCLogger from Lua APImadmaxoft@gmail.com2013-01-271-1/+0
* Merged the usable portion of the "gens" branch.madmaxoft@gmail.com2013-01-251-1/+1
* Refactored the world time.madmaxoft@gmail.com2012-11-011-0/+10
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-1/+0
* Fixed Lua bindings for file renaming in previous commitsmadmaxoft@gmail.com2012-09-241-28/+28
* Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-1/+1
* Exported cWorld::DoWithChestAt to Luafaketruth2012-09-021-1/+2
* Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.madmaxoft@gmail.com2012-08-291-1/+0
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-1/+0
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-3/+0
* A new Block handling system :olapayo94@gmail.com2012-07-151-1/+0
* BlockArea name change revertedlapayo94@gmail.com2012-07-091-1/+1
* Squirrel Pluginslapayo94@gmail.com2012-07-081-1/+1
* BLOCKTYPE and NIBBLETYPE are finally exported in Lua API as numbers, not usertypesmadmaxoft@gmail.com2012-07-021-16/+1
* cBlockArea object added (with only minimal testing so far)madmaxoft@gmail.com2012-07-021-0/+18
* Lua binding for cVine fixedcedeel@gmail.com2012-06-161-50/+51
* Added a BlockToPickup hook for modifying pickups when a player breaks a block.madmaxoft@gmail.com2012-06-131-0/+1
* Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com2012-06-121-1/+2
* Added implementation of E_PLUGIN_CHUNK_GENERATING lua hookfaketruth2012-06-111-0/+1
* Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project filescedeel@gmail.com2012-06-041-1/+2
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-0/+3
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-281-0/+1
* Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth2012-01-261-0/+1
* MCServer c++ source filesfaketruth2011-10-031-0/+41