summaryrefslogtreecommitdiffstats
path: root/source/Plugin_Squirrel.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-25Merged the usable portion of the "gens" branch.madmaxoft@gmail.com1-1/+1
2012-11-08Removed the SquirrelVM.madmaxoft@gmail.com1-0/+21
2012-10-14Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth1-0/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-2/+2
2012-09-01Added 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.com1-4/+8
2012-08-24cPickup doesn't use cPackets.madmaxoft@gmail.com1-4/+7
2012-08-19Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.madmaxoft@gmail.com1-3/+3
2012-08-18Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com1-3/+3
2012-08-18Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com1-13/+16
2012-07-10Fixed some bugs within the squirrel plugin system.lapayo94@gmail.com1-9/+35
2012-07-09Improved Squirrel Bindingslapayo94@gmail.com1-1/+0
2012-07-08Squirrel Pluginslapayo94@gmail.com1-0/+352