Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-22 | Merge downstream, version 4.0.1 | AndreyL ProductEngine | |
2015-10-15 | MAINT-5738 FIXED If "Always Run" is enabled, camming is broken when sitting ↵ | Mnikolenko ProductEngine | |
down. | |||
2015-07-10 | Initial support for keyboard (in progress) but includes many viewer changes ↵ | callum_linden | |
to plumb in Key Up events | |||
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-03 | MAINT-1871 FIXED Don't allow moving avatar while changing camera position. | Mnikolenko ProductEngine | |
2014-11-21 | MAINT-4682 FIXED Viewer won't clear AGENT_ALWAYS_RUN while sitting | andreykproductengine | |
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-08-04 | MAINT-4304 FIXED Avatar stuck running if releasing shift during double-tap ↵ | andreykproductengine | |
strafe | |||
2014-05-13 | MAINT-4013 FIXED Debug setting which allows leaving Mouselook mode via S or ↵ | Mnikolenko ProductEngine | |
Down Arrow keys was added. By default it's disabled. | |||
2013-11-15 | SH-4623 FIX: Library Kart will not drive backwards on Viewer-interesting. | Richard Linden | |
SH-4622 FIX: Interesting: Viewer-interesting crashes when attempting to buy land | |||
2013-11-06 | merge with release | Richard Linden | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-12 | MAINT-3134 keep chat from opening in response to key confirm on quit dialog, ↵ | Graham Madarasz (Graham Linden) | |
fix mac-only sketchy precedence warning, and re-re-re-re-re-remove patch file that simply will not die. | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-25 | VITA test framework - record events support | Jeff (Gioffredo Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-25 | Additional IME support. LLPreeditor is largely good to go at this point, ↵ | Geenz | |
but there's still some work to do in getSegments. | |||
2013-01-01 | More things in this commit: | Geenz | |
- Removed the callback system in favor of simply defining functions in a header to later be implemented in whichever file is most convenient for what we want to do (i.e., calling LLWindow callbacks within LLWindowMacOSX, setting cursors in llwindowmacosx-objc.mm, etc.) - Viewer shutdown now works appropriately - Added a bit of debugging code to test if a key has been handled by the UI or not (useful for tracking down the mystery of the enter key not being handled) - Setup a cocoa quit handler within the application delegate that intercepts any termination requests | |||
2012-12-17 | LLWindow: Move to using Cocoa for window and view creation along with ↵ | Geenz | |
setting up callbacks for event handling as such. | |||
2012-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
2012-08-31 | CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵ | AlexanderP ProductEngine | |
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-08-16 | MAINT-417 FIXED The agent_push_backward() updated with new check for ↵ | MaksymS ProductEngine | |
reaction of key DOWN, when avatar is in 'sitting mode' and view mode is 'mouselook'. | |||
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2010-10-04 | EXP-142 FIXED Disable mouselook in Skylight | Richard Nelson | |
2010-09-30 | custom skylight key bindings | Richard Linden | |
2010-09-30 | converted keys.ini to keys.xml and use LLInitParam parsing | Richard Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". | |||
2010-03-24 | EXT-2959 : Pull out camera functions from llagent to llagentcamera | Loren Shih | |
#2 checkin. Superficial cleanup and some bug fixing (e.g. took out duplicate mDrawDistance from llagent, took out gAgentCameraHACK and gAgentHACK). | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2009-12-02 | Cleaned up the conditional code a bit in llviewerkeyboard.cpp, start_gesture | skolb | |
2009-12-02 | DEV-42150 crash when using media on a HUD | skolb | |
2009-10-27 | EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the ↵ | angela | |
default to false | |||
2009-09-25 | SNOW-194 DEV-40415: pulling this snowglobe patch into viewer 2.0. This | Martin Reddy | |
fixes all of the parentheses warnings in the code. Original patch was reviewed by merov (and others). | |||
2009-08-27 | svn merge -r 129841:129910 ↵ | Monroe Williams | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge. | |||
2009-08-03 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1211 https://svn.aws.productengine.com/secondlife/pe/stable-1@1228 -> viewer-2.0.0-3 QA: New movement and camera controls. Test all movement and camera behavior against spec and expected behaviors, including sitting & standing. Many other changes to the bottom bar. Changes to local chat behavior. | |||
2009-07-30 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3 | |||
2009-07-21 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1059 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1070 -> svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 |