aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneEvents.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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