| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed Plugin_NewLua to PluginLua. | madmaxoft | 2013-08-10 | 1 | -994/+0 |
* | Added OnExploding() and OnExploded() hooks. | madmaxoft | 2013-08-09 | 1 | -0/+60 |
* | Fixed a copypasta error in hook function names. | madmaxoft | 2013-08-08 | 1 | -1/+1 |
* | cPlugin_NewLua is now completely rewritten to use templated LuaState calls. | madmaxoft | 2013-08-08 | 1 | -281/+33 |
* | LuaState refactoring: using templates for hook function calls. | madmaxoft | 2013-08-08 | 1 | -745/+166 |
* | Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks. | madmaxoft | 2013-08-08 | 1 | -0/+115 |
* | Plugin: Fixed plugin name in the cLuaState's subsystem | madmaxoft | 2013-08-07 | 1 | -1/+1 |
* | cLuaState now tracks the function name and number of args | madmaxoft | 2013-08-06 | 1 | -267/+231 |
* | LuaState refactoring: initial part. | madmaxoft | 2013-08-04 | 1 | -232/+118 |
* | Implemented OnPlayerRightClickingEntity() hook | madmaxoft | 2013-08-02 | 1 | -38/+66 |
* | WebAdmin templates can use Lua | FakeTruth | 2013-07-29 | 1 | -2/+2 |
* | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 2013-07-01 | 1 | -4/+4 |
* | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 2013-06-29 | 1 | -7/+14 |
* | Plugins can modify message in the OnChat() hook handler. | madmaxoft@gmail.com | 2013-06-22 | 1 | -4/+8 |
* | LuaWindow: Fixed memory leaks with unclosed windows | madmaxoft@gmail.com | 2013-06-02 | 1 | -2/+3 |
* | Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slots | madmaxoft@gmail.com | 2013-05-31 | 1 | -0/+23 |
* | Added the OnClosing callback to cLuaWindow API | madmaxoft@gmail.com | 2013-05-30 | 1 | -0/+24 |
* | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 2013-05-30 | 1 | -0/+10 |
* | Added all new bindings, refactored Debuggers; new Debuggers function. | madmaxoft@gmail.com | 2013-05-25 | 1 | -1/+1 |
* | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 2013-04-09 | 1 | -0/+7 |
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 1 | -0/+11 |
* | Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands. | madmaxoft@gmail.com | 2013-02-21 | 1 | -12/+44 |
* | Plugins can now bind console commands | madmaxoft@gmail.com | 2013-02-15 | 1 | -1/+82 |
* | Added HOOK_WEATHER_CHANGING. | madmaxoft@gmail.com | 2013-02-13 | 1 | -2/+34 |
* | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 2013-02-05 | 1 | -2/+90 |
* | Moved command API into cPluginManager. | madmaxoft@gmail.com | 2013-02-01 | 1 | -5/+112 |
* | Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions. | madmaxoft@gmail.com | 2013-01-28 | 1 | -12/+9 |
* | Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming. | madmaxoft@gmail.com | 2013-01-28 | 1 | -3/+3 |
* | Added cItems to Lua API. | madmaxoft@gmail.com | 2013-01-27 | 1 | -1/+0 |
* | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 2013-01-27 | 1 | -0/+34 |
* | Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names. | madmaxoft@gmail.com | 2013-01-26 | 1 | -2/+2 |
* | Merged the usable portion of the "gens" branch. | madmaxoft@gmail.com | 2013-01-25 | 1 | -2/+2 |
* | Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK. | madmaxoft@gmail.com | 2013-01-18 | 1 | -2/+2 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -168/+674 |
* | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 2012-12-21 | 1 | -7/+16 |
* | Cleanup: Removed deprecated functions from Lua API | madmaxoft@gmail.com | 2012-11-11 | 1 | -12/+0 |
* | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 2012-10-14 | 1 | -17/+8 |
* | Got rid of "self" in plugins, which is deprecated anyway | faketruth | 2012-10-11 | 1 | -5/+28 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+794 |