Skip to content
Snippets Groups Projects
  1. Dec 31, 2008
  2. Dec 29, 2008
  3. Dec 23, 2008
  4. Dec 22, 2008
  5. Dec 21, 2008
  6. Dec 19, 2008
    • Andrew Meadows's avatar
      Changed 'openal' to 'openal-soft' to be more correct. · ce5f06ab
      Andrew Meadows authored
      Added a linux64 version of openal-soft for the etch build.
      Not reviewed.
      ce5f06ab
    • Andrew Meadows's avatar
      Fixing tut related compile errors on etch: · 5b2f960c
      Andrew Meadows authored
      (1) the LLLand class had to be forward declared in a cpp file that did not include llland.h
      (2) ensure_equals(const char*, type, type) requires that type have an operator!=(type, type) defined.
      (3) ensure_equals(const char*, type, type) is so overloaded that the compiler can have trouble picking the right version when it has to implicitly cast a std::string to "const char*" AND multiple valid casts exist for type --> S32, F32, etc.  To solve this problem we must explicitly pass in a "const char*" instead of a std::string.
      Reviewed with CG
      5b2f960c
  7. Dec 18, 2008
  8. Dec 17, 2008
  9. Dec 16, 2008
  10. Dec 15, 2008
  11. Dec 10, 2008
    • Adam Moss's avatar
      always skip fmod shutdown, instead of just for release builds. · 9c0dbb12
      Adam Moss authored
      fmod shutdown has been a source of mystery crashes forEVER (go mine
      svn!).  I don't know why they'd be more aggressive now.  butttt...
      materially different code behaviour depending on build type sucks as a
      policy anyway, so always skip fmod shutdown.
      
      straight-to-trunk to unblock(?) featurettes landing.
      9c0dbb12
  12. Dec 09, 2008
  13. Dec 05, 2008
  14. Dec 04, 2008
  15. Dec 02, 2008
  16. Dec 01, 2008
    • Andrew Meadows's avatar
      svn merge -r103586:104391... · de7d6cf4
      Andrew Meadows authored
      svn merge -r103586:104391 svn+ssh://svn.lindenlab.com/svn/linden/qa/maint-server/maint-server-4-sandbox-r103546
      
      Picking up the following bug fixes:
      DEV-19747 Flooding sim with bogus animation packets crashes sim
      DEV-20978 Investigate baked avatar texture caching in simulator - ids not properly stored
      DEV-5316 llsd-get .../runtime/top and "World:Region/Estate:Debug:Get Top Scripts" broken
      DEV-18807 SVC-2596: Script dataserver events become permanently blocked until sim restart
      DEV-19108 SVC-2616: Torus refuses to accept 180 degree texture rotation
      DEV-9944 Simulator crash failing to write simstate to file .tmp.tmp
      DEV-21439 Configure VFS file size via simulator.xml
      de7d6cf4
  17. Nov 26, 2008
  18. Nov 20, 2008
  19. Nov 19, 2008
  20. Nov 18, 2008
  21. Nov 17, 2008
  22. Nov 12, 2008
  23. Nov 07, 2008
  24. Nov 06, 2008
    • Kartic Krishnamurthy's avatar
      Merged into release with command: · b2bfb128
      Kartic Krishnamurthy authored
      =================================
      svn merge -r100865:101402 svn+ssh://svn/svn/linden/branches/purge-dpo-code-for-merge .
      
      QAR-951 : Sandbox QA for DEV 20842 - Ensure DPO is not enabled accidentally
      QAR-967 : Merge Build for DEV 20842 - Ensure DPOis not enabled accidentally
      QA tested: Beast, Oskar
      
      DEV's fulfilled as part of this branch:
      ======================================
      
      DEV-20842 Prevent accidental activation of DPO procs
      DEV-23028 Mac build fails - link error dual inclusion
      DEV-20824 VWR-9255: Build fails on mac_updater and mac_crash_logger targets due to info.plist problems
      DEV-22997 Xcode project: 'server' target has no dependencies
      DEV-23353 Friend request custom messages come through as an asset tag.
      DEV-23309 Voice Chat Indicator does not show active voice status
      DEV-23187 Can't teleport to home location
      b2bfb128
  25. Nov 04, 2008
  26. Nov 03, 2008
  27. Oct 31, 2008
Loading