Commit graph

  • 3646f1135b Climacteric is 20% chance to skip, not 20% chance to ovulate lutepickle 2023-03-06 17:52:11 -0800
  • 1aaaf50b64 Display ovaries at a lower state when ovulation chance is lower lutepickle 2023-03-06 17:35:11 -0800
  • 2bb0871919 Properly set the conditions to not go/stay in the infertile stage for InfertileAction and RecoverAction lutepickle 2023-03-06 17:20:49 -0800
  • 4504d02245 Switch some comp stages to GoNextStage lutepickle 2023-03-06 17:05:01 -0800
  • 98cfa23b88 Replace some usage of Rand.Range with Rand.Chance lutepickle 2023-03-06 16:58:23 -0800
  • c8d32f883f New ovulation chance system lutepickle 2023-03-06 16:53:22 -0800
  • 7825418da9 Properly add space before climacteric label lutepickle 2023-03-06 14:40:29 -0800
  • 325b60b51c Make EggHealth properly return a float lutepickle 2023-03-06 13:51:11 -0800
  • c56e275a92 Merge branch 'dev' 1.0.8.6 lutepickle 2023-03-06 05:49:58 -0800
  • 297e37a4ef Add comment on why fixedLastName doesn't work lutepickle 2023-03-05 22:57:23 -0800
  • 1bc5b45669 Fix danger day and estrus considering eggs to last 24x times as long as they should lutepickle 2023-03-05 21:20:16 -0800
  • 842f6ceec1 A little code cleanup lutepickle 2023-03-05 19:24:23 -0800
  • 8752aa1437 Add state to hediff tooltip, and time to next state in debug tooltip lutepickle 2023-03-04 15:51:57 -0800
  • f99d833e71 Set canine vaginas to periodic ovulation lutepickle 2023-03-04 07:57:56 -0800
  • db7ca5c77a Remove texture-breaking milk patch lutepickle 2023-03-03 16:55:38 -0800
  • 51bc32248a Remove milk patch that was breaking MC's textures lutepickle 2023-03-03 15:10:27 -0800
  • b254273935 Merge branch 'dev' 1.0.8.5 lutepickle 2023-03-02 21:34:10 -0800
  • e4583fe9d7 Add placeholder graphic for genes lutepickle 2023-03-02 18:55:29 -0800
  • 5abdf52dbe Use GoNextStage more to properly reset curStageHrs lutepickle 2023-03-02 14:42:49 -0800
  • 69934d06f5 Add patch to darken nipples during Biotech lactation, but commented out lutepickle 2023-03-01 17:00:58 -0800
  • 09f9438bcc Reset the baby name deadline at birth lutepickle 2023-03-01 16:29:58 -0800
  • 91142d640f Copy hair color for identical twins lutepickle 2023-03-01 10:21:59 -0800
  • b28beb8eaa Add some debug logging around the pregnancy to labor transition lutepickle 2023-03-01 09:55:54 -0800
  • ca895ef296 Show the debug due date on the gizmo for Biotech pregnancies lutepickle 2023-02-28 18:02:20 -0800
  • 5c27575446 Save the Biotech twins setting lutepickle 2023-02-27 21:36:31 -0800
  • 92ace30022 Properly show multiple fetuses with pregenerated babies lutepickle 2023-02-27 21:33:14 -0800
  • 672e6f6ecc Remove unneeded milk bottle graphics lutepickle 2023-02-13 10:22:23 -0800
  • 2b0d5dd0e6 Some mods break SkinColor to the point that even trying to access it throws a null ref, so go work around that lutepickle 2023-01-25 07:11:00 -0800
  • aba80efe58 Don't allow adding genes to pawns without wombs lutepickle 2023-01-22 09:44:28 -0800
  • 9f20f78aab Remove a HarmonyDebug lutepickle 2023-01-11 07:34:58 -0800
  • 71575c671e Fix error when trying to terminate a menstruation pregnancy lutepickle 2023-01-11 07:32:50 -0800
  • da7284b909 Make the HAR disabler conditional only on the configuration. There's too many birtherThing/geneticMother edge cases to make puzzling it out practical lutepickle 2023-01-11 06:24:14 -0800
  • 3132992aa3 A bunch of type-safety around HAR. lutepickle 2023-01-10 16:09:37 -0800
  • 2cb26ea016 HAR transpiles ApplyBirthOutcome to produce multiple children per littersize, but the pregenerated babies already handle that. So patch HAR to only produce one if our system is running lutepickle 2023-01-10 12:41:02 -0800
  • b9bfad10bb Resolve graphics on all newly generated babies, not just the first of a set lutepickle 2023-01-10 08:20:22 -0800
  • 7d8228e03a Ensure that Biotech babies are born at zero ticks of age lutepickle 2023-01-10 07:05:13 -0800
  • 93566b5fa3 Call ResolveAllGraphics unconditionally for babies. Also copy skinColorOverride for twins lutepickle 2023-01-10 05:46:16 -0800
  • d34c96315a Have the babies track their fathers during pregnancy lutepickle 2023-01-09 08:50:37 -0800
  • 638b9f4611 Make the mod options window a bit longer just to make all the buttons appear again lutepickle 2023-01-08 12:53:26 -0800
  • 08a50e47c3 Add Biotech twin option to configuration settings, disabled by default lutepickle 2023-01-08 12:32:18 -0800
  • c3176fb0e5 Integration of pregenerated babies into the womb dialog lutepickle 2023-01-08 12:19:47 -0800
  • f5f8eba037 Save option for enabling biotech twins lutepickle 2023-01-08 12:02:18 -0800
  • fcfb7cdefb Add support for pregenerated babies into Implant lutepickle 2023-01-08 12:01:45 -0800
  • 89f26b2601 Add the two transpilers to allow looping through babies lutepickle 2023-01-08 11:29:21 -0800
  • e42bbdb3d4 Add the ApplyBirthOutcome transpiler lutepickle 2023-01-08 10:11:58 -0800
  • 7bf9f80742 Add a missing using directive to PregnancyCommon lutepickle 2023-01-07 21:23:08 -0800
  • 8aff96e5a4 Prevent two humanlikes from creating an animal for Biotech pregnancies lutepickle 2023-01-07 20:58:28 -0800
  • 12c760d16c Fix periodic ovulator cycle variability lutepickle 2023-01-07 20:26:13 -0800
  • 045e9548f6 Framework for pregenerated babies lutepickle 2023-01-07 20:18:17 -0800
  • 3f21b760b2 Make the MethodInfos in MultiplePregnancy static. lutepickle 2023-01-07 12:00:48 -0800
  • 21e471ebf3 Use the builtin BestOutcome for the childbirth ritual instead of searching our own. lutepickle 2023-01-07 11:50:37 -0800
  • da9903aaf9 Updated Traditional Chinese by Hydrogen lutepickle 2023-01-07 06:45:07 -0800
  • 22b2aca312 Change the terminology of the gene descriptions a bit lutepickle 2023-01-07 06:28:16 -0800
  • b4aa55c159 Re-add GetMenstruationComp(Hediff) marked as obsolete. There's code out there that calls it. lutepickle 2023-01-07 06:08:42 -0800
  • 68f05dc272 The genes aren't inheritable, so don't bother saying "born with" in the egg multiplier descriptions. Leave support in the code, though. lutepickle 2023-01-07 05:32:19 -0800
  • f3e14e67b0 Initial implementation of genes lutepickle 2023-01-03 22:48:06 -0800
  • 4fdd66989b Merge branch 'dev' 1.0.8.4 lutepickle 2023-01-03 19:11:50 -0800
  • 8d507a5e69 Disable breast growth for ageless pawns to prevent them from getting stuck at max size post-birth. lutepickle 2023-01-03 19:11:20 -0800
  • 1a1bc2e385 Small update to option text lutepickle 2023-01-02 17:45:30 -0800
  • 190173d87d Have AddNewBaby use the vanilla xenotype inheritance functions lutepickle 2022-12-28 09:03:39 -0800
  • ba3f24cba3 Only remove cramps if no other womb is bleeding lutepickle 2022-12-27 06:52:33 -0800
  • 56c59f441d Update 1.4/Languages/Russian/Keyed/RJW_Menstruation.xml MrDarkside 2022-12-27 13:50:58 +0000
  • 398f1b7066 Fix the biosculptor file spelling in the project file lutepickle 2022-12-26 09:22:40 -0800
  • 5c3c4eff92 Update bioscultper pod icon lutepickle 2022-12-25 15:51:33 -0800
  • c5a9f7097f Mention the periodic ovulator in the changelog lutepickle 2022-12-25 15:48:01 -0800
  • f235c32af1 Add HediffComp_PeriodicOvulator lutepickle 2022-12-25 15:41:20 -0800
  • b3ffe9afed Have luteal advance at curStageHrs == currentIntervalHours for consistency with the other stages lutepickle 2022-12-25 14:32:52 -0800
  • def93aa218 Let about a third of penises precum during sex lutepickle 2022-12-25 11:46:01 -0800
  • 70d65d379c Impregnation fetishists are less likely to pull out lutepickle 2022-12-25 09:54:49 -0800
  • ecc849e85f Make ovipostor cum fertility go off of the right pawn lutepickle 2022-12-25 09:18:51 -0800
  • 22a52093cb Reduce cumin chance for avoid pregnancy approach lutepickle 2022-12-25 08:51:42 -0800
  • 8c0a8f05d1 A little cleanup lutepickle 2022-12-25 06:38:58 -0800
  • cf2eff9556 Move the biosculpter patch since it's not Biotech lutepickle 2022-12-25 06:36:56 -0800
  • 8d919739bf Produce baby naming letter in multiple pregnancy lutepickle 2022-12-24 20:24:49 -0800
  • f6552b3a68 Add a biosculptor recipe to restore eggs lutepickle 2022-12-24 19:44:07 -0800
  • 304724f8d8 Merge branch 'dev' lutepickle 2022-12-15 14:47:47 -0800
  • 2bc1133861 Capitalize DoImpregnate_Patch to match RJW's capitalization lutepickle 2022-12-14 15:56:40 -0800
  • bbd8030cc6 Update ingestion hediff giver for Biotech lutepickle 2022-12-11 10:25:12 -0800
  • 221883c2fc Add option to hide womb status for drafted pawns lutepickle 2022-12-11 10:21:01 -0800
  • 9c2c0dc5aa Properly capitalize Configurations.SetToDefault lutepickle 2022-12-11 06:34:06 -0800
  • 2b38631d07 Change folder name to fix Traditional Chinese translation lutepickle 2022-12-08 20:24:55 -0800
  • a917a940ee Add a function to damage pants based on fluid leakage. Not yet called by anything lutepickle 2022-11-29 10:11:28 -0800
  • 60343e8b3f Have the breasts grow and shrink for Biotech pregnancies, too lutepickle 2022-11-27 09:33:19 -0800
  • 06039238d2 Additional safety checks for the transpilers lutepickle 2022-11-26 15:20:52 -0800
  • c955221f64 Shift the HAR generation to only the first baby of a set. lutepickle 2022-11-26 15:20:16 -0800
  • 82440db26b Set up the xenotype inheritance for all babies, not just enzygotic ones lutepickle 2022-11-25 07:52:16 -0800
  • 9891f72fc6 Poke HAR to generate parts early for enzygotic duplication lutepickle 2022-11-25 07:40:45 -0800
  • 08d84801a6 HAR added headVariant and bodyVariant, so duplicate those for enzygotic siblings, too. lutepickle 2022-11-24 17:24:07 -0800
  • 86aef06981 Do the post-pregnancy breast growth for Biotech births. lutepickle 2022-11-24 07:12:30 -0800
  • fe20e9d78b Have terminate pregnancy operation work on multiple pregnancies. Only remove the one that is the least far along. lutepickle 2022-11-21 22:21:38 -0800
  • c6fbab5974 Increment version, update changelog lutepickle 2022-11-20 21:27:11 -0800
  • 1b5e204795 Set new babies to baseliner if there's no xenotype to inherit lutepickle 2022-11-20 21:26:03 -0800
  • 8d0d980048 Null check in the xenotype decider lutepickle 2022-11-20 12:42:40 -0800
  • 36064cb4b9 Merge branch 'dev' 1.0.8.3 lutepickle 2022-11-18 06:49:07 -0800
  • 5a17c0e72f Update for the RJW function changes. Again. lutepickle 2022-11-18 06:48:43 -0800
  • 7eee57709d Re-enable Animal Genetics support lutepickle 2022-11-17 09:19:46 -0800
  • 889e8f90f2 Remove obsolete melanin references lutepickle 2022-11-16 19:19:18 -0800
  • 21144b0005 Rename gizmo patch file to match the others lutepickle 2022-11-16 08:19:04 -0800
  • 06c1ade118 Merge branch 'dev' 1.0.8.2 lutepickle 2022-11-16 07:46:22 -0800
  • 80686dc008 Update for RJW 5.3.0.7 lutepickle 2022-11-16 07:46:02 -0800