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
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.cs
Mike Mazur
2009-02-03
2
-222
/
+30
*
- move OpenSim/Framework/IInventoryData.cs to
Mike Mazur
2009-02-03
3
-213
/
+60
*
- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to
Mike Mazur
2009-02-03
3
-51
/
+2
*
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...
Mike Mazur
2009-02-03
3
-8
/
+8
*
Oops. Forgot a try-catch on the last commit.
diva
2009-01-31
1
-2
/
+6
*
Fixes mantis #3061. Thanks Hallow Palmer for diagnosing the issue so well. I ...
diva
2009-01-31
1
-0
/
+4
*
Complete the implementation of llSHA1String.
idb
2009-01-29
1
-0
/
+11
*
Slight cleanup of docs, removing trailing whitespace.
Mike Mazur
2009-01-28
1
-6
/
+6
*
* Write a simple archive loading test which doesn't actually do any testing y...
Justin Clarke Casey
2009-01-23
1
-7
/
+3
*
* Extend archive test to check for the presence of a control file in a saved ...
Justin Clarke Casey
2009-01-23
2
-1
/
+3
*
Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to 0.6...
Charles Krinke
2009-01-22
1
-1
/
+1
*
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
2009-01-21
2
-5
/
+1
*
- remove extra "; in http_loginform.html.example; fix issue 3025
Mike Mazur
2009-01-21
1
-2
/
+2
*
Set request method for REST requests with no input.
Mike Mazur
2009-01-21
1
-0
/
+1
*
Removed some of the darker colors from console messages as they were not visi...
Dahlia Trimble
2009-01-20
1
-6
/
+7
*
oops hash codes can be negative, account for that
Sean Dague
2009-01-19
1
-1
/
+2
*
added display of exception
Sean Dague
2009-01-19
1
-1
/
+1
*
change the appender to have a few more colors, none of which are red
Sean Dague
2009-01-19
1
-2
/
+16
*
* Progressive texture patch + PriorityQueue put into the LLClient namespace.
Teravus Ovares
2009-01-19
1
-0
/
+14
*
No longer append a "texture" parameter on texture asset requests. The
Mike Mazur
2009-01-19
1
-2
/
+0
*
* Rig up enough infrastructure to actually perform a successful 'standalone' ...
Justin Clarke Casey
2009-01-16
2
-2
/
+7
*
Minor formatting cleanup, add copyright header.
Jeff Ames
2009-01-16
1
-1
/
+28
*
Update svn properties.
Jeff Ames
2009-01-16
1
-328
/
+328
*
* Delete OpenSim/Framework/OpenJpeg for now, with Teravus' permission ;)
Justin Clarke Casey
2009-01-15
6
-917
/
+0
*
Added a primitive shape function for spheres
Johan Berntsson
2009-01-14
1
-0
/
+12
*
Change fake parcel ids to allow a Z coordinate. Change TP by lure
Melanie Thielker
2009-01-13
1
-4
/
+24
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-01-13
3
-5
/
+5
*
* minor; Very minor non-functional tidy ups
Justin Clarke Casey
2009-01-13
1
-11
/
+6
*
* minor: Add a couple of code comments about enabling httpserver logging
Justin Clarke Casey
2009-01-13
1
-10
/
+14
*
* Separate starting a client thread into a separate Start() method (which mat...
Justin Clarke Casey
2009-01-12
1
-10
/
+20
*
Added WearableItem class to the framework. This class can be used to: load fr...
MW
2009-01-12
1
-0
/
+328
*
Enhanced LoginServiceTests to test for authentication and response
Sean Dague
2009-01-12
1
-18
/
+197
*
Finish dwell sending, adding the forgotten method body.
Melanie Thielker
2009-01-09
1
-1
/
+8
*
* Adds the variables passed to the hashtable BaseHttpServer passes in.
Teravus Ovares
2009-01-08
1
-0
/
+7
*
* prune and regrade log messages relating to client login and logout
Justin Clarke Casey
2009-01-06
4
-11
/
+9
*
* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...
Justin Clarke Casey
2009-01-06
1
-1
/
+5
*
* Fix build break - forgot that I had renamed an argument
Justin Clarke Casey
2009-01-06
1
-1
/
+1
*
* Move common string aggregation for caps seed path to a method in CapsUtil
Justin Clarke Casey
2009-01-06
1
-0
/
+10
*
* Yeah, might just want to add the new class as well - sigh
Justin Clarke Casey
2009-01-06
1
-0
/
+46
*
* minor: Move GetRandomCapsPath() to a CapsUtil class
Justin Clarke Casey
2009-01-06
1
-8
/
+0
*
* Remove unused CAPSService
Justin Clarke Casey
2009-01-06
1
-55
/
+0
*
* remove mono compiler warnings
Justin Clarke Casey
2009-01-06
1
-8
/
+0
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-01-05
1
-1
/
+1
*
* Centralize references to the well known blank texture 5748decc-f629-461c-9a...
Justin Clarke Casey
2009-01-05
3
-8
/
+10
*
* Add prereqs and usings required by the Windows compiler
Justin Clarke Casey
2009-01-05
1
-0
/
+2
*
* Add seed cap check to login test
Justin Clarke Casey
2009-01-05
1
-5
/
+15
*
* Simplify test code by always setting up mock 'in memory' user and inventory...
Justin Clarke Casey
2009-01-05
3
-51
/
+22
*
* Extend stub to test the successful login of a user on the local login service
Justin Clarke Casey
2009-01-05
2
-2
/
+96
*
* Check in login service tests beachhead
Justin Clarke Casey
2009-01-05
1
-6
/
+6
*
Plumb the remaining dwell packets
Melanie Thielker
2009-01-03
1
-0
/
+6
[prev]
[next]