aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneEvents.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Whole buncha stuff.Adam Frisby2008-02-041-4/+34
* * Added and implemented the LSL changed event.Teravus Ovares2008-01-171-0/+8
* * Re-enabling parcel prim count updates, as it doesn't cause errors on the co...Teravus Ovares2008-01-051-2/+2
* * Added removal of TextureSenders and UserTextureDownloadService on agent lea...lbsa712008-01-031-3/+3
* * You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2008-01-011-0/+36
* * Optimized usingslbsa712007-12-271-5/+7
* *Added event called after any movement is handled (OnClientMovement) - will b...mingchen2007-12-201-0/+11
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-201-0/+42
* small change to OnSceneGroupMove event (in SceneEvents.cs)MW2007-11-301-3/+4
* * Disabled primitive count updates on Parcels for the moment, until we can mo...Adam Frisby2007-11-261-0/+4
* * Optimized usingslbsa712007-10-301-3/+2
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-0/+1
* couple of small event changesMW2007-10-161-3/+3
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* Just trying out some thing with events, there changes/additions are likely to...MW2007-10-121-0/+24
* * Renamed ScriptConsole to PluginConsole for clarityAdam Frisby2007-09-241-5/+5
* * Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa712007-09-201-0/+2
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-3/+18
* Start of trying to make Region/Scene more modular. MW2007-08-281-0/+9
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-221-0/+10
* Added forgotten file.MW2007-08-221-3/+3
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-211-0/+11
* * Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby2007-08-151-0/+9
* added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW2007-08-131-0/+10
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-2/+2
* * Moved EventManager to SceneBase (from Scene)Adam Frisby2007-07-191-0/+9
* changed to native line ending encodingSean Dague2007-07-161-82/+82
* * Added new scripting related events, in particular a new event which is trig...Adam Frisby2007-07-151-0/+9
* Removed reference to Scene EventManager from primitive. In its place, primiti...MW2007-07-151-10/+0
* *Removed ParcelManager from SceneObject and Primitive and replaced with event...mingchen2007-07-141-0/+20
* *Added support for prim counting on parcelsmingchen2007-07-141-0/+11
* * Obsoleted ILocalStorageAdam Frisby2007-07-131-0/+11
* * removed PrimitiveOld and CreatePrimFromObjectAddlbsa712007-07-131-9/+0
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
* Started change to having SceneObject and then that having child Primitives wh...MW2007-07-011-2/+2
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+52