Skip to content
Snippets Groups Projects
  1. Apr 11, 2015
  2. Mar 24, 2015
  3. Feb 18, 2015
  4. Feb 15, 2015
  5. Jan 12, 2015
  6. Dec 19, 2014
  7. Nov 19, 2014
  8. Oct 14, 2014
  9. Sep 22, 2014
  10. Sep 02, 2014
  11. Aug 20, 2014
  12. Sep 04, 2014
  13. Aug 15, 2014
  14. Aug 13, 2014
  15. Aug 06, 2014
  16. Aug 01, 2014
  17. Jul 31, 2014
  18. Jul 26, 2014
  19. Jul 25, 2014
  20. Jul 22, 2014
  21. Jul 12, 2014
  22. Jul 09, 2014
  23. Jun 20, 2014
  24. Jun 06, 2014
  25. May 23, 2014
  26. May 13, 2014
  27. May 12, 2014
  28. Apr 22, 2014
  29. Mar 13, 2014
    • Ricky Curtice's avatar
      OPEN-209: Corrected all instances of trigraphs in the code. · e9116575
      Ricky Curtice authored
      Trigraphs can cause some real special headaches.  The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment!
      e9116575
  30. Mar 11, 2014
  31. Mar 10, 2014
  32. Mar 07, 2014
  33. Mar 04, 2014
    • Ricky Curtice's avatar
      STORM-2017: Added translatable help text to rotation. · fe2801fc
      Ricky Curtice authored
      I chose the camera’s up vector to place the help text as it provided a consistent location on the screen for the user to see the text pop up.
      
      While doing this I realized that the calls to hud_render_utf8text utilized a condition that was guaranteed to be false based on a surrounding if-statement, and so could trivially be replaced with a constant.
      Also cleaned out a compiler warning about unused private member variables in llmaniptranslate.  I don’t like warnings and useless code. :P
      fe2801fc
  34. Mar 03, 2014
  35. Feb 24, 2014
Loading