Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The following events now work: | Adam Frisby | 2007-06-27 | 1 | -4/+27 |
| | | | | | | | | * OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence | ||||
* | * Renamed new event manager "SceneEvents" to "EventManager" | Adam Frisby | 2007-06-27 | 1 | -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 Frisby | 2007-06-27 | 1 | -0/+29 |
events for common things, which can later be passed to the scripting engine. Events being things like OnFrame / OnNewViewer, etc. |