Skip to content
Snippets Groups Projects
  1. Nov 26, 2015
  2. Nov 25, 2015
  3. Nov 06, 2015
  4. Oct 28, 2015
  5. Oct 04, 2015
  6. Sep 29, 2015
  7. Sep 28, 2015
  8. Sep 02, 2015
  9. Aug 30, 2015
  10. Aug 29, 2015
  11. Aug 26, 2015
  12. Aug 22, 2015
  13. Aug 20, 2015
  14. May 11, 2015
  15. Apr 28, 2015
  16. Apr 21, 2015
  17. Apr 18, 2015
    • rswindell's avatar
      When parsing boolean key values, if white-space or a semicolon immediately · cceb1fbb
      rswindell authored
      follow the special boolean keywords "True", "Yes", or "On", treat the value as
      a logical true (1). Previously, if the boolean keyword was followed by a
      semicolon (no whitespace separation) or any text with whitespace separation,
      the value would be treated as a logical false (0). The  example sexpots.ini at
      wiki.synchro.net has comments following some "true" values which caused them
      to be interpretted as "false". Bug reported via reddit by FozzTexx.
      cceb1fbb
Loading