aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneEvents.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-6/+5
2008-03-18Formatting cleanup.Jeff Ames1-30/+26
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-0/+13
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-36/+36
2008-03-02Update names of handler010 through handler019Charles Krinke1-36/+36
2008-03-02Rename handler020 through handler029 with moreCharles Krinke1-28/+28
2008-02-28* Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares1-0/+14
2008-02-22* Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares1-49/+104
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05* Refactored the sound calls to SceneObjectPart Teravus Ovares1-0/+12
2008-02-04* Whole buncha stuff.Adam Frisby1-4/+34
2008-01-17* Added and implemented the LSL changed event.Teravus Ovares1-0/+8
2008-01-05* Re-enabling parcel prim count updates, as it doesn't cause errors on the co...Teravus Ovares1-2/+2
2008-01-03* Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa711-3/+3
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares1-0/+36
2007-12-27* Optimized usingslbsa711-5/+7
2007-12-20*Added event called after any movement is handled (OnClientMovement) - will b...mingchen1-0/+11
2007-12-20*Made a much more network friendly method of ban and pass line sendingmingchen1-0/+42
2007-11-30small change to OnSceneGroupMove event (in SceneEvents.cs)MW1-3/+4
2007-11-26* Disabled primitive count updates on Parcels for the moment, until we can mo...Adam Frisby1-0/+4
2007-10-30* Optimized usingslbsa711-3/+2
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-0/+1
2007-10-16couple of small event changesMW1-3/+3
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-12Just trying out some thing with events, there changes/additions are likely to...MW1-0/+24
2007-09-24* Renamed ScriptConsole to PluginConsole for clarityAdam Frisby1-5/+5
2007-09-20* Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa711-0/+2
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-3/+18
2007-08-28Start of trying to make Region/Scene more modular. MW1-0/+9
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW1-0/+10
2007-08-22Added forgotten file.MW1-3/+3
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW1-0/+11
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby1-0/+9
2007-08-13added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW1-0/+10
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-2/+2
2007-07-19* Moved EventManager to SceneBase (from Scene)Adam Frisby1-0/+9
2007-07-16changed to native line ending encodingSean Dague1-82/+82
2007-07-15* Added new scripting related events, in particular a new event which is trig...Adam Frisby1-0/+9
2007-07-15Removed reference to Scene EventManager from primitive. In its place, primiti...MW1-10/+0
2007-07-14*Removed ParcelManager from SceneObject and Primitive and replaced with event...mingchen1-0/+20
2007-07-14*Added support for prim counting on parcelsmingchen1-0/+11
2007-07-13* Obsoleted ILocalStorageAdam Frisby1-0/+11
2007-07-13* removed PrimitiveOld and CreatePrimFromObjectAddlbsa711-9/+0
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+3
2007-07-01Started change to having SceneObject and then that having child Primitives wh...MW1-2/+2
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-0/+0
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot t...mingchen1-1/+1