Skip to content
Snippets Groups Projects
  1. Dec 20, 2016
    • Nat Goodspeed's avatar
      DRTVWR-418: Casting pointer to BOOL is just wrong. · 2499f6bc
      Nat Goodspeed authored
      Since BOOL is simply a typedef for int, casting a 64-bit pointer to 32-bit int
      is correctly diagnosed by the compiler as an error.
      
      What works is to cast the pointer to (lowercase) bool, the builtin type, which
      engages the compiler's test for "is this pointer NULL?"
      2499f6bc
  2. Nov 10, 2015
  3. May 28, 2015
  4. Nov 14, 2014
  5. Nov 06, 2014
  6. Aug 09, 2013
  7. Mar 29, 2013
  8. Feb 18, 2011
    • Don Kjer's avatar
      Cleanup of headless client (was: DisableRendering mode) · 774405e9
      Don Kjer authored
      * Now called 'HeadlessClient' instead of 'DisableRendering'
      * Removed most cases where we skipped certain behaviors in the client when in this mode.  This gets us closer to a 'true' client, for testing purposes.
      774405e9
  9. Oct 13, 2010
  10. Sep 21, 2010
  11. Aug 16, 2010
  12. Aug 13, 2010
  13. Feb 01, 2010
    • James Cook's avatar
      Support returning full_name (and SLID) for LLCacheName::get() calls · 146e9d5e
      James Cook authored
      Changed callback signature to full_name instead of first_name,last_name
      Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism
      Change Pay dialog names to SLURL links
      Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit
      Consolidate name first + " " + last concatenation in LLCacheName::buildFullName()
      Reviewed with Kelly
      146e9d5e
  14. Nov 13, 2009
  15. Nov 02, 2009
  16. Jul 06, 2009
    • James Cook's avatar
      Merge skinning-14 to viewer-2, including refactoring many floaters to register... · 52aeaa32
      James Cook authored
      Merge skinning-14 to viewer-2, including refactoring many floaters to register them with LLFloaterReg, support for introspection of ParamBlock based UI widgets to dump XML schema, splitting llfolderview.cpp into three separate files to unravel dependencies and skeleton for for LLListView widget.  Resolved conflicts in these files:
      lldraghandle.h, lluictrl.h, llchiclet.cpp, llfolderview.h/cpp, lliinventorybridge.cpp, llpanelpicks.cpp, llviewermenu.cpp, floater_mute.xml, floater_preferences.xml, notifications.xml, panel_preferences_audio.xml, panel_preferences_graphics1.xml, panel_region_general.xml
      svn merge -r124961:126284 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-14
      52aeaa32
  17. Jun 21, 2009
  18. May 08, 2009
  19. Jan 07, 2009
  20. Sep 29, 2008
  21. Jun 25, 2008
  22. Apr 01, 2008
  23. Mar 10, 2008
    • Steven Bennetts's avatar
      merge Branch_1-19-1-Viewer -r 80930 : 81609 -> release · 377ae59c
      Steven Bennetts authored
      DEV-11202: Unhandled Excpetion in pipeline.cpp.
      Merged over updated windlight ui help text from windlight14.
      Reverting a const change in a virtual that was not propagated to all overrides.
      DEV-10957 stop and pause Media and music buttons do not work
      DEV-10762 Displayed page in the client browser disappears when crossing property boundaries.
      DEV-11220 replace misspellings in alerts.xml parameters of 'messsage'
      DEV-11221 fix a misspelling of 'participants' in floater_chat_history.xml tooltip
      DEV-11193 clean up some viewer strings related to Windlight help text
      svn merge -r81144:81147 svn+ssh://svn/svn/linden/branches/1-19-1-viewer-threads
      DEV-11110  	 Media browser history dropdown does not save items across sessions
      Ran the xuiparse -process tool on all en-us xml files.  This does NOT change any data, merely reorders attributes and cleans up tab/spacing.
      DEV-11349 XML CLEANUP: fix duplicate sibling names in en-us xui files
      DEV-11348 Change to llmimetypes.cpp broke Media Type dropdown
      dev-10623 "parcels that played movies no longer work in combo-merge-ui"
      DEV-11379 - crash in LLTabContainer::draw()
      DEV-11377 Elminiate dangerous LLLinkedList and LLDoubleLinkedList from newview
      DEV-11158 sculpties on the top10 crash list
      DEV-11404 "Send Current URL to Parcel" does not set the MIME type
      merge 80958:80959 maint-ui-9-qa, DEV-11105 -- Searching for people with 3 characters like "j l" hurts the database.
      DEV-10489: no draw distance cheating
      DEV-879: water noise frequency
      DEV-10764: macbook air support
      DEV-10878: Linux Intel945 support
      DEV-7551: featuretable adjustments for framerate.
      DEV-11426 Enormous mini-map.
      DEV-11505 - Crash in gunzip_file.
      Removed final LinkedList, SkipMap, and AssocList templates from the Viewer!
      DEV-11115  truncated word in the Advanced Water Editor's modal help dialog
      377ae59c
  24. Feb 19, 2008
  25. Nov 07, 2007
  26. Oct 04, 2007
  27. May 01, 2007
  28. Mar 30, 2007
  29. Feb 02, 2007
  30. Jan 02, 2007
Loading