| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
changes it wouldn't come up).
include embedded dialect specific sql files for nhibernate migrations
figure out how to get the raw db connection so that migrations can
work with nhibernate.
create initial migration for NHibernate + SQLite + Assets.
|
|
|
|
|
|
|
| |
really turned out to be small enough to not need it's own
assembly
|
|
|
|
|
|
| |
this becomes useful
|
|
|
|
|
|
|
| |
intent is to create an easier way to manage database table versions
like the model used for ruby on rails migrations.
|
| |
|
| |
|
|
|
|
|
| |
tests for LSL types and strings.
|
|
|
|
| |
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.
|
|
|
|
|
|
|
|
| |
skeleton,
far from complete, just want to check in early and often.
|
|
|
|
|
|
|
|
| |
parameter to Scene rather than referencing VersionInfo directly
* Butt ugly solution
|
|
|
|
|
|
|
|
|
| |
"About Second Life" box
* This is the same string as printed out on the opensim region console at startup, so it should now include the svn revision number (if available)
* This dialog box takes an awful long time to come up on my local system - no idea why that is. However, that also seems to have been the case before this revision.
|
| |
|
|
|
|
|
|
|
|
| |
baffles me)
it does make setting appearance in grid stick.
|
|
|
|
|
|
|
| |
under the MySQLUserData. There is a lot of in theory here
so testing would be appreciated.
|
|
|
|
|
|
|
| |
stuff should probably be collapsed soon, as it takes up 4 assemblies
now.
|
|
|
|
|
|
|
| |
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on
* The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured.
|
|
|
|
|
|
|
|
| |
repetitive client requests for the same missing texture
* This is to maintain some visibility on the problem, since I removed the intentionally irritating log messages for this
|
|
|
|
|
|
|
|
|
|
| |
the region server
* In theory, this should be a somewhat useless statistic since the user server will already have tried to use the inventory service to retrieve the avatar's skeleton. If this
fails, login is halted completely.
* Nonetheless I'm recording it anyway just to see whether it happens (yes, I'm too lazy to scan the logs...)
|
|
|
|
|
|
| |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the attached patch set adds the (still work-in-progress but already
working) RestPlugin base class and the RestRegionPlugin code. we are using
XML serialization.
currently working:
GET /admin/regions/ -> returns UUID list of known regions
GET /admin/regions/<UUID> -> returns detailed region information
we'll be adding support for POST/DELETE/PUT and also for
/admin/regions/<UUID>/name etc.
|
|
|
|
|
|
|
|
|
|
|
|
| |
the status of the region using the region http uri just passed in
* If the status cannot be retrieved, then the region startup will terminate.
* The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues)
* This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region
* This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage
* This change will require a prebuild
|
|
|
|
|
|
|
| |
it to the prim shape.
* Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.
|
| |
|
|
|
|
|
| |
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
|
|
|
|
|
| |
* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
|
|
|
|
|
|
|
| |
Set svn properties script to ignore this property from now on.
Update svn properties on some other file types.
Minor formatting cleanup.
|
| |
|
|
|
|
|
|
|
| |
but at least this gets it out of our way when adding new interfaces.
|
|
|
|
|
| |
* Written some unit tests for Terrain Module as an example.
|
|
|
|
|
|
| |
* Interfaces and methods have been defined for basic operation, however a replacement grid module is required to share region URIs with neighbours for this module to work.
* Tackling that next.
|
| |
|
|
|
|
|
| |
* Updated prebuild.xml accordingly.
|
|
|
|
|
|
|
| |
as terrain module extensions. Committing sample plugin library.
* prebuild.xml changes.
|
|
|
|
| |
RemoteAdminPlugin to fix a compile error introduced by the Radmin patch.
|
|
|
|
|
|
| |
This is a module which allows you to periodically export a serialised version of your region to a SVN repository and store it there. It is still a work in progress and is currently disabled and incomplete, but some of the functionality is demonstratable.
* Enjoy.
|
|
|
|
|
|
| |
otherwise nant is unhappy
|
| |
|
|
|
|
|
|
| |
of search capability to OpenSim in the form of a configurable
module.
|
| |
|
|
|
|
|
|
| |
where other data storage assemblies are.
|
|
|
|
|
|
|
| |
were implicitly included before). Everything builds again.
Now off to testing.
|
|
|
|
|
|
| |
Framework.Data -> Data migration
|
|
|
|
|
|
|
|
| |
you still have a simplemodule.dll in your bin folder, then delete it.
So puts the bots back in their cave for another yet.
|
| |
|
|
|
|
|
|
|
| |
* Added the new mapper to the mapper factory
* Made choice of mapper configurable
* This means, in hteory, that we can persist avatar appearance on MSSQL as well
|
| |
|
|
|
|
|
|
| |
moved AvatarFactory project to after OpenSim.Region.Environment
moved OpenSim.Framework.Data.MySQLMapper to after OpenSim.Framework.Data
|
|
|
|
|
|
|
| |
MySQLDatabaseMapper could be removed from Region.Environment.
Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
|
|
|
|
|
|
|
| |
Framework.Data.Base
We REALLY need to get the db layer sorted soon...
|
| |
|