summaryrefslogtreecommitdiffstats
path: root/source/Plugin_NewLua.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-135/+0
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-0/+2
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+4
* LuaState refactoring: initial part.madmaxoft2013-08-041-8/+3
* Implemented OnPlayerRightClickingEntity() hookmadmaxoft2013-08-021-37/+38
* WebAdmin templates can use LuaFakeTruth2013-07-291-2/+2
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-2/+2
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-1/+1
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-1/+1
* LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2013-06-021-1/+1
* Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com2013-05-311-0/+3
* Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2013-05-301-0/+7
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-2/+5
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+1
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-0/+8
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-1/+2
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-2/+5
* Moved command API into cPluginManager.madmaxoft@gmail.com2013-02-011-4/+18
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-281-1/+1
* 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-1/+1
* 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-33/+51
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-4/+9
* Cleanup: Removed deprecated functions from Lua APImadmaxoft@gmail.com2012-11-111-2/+0
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-5/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+76