aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * refactor: break out sog original xml serialization to a separate classJustin Clarke Casey2009-05-085-60/+67
* * minor: rename xml sog serialization method for readabilityJustin Clarke Casey2009-05-085-8/+8
* * refactor: Break out original xml object serialization into a separate classJustin Clarke Casey2009-05-086-98/+144
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-075-17/+23
* refactoring Scene.NewUserConnection() to be simpler and clearer.Dr Scofield2009-05-061-84/+77
* Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets)Homer Horwitz2009-05-051-2/+3
* - moving banned check and public/private check toDr Scofield2009-05-055-93/+95
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-33/+33
* Update svn properties.Jeff Ames2009-05-051-113/+113
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-044-17/+8
* Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker2009-05-041-0/+2
* Create a working configuration hook to allow LLClient parameters fromMelanie Thielker2009-05-042-3/+8
* Some reorganization around service connectors. No functional changeMelanie Thielker2009-05-032-2/+2
* Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2009-05-022-0/+11
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-0/+115
* Numerous packet improvements.Melanie Thielker2009-05-021-0/+6
* Add a tweakable for the prim queue preloadMelanie Thielker2009-05-013-9/+19
* Throttle prim sending a bit (again) to ensure the queues don't overrun andMelanie Thielker2009-05-011-2/+2
* Add methods to block and queue agent updates during region crossing and TPMelanie Thielker2009-05-011-0/+43
* Send the animations of all already present avatar to an avatar entering a simMelanie Thielker2009-05-011-0/+6
* Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker2009-05-012-2/+7
* Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker2009-04-301-1/+1
* Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker2009-04-292-124/+131
* Let estate owners and managers enter nonpublic estates unconditionally.Melanie Thielker2009-04-281-2/+2
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-0/+5
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-33/+49
* Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke2009-04-251-1/+4
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-232-70/+70
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-222-67/+162
* Thank you kindly, Marcus Llewellyn, for a patch that:Charles Krinke2009-04-221-4/+24
* Thank you kindly, MPallari for a patch that:Charles Krinke2009-04-211-2/+31
* * Allow passing of material type to physics engineTeravus Ovares2009-04-201-1/+8
* Thank you kindly, MPallari, for a patch that:Charles Krinke2009-04-191-1/+9
* Accounting for the changes introduced in AssetServerBase in r9143 related to ...diva2009-04-191-0/+1
* Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz2009-04-192-0/+100
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-191-0/+2
* Bug fix in HG asset posts. Get the inner assets not just from mem cache but f...diva2009-04-181-18/+24
* Thank you M1sha for diagnosing and patching a lock bug affecting region cross...diva2009-04-171-13/+16
* Expose the GroupRecord and it's accessor APIMelanie Thielker2009-04-161-9/+1
* Prevent a nullref when no script engines are loadedMelanie Thielker2009-04-151-0/+3
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-0/+9
* Make sim health data more usefulMelanie Thielker2009-04-151-1/+23
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-152-10/+27
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-1/+1
* * Resolve unit test failure introduced in r9148 (probably)Justin Clarke Casey2009-04-151-1/+0
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-152-3/+3
* Renamed splitID in Scene and added comments on usageJohan Berntsson2009-04-151-1/+8
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-38/+55
* * Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2009-04-142-2/+2