summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_Squirrel.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-4/+7
* Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.madmaxoft@gmail.com2012-08-191-3/+3
* Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com2012-08-181-3/+3
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-13/+16
* Fixed some bugs within the squirrel plugin system.lapayo94@gmail.com2012-07-101-9/+35
* Improved Squirrel Bindingslapayo94@gmail.com2012-07-091-1/+0
* Squirrel Pluginslapayo94@gmail.com2012-07-081-0/+352