index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...
Diva Canto
1
-21
/
+33
2013-02-27
Switched to using the other Util function with a default value.
Diva Canto
2
-3
/
+6
2013-02-27
Moved the HG default variables out of [Startup] and into their own section [H...
Diva Canto
2
-3
/
+3
2013-02-27
Add regression test for llReleaseUrl() (and for llRequestUrl)
Justin Clark-Casey (justincc)
1
-9
/
+16
2013-02-27
Make sure we dispose of WebResponse, StreamReader and Stream in various place...
Justin Clark-Casey (justincc)
2
-22
/
+24
2013-02-26
Add regression test for llRequestUrl()
Justin Clark-Casey (justincc)
1
-16
/
+21
2013-02-25
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
Justin Clark-Casey (justincc)
4
-31
/
+26
2013-02-24
Add StatsManager registration for region specific stats as collected
Robert Adams
1
-1
/
+47
2013-02-23
Make sure state machine is reset if crossing is aborted
Melanie
1
-0
/
+6
2013-02-22
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
2
-4
/
+5
2013-02-22
Make reset of EntityTransferStateMachine for an avatar transfer always happen...
Justin Clark-Casey (justincc)
1
-42
/
+81
2013-02-21
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
2
-6
/
+7
2013-02-21
minor: Change summary in "show appearance" console command to "incomplete" ra...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-20
Add flush after write feature to LogWriter
Robert Adams
1
-1
/
+12
2013-02-20
Correct mistake in parsing 'show object pos' and similar pos commands where t...
Justin Clark-Casey (justincc)
1
-5
/
+5
2013-02-19
Deleted all AssemblyFileVersion directives
Diva Canto
1
-1
/
+1
2013-02-16
Separate IAR tests into separate files for load/save/loadpath tests
Justin Clark-Casey (justincc)
3
-245
/
+198
2013-02-16
Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.
Justin Clark-Casey (justincc)
2
-1
/
+60
2013-02-16
Add regression test TestSaveNonRootFolderToIar
Justin Clark-Casey (justincc)
7
-29
/
+183
2013-02-14
* Handle null check on configs in module startup so that the the code can be ...
teravus
2
-7
/
+9
2013-02-14
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-02-08
Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh...
Justin Clark-Casey (justincc)
1
-32
/
+57
2013-02-08
On IAR loading, if loading of a coaleseced item entirely fails, then continue...
Justin Clark-Casey (justincc)
1
-0
/
+18
2013-02-05
Bump version and assembly version numbers from 0.7.5 to 0.7.6
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-01
Revert "Update assembly version numbers"
BlueWall
1
-1
/
+1
2013-02-01
Update assembly version numbers
BlueWall
1
-1
/
+1
2013-02-02
Log missing assets on "fcache assets" found. This ignores references found b...
Justin Clark-Casey (justincc)
1
-15
/
+26
2013-02-02
Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...
Justin Clark-Casey (justincc)
2
-7
/
+18
2013-01-31
Added option for UUID as command parameters. This lets the command handle the...
Dan Lake
1
-0
/
+4
2013-01-30
Allow use of MaptileStaticUUID in Regions.ini to override the global setting ...
Jak Daniels
1
-18
/
+63
2013-01-29
* This Checks the asset of each wearable asynchronously and repairs if it's r...
teravus
1
-12
/
+23
2013-01-29
minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...
Justin Clark-Casey (justincc)
1
-8
/
+10
2013-01-28
Change default avatar replacements to be ruth rather than urban male
Melanie
1
-13
/
+10
2013-01-27
Prevent items being destroyed by rename operations. Renaming of a wearable also
Melanie
1
-1
/
+2
2013-01-27
Prevent items being destroyed by rename operations. Renaming of a wearable also
Melanie
1
-1
/
+2
2013-01-26
* This update is ugly as sin, but it 'fills in the blanks' of your appearance...
teravus
1
-4
/
+259
2013-01-26
Fix issue where the "set terrain texture" console command did not tell the vi...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-26
minor: Fix full scene part console report to show proper Light* names rather ...
Justin Clark-Casey (justincc)
1
-5
/
+5
2013-01-25
Added unit tests for Dynamic Attributes
Oren Hurvitz
1
-0
/
+37
2013-01-25
Disabled DAExampleModule
Oren Hurvitz
1
-5
/
+13
2013-01-25
Changed DAMap to be the container of "data stores", which are OSDMaps. Store ...
Oren Hurvitz
1
-12
/
+13
2013-01-25
Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-25
Add DAExampleModule to demonstrate dynamic attributes
Justin Clark-Casey (justincc)
1
-0
/
+98
2013-01-25
Add basic JsonCreateStore() regression test
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-24
Mantis 6508 llHTTPResponse body is incorrectly interpreted by IE
Talun
1
-1
/
+15
2013-01-24
Null check the response body to make sure we're not crashing the script engine
Melanie
1
-0
/
+6
2013-01-23
EXPERIMENTAL - Comment out the check for the agent already being in transit
Melanie
1
-8
/
+9
2013-01-21
Allow TeleportCancel packets to reset the transfer state machine
Melanie
1
-0
/
+6
2013-01-20
Implement HTTP Request froma thread pool to avoid packet congestion
Melanie
1
-14
/
+45
2013-01-20
Revert "Refactor scripted http request to use async calls rather than hard th...
Melanie
1
-87
/
+53
[next]