Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-28 | SL-451 - SSE-optimized matrix multiply, used in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-08-15 | merge from viewer-release | Brad Payne (Vir Linden) | |
2016-07-05 | SL-109 - little bit of log spam cleanup | Brad Payne (Vir Linden) | |
2016-06-13 | MAINT-6366 - diagnostics related to animation asset downloads | Brad Payne (Vir Linden) | |
2016-06-01 | MAINT-6446 Correct password length handling | andreykproductengine | |
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-05-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-05-18 | MAINT-6409 invisiprims should be preloaded | andreykproductengine | |
2016-05-06 | merge | Brad Payne (Vir Linden) | |
2016-05-06 | merge | Brad Payne (Vir Linden) | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-05-06 | merge changes for 4.0.4-release | Oz Linden | |
2016-04-26 | MAINT-6336: Initialize TempBoundListener with constructor | Rider Linden | |
2016-04-26 | MAINT-6336: Put the timeout upstream of the suspending pump and fire the ↵ | Rider Linden | |
timeout it. Also some cleanup on LLSD construction in vivox. | |||
2016-04-22 | MAINT-6336: Centralize waiting on event pump with a timeout. Shorten the ↵ | Rider Linden | |
lifespan of a timeout event pump lifespan to be no longer than necessary. Change all references to the LLEventTimer to instead uses the centralized version. | |||
2016-04-21 | SL-315 - disable call stack dumping in release, where we don't have the info ↵ | Brad Payne (Vir Linden) | |
anyway. | |||
2016-04-21 | MAINT-6317 [QuickGraphics-RC] Some rigged mesh attachments render fully on ↵ | ruslantproductengine | |
jellybaby avatars when ALM is enabled FIXED - remove global identifier for the black texture - add black texture 2x2x3 localy on apllication startup - add special flag to LLViewerFetchedTexture for protect from removing | |||
2016-04-20 | MAINT-6336: Crasher showing up in voice was a Bound Listener that should ↵ | Rider Linden | |
have been a Temp Bound listener. | |||
2016-04-20 | SL-371 - increased the limit for StackWalker strings, avoid crashing if mesh ↵ | Brad Payne (Vir Linden) | |
has wrong number of mAlternateBindMatrix matrices | |||
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-04-01 | merge | Brad Payne (Vir Linden) | |
2016-03-22 | fix merge error for specular rendering on impostors | Oz Linden | |
2016-03-21 | merge | Brad Payne (Vir Linden) | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2016-03-07 | SL-315 WIP - more call stack tracing, initial hooks for avatar reset ↵ | Brad Payne (Vir Linden) | |
skeleton option. | |||
2016-02-23 | SL-287 WIP - fixed default avatar crash caused by added spine joints. Still ↵ | Brad Payne (Vir Linden) | |
renders distorted. | |||
2016-02-19 | MAINT-5022 [QuickGraphics] Materials should not be applied to simple imposters | ruslantproductengine | |
Fixe based on that texture with assetd id: "3b39cc01-c2d1-e194-1181-e4404978b20c" will exist on data server. | |||
2016-02-03 | SL-315 - context strings, comments, debugging. joint_test temporarily disabled. | Brad Payne (Vir Linden) | |
2016-02-01 | SL-315 - untest old stack trace | Brad Payne (Vir Linden) | |
2016-01-29 | SL-315 test old stack trace | Brad Payne (Vir Linden) | |
2016-01-28 | SL-315 - fix for LLCallStack stubs for mac/linux. | Brad Payne (Vir Linden) | |
2016-01-28 | SL-315 - verbose option for CallStack objects, doc headers in ↵ | Brad Payne (Vir Linden) | |
StackWalker.{h,cpp} | |||
2016-01-26 | SL-315 WIP - added callstack info to joint debugging. Made joint debugging ↵ | Brad Payne (Vir Linden) | |
run-time configurable via debug setting DebugAvatarJoints | |||
2016-01-26 | SL-315 WIP - added a call stack extractor for windows to help with tracing ↵ | Brad Payne (Vir Linden) | |
joint issues (of course, could be used for other things as well). | |||
2016-01-04 | MAINT-5976: On Linux builds do not specify explict for bool conversion operator. | Rider Linden | |
2016-01-04 | possible fix for linux build failure | Brad Payne (Vir Linden) | |
2015-12-22 | MAINT-5976: Removed temp code to simulate Nat's fix. Now redundant. | Rider Linden | |
2015-12-21 | Merged in nat_linden/viewer-azumarill-vivox (pull request #2) | Rider Linden | |
MAINT-5976: Fix bug in LLCoros::set_consuming() mechanism. | |||
2015-12-18 | And more linux linking | Rider Linden | |
2015-12-18 | MAINT-5976: Fix bug in LLCoros::set_consuming() mechanism. | Nat Goodspeed | |
The original implementation of set_consuming() involved a bool* pointing to a local bool in VoidListener::operator()()'s stack frame. postAndSuspend() would set that bool (through the pointer) as soon as it returned from suspension. The trouble with that is that LLEventMailDrop potentially calls its new listener (fulfilling the future) immediately in the listen_impl() override -- in other words, way up at the top of postAndSuspend(), well before the code that sets the relevant bool. Instead, make the adapter formerly known as VoidListener bind the coroutine's get_consuming() value at adapter construction time (before listening on the LLEventPump), so that its operator()() has the coroutine's correct get_consuming() value to return. Eliminating the bool* makes the code both simpler AND more correct! This change makes that adapter very specific to coroutine usage. Rename it FutureListener and migrate it from lleventcoros.h into the .cpp file. Nobody else was using it anyway. Make corresponding changes to postAndSuspend2() and its WaitForEventOnHelper class -- whose name no longer corresponds to the function as it used to. Rename that one FutureListener2. The new FutureListener functionality, common to both these adapters, makes it useful to derive FutureListener2 from FutureListener. Introduce llmake(), a generic function to deduce template type arguments from function parameter types. This allows us to remove the voidlistener() and wfeoh() helper functions. Hiding VoidListener broke one of the lleventcoro_test.cpp tests. But that test was sort of a lame recap of an earlier implementation of postAndSuspend(), based on LLEventPump events. Recast that test to illustrate how to use a coroutine future to suspend a coroutine for something other than an LLEventPump. But that rubbed my nose in the fact that we MUST wrap future's context switching with proper management of the current coroutine. Introduce LLCoros::Future<T>, which wraps boost::dcoroutines::future<T>. Use LLCoros::Future<T> in postAndSuspend() and postAndSuspend2(). | |||
2015-12-17 | MAINT-5977: Check get_consuming() as well as listener return when draining ↵ | Rider Linden | |
queue. | |||
2015-12-17 | MAINT-5977: Finish implementation of MailBox event pump type for guaranteed ↵ | Rider Linden | |
delivery | |||
2015-12-17 | Merge | rider | |
2015-12-17 | MAINT-5976: Adding MailDrop type event Queue | rider | |
2015-12-16 | MAINT-5976: Introduce LLCoros::set_consuming(bool). | Nat Goodspeed | |
set_consuming(true) tells each postAndSuspend() call to consume the event for which it is suspending. | |||
2015-12-04 | Initial changes for Vivox/Azumarill merge. Lots of temporary code and ↵ | Rider Linden | |
conditional compile switches. Begin switch from statemachine to coroutine. |