aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen3-2/+31
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-15/+16
2007-11-03Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok10-63/+114
2007-11-02Added temporary try catch to udpserver while testing something out (will remo...MW1-1/+7
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen5-52/+87
2007-11-01* Diuerse beavtificatemslbsa7121-99/+101
2007-11-01Partialy fixed a bug with collisions in BulletXPlugin.darok1-37/+19
2007-11-01Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok1-289/+312
2007-11-01Goodbye LSO to .Net translator. May your bits live on in our memories.Tedd Hansen11-3251/+0
2007-11-01Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...Charles Krinke4-9/+22
2007-11-01Thank you Melanie for a patch to SceneObjectPart.cs so that on first transmis...Charles Krinke1-2/+19
2007-10-31redefault to sqlite for all services, especially now thatSean Dague1-4/+4
2007-10-31* Added a streamhandler that does streams both in and outlbsa711-1/+1
2007-10-31fixed bug with user not getting land properties on loginJeff Ames3-6/+20
2007-10-31some small changesMW4-10/+12
2007-10-31fixed filenames in log messagesJeff Ames6-8/+8
2007-10-31made illogical bitwise operations logicalJeff Ames4-7/+7
2007-10-31Thank you Teravus, very much, for a 'jump', 'crouch' and 'inertia' patch for ...Charles Krinke6-43/+177
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller5-5/+129
2007-10-30Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax7-10/+29
2007-10-30temporary fix for sitting collisions in ODEJeff Ames4-26/+61
2007-10-30* Optimized usingslbsa71182-5541/+8023
2007-10-30* Deleted .user filelbsa711-12/+0
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW65-87/+84
2007-10-29* Removed AssetNotFound as it crashes clientlbsa711-37/+43
2007-10-29* ModuleLoader: Privatized some too-public fieldslbsa715-56/+80
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW11-23/+241
2007-10-29normalized line endingsJeff Ames2-70/+70
2007-10-29should help with ODE bounce on region crossdan miller1-8/+18
2007-10-28Added preliminary support for sitting on primsJeff Ames4-18/+113
2007-10-28*Replaced -useexecutepath with an updated -inifile extension. You can now spe...mingchen1-15/+15
2007-10-26Added method to create default config file in region server(OpenSim) followin...Tleiades Hax2-7/+76
2007-10-26Temporary fix for a missing Opensim.ini file.MW2-10/+3
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa7114-105/+212
2007-10-26Region ground texture was not marked as temporary, when being created, and as...Tleiades Hax1-0/+1
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+4
2007-10-25fix line endingsSean Dague1-132/+132
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague3-5/+5
2007-10-25* Added static mutex to terrain load-tile to prevent file IO locking issues.Adam Frisby1-20/+31
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby5-1/+148
2007-10-24Introduced a build error in the last patchTleiades Hax1-3/+0
2007-10-23add locking to the terrain database callsSean Dague1-28/+31
2007-10-23* Fix for issue#514 - Sim crash when editing near terrain edge.Adam Frisby1-1/+13
2007-10-23* Added "create-region" console command. Syntax: create-region <name> <region...Adam Frisby2-31/+36
2007-10-23remove debug lineSean Dague1-1/+1
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby5-11/+18
2007-10-22* Table creation now checks if the table already exists before building it.Adam Frisby1-3/+27
2007-10-22* Temporary fix for SQLite error -- temporarily disables terrain storage.Adam Frisby1-2/+2
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby8-23/+138
2007-10-22* Made EstateSetting static since there's only one instance, and we only need...lbsa716-106/+125