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
2012-02-10
minor: Remove warning from RegionInfo due to repeated config.GetString() call...
Justin Clark-Casey (justincc)
1
-1
/
+0
2012-02-10
Add line numbers to Util.PrintCallStack()
Justin Clark-Casey (justincc)
1
-2
/
+3
2012-02-04
Set PhysPrimMax default to 0 so ini files won't be overridden
BlueWall
1
-1
/
+1
2012-02-04
Make NonphysicalPrimMax setting work properly
BlueWall
1
-1
/
+1
2012-02-04
Add TestRegionSettingsDeserialize
Justin Clark-Casey (justincc)
2
-1
/
+135
2012-02-03
Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut...
Justin Clark-Casey (justincc)
1
-9
/
+28
2012-02-03
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...
PixelTomsen
2
-2
/
+10
2012-02-03
Changed save oar and save iar parameter -p|--profile to -h|--home, including ...
Snoopy Pfeffer
1
-2
/
+2
2012-02-03
Refactor common deserialization processor code to generic method ExternalRepr...
Justin Clark-Casey (justincc)
3
-98
/
+62
2012-02-03
Change LandDataSerializer deserialization so that in the future it won't care...
Justin Clark-Casey (justincc)
5
-75
/
+209
2012-02-02
fix line endings
Dan Lake
1
-7
/
+7
2012-02-03
Fix test failure
Melanie
1
-0
/
+1
2012-02-02
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
Melanie
5
-21
/
+30
2012-02-02
Improve reliability of script state saving by covering various saving
Melanie
1
-0
/
+11
2012-01-31
Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-01-30
Add ParcelImageID to RegionSettings so we can have that overlay.
Melanie
1
-0
/
+8
2012-01-28
Remove IClientAPI from the money module. It was only used to pass in the
Melanie
1
-2
/
+2
2012-01-26
llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...
PixelTomsen
1
-0
/
+6
2012-01-25
llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...
Pixel Tomsen
1
-0
/
+6
2012-01-24
Comment out asset statistics section from periodic stats as these have not be...
Justin Clark-Casey (justincc)
1
-108
/
+109
2012-01-24
Comment out inventory statistics section from periodic stats, since this only...
Justin Clark-Casey (justincc)
1
-14
/
+15
2012-01-24
Simplify and streamline telehub editing code. Verify rotations and fix
Melanie
1
-1
/
+1
2012-01-24
Reverse the spawn point distance vector
Melanie
1
-3
/
+3
2012-01-24
Correct a coordinate to make the viewer like it
Melanie
1
-2
/
+2
2012-01-24
Change Telehubs to store only the data that is really needed and not
Melanie
1
-71
/
+45
2012-01-22
Finish connecting Telehub to database
BlueWall
1
-44
/
+6
2012-01-22
Move Telehub tables and data from EstateSettings to RegionSettings.
Melanie
2
-150
/
+150
2012-01-21
Telehub Support:
BlueWall
1
-0
/
+150
2012-01-20
Telehub Support:
BlueWall
1
-0
/
+5
2012-01-19
Fixed bugs in earlier commit on custom user parameters in Regions.ini
Dan Lake
1
-20
/
+25
2012-01-16
Remove monocov and other obsolete nant build targets.
Justin Clark-Casey (justincc)
1
-0
/
+8
2012-01-12
Move some interfaces to a more apropriate place
BlueWall
2
-73
/
+0
2012-01-12
HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...
Diva Canto
1
-4
/
+4
2012-01-05
Adding empty ISearchModule interface
BlueWall
1
-0
/
+36
2012-01-03
Profile Updates
BlueWall
1
-0
/
+37
2011-12-19
Migrate detailed "appearance show" report generation up to AvatarFactoryModul...
Justin Clark-Casey (justincc)
1
-7
/
+14
2011-12-17
Fix bug where objects could not be set to a new group if the group had been c...
Justin Clark-Casey (justincc)
2
-0
/
+7
2011-12-16
Commented a couple of verbose debug messages.
Diva Canto
2
-2
/
+2
2011-12-12
Added an option for extra settings within region ini file. Any non-hardcoded ...
Dan Lake
1
-20
/
+55
2011-12-10
Implement handler for TeleportCancel inbound packet
Melanie
1
-0
/
+3
2011-12-09
minor: comment out "unpacked appearance" log mesasge for now
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-12-09
Comment out ChildAgentDataUpdate.Pack() "Pack data" message for now.
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-12-09
Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...
Justin Clark-Casey (justincc)
2
-13
/
+7
2011-12-08
Reactivate BasicCircuitTests.TestAddClient()
Justin Clark-Casey (justincc)
1
-16
/
+29
2011-12-08
Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().
Justin Clark-Casey (justincc)
1
-3
/
+1
2011-12-08
On a new client circuit, send the initial reply ack to let the client know it...
Justin Clark-Casey (justincc)
3
-3
/
+81
2011-12-07
Implement XMLRPCAdmin command admin_teleport_agent.
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-12-07
Stop also adding an ordinary http handler when we set up a poll http handler.
Justin Clark-Casey (justincc)
3
-19
/
+7
2011-12-05
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
12
-15
/
+210
2011-12-03
Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()
Justin Clark-Casey (justincc)
2
-4
/
+0
[next]