| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
my text board script to be part of the stock scripts.
|
|
|
|
| |
Skipping these because we have no good representation, they just appear as blocks that obscure the rest of the map items.
|
|
|
|
|
|
|
|
| |
never display
on the client.
|
| |
|
|
|
|
|
|
| |
32bit images and changed them to 24bit images.
|
|
|
|
|
|
|
|
| |
san serif fonts are a bit easier on the eyes on textures.
Add a new "FontName" attribute that can be used to override
the font type.
|
|
|
|
|
|
|
| |
now preserve the bulk of the texture attributes, and force on full
bright. Not tested yet, but shouldn't bother most people.
|
|
|
|
|
|
|
|
|
|
| |
initial client update to Scene.AddSceneObject() from some of the SceneObjectGroup constructors
* I think this has been done cleanly from inspection and testing, but if prim creation or load suddenly starts playing up more than usual, please open a mantis
* This also has the effect of stopping the archiver generating ghost in-world prims
* Some code dupliction also removed
|
|
|
|
| |
SceneXmlLoader.CreatePrimFromXml2()
|
| |
|
|
|
|
|
| |
* 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).
|