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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...
Justin Clarke Casey
2009-02-12
1
-2
/
+8
*
Commented a couple of not very useful log messages that are cluttering the lo...
diva
2009-02-12
2
-8
/
+8
*
* Remove a change which shouldn't have made it into the last commit
Justin Clarke Casey
2009-02-12
1
-2
/
+0
*
* Add missing OpenSIm.Framework.Communications ref for Wdinwos builds
Justin Clarke Casey
2009-02-12
2
-1
/
+4
*
* Forgot to fix bamboo.build for the new ScriptEngine Tests
Sean Dague
2009-02-12
1
-3
/
+1
*
* Apply http://opensimulator.org/mantis/view.php?id=3138
Justin Clarke Casey
2009-02-12
1
-0
/
+20
*
* move userinfo for inventory archiving up to module class so that it only ha...
Justin Clarke Casey
2009-02-12
3
-90
/
+85
*
* Remove some pointless CachedUserInfo != null tests since these are already ...
Justin Clarke Casey
2009-02-12
1
-134
/
+133
*
* refactor: Move RequestInventoryForUser() from service to CachedUserInfo
Justin Clarke Casey
2009-02-12
6
-40
/
+37
*
* Added XEngine tests and gathered other ScriptEngine
Sean Dague
2009-02-12
4
-31
/
+90
*
* Some more CCC
lbsa71
2009-02-12
2
-13
/
+13
*
* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...
lbsa71
2009-02-12
4
-4
/
+48
*
* Turned RegionProfileService non-static
lbsa71
2009-02-12
3
-10
/
+13
*
* Applied some CCC (Code Convention Conformance)
lbsa71
2009-02-12
1
-17
/
+17
*
* Added RegionProfileService and moved RequestSimData to it.
lbsa71
2009-02-12
3
-85
/
+98
*
* optimized usings.
lbsa71
2009-02-12
383
-2150
/
+1314
*
Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma...
Dahlia Trimble
2009-02-12
3
-9
/
+22
*
Sending this to Justin, so that he can see what's wrong with the StandaloneTe...
diva
2009-02-12
2
-12
/
+22
*
Makes ban of HG users exactly the same as ban of local users, that is upon Ad...
diva
2009-02-12
1
-75
/
+44
*
Fixes mantis #3121.
diva
2009-02-12
1
-0
/
+1
*
Enforce estate bans on Teleports.
diva
2009-02-11
5
-253
/
+293
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-02-11
3
-3
/
+5
*
* When an inventory archive is loaded, immediately update the client's invent...
Justin Clarke Casey
2009-02-11
2
-21
/
+62
*
* Change SendBulkUpdateInventory from two methods to one which accepts an Inv...
Justin Clarke Casey
2009-02-11
5
-35
/
+27
*
* Establish a common InventoryNodeBase class from InventoryItemBase and Inven...
Justin Clarke Casey
2009-02-11
4
-66
/
+81
*
* Refactor inventory archive code to allow direct invocation in order to supp...
Justin Clarke Casey
2009-02-11
5
-54
/
+328
*
* More inventory archive invocation to a proper region module
Justin Clarke Casey
2009-02-11
5
-72
/
+5
*
Thank you kindly, FrankNichols for a patch that:
Charles Krinke
2009-02-11
1
-1
/
+1
*
From: Christopher Yeoh <yeohc@au1.ibm.com>
Dr Scofield
2009-02-11
2
-0
/
+157
*
If an instance contains only one region, select it in the console by default
Melanie Thielker
2009-02-10
1
-1
/
+4
*
fix a typo where the High Southwest height was getting set to the Low
Sean Dague
2009-02-10
1
-1
/
+1
*
Add proper handling for shared vs. unshared modules to the command
Melanie Thielker
2009-02-10
13
-93
/
+126
*
Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...
diva
2009-02-10
5
-42
/
+43
*
* Remove load and save inventory commands from the console since these are ac...
Justin Clarke Casey
2009-02-10
1
-0
/
+2
*
* minor: Remove SOG XML2 serialization log messages for now
Justin Clarke Casey
2009-02-10
1
-3
/
+2
*
* Stop OpenSim crashing if an exception from a command makes it right up to t...
Justin Clarke Casey
2009-02-10
1
-2
/
+8
*
* Implement merging of oars in code
Justin Clarke Casey
2009-02-10
4
-27
/
+145
*
* extend load oar test to check that an object was actually loaded
Justin Clarke Casey
2009-02-10
1
-5
/
+37
*
* Ignored some gens
lbsa71
2009-02-10
0
-0
/
+0
*
* Fix build break, parentheses in the wrong place
Justin Clarke Casey
2009-02-10
1
-1
/
+1
*
* Overwrite the old saved OpenSim.ini file saved in response to a crash if on...
Justin Clarke Casey
2009-02-10
1
-1
/
+1
*
Change the command parser and resolver to be able to disambiguate commands
Melanie Thielker
2009-02-10
1
-0
/
+12
*
dropping obsolete XIRC section from OpenSim.ini.example
Dr Scofield
2009-02-10
1
-10
/
+0
*
fix region_limit example in OpenSim.ini.example
Dr Scofield
2009-02-10
1
-2
/
+2
*
fixing ConciergeModule to follow coding conventions
Dr Scofield
2009-02-10
1
-106
/
+106
*
* Reinstate texture tests, eliminating duplicate OpenSim.Region.CoreModules.T...
Justin Clarke Casey
2009-02-10
1
-56
/
+1
*
From Rob Smart <SMARTROB@uk.ibm.com>
Sean Dague
2009-02-10
1
-1
/
+5
*
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
Dr Scofield
2009-02-10
173
-390
/
+320
*
Stopgap measure: To use gridlaunch, or GUI, start opensim with
Melanie Thielker
2009-02-10
3
-1
/
+35
*
Commented out a problematic test that needs more careful revision.
diva
2009-02-10
1
-1
/
+2
[next]