aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/SceneEvents.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The following events now work:Adam Frisby2007-06-271-4/+27
| | | | | | | | * OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence
* * Renamed new event manager "SceneEvents" to "EventManager"Adam Frisby2007-06-271-1/+1
| | | | | | * Installed into Scene.cs * TODO: Remove IScriptHandler and ScriptEng calls from Update() - they should use eventManager and bind as needed.
* * Commiting new "SceneEvents" class - a single class which contains bindable ↵Adam Frisby2007-06-271-0/+29
events for common things, which can later be passed to the scripting engine. Events being things like OnFrame / OnNewViewer, etc.