aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneEvents.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move SceneEvents.cs to EventManager.cs, as that's actuallySean Dague2008-05-201-637/+0
* Formatting cleanup.Jeff Ames2008-05-161-8/+8
* More formatting cleanup.Jeff Ames2008-05-141-1/+2
* *Land/Parcel upates are now correct with a significant movement by the Clientmingchen2008-05-091-0/+16
* * Other then the prim update experiments that are going on now, llTakeControl...Teravus Ovares2008-05-071-2/+11
* * Theoretically, everything is in place for scripted take controls... Theo...Teravus Ovares2008-05-071-0/+5
* *Moved EstateManager into a region modulemingchen2008-05-031-0/+15
* * For your fragging desire, damage enabled land works, but watch out!, life d...Teravus Ovares2008-05-031-0/+13
* * Rolled back a few changes.Adam Frisby2008-05-011-175/+162
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-162/+175
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-1/+1
* * Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares2008-04-271-0/+12
* * Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares2008-04-251-1/+29
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-4/+4
* * Re-Fixed caps Teravus Ovares2008-04-171-8/+8
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-2/+2
* * Fixed a few warnings.Teravus Ovares2008-04-141-1/+59
* * Updates BetaGridLikeMoneyModuleTeravus Ovares2008-04-101-0/+14
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-031-0/+34
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-6/+5
* Formatting cleanup.Jeff Ames2008-03-181-30/+26
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-0/+13
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-36/+36
* Update names of handler010 through handler019Charles Krinke2008-03-021-36/+36
* Rename handler020 through handler029 with moreCharles Krinke2008-03-021-28/+28
* * Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares2008-02-281-0/+14
* * Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares2008-02-221-49/+104
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* * Refactored the sound calls to SceneObjectPart Teravus Ovares2008-02-051-0/+12
* * 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