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