aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by ↵MW1-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.
2007-08-13Setting culture for startup thread to invariant. Config now read correctly ↵Tedd Hansen1-0/+6
on alternate regional settings.
2007-08-06Re-added Grid mode. (which had got removed/disabled in revision 1515)MW1-8/+8
2007-08-04clean up of startup config settings (command line args etc),MW1-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.
2007-08-03ATTENTION!!! Change to default to "sandbox" (did we come up with a better ↵Brian McBee1-5/+5
name yet?) mode. Added -gridmode switch to run that way.
2007-07-29* OpenSim now performs compatibility checks at startup and warns the user if ↵Adam Frisby1-1/+13
the Operating System or Platform version they are using is unsupported.
2007-07-16* And yet more restructuring of startup sequence...lbsa711-1/+1
2007-07-16* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa711-1/+1
2007-07-16* Removed some superfluous assignslbsa711-11/+2
* Moved physics plugin scene creation into local scope
2007-07-16changed to native line ending encodingSean Dague1-125/+125
2007-07-13Part two of Darok's Bullet physics plugin: added the actual plugin, although ↵MW1-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.
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+3
* added some licensing info
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-1/+2
to add/remove something