| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
problem turned out to be local.
|
| |
|
|
|
|
| |
(temporarily hardcoded) to avoid problems with two scriptengines existing in ScriptEngine folder.
|
|
|
|
|
|
|
|
| |
inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently
showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon.
|
| |
|
|
|
|
|
| |
* Removed a friends module test that I had.
|
|
|
|
|
|
| |
* Added Friends List methods to IUserData interface
* Created Stub friendslist Database Methods
|
|
|
|
| |
ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.
|
|
|
|
| |
table between local script ID and remote script ID missing)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version.
* This update also fixes scripting and some weird physics reactions
|
|
|
|
| |
the same OpenSim Instance.
|
|
|
|
|
|
|
| |
raytracing
* Ignored some bins
|
|
|
|
| |
and description. Thanks Melanie.
|
| |
|
|
|
|
|
|
|
| |
above the 'hit' prim instead of buried in the ground somewhere.
* Various Refactorings
|
|
|
|
|
|
|
|
| |
exceptions on big updates
* The part now uses the byte[] TextureEntry instead of the object
|
| |
|
|
|
|
|
|
|
| |
packets are now
recycled to improve performance and memory usage.
|
|
|
|
|
|
|
| |
scheme won't hold for serialization
* Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing
|
|
|
|
|
|
|
|
|
| |
* This patch addresses a regression where 5 default textures, including the default "new prim" texture, would not be shown unless in viewer cache.
* Further, it supplies a new plywood texture as the base texture, which is purpose-made from locally photo-sourced material (means i took a picture and made it into a tile), which is closer in appearance and color to the Linden one.
* It changes the default new prim texture UUID to match the UUID generated by the viewer when "default" is clicked, which is a texture UUID hardcoded in some scripts as well, so it would cause compatibility issues if not addressed.
* The patch fixes a number of UUID duplications (same UUID for asset and inventory items) and capitalization issues in the XML files.
* It also includes new versions of 4 other textures, which were no longer loadable in grid mode.
|
|
|
|
|
|
|
| |
inventory on other prim coming soon). No more new prim buried in the ground by accident.
* The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now.
|
|
|
|
|
| |
so Linux build works again.
|
|
|
|
| |
errors, etc.
|
|
|
|
|
|
|
|
| |
Adding some more support to Vectors and Rotations
Description * String->Vector/Rotation added
* Vector * and / a double added.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
|
|
| |
* Charles, this will fix the red issue.
* Same situation, the first run updates the tables (and gives you a ton of red errors), the second run and everything works as expected.
|
|
|
|
|
|
|
| |
* PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility.
* Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* SAVE YOUR PRIM DATA, THIS MAKES CHANGES TO YOUR PRIMS TABLE
* The first time you run OpenSim after updating past this revision, you'll see a lot of Errors. Be calm, shutdown the simulator, and start it again and your prims table will be updated.
* MSSQL added the fields to the Initial CreateTable section, however, you'll need to add the fields to your prims table if you want it to persist.
|
|
|
|
|
|
| |
* Added osRegionNotice(string msg) to LSL Commands
* Added PermissionManager checks for osTerrainSetHeight, osRegionRestart.
|
|
|
|
|
| |
* Added osTerrainGetHeight(int x, int y) to LSL commands
|
|
|
|
|
|
|
|
| |
* Added sit handling for sit targets
* Implemented llSitTarget()
* Implemented llAvatarOnSitTarget()
* Sit targets do not persist sim restart.
|
|
|
|
|
|
|
| |
No user functionality yet. This code is not turned on, so there is no possibility
of disruption to existing databases.
|
|
|
|
| |
protection offset so the animations match up.
|
|
|
|
|
|
|
|
| |
after a server restart would not appear (though the script they contain would still be invoked). This
change fixes that problem.
|
|
|
|
|
|
|
|
|
|
| |
movement, including:
** - avatar can navigate stairs better now
** - avatar can land without shooting into the air
** - excessive collisions with the ground are tempered somewhat and should only shoot the avatar up 20m instead of 200m
** - Try Catched a TextureDownloadModule.cs array out of bounds error with a report that causes it not to crash the sim, however it reports a few important items for tracking it down.
|
| |
|
|
|
|
|
| |
* Condensed 8 calls to unmanaged code in ODE down to 1
|
|
|
|
| |
avatar to go into an endless plunge to the middle of the earth.
|
|
|
|
|
| |
* Added a few more comments.
|
|
|
|
|
|
|
| |
button when over them and colliding
* Reverted the avatar portion of the inter-penetration physics scene explosion management, it needs more work.
|