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
*
Adding osFunctions for light projection
BlueWall
2010-10-17
1
-5
/
+50
*
Add missing check for !_projectionEntry
BlueWall
2010-10-16
1
-1
/
+1
*
Adding projected light filters to prim propeties
BlueWall
2010-10-15
1
-0
/
+80
*
* Tweaked the upload response and now at least uploading the mesh works.
Teravus Ovares (Dan Olivares)
2010-10-14
1
-0
/
+14
*
Kill some magic numbers in the caps module
Melanie
2010-10-14
1
-3
/
+3
*
* Partially complete stuff for Mesh support that Melanie wanted to see before...
Teravus Ovares (Dan Olivares)
2010-10-14
1
-1
/
+2
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2010-10-09
1
-4
/
+4
*
Limit formatting of local console output to actual logging messages.
Marck
2010-10-09
1
-13
/
+17
*
Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...
Diva Canto
2010-10-03
1
-1
/
+36
*
Port ExecutingDirectory from omfOS Util class.
Melanie
2010-10-03
1
-0
/
+11
*
* Tweaked the LocationTests for maximum coverage.
Teravus Ovares (Dan Olivares)
2010-09-18
2
-1
/
+60
*
* Covered the type converters in SLUtil with unit tests.
Teravus Ovares (Dan Olivares)
2010-09-18
1
-1
/
+57
*
* More Mundane Tests
Teravus Ovares (Dan Olivares)
2010-09-17
2
-0
/
+198
*
REST Console delivers responses with content type text/xml instead of text/pl...
Marck
2010-09-18
1
-2
/
+2
*
Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman
Justin Clark-Casey (justincc)
2010-09-18
1
-2
/
+3
*
Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to OpenSim/Framework/T...
Justin Clark-Casey (justincc)
2010-09-18
1
-0
/
+0
*
* Fixed and re-enabled CacheTests
Teravus Ovares (Dan Olivares)
2010-09-17
3
-15
/
+166
*
* Add a few more tests to help our meager code coverage %.
Teravus Ovares (Dan Olivares)
2010-09-17
2
-0
/
+242
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-0
/
+188
*
Remove long unused Region/Framework/ThreadTracker
Justin Clark-Casey (justincc)
2010-09-14
1
-46
/
+0
*
Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...
Justin Clark-Casey (justincc)
2010-09-14
2
-18
/
+22
*
Merged
John Hurliman
2010-09-12
11
-157
/
+181
|
\
|
*
Formatting cleanup.
Jeff Ames
2010-09-12
9
-155
/
+152
|
*
Add copyright headers.
Jeff Ames
2010-09-12
2
-2
/
+29
*
|
* Added ISimulationDataService and IEstateDataService
John Hurliman
2010-09-12
1
-16
/
+0
|
/
*
Made it impossible to create a user with names containing spaces and prevente...
randomhuman
2010-09-10
2
-2
/
+54
*
Remove parenthesis around the release flavour to get the version string back ...
Justin Clark-Casey (justincc)
2010-09-10
1
-1
/
+1
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-09-08
1
-6
/
+4
|
\
|
*
* Cache null account responses in the SimianUserAccountServiceConnector to av...
John Hurliman
2010-09-07
1
-6
/
+4
*
|
If a scene object part UUID is changed (only possible when not in a scene), t...
Justin Clark-Casey (justincc)
2010-09-07
1
-5
/
+5
|
/
*
Fix build break
Melanie
2010-09-05
1
-4
/
+0
*
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
2010-09-05
3
-73
/
+57
*
Make User Agent Service and Login Service separable.
Diva Canto
2010-09-04
1
-1
/
+17
*
Added XFF header processing. Untested, for lack of proxy.
Diva Canto
2010-09-03
2
-0
/
+30
*
In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...
Justin Clark-Casey (justincc)
2010-09-03
1
-5
/
+10
*
Implement UploadBakedTexture cap
Melanie Thielker
2010-09-02
1
-0
/
+105
*
minor: Add some method doc to BaseHttpServer.HandleRequest()
Justin Clark-Casey (justincc)
2010-08-30
1
-2
/
+8
*
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
2010-08-30
2
-14
/
+97
*
Prevent an object disposed exception that made forms comms unreliable. After
Melanie Thielker
2010-08-25
1
-2
/
+7
*
Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry
Melanie Thielker
2010-08-25
1
-2
/
+2
*
Plumb the region type through to the ProductName field in estate messages
Melanie
2010-08-24
1
-1
/
+2
*
Finally putting estate_settings.xml to rest. There will be no more attempts
Melanie
2010-08-21
1
-198
/
+0
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-08-20
2
-3
/
+3
|
\
|
*
Unit test breakage fix.
Diva Canto
2010-08-20
2
-3
/
+3
*
|
Some code cleanup for console command "create region".
Marck
2010-08-20
1
-1
/
+1
|
/
*
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...
Diva Canto
2010-08-19
1
-82
/
+0
*
Partial rewrite of client IP verification. Not completely finished yet, and u...
Diva Canto
2010-08-19
1
-1
/
+3
*
Revert "One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943."
Diva Canto
2010-08-19
1
-40
/
+28
*
One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943.
Diva Canto
2010-08-18
1
-28
/
+40
*
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...
Diva Canto
2010-08-16
1
-0
/
+2
[next]