summaryrefslogtreecommitdiffstats
path: root/source/Plugin_NewLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+34
* Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com2013-01-261-2/+2
* Merged the usable portion of the "gens" branch.madmaxoft@gmail.com2013-01-251-2/+2
* Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com2013-01-181-2/+2
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-168/+674
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-7/+16
* Cleanup: Removed deprecated functions from Lua APImadmaxoft@gmail.com2012-11-111-12/+0
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-17/+8
* Got rid of "self" in plugins, which is deprecated anywayfaketruth2012-10-111-5/+28
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+794