summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_NewLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a Player parameter to OnUpdatedSign and OnUpdatingSign Lua callbacks and to the cWorld:UpdateSign method (http://forum.mc-server.org/showthread.php?tid=464&pid=4393#pid4393)madmaxoft@gmail.com2012-09-011-4/+8
* cPickup doesn't use cPackets.madmaxoft@gmail.com2012-08-241-7/+10
* Added plugin name to deprecation messagesmadmaxoft@gmail.com2012-08-231-2/+4
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-12/+82
* Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.madmaxoft@gmail.com2012-08-191-7/+10
* Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com2012-08-181-7/+10
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-18/+35
* Android: Pressing back button sends stop command to serverfaketruth2012-08-181-1/+1
* Added new hooks: UPDATING_SIGN and UPDATED_SIGN. The first one is capable of changing the sign text by returning the new four lines along with the bool valuemadmaxoft@gmail.com2012-06-161-0/+84
* Renamed HOOK_WEATHER_CHANGE to HOOK_WEATHER_CHANGED, added the glue code for it to actually workmadmaxoft@gmail.com2012-06-141-0/+23
* Added a world parameter to HOOK_CHUNK_GENERATING.madmaxoft@gmail.com2012-06-141-1/+2
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-550/+550
* Added a BlockToPickup hook for modifying pickups when a player breaks a block.madmaxoft@gmail.com2012-06-131-1/+55
* Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTINGmadmaxoft@gmail.com2012-06-121-0/+69
* Added implementation of E_PLUGIN_CHUNK_GENERATING lua hookfaketruth2012-06-111-0/+21
* New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)madmaxoft@gmail.com2012-06-051-0/+66
* A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com2012-03-251-30/+23
* Added a CriticalSection to cPlugin_NewLua. Lua plugins are not threadsafe but they ARE accessed by multiple threads, this can create some hard to find errors, but I fixed it now :Pfaketruth2012-02-221-0/+16
* Added all current hooks to the new plugin structure.faketruth2012-02-011-9/+113
* 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-7/+27
* Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth2012-01-271-16/+86
* No longer hard coded Lua files in new plugin systemfaketruth2012-01-261-20/+34
* Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth2012-01-261-0/+121