| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
* Added dump_assets_to_file option to enable asset dumping for debug
* normalized some namespaces
* InventoryFolder renamed to InventoryFolderImpl to
|
|
|
|
|
| |
Run this on a major grid, and weep
|
| |
|
|
|
|
|
|
| |
which cleans up the verbose logic
|
|
|
|
|
|
|
|
| |
to be sent to the core application.
* Disabled by default, but has two functions so far -- shutdown (timed or now), and create-region.
* Added SendGeneralAlert function to SceneManager allowing all-user alerts to be sent from OpenSimMain.
|
| |
|
|
|
|
|
|
|
| |
<region.xml filename>
* Spring cleaning.
|
| |
|
|
|
|
|
|
|
| |
the ChatModule by MW and myself. Couldn't find Adam online
after that rev went in.
|
|
|
|
|
|
|
| |
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first.
* Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable.
* Fixed a whole bunch of console message issues such as naming and categorisation
|
|
|
|
| |
still be used, I have added new console commands of "load-xml2" and "save-xml2", if the old versions worked for you then please continue using them (at least for now). The new versions haven't been tested that much, so their format could be subject to change.
|
|
|
|
|
|
| |
loaded so that they may read out any bits they are interested in
|
|
|
|
| |
configuration and libraries and not the current working directory.
|
|
|
|
|
|
| |
* There is now a AssetServerBase
* lolcat in ur assets
|
|
|
|
| |
sim is shutdown. A config setting has also been added to OpenSim.ini. Thank you very much, gryc.
|
| |
|
| |
|
|
|
|
| |
will *not* throw an exception
|
|
|
|
|
|
|
| |
assets and inventory.
Added asset_plugin key to "StandAlone" section of OpenSim.ini
|
| |
|
|
|
|
|
|
|
| |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server.
Introduced an "IPlugin" interface, which plugins can inherit from.
|
| |
|
|
|
|
|
|
|
| |
* Introduced ModuleLoader.PickupModules that currently picks up IRegionModule:s from /bin
* Made LogBase thread-safe (or at least not thread-ignorant)
* Ignored some genned files
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Killed off 'parent' relation from LocalUserServices to CommunicationsLocal
* Deleted obsolete project InventoryServiceBase
* Deleted superfluous createCol function
|
| |
|
| |
|
|
|
|
|
|
| |
* Changed really strange LocalSettings behaviour with enforcing hard-coded plugin names if none supplied
* UserServices and InventoryPlugin will only load if supplied with filename
|
|
|
|
|
|
| |
* Changed so prims aren't loaded until AFTER parcels.
* The region startup flow is still an ungodly rats nest.
|
|
|
|
|
|
|
|
| |
* Deleted stub ScenePresence.Body.cs
* Added stub Region classes
The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
|
| |
|
|
|
|
|
|
| |
* Implemented SceneManager.StopScene() and Scene.Stop()
* Some SimpleApping
|
|
|
|
|
| |
* Refactored some names for clarity
|
|
|
|
|
| |
* Deleted unused m_consoleRegion
|
|
|
|
|
|
|
| |
with 'root'
* Removed some duplicated commands
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context)
* 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain'
* Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there.
* In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context.
* Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml"
* Changed Disable/EnablePermissions to BypassPermissions = true/false;
Also:
* Removed unused and non-existent project ref
|
|
|
|
| |
various verbosity
|
| |
|
| |
|
|
|
|
| |
Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
|
|
|
|
| |
selected. Currently set default back to db4o until more people test using sqlite.
|
|
|
|
|
|
|
|
| |
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
|
|
|
|
|
|
|
|
|
| |
"modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back).
Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having.
Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance.
Some early work to prepare for improving the way clients are updated (about prims etc).
|
|
|
|
| |
console region.
|
|
|
|
| |
"change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is].
|
|
|
|
|
|
|
| |
loaded "shared modules" (modules instances that are shared by multiple regions) or if a region is set then will display the list of local modules loaded in that region.
Can now use "show users" when a region is set, to have a list of users in just that region displayed.
|
|
|
|
| |
active region's name.
|