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
/
SceneBase.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-15
Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...
Johan Berntsson
1
-2
/
+2
2009-04-13
Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...
Homer Horwitz
1
-31
/
+8
2009-04-05
- Add new RegionModulesControllerPlugin to the application modules
Homer Horwitz
1
-7
/
+58
2009-02-16
* refactor: remove AssetCache field hanging off Scene
Justin Clarke Casey
1
-8
/
+0
2009-02-10
Add proper handling for shared vs. unshared modules to the command
Melanie Thielker
1
-2
/
+15
2009-02-09
From Alan Webb <awebb@linux.vnet.ibm.com>
Sean Dague
1
-2
/
+2
2009-02-07
Replace the console for all OpenSim apps with a new console featuring command
Melanie Thielker
1
-0
/
+8
2009-02-06
* Implement help <command> from the region console
Justin Clarke Casey
1
-4
/
+47
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-02-05
* Make existing module commanders register as help topics
Justin Clarke Casey
1
-1
/
+9
2009-02-05
* Use the commander name to register module commanders instead of providing t...
Justin Clarke Casey
1
-2
/
+2
2009-02-05
* refactor: Move module handling code up into SceneBase from Scene, reducing ...
Justin Clarke Casey
1
-4
/
+173
2009-01-21
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
1
-61
/
+0
2008-12-14
Mantis#2725. Thank you kindly, Diva, for a patch that:
Charles Krinke
1
-1
/
+48
2008-12-12
* refactor: pull out common user profile test code into utility functions
Justin Clarke Casey
1
-3
/
+5
2008-11-29
Finally make attachments stay put. Randomize local ID generation to
Melanie Thielker
1
-8
/
+1
2008-11-28
* simplify AddNewClient since making this root without using MakeRootAgent() ...
Justin Clarke Casey
1
-4
/
+4
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
1
-3
/
+3
2008-11-19
* Add just enough to allow the scene presences test to establish a new user c...
Justin Clarke Casey
1
-0
/
+3
2008-11-10
Restore the independent LocalID numbering for avatars. Fixes an issue where
Melanie Thielker
1
-0
/
+8
2008-11-07
* Fix bug in r7162 where avatars could not move
Justin Clarke Casey
1
-0
/
+24
2008-11-07
* Remove next local id from SceneBase
Justin Clarke Casey
1
-8
/
+0
2008-10-30
test: Extend malformed packet test to actually check that a valid packet can ...
Justin Clarke Casey
1
-3
/
+2
2008-10-23
* Introduce a basic udp circuit test for adding a client
Justin Clarke Casey
1
-0
/
+1
2008-09-25
Add an extension to allow registering multiple interfaces of a type with
Melanie Thielker
1
-0
/
+5
2008-09-25
Mantis#2017. Thank you kindly, Tyre, for a patch that solves:
Charles Krinke
1
-1
/
+1
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-5
/
+5
2008-08-23
Some complex re-ordering to make prebuild do what needed to be done.
Melanie Thielker
1
-0
/
+5
2008-05-16
Formatting cleanup.
Jeff Ames
1
-9
/
+9
2008-05-07
*Added SceneExternalChecks.cs that is used to manage checking the results of ...
mingchen
1
-0
/
+6
2008-05-01
* Rolled back a few changes.
Adam Frisby
1
-37
/
+34
2008-05-01
* Spring cleaning on Region.Environment.
Adam Frisby
1
-34
/
+37
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-4
/
+4
2008-04-17
* Re-Fixed caps
Teravus Ovares
1
-12
/
+0
2008-04-15
* A tweak of the caps system so that new caps have random paths instead of a ...
Teravus Ovares
1
-0
/
+12
2008-03-22
*Moved LandManagement into its own region module (spiffy!)
mingchen
1
-0
/
+3
2008-03-20
* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...
Justin Clarke Casey
1
-0
/
+15
2008-03-18
Formatting cleanup.
Jeff Ames
1
-27
/
+27
2008-03-06
* Disabled ancient TerrainEngine.
Adam Frisby
1
-11
/
+2
2008-03-05
* New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...
Adam Frisby
1
-1
/
+1
2008-03-03
* Removed a bunch of compiler warnings.
Adam Frisby
1
-1
/
+1
2008-03-03
* Removed and sorted using clauses in a number of files.
Adam Frisby
1
-1
/
+10
2008-03-02
Change handler001 through handler009 to more
Charles Krinke
1
-3
/
+3
2008-02-22
* Moved all events except gridcomms and regioncomms over to Event Delegate in...
Teravus Ovares
1
-1
/
+3
2008-02-14
* Removed some catch-all-ignores from UDPServer in an attempt to look for #305.
Adam Frisby
1
-0
/
+2
2008-02-09
* Fixed nebadon's UserServer crash bug from yesterday.
Teravus Ovares
1
-0
/
+5
2008-02-05
Converted logging to use log4net.
Jeff Ames
1
-2
/
+4
2008-01-07
Persistent prim inventory phase 5. Restart scripts contained in persisted pr...
Justin Clarke Casey
1
-1
/
+3
2008-01-04
* Added the ability for estate managers to use the magic secondlife blue card...
Teravus Ovares
1
-1
/
+4
2007-12-27
* Optimized usings
lbsa71
1
-7
/
+4
[next]