summaryrefslogtreecommitdiffstats
path: root/source/PluginManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-1664/+0
* PluginManager::Bind displays more information in the error message.madmaxoft2013-11-131-2/+2
* Implemented suggestionsTiger Wang2013-11-051-7/+17
* Removed settings/webadmin.example.ini filesTiger Wang2013-11-041-1/+6
* Autogeneration of settings.ini and webadmin.iniTiger Wang2013-11-041-15/+22
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-2/+2
* Plugin folders now check for "." and "..".madmaxoft2013-10-061-2/+2
* Merge pull request #193 from tigerw/bugfixesMattes D2013-10-011-3/+7
|\
| * Minor startup streamliningTiger Wang2013-09-281-3/+7
* | Fixed cFile:IsFolder() and plugin-loading.madmaxoft2013-09-211-2/+2
* | Proper folder / file distinction in plugin loading.madmaxoft2013-09-181-3/+3
|/
* Fixed AddHook() wanting old-style function names.madmaxoft2013-08-221-4/+0
* Hook adding uses the new API.madmaxoft2013-08-211-2/+11
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-1/+1
* Implemented the OnWorldTick hook.madmaxoft2013-08-191-0/+21
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-0/+42
* Added OnPlayerAnimation() hook.madmaxoft2013-08-111-0/+21
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-1/+1
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-0/+42
* Merge pull request #49 from mc-server/RemoveSquirrelmadmaxoft2013-08-081-1/+0
|\
| * Removed Squirrel.madmaxoft2013-08-071-1/+0
* | Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+82
|/
* Implemented OnPlayerRightClickingEntity() hookmadmaxoft2013-08-021-0/+21
* Implemented the actual tab completion for commands and playernames.madmaxoft2013-07-311-8/+16
* Tab completion packet is handled and sent.madmaxoft2013-07-301-0/+14
* 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-3/+4
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-1/+1
* Fixed a crash in the plugin reload code.madmaxoft@gmail.com2013-04-271-2/+12
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+35
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-0/+100
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-1/+22
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-4/+67
* Another GCC fix, hopefully this one will workmadmaxoft@gmail.com2013-02-011-3/+3
* Fixed GCC compilationmadmaxoft@gmail.com2013-02-011-1/+3
* Moved command API into cPluginManager.madmaxoft@gmail.com2013-02-011-136/+196
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-281-3/+3
* Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming.madmaxoft@gmail.com2013-01-281-3/+3
* 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-53/+6
* 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-1/+1
* Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com2013-01-181-1/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-156/+430
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-27/+33
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-129/+104
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+883