6ac013376f
commit c1b064c9232553045f6f5bfaf7df0feb6ceb4571 Author: Peace-Maker <peace-maker@wcfan.de> Date: Wed May 28 03:16:22 2014 +0200 Coding style adjustments commit 37a16dbba24cc2035fb8838be8729067cb9bc13a Author: Peace-Maker <peace-maker@wcfan.de> Date: Wed May 28 03:03:25 2014 +0200 Load core.phrases before calling OnLibraryAdded commit 676ac951111c7e8f565debbd4316850a4c4a8d00 Author: Peace-Maker <peace-maker@wcfan.de> Date: Tue May 27 13:18:48 2014 +0200 Call OnLibraryAdded for all available librarys (bug 5925) When loading multiple plugins at once (on server start or mapchange) OnLibraryAdded is only called for libraries which are loaded after the current plugin. The plugin isn't informed about the libraries that were added before its OnPluginStart forward was called. This patch calls OnLibraryAdded for all already registered libraries the current plugin has missed. |
||
---|---|---|
configs | ||
core | ||
editor | ||
extensions | ||
gamedata | ||
knight/shared | ||
loader | ||
msvc10 | ||
plugins | ||
public | ||
sourcepawn | ||
tools | ||
translations | ||
versionlib | ||
.arcconfig | ||
.gitignore | ||
AMBuildScript | ||
changelog.txt | ||
configure.py | ||
product.version | ||
pushbuild.txt | ||
README.md |
SourceMod
General
- SourceMod website: Source Engine scripting and server administration
- Forum: Discussion forum including plugin/extension development
- General documentation: Miscellaneous information about SourceMod
- Latest release: The latest stable SourceMod release
- Build snapshots: Builds of recent development versions
Development
- Issue tracker: Issues that require back and forth communication
- Building SourceMod: Instructions on how to build SourceMod itself using AMBuild
- SourcePawn scripting: SourcePawn examples and introduction to the language
- SourceMod extension development: C++ examples and introduction to various extension interfaces