| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
provides persistent AvatarAppearance for SQLite.
Fixes Mantis #3296.
|
|
|
|
|
|
|
|
|
|
| |
* current core
* past core
* additional contributors
Also fix all the IBM entries, and make sure all IBM folks that gave me
patches get listed individually in here.
|
|
|
|
|
|
|
| |
* Make llGroundSlope() return correct results
* Thanks aduffy70!
|
|
|
|
|
|
|
|
| |
* Revamps the server side texture pipeline
* Textures should load faster, get clogged less, and be less blurry
* Minor tweak to ensure the outgoing texture throttle stays private.
* Fixes mantis 3440
|
|
|
|
|
|
|
| |
* Prevents occasional wind module related exceptions on region server shutdown
* Thanks Intimidated!
|
|
|
|
|
|
|
| |
* Implement "Add To Outfit"
* Thanks FredoChaplin
|
| |
|
|
|
|
|
|
|
| |
of code to use the new libOMV.
* fixes mantis 3336
|
|
|
|
|
|
|
| |
* This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week
* Thanks maimedleech
|
|
|
|
|
|
|
| |
* Store script timers in a dictionary rather than a list to make unset much more efficient
* Thanks dslake
|
| |
|
|
|
|
|
|
|
| |
* Some small syntax and refactoring tweaks for asset and inventory MSSQL
* This means the MSSQL db plugin now requires SQL Server 2005
|
|
|
|
|
|
| |
* Reverting CONTRIBUTORS.txt change in r1370, restoring to original 'semi-order-of-appearance' format.
* Added some missing contributors. May change this in future to simply cut and paste from the Wiki contributors page.
|
|
|
|
|
| |
Adding the ability to set the background color for osSetDynamicTextureData in the extra data: bgcolour:value (see http://msdn.microsoft.com/en-us/library/aa358802.aspx [^] for color names)
|
|
|
|
|
|
|
| |
* Corrects behaviour of llListSort()
* Thanks DoranZemlja!
|
|
|
|
|
|
|
| |
AssetInventoryServer with the standard OpenSim license header
- add note about Cable Beach to CONTRIBUTORS.txt
- clean up AssetInventoryServer.ini.example
|
|
|
|
| |
Mantis #3134
|
| |
|
| |
|
|
|
|
|
|
| |
* Adds a grid db implementation and unit tests to the NHibernate module
|
|
|
|
|
|
|
| |
* Allows different assemblies to be used in NHibernateManager, which makes it possible to use mapping and migration files in different assemblies.
* Thanks mpallari!
|
|
|
|
|
| |
* Updates LibOMV to r2362
|
|
|
|
|
|
|
| |
* Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe.
* Adds Prototype for ajaxy web content
* removed a warning or two.
|
| |
|
| |
|
|
|
|
| |
http://sourceforge.net/project/showfiles.php?group_id=129974&package_id=143561&release_id=419713)
|
|
|
|
|
|
|
|
|
| |
* This allows terrain to be flipped on the x or y axis with the command "terrain flip x" (or y)
* See terrain help from the command prompt
* This is in anticipation of change the way around in which terrain raw files are imported to match that of Second Life (to reduce user confusion and improve useability)
* Thanks jonc!
|
|
|
|
|
|
| |
* Warning! Physics API change. This means that the NBodySimulation needs to be updated!
* PhysicsActor -> void SetVolumeDetect(int) needs to go into classes that use PhysicsActor as their base class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* If you want a slightly different entry in this file please feel free to bug us (or at least, bug me :)
|
|
|
|
|
|
|
| |
* Attached patch implements LSL llGetAgentSize() for DotNetEngine and XEngine.
* Thanks Y. Nitta!
|
|
|
|
|
|
| |
* possibly annoy people by rearranging contributors alphabetically - it was really bothering me that they weren't in order...
|
| |
|
|
|
|
|
|
| |
* Thanks noralbion
|
|
|
|
|
|
|
| |
* llParseString functions throw exception when passed a list of variables
* Thanks!
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* By default, texture rendering is on. This may be affected by using secure assets since your region hasn't registered with the gridserver before it asks for texture assets. It might also be affected by a slow asset server, so consider this release experimental.
* Defined interface IMapTileTerrainRenderer.
* Extracted "old" shaded maptile terrain rendering into ShadedMapTileRenderer;
streamlined it a bit and added "highlight" rendering to its "shadow"
rendering.
* Added "new" terrain-texture based maptile terrain rendering
(TexturedMapTileRenderer); made TerrainUtil.InterpolatedNoise public
* Adapted MapImageModule to allow switching between those two by configuration
* Added configuration option to OpenSim.ini.example
|
| |
|
|
|
|
| |
could be implemented many other places, but let's do that on a case-by-case basis.
|
| |
|
|
|
|
|
|
| |
xengine to:
Replaces "presence.Name" => "presence.ControllingClient.Name" to return avatar's name.
|
| |
|
|
|
|
|
|
|
| |
orientation in a cube in the meshmerizer. Thanks Dahlia!
* See mantis 0001203 for more details!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
attracts zombies.. a recipe for llRezObject
* Original patch by YZh Thanks YZH!!!!
* object_rez event patch by Melanie, Thanks Melanie!!!
* Some fixups, some missing things(velocity,rotation)
* script delay
* Recoil
* Standard error messages
* Standard silent failures
* Easter egg management
|
|
|
|
| |
llRot2Axis,llAxisAngle2Rot. Re-implemented llRot2Euler, llEuler2Rot
|