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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-12
* Added ISimulationDataService and IEstateDataService
John Hurliman
1
-16
/
+0
2010-09-12
Formatting cleanup.
Jeff Ames
9
-155
/
+152
2010-09-12
Add copyright headers.
Jeff Ames
2
-2
/
+29
2010-09-10
Made it impossible to create a user with names containing spaces and prevente...
randomhuman
2
-2
/
+54
2010-09-10
Remove parenthesis around the release flavour to get the version string back ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-09-07
* Cache null account responses in the SimianUserAccountServiceConnector to av...
John Hurliman
1
-6
/
+4
2010-09-07
If a scene object part UUID is changed (only possible when not in a scene), t...
Justin Clark-Casey (justincc)
1
-5
/
+5
2010-09-06
Revert "Workaround for mono bug #312968"
Melanie Thielker
1
-1
/
+0
2010-09-06
Workaround for mono bug #312968
Melanie Thielker
1
-0
/
+1
2010-09-05
Fix build break
Melanie
1
-4
/
+0
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
3
-73
/
+57
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
3
-74
/
+54
2010-09-04
Make User Agent Service and Login Service separable.
Diva Canto
1
-1
/
+17
2010-09-03
Added XFF header processing. Untested, for lack of proxy.
Diva Canto
2
-0
/
+30
2010-09-03
In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...
Justin Clark-Casey (justincc)
1
-5
/
+10
2010-09-02
Implement UploadBakedTexture cap
Melanie Thielker
1
-0
/
+105
2010-09-02
Implement UploadBakedTexture cap
Melanie Thielker
1
-0
/
+105
2010-08-30
minor: Add some method doc to BaseHttpServer.HandleRequest()
Justin Clark-Casey (justincc)
1
-2
/
+8
2010-08-30
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
2
-14
/
+97
2010-08-30
local commit with parcel media bits
Jonathan Freedman
2
-14
/
+97
2010-08-25
Prevent an object disposed exception that made forms comms unreliable. After
Melanie Thielker
1
-2
/
+7
2010-08-25
Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry
Melanie Thielker
1
-2
/
+2
2010-08-25
Prevent an object disposed exception that made forms comms unreliable. After
Melanie Thielker
1
-2
/
+7
2010-08-25
Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry
Melanie Thielker
1
-2
/
+2
2010-08-24
Plumb the region type through to the ProductName field in estate messages
Melanie
1
-1
/
+2
2010-08-21
Finally putting estate_settings.xml to rest. There will be no more attempts
Melanie
1
-198
/
+0
2010-08-20
Some code cleanup for console command "create region".
Marck
1
-1
/
+1
2010-08-20
Unit test breakage fix.
Diva Canto
2
-3
/
+3
2010-08-19
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...
Diva Canto
1
-82
/
+0
2010-08-19
Partial rewrite of client IP verification. Not completely finished yet, and u...
Diva Canto
1
-1
/
+3
2010-08-19
Revert "One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943."
Diva Canto
1
-40
/
+28
2010-08-18
One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943.
Diva Canto
1
-28
/
+40
2010-08-16
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...
Diva Canto
1
-0
/
+2
2010-08-16
Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...
Diva Canto
1
-1
/
+1
2010-08-13
* Cleaned up the magic UUID definitions in AvatarWearable.cs
John Hurliman
1
-12
/
+27
2010-08-10
Note to self: don't break the build
meta7
1
-1
/
+1
2010-08-10
Add a stack trace to the error output on the recursive read lock warning on m...
meta7
1
-0
/
+14
2010-08-07
Correct display of landmark about info. Also correct region maturity rating
Melanie Thielker
1
-1
/
+11
2010-08-07
Correct display of landmark about info. Also correct region maturity rating
Melanie Thielker
1
-1
/
+11
2010-08-06
Fix XStats formatting:
BlueWall (James Hughes)
1
-30
/
+35
2010-08-06
Implement CreateNewOutfitAttachments. This addresses mantis #199.
Tom
1
-0
/
+4
2010-08-06
HACK ALERT! There's some underlying bug in the HTTP server that makes request...
Diva Canto
1
-0
/
+7
2010-08-04
Revert "remove long unused OpenSim/Framework/Configuration/* projects"
Melanie
3
-0
/
+323
2010-08-03
don't mask current time reads (since we don't mask the corresponding subtract)
Mike Rieker
1
-3
/
+3
2010-08-03
Drop the RestClient timeout from 15 minutes to 30 seconds. This does not addr...
Tom
1
-1
/
+1
2010-08-03
Simplify serialized version string. Change element capitalization for consis...
Justin Clark-Casey (justincc)
1
-5
/
+10
2010-08-03
get rid of PrimitiveBaseShape.MediaRaw staging post
Justin Clark-Casey (justincc)
1
-6
/
+0
2010-08-03
remove duplicated serialization code
Justin Clark-Casey (justincc)
1
-12
/
+26
2010-08-03
serialize media textures to inventory with a largely osd representation rathe...
Justin Clark-Casey (justincc)
1
-3
/
+87
2010-07-30
Slight improvement on previous commit.
Diva Canto
1
-1
/
+13
[next]