| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* I'm not sure if this method works on Linux.. but I guess I'll find out :P
|
|
|
|
| |
default texture as well as its face textures
|
|
|
|
|
|
|
|
|
| |
* Enables regular jpeg map images to be served directly from the region.
* EX: http://192.168.1.127:9000/index.php?method=regionImagecc4583cd269b41bfa525dd198e19a5c5
* This is actually HTTP server address + port + index.php?method=regionImage<REGIONUUID, no dashes>
* The Webmap image location gets printed on the console when the simulator starts up.
* JPEG data is cached so we only create the webjpeg once.
|
|
|
|
| |
SceneObjectGroup
|
|
|
|
|
|
|
|
|
|
| |
levels
* This currently has various bugs which are more to do with the way its been hacked together than the feature itself (e.g. on save-oar, ghost prims will appear of the saved
contained items). These will be found and eliminated in subsequent patches.
* Not yet ready for use
|
|
|
|
|
|
| |
to get NHibernate + MySQL + Assets working.
|
|
|
|
|
|
|
| |
migrations (like converting asset ids) don't run into the
normal 30 second kill switch.
|
|
|
|
|
|
| |
side so that people don't think we're hung.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
migrations into it.
|
| |
|
|
|
|
|
|
| |
more clear
|
| |
|
|
|
|
|
|
|
|
|
| |
asset uuids no longer binary. I've tested this migration a
few times, and it seems working in all the scenarios I've found
but it wouldn't hurt to backup your asset db before running this
as it does touch a very sensitive part of our content system.
|
|
|
|
|
|
|
| |
linear path prims (patch attached) By Dahlia. Thanks Dahlia!
* This update re-does the cube/cylinder/prism prims to dynamically add faces as twist is used.
|
| |
|
|
|
|
|
|
|
| |
"Opensimulator release (0.5.8)" to
"Opensimulator trunk (post 0.5.8)"
as we move forward with trunk again.
|
|
|
|
|
|
|
|
| |
"OpenSimulator trunk (post 0.5.7)" to
"OpenSimulator release 0.5.8" in preparation
for tagging this minor release.
|
|
|
|
| |
something else
|
| |
|
|
|
|
| |
error on volume portion of maptile drawing routine.
|
|
|
|
|
|
| |
* This includes problems such as connection failures and timeouts. It does not include 'asset not found' replies from the asset service.
|
|
|
|
|
|
|
|
|
| |
same instance.
* Only generates a new maptile after a refresh interval
* Maptile names have the UnixTimeSinceEpoch that they were generated and the regionUUID they're from, so you can know which ones are no longer necessary.
* Updates RegionInfo, so backup your /bin/Region/*.xml files.
|
|
|
|
|
|
| |
content are images and use .jp2 for the file extension.
|
|
|
|
|
|
|
| |
animation from Mo Hax at IBM. This took us a while to sort out
the conversion path, expection more efficiency in the future.
|
| |
|
|
|
|
|
|
|
|
| |
level rather than in the GridAssetClient
* this is to enable logging of asset request exceptions soon
|
|
|
|
|
|
|
| |
* only appeared in DotNetEngine's LSL_BuildIn_Commands.cs
* Nice spot Ewe Loon (http://opensimulator.org/mantis/view.php?id=1548)
|
|
|
|
| |
so it's easier to tell which isntances each print out of information is from
|
| |
|
|
|
|
| |
currently not actually used
|
|
|
|
| |
region status check, so we can tell a bit better what the problem was
|
| |
|
|
|
|
|
| |
and its copy LSL_ScriptCommands.cs
|
|
|
|
| |
hard-coded port numbers.
|
|
|
|
|
|
|
|
|
| |
to mysql regions that should help on performance of some of the
selects. We should start capturing more data on performance bits
to figure out where else we are missing indexes and add them via
migrations as well.
|
|
|
|
|
| |
* Implemented a hack so regions beyond the 10,000m range will show the map without having to click on the map before they'll start to show. The hack shows regions around the one you're in, but it won't show the one you're in.. you still need to click on the map to get that (not sure why yet). Additionally, the map still only shows pictures for regions that are hosted on the same instance (no change).
|
|
|
|
|
|
|
|
|
| |
and no schema. It should also work with a non up to date schema as well.
Btw, meetings in which I can get code done are the right kind of meetings.
|
| |
|
|
|
|
|
|
|
|
|
| |
scene, rather than on creation of the group
* Adding to a scene is now parameterized such that one can choose not to actually persist that group
* This is to support a use case where a module wants a scene which consists of both objects which are persisted, and ones which are just temporary for the lifetime of that server instance
|
| |
|
|
|
|
|
|
|
|
| |
data sources besides the grid store. It is only lightly tested
so the less adventurous should wait a couple of checkins before
upgrading.
|
|
|
|
|
|
|
| |
now on to integrating this approach into the mysql
driver. Beware the next couple of checkins.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
representing the prim now on the mainmap.
* It isn't perfect since the blocks are square, however it's pretty good.
* Performance is also pretty good, however, if it takes too long for you, you can disable it in the OpenSim.ini
* You can see how long it takes in milliseconds on the console when it finishes.
|
|
|
|
|
|
|
|
| |
is now using migrations instead of the old model to
create tables. Tested for existing old tables,
and for creating new ones.
|
| |
|
|
|
|
|
|
|
|
| |
-2147483648 is not valid for red, I've added the following message;
[MAPIMAGE]: Your terrain is corrupted in region {0}, it might take a few minutes to generate the map image depending on the corruption level
And, I've also kept it from crashing...
|