index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
EventManager.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into careminster
Melanie
2012-02-18
1
-3
/
+79
|
\
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Dan Lake
2012-02-17
1
-3
/
+55
|
|
\
|
|
*
Add new and updated script events
Robert Adams
2012-02-17
1
-3
/
+55
|
*
|
Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...
Dan Lake
2012-02-17
1
-0
/
+24
|
|
/
*
|
Merge branch 'master' into careminster
Melanie
2012-02-03
1
-0
/
+48
|
\
\
|
|
/
|
*
Add event RegionHeartbeatEnd for modules interested in coordinating activity ...
Dan Lake
2012-02-01
1
-0
/
+24
|
*
Trigger event when prims are scheduled for an update. This gives modules earl...
Dan Lake
2012-01-19
1
-0
/
+24
*
|
Merge branch 'master' into careminster
Melanie
2012-01-05
1
-0
/
+24
|
\
\
|
|
/
|
*
Added EventManager.OnRegionStarted which is triggered when Heartbeat is started.
Dan Lake
2012-01-04
1
-0
/
+24
*
|
Merge branch 'master' into careminster
Melanie
2011-12-18
1
-0
/
+6
|
\
\
|
|
/
|
*
Don't pass on ChaneWaterHeight event from EventManager is new water height is...
Justin Clark-Casey (justincc)
2011-12-16
1
-0
/
+6
*
|
Merge branch 'master' into bigmerge
Melanie
2011-11-19
1
-10
/
+16
|
\
\
|
|
/
|
*
If the entire simulator is shutting down then don't bother to unload the scri...
Justin Clark-Casey (justincc)
2011-11-17
1
-10
/
+16
*
|
Merge branch 'master' into bigmerge
Melanie
2011-11-17
1
-8
/
+15
|
\
\
|
|
/
|
*
Add comments about trying to avoid synchronous work off the EventManager.OnMa...
Justin Clark-Casey (justincc)
2011-11-15
1
-4
/
+9
|
*
For clients that are entering a simulator from initial login, stop executing ...
Justin Clark-Casey (justincc)
2011-11-15
1
-4
/
+6
*
|
Resolve merge commits, stage 1
Tom
2011-09-04
1
-6
/
+5
|
\
\
|
|
/
|
*
Do a partial fix/implementation of OSSL osNpcMoveTo()
Justin Clark-Casey (justincc)
2011-08-03
1
-6
/
+5
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-06-09
1
-0
/
+48
|
\
\
|
|
/
|
*
Added EventManager.OnPrimsLoaded, an event that modules can hook up onto so t...
Diva Canto
2011-06-08
1
-0
/
+24
|
*
Adding an event to signal that logins are enabled
BlueWall
2011-05-28
1
-0
/
+24
|
*
Add an event for an orderly region shutdown that fires once per region before
Melanie
2011-05-24
1
-0
/
+25
*
|
Add an event for an orderly region shutdown that fires once per region before
Melanie
2011-05-24
1
-0
/
+25
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-03-27
1
-0
/
+30
|
\
\
|
|
/
|
*
Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...
Justin Clark-Casey (justincc)
2011-03-23
1
-0
/
+30
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-10-27
1
-3
/
+3
|
\
\
|
|
/
|
*
Formatting cleanup.
Jeff Ames
2010-10-27
1
-3
/
+3
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-10-23
1
-0
/
+35
|
\
\
|
|
/
|
*
Allow region modules to know which agents actually receive chat
Justin Clark-Casey (justincc)
2010-10-22
1
-0
/
+35
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-13
1
-8
/
+8
|
\
\
|
|
/
|
*
Merged
John Hurliman
2010-09-12
1
-6
/
+6
|
|
\
|
|
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-6
/
+6
|
*
|
* Added ISimulationDataService and IEstateDataService
John Hurliman
2010-09-12
1
-2
/
+2
|
|
/
|
*
Fixed the naming mess around data connectors for simulation data
John Hurliman
2010-09-11
1
-2
/
+2
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Add test to check persistence of newly added pre-linked objects
Justin Clark-Casey (justincc)
2010-09-06
1
-2
/
+2
|
*
Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, because
Melanie Thielker
2010-09-06
1
-1
/
+25
*
|
Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, because
Melanie Thielker
2010-09-06
1
-1
/
+25
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-08-06
1
-3
/
+94
|
\
\
|
|
/
|
*
add userExposed parameter to part copy event
Justin Clark-Casey (justincc)
2010-07-28
1
-3
/
+6
|
*
relocate moap specific cloning code to MoapModule
Justin Clark-Casey (justincc)
2010-07-28
1
-1
/
+28
|
*
Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...
Justin Clark-Casey (justincc)
2010-07-26
1
-3
/
+36
|
*
Add EventManager.OnSceneObjectLoaded() for future use. This is fired immedia...
Justin Clark-Casey (justincc)
2010-07-26
1
-2
/
+30
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-07-11
1
-3
/
+3
|
\
\
|
|
/
|
*
Remove localID from script controls data. It won't transfer to another
Melanie
2010-07-11
1
-3
/
+3
|
*
Committing the LightShare code, which was developed by TomMeta of Meta7.
Melanie
2010-03-31
1
-1
/
+23
*
|
Add a new global event : OnTerrainUpdate
Tom Grimshaw
2010-06-26
1
-0
/
+24
*
|
Rename Meta7Windlight to LightShare
Melanie
2010-03-30
1
-2
/
+2
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-03-15
1
-4
/
+4
|
\
\
|
|
/
|
*
Formatting cleanup. Add copyright notices.
Jeff Ames
2010-03-10
1
-4
/
+4
[next]