aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Optimized usingslbsa712007-10-301-10/+7
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-1/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* Temporary fix for a missing Opensim.ini file.MW2007-10-261-0/+3
|
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-251-1/+1
| | | | | | which cleans up the verbose logic
* *Added -useexecutepath to use the path of the .exe as the path to find ↵mingchen2007-10-191-0/+1
| | | | configuration and libraries and not the current working directory.
* * Fixed Culture-variant parsing of config optionslbsa712007-09-251-3/+3
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Sqlite datastore should now save the textures and extraparams data (used by ↵MW2007-08-191-2/+0
| | | | | | | | | | | | | sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already]. Now have a rough day/night cycle (the movement of the sun needs to be made smoother but for now it is better than we had I think). Added dalien's patch (issue 294) for saving and loading prims to a xml file (think he will be modifying these to be import/export functions and maybe writing a xml datastore for backups). Some preliminary work on task inventory (ie object's/prim's inventory). Added place holder data for AvatarProperties (ie a avatar's profile). Should we store this sort of data on the user server or have another server for it (a normal webserver should work). Added a few more method to IClientAPI. Sure there is something I'm forgeting.
* Setting culture for startup thread to invariant. Config now read correctly ↵Tedd Hansen2007-08-131-0/+6
| | | | on alternate regional settings.
* Re-added Grid mode. (which had got removed/disabled in revision 1515)MW2007-08-061-8/+8
|
* clean up of startup config settings (command line args etc),MW2007-08-041-62/+9
| | | | | | | Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux.
* ATTENTION!!! Change to default to "sandbox" (did we come up with a better ↵Brian McBee2007-08-031-5/+5
| | | | name yet?) mode. Added -gridmode switch to run that way.
* * OpenSim now performs compatibility checks at startup and warns the user if ↵Adam Frisby2007-07-291-1/+13
| | | | the Operating System or Platform version they are using is unsupported.
* * And yet more restructuring of startup sequence...lbsa712007-07-161-1/+1
|
* * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa712007-07-161-1/+1
|
* * Removed some superfluous assignslbsa712007-07-161-11/+2
| | | | | * Moved physics plugin scene creation into local scope
* changed to native line ending encodingSean Dague2007-07-161-125/+125
|
* Part two of Darok's Bullet physics plugin: added the actual plugin, although ↵MW2007-07-131-0/+5
| | | | | | | haven't added the project to prebuild.xml yet. Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
| | | | | * added some licensing info
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-1/+2
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+121
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.