aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | When a sculpt/mesh texture is received by a part on a callback request, ↵Justin Clark-Casey (justincc)2011-07-115-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't do the unnecessary work of copying the base shape. Just setting the new base shape is enough to reinsert the sculpt data and set the taint. Also cleans up a few more left-in debugging messages.
| | * | | | | comment out accidential ProcessTaints physics debug line left in codeJustin Clark-Casey (justincc)2011-07-111-1/+1
| | | | | | |
| | * | | | | refactor: Make arguments to SceneGraph.UpdatePrimFlags() more readableJustin Clark-Casey (justincc)2011-07-111-6/+11
| | | | | | |
| | * | | | | refactor: Make arguments for SceneObjectGroup.UpdatePrimFlags() more readableJustin Clark-Casey (justincc)2011-07-111-6/+8
| | | | | | |
| | * | | | | minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-07-111-1/+1
| | | | | | |
| | * | | | | refactor: very minor space insertionJustin Clark-Casey (justincc)2011-07-111-1/+1
| | | | | | |
| | * | | | | refactor: make argument to SOP.UpdatePrimFlags() more readableJustin Clark-Casey (justincc)2011-07-111-14/+19
| | | | | | |
| | * | | | | refactor: slightly simplify testJustin Clark-Casey (justincc)2011-07-091-4/+1
| | | | | | |
| | * | | | | Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ↵Justin Clark-Casey (justincc)2011-07-098-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | effects and return object
| | * | | | | Add scratch AvatarFactoryModuleTests with one test to do a partial check on ↵Justin Clark-Casey (justincc)2011-07-093-9/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AvatarFactoryModule.SetAppearance() Baked texture set not yet checked, nor persistence of data in avatar service This is a foundation for later npc related tests.
| | * | | | | refactor: Get LSLString(LSLInteger i) constructor to now call LSLString(int ↵Justin Clark-Casey (justincc)2011-07-091-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | i) structure to remove code duplication.
| | * | | | | Raw int numbers (ex.LSL Constants) are displayed like "1.000000" when type ↵Makopoppo2011-07-091-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cast to string
| | * | | | | Fix osMatchString() so that it reports all instance of pattern matches, not ↵Justin Clark-Casey (justincc)2011-07-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just the first one. This is a slight adaptation of the patch in http://opensimulator.org/mantis/view.php?id=4568 which doesn't apply directly since the underlying code was changed by earlier makopoppo patches. Thanks makopoppo!
| | * | | | | fix formatting issues from last patchJustin Clark-Casey (justincc)2011-07-091-3/+8
| | | | | | |
| | * | | | | lsGetWindlightScene() returns raw int value, which makes unable to compare ↵Makopoppo2011-07-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to another value with llListFindList()
| | * | | | | Made some LSL_Constant or LS_Constant raw int valuesMakopoppo2011-07-091-2/+7
| | | | | | |
| * | | | | | Checkin 32 bit bulletsim shared library for Linux.Robert Adams2011-07-115-0/+0
| | | | | | |
| * | | | | | For an initial test, add 64 bit shared object bullet libraries built under ↵Justin Clark-Casey (justincc)2011-06-274-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux. These are not yet hooked up. I'm not sure which one you actually need, Robert, so please prune as appropriate. I haven't tested or hooked these up in any way yet.
| * | | | | | Initial BulletSim.dll commitRobert Adams2011-06-201-0/+0
| | | | | | |
| * | | | | | BulletSim initial checkinRobert Adams2011-06-2031-0/+9141
| | | | | | |
* | | | | | | Guard another nullrefMelanie2011-08-091-1/+1
| | | | | | |
* | | | | | | Guard against a bad login leaving us with a null queueMelanie2011-08-091-1/+1
| | | | | | |
* | | | | | | Allow removing users from search and avatar pickerMelanie2011-07-311-2/+2
| | | | | | |
* | | | | | | Ensure that packet headers get parsed correctlyMelanie2011-07-271-0/+29
| | | | | | |
* | | | | | | Add a timer to monitor the heartbeat. Restart it if it's been dead forMelanie2011-07-252-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 5 seconds.
* | | | | | | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-07-239-11/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | | | | Fix LLTextBox to work with the updated libOMVMelanie2011-07-237-7/+14
| | | | | | | |
| * | | | | | | Fix merge artefactMelanie2011-07-221-3/+0
| | | | | | | |
| * | | | | | | Thank you, Michelle Argus, for a patch that adds reading the agent limitMelanie2011-07-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from XML properly.
| * | | | | | | Tidy up a superfluous AddPrimShape override in PhysicsSceneCareminster Team2011-07-191-1/+0
| | | | | | | |
| * | | | | | | Revert "Tidy up a superfluous AddPrimShape override in PhysicsScene"root2011-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f5623b5c3903606606fedead8f365244c0eddbed.
| * | | | | | | Tidy up a superfluous AddPrimShape override in PhysicsSceneTom2011-07-191-1/+0
| | | | | | | |
* | | | | | | | Fix failure to find avatars due to trainling spaces being sent by viewers.Melanie2011-07-232-1/+4
|/ / / / / / /
* | | | | | | Fix some local id issues in physics glueroot2011-07-151-1/+1
| | | | | | |
* | | | | | | Fox some local id issues in physics glueMelanie2011-07-1512-68/+26
| | | | | | |
* | | | | | | Revert "Add localid support to ch0de properly"Melanie2011-07-1512-26/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d.
* | | | | | | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-07-1512-68/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | | | | Add localid support to ch0de properlyTom2011-07-1512-68/+26
| | | | | | | |
* | | | | | | | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-07-152-4/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | | | | Fix a raycast issueTom2011-07-152-4/+20
| | | | | | | |
* | | | | | | | Merge branch 'careminster-presence-refactor' of ↵Melanie2011-07-1023-4013/+4289
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
| * | | | | | | Merge branch 'master' into careminster-presence-refactorroot2011-07-0923-4013/+4289
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Instance-types-in-list fix for LSL/OSSL functions. This will fix ↵Makopoppo2011-07-092-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | llListFindList() which always returns -1 when you compare with the list from those functions. *llCSV2List *llGetAnimationList *llGetLinkPrimitiveParams *llGetObjectDetails *llGetParcelDetails *llGetParcelPrimOwners *llGetPrimitiveParams *GetLinkPrimitiveParamsEx *osGetAgents *osMatchString *osGetLinkPrimitiveParams *osGetPrimitiveParams *osGetAvatarList
| | * | | | | | Rename SetSculptData() to SetSculptProperties(), since this is what it does ↵Justin Clark-Casey (justincc)2011-07-093-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (setting SculptData is done through the property)
| | * | | | | | minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)2011-07-097-43/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unable to get to the bottom of why resizing a mesh fails to properly reset the physics proxy, when toggling phantom does After a mesh is generated, the existing sculptdata is set to zero in PrimitiveBaseShape to save memory When phantom is toggled, the sculptdata is regenerated before remeshing. But on resize, the sculptdata is not regenerated. So clearly, resetting sculptdata is possible, but haven't quite been able to pin down how this is being done when phantom is toggled.
| | * | | | | | When loading library asset set, only store an asset if it's different from ↵Justin Clark-Casey (justincc)2011-07-082-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an existing one with the same id. We compare existing and loaded asset by doing an SHA1 on both, so that a changed library asset will still update the store. This cuts asset library load time from 10 seconds to <1 sec. Note, a fix on the previous commit revealed a bug where a library script cannot be copied except on the first login after a cache clear. This is unrelated to this commit and needs to be fixed at some subsequent time.
| | * | | | | | stop the local inventory services connector from logging an error when an ↵Justin Clark-Casey (justincc)2011-07-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | item id isn't found. making this query is legitimate and so the log line can cause false positivies. It is up to callers to log an error if appropriate.
| | * | | | | | fix bug where opening a library script would failJustin Clark-Casey (justincc)2011-07-081-2/+2
| | | | | | | |
| | * | | | | | refactor: rename bool returning GetAgentInventoryItem() to ↵Justin Clark-Casey (justincc)2011-07-083-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CanGetAgentInventoryItem() to improve code readability
| | * | | | | | refactor: eliminate redundant return statementJustin Clark-Casey (justincc)2011-07-081-3/+1
| | | | | | | |