| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
items loaded under library inventory node
|
|
|
|
|
| |
* Please don't break the build. *fingers crossed*
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Floating text, Rotation, Texture animation, Particle System
This will make "Eye Candy" scripts work without modification in
XEngine. The use of the CHANGED_REGION_RESTART hack is no longer
needed. Implemented in MySQL only, hovertext also in SQLite.
|
|
|
|
|
|
|
| |
Thank you, HomerHorwitz, for a patch that fixes landmark teleport
and about landmarks with the new OMV types.
|
|
|
|
|
|
| |
* Now it should properly inform the user and stop a login if a region server could not be contacted in order to expect a user (the last commit didn't actually quite work correctly)
|
|
|
|
|
|
|
|
| |
process easier
* documentation
|
| |
|
|
|
|
|
|
|
|
| |
libomv corrected the endianess of some Helper methods, which
broke the fake parcelID computation for "About Landmark".
The attached patch fixes this.
|
|
|
|
|
|
| |
* These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them.
* This might introduce a map issue. Still checking it out.
|
|
|
|
|
|
|
| |
Thank you, Xugu Madison and ChrisDown, for a patch that
fixes linux filename extensions from .Xml back to .xml
|
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
| |
|
|
|
|
|
|
| |
cleanup: warnings, readability
|
|
|
|
|
|
|
| |
results in a memory leak which will make the region crash and burn
after a while.
|
|
|
|
| |
in mantis 2082. Thanks.
|
|
|
|
| |
to make it easier to work with.
|
|
|
|
|
|
|
| |
* You can replace "grid" as the asset system with "file" to save and load all your assets from a directory on your hard disk. Files are serialised to XML and saved in the format "/<dir>/0x/0x/0x/0000-0000-000000-0000-0000.xml"
* Directory <dir> is sharing the Asset Server URL path, use a normal path here instead (ie C:\xyz or /var/assets/).
* This probably wont work well in grid mode unless every sim has access to the same directory. This is mostly intended for standalone usage where quick and convenient access to assets is required.
|
|
|
|
|
|
| |
Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
no OpenSim.ini file found by GridInfoService. GridInfoService now will
just issue a warning that GridInfo will NOT be available to your users
if no OpenSim.ini file is available. due to the static nature of
UserConfig (configuration options hardcoded) i don't think it's currently
an option to move GridInfo into user_server.xml but if anyone wants to
look into this i'd be delighted...
|
|
|
|
|
|
|
| |
Thank you, cmickeyb, for a patch that prevents the loss of folders received
out of sequence, and the items within.
|
| |
|
|
|
|
|
|
|
| |
validation handler, however, it throws a NotImplemented exception.
* Added Try/Catch/Message
|
|
|
|
|
| |
* When OGP is active, disable SSL certificate chain validation. I'll add more options here to come, as well as a way to test against a group of known certificate subjects.
|
|
|
|
|
|
| |
* This is working towards finding out why many more client threads are hanging about on wright plaza than there are actual agents
|
|
|
|
| |
than displays information directly
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
currently on Forge in a nice, friendly modular format.
* There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain..
* Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
|
|
|
|
|
|
|
| |
and the for sale setting doesn't survive a sim restart, but this is most
of the plumbing.
|
|
|
|
|
|
|
| |
This small patch provides the required changes to populate
the columns agentIP and agentPort in table "agents"
Tested with mysql (but should work for all supported db engines)
|
|
|
|
|
|
|
|
|
| |
also enable LSLconformance on some texture functions as well.
Applied the part of the patch in Shared/.
The part for Common/ needs to be reworked to remove the reference
into Shared/
|
|
|
|
|
|
|
|
|
| |
It is now possible to use module interfaces without referencing Scene.
Place those interfaces in OpenSim/Region/Interfaces. They may not
use any refs from OpenSim.Region.Environment as parameters.
This resolves a circular library ref introduced in r5949
|
|
|
|
|
|
|
| |
Disallow bulk uploads if money module is present and upload cost
is set and the user hasn't got sufficient funds.
|
|
|
|
|
|
|
|
| |
- GridInfoServices was not paying attention to location of ini file
- typo in RemoteAdminPlugin
|
|
|
|
|
|
|
|
|
| |
attention to regionload_regionsdir from OpenSim.ini
- fixes a type on RegionLoaderFileSystem
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as those all work with MySQL (and are in fact required it seems);
adds examples as well
- adds region_file_template functionality for the create_region XmlRpc
call of RemoteAdminPlugin
- cleans up and fixes typo in UserProfileData
|
|
|
|
|
|
|
|
|
|
|
| |
the first part of gesture persistence.
----------------------------------------------------------
Attachments no longer vanish on walking crossing. Teleport is still
problematic, but will now be blocked with message "Inconsistent
attachment state" rather than losing the attachment. Detach to be
able to TP in that case.
|
|
|
|
|
|
|
| |
the shuffle. Translate LLUUID.Zero to the default textures on set.
This should fix the default button in the viewer.
|
|
|
|
|
|
|
|
|
| |
Change user server to handle attachment assets record properly. Ensure
that attachments are not re-rezzed on region crossing. Persistence
will NOT WORK with earliser UGAI!!
Change region server to match.
|
| |
|
|
|
|
|
| |
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
|
|
|
|
|
|
| |
Attachments now persist across logouts. Mostly untested.
|
| |
|
|
|
|
|
|
| |
Attachments now save to MySQL. No reattach on login yet.
|
|
|
|
|
|
|
|
|
| |
resulting in continual execution of the CheckConnectivity timer method
* For now, just turn off this timer when we close the connection
* Also some minor help refactoring creeps in to this revision.
|
|
|
|
| |
make the flag nature of this value more clear.
|