Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Jan 21, 2023
  3. Jan 18, 2023
  4. Jan 08, 2023
  5. Jan 07, 2023
  6. Jan 06, 2023
  7. Jan 04, 2023
  8. Jan 03, 2023
  9. Jan 02, 2023
  10. Jan 01, 2023
  11. Dec 31, 2022
  12. Dec 20, 2022
  13. Dec 19, 2022
    • Taleir's avatar
      Adds `has_male_bits` for anything that qualifies as a male penis. · ccc13933
      Taleir authored
      Replaces a number of spots that were using the duo of `has_fertile_penis(...) || has_infertile_penis(...)`.
      There was no reason to do a long search for fertility if you really didn't care.
      ccc13933
    • Taleir's avatar
      Other minor code clarity changes. · f0549eac
      Taleir authored
      And one optimization for RJWLewdablePart, which now caches the prop list so it doesn't keep instantiating a new, empty list with every access to `Props`.
      f0549eac
    • Taleir's avatar
      Cleaning up the rest of `Genital_Helper`. · 2fe5dc6d
      Taleir authored
      Not really much optimization here.  Mostly just switching to pre-defined sets for the BPR definition searches.  Those still use string matching, in case of race mods that want to do something a little different from the typical body shape.
      
      The `*_blocked` methods are maybe slightly slower, but they hardly run anyways.  Code clarity is probably best suited for those methods.
      2fe5dc6d
    • Taleir's avatar
      Clean up and optimize genital query functions. · 08a5b134
      Taleir authored
      08a5b134
Loading