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