aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of IUserSer...lbsa711-2/+2
2007-09-22Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet,...Tedd Hansen9-0/+444
2007-09-17fixing me some line endingsSean Dague1-80/+80
2007-09-14Can now set the http ports that grid server and user server use. MW2-2/+2
2007-09-10mass update of urls in source code to new websiteSean Dague13-13/+13
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-2/+2
2007-08-27Deleted a few old files that are no longer used.MW3-234/+0
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-1/+1
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-1/+118
2007-08-13oops , guess I should include the new files next time MW1-0/+80
2007-08-13Separated Login Service from usermanager, which helps to clean up the code a ...MW2-57/+5
2007-08-08* Checked in new tweaked Prebuild.exelbsa711-40/+0
2007-08-08Grid/GridServer/GridManager.csBrian McBee1-9/+16
2007-08-03Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee3-7/+24
2007-07-29Commit 1/2Adam Frisby1-2/+2
2007-07-24* More console related changes.Adam Frisby1-1/+1
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2-2/+0
2007-07-21Re-added the ability to set the database provider (dll) in the config file fo...MW2-2/+2
2007-07-20* Assortment of Console changes - console messages are now grouped into modul...Adam Frisby2-15/+15
2007-07-19*Moved XmlConfiguration to its own projectmingchen3-32/+4
2007-07-19* Removed yet more compiler warningsAdam Frisby2-2/+0
2007-07-19* Removing more compiler warnings.Adam Frisby1-4/+4
2007-07-18*New Configuration System, much easier and less buggy compared to the origina...mingchen3-76/+8
2007-07-18* Added "GetHostFromDNS" to Util to replace the various DNS resolution method...Adam Frisby1-1/+1
2007-07-17* Applying babblefrog's DNS patches from issue #188Adam Frisby2-5/+7
2007-07-16* In ur trunk adding ur assets.Adam Frisby1-0/+11
2007-07-16changed to native line ending encodingSean Dague18-2811/+2811
2007-07-15* fixed locations both set to y (thanks to babblefro)lbsa711-1/+1
2007-07-14* Excelsior!Adam Frisby2-0/+12
2007-07-14* Upgraded MySQL Connector to support 1222 changes.Adam Frisby1-1/+1
2007-07-13* Fixed bug reported by xyzo - region assets are now stored in "regionassets....Adam Frisby1-2/+2
2007-07-13rename file to not have spaces in itSean Dague1-0/+0
2007-07-13* OGS project is now back down to zero warnings.Adam Frisby1-0/+1
2007-07-10preliminary inter region communications (between regions in different instanc...MW1-1/+5
2007-07-10Gird mode in sugilite should now work in so far as you should be able to logi...MW2-5/+14
2007-07-08* By popular demand, all generated build files are now deleted. Somebody shou...lbsa7112-980/+0
2007-07-08(no commit message)lbsa714-14/+10
2007-07-08* Updating prebuildAdam Frisby2-3/+3
2007-07-08* Fixed reservation handling for existing region authkey situations. Reservat...Adam Frisby1-7/+1
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging i...mingchen3-4/+5
2007-07-05*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen5-14/+49
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa716-195/+136
2007-07-04Grid Servers:Adam Frisby1-7/+9
2007-07-03*Fixed storage issue as noted in last commit of the OGS1 GridServermingchen3-8/+9
2007-07-03*Removed GridInfo class as it has been previously replaced with the much bett...mingchen3-11/+25
2007-07-03*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimu...mingchen2-66/+113
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa7115-143/+90
2007-07-02*OGS1 Key2Name/Name2Key worksmingchen2-1/+2
2007-07-02* Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa711-1/+1
2007-07-01Started change to having SceneObject and then that having child Primitives wh...MW1-22/+15