summaryrefslogtreecommitdiffstats
path: root/source/cPluginManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth2012-09-051-0/+20
* 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/+4
* cPickup doesn't use cPackets.madmaxoft@gmail.com2012-08-241-16/+21
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-4/+2
* Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.madmaxoft@gmail.com2012-08-191-16/+21
* Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com2012-08-181-49/+43
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-49/+64
* Windows compilation fix after Android changesmadmaxoft@gmail.com2012-08-161-10/+12
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-5/+14
* Implemented the missing HOOK_PLAYER_SPAWN hook (although its name is not too good, should be PLAYER_AUTH)madmaxoft@gmail.com2012-07-211-0/+17
* Fixed some bugs within the squirrel plugin system.lapayo94@gmail.com2012-07-101-0/+9
* Improved Squirrel Bindingslapayo94@gmail.com2012-07-091-6/+17
* Squirrel Pluginslapayo94@gmail.com2012-07-081-25/+11
* 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-1/+44
* Renamed HOOK_WEATHER_CHANGE to HOOK_WEATHER_CHANGED, added the glue code for it to actually workmadmaxoft@gmail.com2012-06-141-0/+21
* Added a world parameter to HOOK_CHUNK_GENERATING.madmaxoft@gmail.com2012-06-141-22/+21
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-748/+748
* Added a BlockToPickup hook for modifying pickups when a player breaks a block.madmaxoft@gmail.com2012-06-131-0/+24
* Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTINGmadmaxoft@gmail.com2012-06-121-25/+99
* Added implementation of E_PLUGIN_CHUNK_GENERATING lua hookfaketruth2012-06-111-13/+36
* 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/+19
* Got rid of sPluginManagerStatefaketruth2012-03-281-64/+67
* Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com2012-02-181-1/+0
* cPluginManager: slight cleanupmadmaxoft@gmail.com2012-02-081-178/+272
* Fixed a bug in source/cClientHandle.hadmin@omencraft.com2012-02-041-1/+1
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-7/+4
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-1/+7
* Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth2012-01-261-0/+18
* It's a Squirrel!!faketruth2011-11-081-9/+78
* MCServer c++ source filesfaketruth2011-10-031-0/+423