aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-01* Assorted spring cleanings.Adam Frisby1-5/+0
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-1/+0
2008-04-29From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-5/+9
2008-04-28From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-677/+48
2008-04-28* Fixed 'Welcome to Krynn' default that I missed and got stuck in by a patch.Teravus Ovares1-1/+1
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-3/+48
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-3/+3
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares1-1/+4
2008-04-23fix for mantis 1036Sean Dague1-0/+1
2008-04-23fixed mantis: 1035, as well as ordering commandsSean Dague1-10/+9
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-1/+1
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-1/+1
2008-04-23Two small changes:Sean Dague1-2/+15
2008-04-21From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-2/+31
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+10
2008-04-21* Terrain Module code has been reformatted to comply with guidelines.Adam Frisby1-9/+4
2008-04-19* Insert an OpenSim warning telling the user to ignore the ERROR assembly sca...Justin Clarke Casey1-0/+3
2008-04-11refactor: eliminate method in UserProfileCacheServiceJustin Clarke Casey1-1/+1
2008-04-08* Minor: Show summary count of connected agents in 'show users' region consol...Justin Clarke Casey1-1/+7
2008-04-06* Various terrain engine fixesAdam Frisby1-0/+1
2008-04-02changing more references to OpenSim.DataSean Dague1-10/+10
2008-03-31* Set Svn Properties eol-style: |337Teravus Ovares1-1/+1
2008-03-31* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-0/+9
2008-03-30**Big ass update warning**Adam Frisby1-17/+9
2008-03-29* Tidy up 'show users' displayJustin Clarke Casey1-11/+12
2008-03-29Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW1-0/+5
2008-03-24* Remove a spammy comment I meant to remove from the last commitJustin Clarke Casey1-2/+1
2008-03-24* Make standalone non-home region caps work again.Justin Clarke Casey1-0/+9
2008-03-24Fixed a small XmlRpcCommand bugJohan Berntsson1-1/+4
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-35/+2
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-1/+1
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-1/+4
2008-03-18Formatting cleanup.Jeff Ames1-46/+51
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17* Make it more obvious if local user services are being usedJustin Clarke Casey1-2/+3
2008-03-13* Change opensim.ini.example guidance on asset_database setting to be "local"...Justin Clarke Casey1-10/+2
2008-03-11Eliminated several compiler warning messagesJohan Berntsson1-13/+1
2008-03-11The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson1-18/+5
2008-03-07Fix to solve mantis 717 problem. Makes sure the region DB schema is up to dat...Johan Berntsson1-9/+10
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-14/+138
2008-02-29More compiler warning cleanup.Jeff Ames1-5/+0
2008-02-24Fixed startup logo size to match a Win CMD window.Tedd Hansen1-3/+3
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen1-3/+3
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-5/+20
2008-02-20Treads command lists threads, but not thread name (yet)Tedd Hansen1-7/+9
2008-02-20div+Tedd Hansen1-0/+13
2008-02-19Putting in eyecatcher lines on OpenSim start as we had previously. This make...Justin Clarke Casey1-1/+5
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-3/+2
2008-02-18A bit more prominent sign of start up completion :-) thanks HashBox for the A...Dalien Talbot1-0/+15
2008-02-18* Allow create user on standalone even if authentication is off, in case the ...Justin Clarke Casey1-9/+3