aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Update CONTRIBUTORSidb2008-11-201-1/+1
|
* * minor: delete test log4net fileJustin Clarke Casey2008-11-201-35/+0
|
* * refactor: change some method names and doc in the physics plugin managerJustin Clarke Casey2008-11-203-15/+17
| | | | | | * move the directory choice for plugins outside into RegionApplicationBase
* * Allow physics dlls to be loaded separately, rather than just the contents ↵Justin Clarke Casey2008-11-203-13/+40
| | | | | | | | of bin/Physics * This is primarily to see if not loading ODE in the unit tests will allow them to proceed, though the option of separate loading is probably a good thing in itself
* * Temporarily check in a test log4net config file to see if that reveals why ↵Justin Clarke Casey2008-11-201-0/+35
| | | | | | | | tests seize up * And before you ask, I did do a clean before running the tests ;)
* * See if we can make bamboo test log information more verboseJustin Clarke Casey2008-11-201-2/+1
|
* * Add a scratch test for removing a client from a sceneJustin Clarke Casey2008-11-202-2/+19
|
* * Add forgotton tag to existing remove scene object testJustin Clarke Casey2008-11-202-0/+27
|
* * Add enough infrastructure code to run an extremely basic and flaky add ↵Justin Clarke Casey2008-11-208-10/+1007
| | | | root agent scene test
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague2008-11-203-6/+9
| | | | | | | | | | | | | | | | | Attached is a patch which fixes mantis bug 2645 where scripts in child prims freeze after being unlinked from the root prim. This got introduced some time after the 0.6 freeze. Have checked test suites pass even after nant clean ;-) http://opensimulator.org/mantis/bug_update_page.php?bug_id=2645 Also removes a redundant ResetIDs call Regards, Chris
* Mantis#2658. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-192-0/+12
| | | | | | Keeping up with MySQL and SQLite. Small code changes and another resource file to add.
* * Add just enough to allow the scene presences test to establish a new user ↵Justin Clarke Casey2008-11-196-9/+69
| | | | connection (though not yet an actual ScenePresence)
* Guard against a strange nullref in ODEMelanie Thielker2008-11-191-0/+5
|
* Mantis#2638. Thank you kindly, Sacha Magne for a patch that:Charles Krinke2008-11-195-5/+56
| | | | | | Implementing "Play sound inworld". Currently a WIP .
* Mantis#2657. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-194-57/+70
| | | | | | Added access_time and create_time, plus the new sun position data to MSSQL code.
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-196-2/+84
| | | | | | Attached patch implements llCollisionSound. Thanks T. Sado.
* Adjust to the Helpers->Utils renameMelanie Thielker2008-11-191-1/+1
|
* Re-add prebuild.xml (r7381)Melanie Thielker2008-11-191-5/+9
|
* Re-Add OSD DLL (r7382)Melanie Thielker2008-11-191-0/+0
|
* Update the binaries to the latest version as per patch r7382Melanie Thielker2008-11-193-0/+0
|
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-1963-454/+455
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-1973-709/+593
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* Ensure that the physics representation of a deleted object is also removedMelanie Thielker2008-11-191-1/+1
|
* Fix deleting object that have been persisted already from the DBMelanie Thielker2008-11-192-1/+6
|
* Adding the OSD dllMelanie Thielker2008-11-181-0/+0
|
* Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker2008-11-189-11/+11
| | | | | | texture sending. Grain of salt not included.
* Remove perts of jhurliman's AD security patch that had slipped inMelanie Thielker2008-11-181-8/+0
|
* Prevent a nullref when building new prims while others watchMelanie Thielker2008-11-182-1/+3
|
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-185-9/+177
| | | | | | | variable sun vector, adding 3 new fields on both. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* Extended Agent TestsSean Dague2008-11-181-0/+46
| | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* Apply JHurliman's texture sender patchMelanie Thielker2008-11-181-10/+43
|
* * Added and removed debug information relating to client connectionsAdam Frisby2008-11-186-6/+13
| | | | | | * Minor client fixes * Added the ability for a client to login without a UserProfile, allowing certain alternate clients to connect to the region.
* Prevent the texture downloader from locking a null object when a downloadMelanie Thielker2008-11-171-0/+3
| | | | | | hits bad data
* Make newly created prims be the correct groupMelanie Thielker2008-11-176-10/+11
|
* Make texture decode errors nonfatal. The texture send is simply droppedMelanie Thielker2008-11-171-25/+33
|
* Fix a few small issues with the progressive texture-download:Homer Horwitz2008-11-172-11/+12
| | | | | | | | | | | | - The initial priority wasn't passed in, so a discardLevel of -1 in the first request automatically cancelled texture-download. - One-packet textures weren't handled, as CurrentPacket starts at 1 and StopPacket == 0 in that case. - Increased MAX_ALLOWED_TEXTURE_REQUESTS to 15; incremental texture downloads will cause more requests.
* Set group on newly rezzed objects to the rezzer's (or rezzing object's)Melanie Thielker2008-11-174-1/+28
| | | | | | group
* * Remove Appdomain code in XEngine.csJustin Clarke Casey2008-11-171-12/+2
|
* * Remove old unused libsecondlife and openjpeg librariesJustin Clarke Casey2008-11-173-0/+0
| | | | | | * Thanks to jhurliman for the pointer
* * Apply http://opensimulator.org/mantis/view.php?id=2611 Justin Clarke Casey2008-11-171-99/+169
| | | | | | | * Progressive texture delivery (ported from jhurliman's Simian code) * Thanks jhurliman!
* * Actually add the updated libraries this timeJustin Clarke Casey2008-11-174-0/+0
| | | | | | * This is why they don't let me out of the big house
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-1758-454/+473
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* * minor: add interface version to 'show version' command outputJustin Clarke Casey2008-11-171-1/+4
|
* * Add allowed_script_editors to OpenSim.ini in the same fashion as ↵Justin Clarke Casey2008-11-172-9/+21
| | | | | | | | | | | allowed_script_creators. * This allows one to override normal OpenSim permissions and prevent non-gods from editing any scripts. This allows edit ability to be rescinded after it has been given, and prevents the security hole where a single script with liberal perms would allow code changes. * The default setting remains the existing one of never overruling normal edit permissions. * These two settings may be enough to stop non-gods entering artbirary script code in a closed grid/standalone configuration.
* Add a few commentsMelanie Thielker2008-11-171-7/+13
|
* Change some comments that have been supersededMelanie Thielker2008-11-171-10/+1
|
* Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker2008-11-171-2/+2
| | | | | | accepted in the quick buttons list
* * refactor: move user set permissions parsing code into a separate method ↵Justin Clarke Casey2008-11-171-39/+99
| | | | ready for reuse
* * Make sure that deleted objects do not send further object updates to the ↵Justin Clarke Casey2008-11-173-16/+11
| | | | client
* minor: remove mono compiler warningsJustin Clarke Casey2008-11-173-21/+21
|