summaryrefslogtreecommitdiffstats
path: root/source/Plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+11
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-0/+10
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-1/+13
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-3/+41
* Moved command API into cPluginManager.madmaxoft@gmail.com2013-02-011-20/+17
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-281-2/+2
* Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming.madmaxoft@gmail.com2013-01-281-1/+1
* Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com2013-01-271-6/+6
* Merged the usable portion of the "gens" branch.madmaxoft@gmail.com2013-01-251-1/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-42/+220
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-1/+3
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-1/+7
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+308