aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey3-68/+67
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey3-15/+21
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker1-39/+0
2009-05-13Add most of the meat to the LSL HTTP serverMelanie Thielker1-0/+3
2009-05-13Plumb request and return URL functions.Melanie Thielker1-2/+3
2009-05-13Add a skeleton for the LSLHttpServerMelanie Thielker1-0/+43
2009-05-13Remove some no longer needed debug.Melanie Thielker1-6/+2
2009-05-12Fix interface registration/deregistration mechanicsMelanie Thielker1-9/+14
2009-05-12Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g...diva1-1/+2
2009-05-12Making SimStatsReporter a little more restrained in requesting the IEstateMod...diva1-1/+3
2009-05-12* Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ...Adam Frisby1-0/+18
2009-05-12* EventManager's OnNewPresence event now fires correctly again.Adam Frisby1-0/+3
2009-05-12Add more group notify glueMelanie Thielker1-0/+1
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+2
2009-05-12Add permission mechanisms for group deeding landMelanie Thielker1-0/+17
2009-05-11Add AssetService of type IAssetService to SceneMelanie Thielker1-0/+14
2009-05-11Squashed commit of the following:Dr Scofield1-5/+45
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2-1/+11
2009-05-09COmmitting the asset cache skeletonMelanie Thielker1-0/+33
2009-05-09Fixed handling of inventory a bitHomer Horwitz2-8/+8
2009-05-08* break out 'xml2' deserialization from sogJustin Clarke Casey3-82/+74
2009-05-08* refactor: break out sog original xml serialization to a separate classJustin Clarke Casey5-60/+67
2009-05-08* minor: rename xml sog serialization method for readabilityJustin Clarke Casey5-8/+8
2009-05-08* refactor: Break out original xml object serialization into a separate classJustin Clarke Casey6-98/+144
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague5-17/+23
2009-05-06refactoring Scene.NewUserConnection() to be simpler and clearer.Dr Scofield1-84/+77
2009-05-05Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets)Homer Horwitz1-2/+3
2009-05-05- moving banned check and public/private check toDr Scofield5-93/+95
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-33/+33
2009-05-05Update svn properties.Jeff Ames1-113/+113
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey4-17/+8
2009-05-04Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker1-0/+2
2009-05-04Create a working configuration hook to allow LLClient parameters fromMelanie Thielker2-3/+8
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker2-2/+2
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2-0/+11
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+115
2009-05-02Numerous packet improvements.Melanie Thielker1-0/+6
2009-05-01Add a tweakable for the prim queue preloadMelanie Thielker3-9/+19
2009-05-01Throttle prim sending a bit (again) to ensure the queues don't overrun andMelanie Thielker1-2/+2
2009-05-01Add methods to block and queue agent updates during region crossing and TPMelanie Thielker1-0/+43
2009-05-01Send the animations of all already present avatar to an avatar entering a simMelanie Thielker1-0/+6
2009-05-01Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker2-2/+7
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker1-1/+1
2009-04-29Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker2-124/+131
2009-04-28Let estate owners and managers enter nonpublic estates unconditionally.Melanie Thielker1-2/+2
2009-04-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+5
2009-04-27From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-33/+49
2009-04-25Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke1-1/+4
2009-04-23From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2-70/+70