mrleo1nid
  • Joined on 2025-10-20
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-11-01 11:27:27 +00:00
59abcb11b8 Add log entry functionality to AIImages. Introduce event description handling in PawnAppearanceData and update prompt generation logic to include event context. Enhance Window_AIImage to display log entries and allow image generation from log events, improving user interaction and character representation.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-11-01 06:27:38 +00:00
5c9887c669 Update PawnGizmoPatch to add a gizmo button to all spawned pawns instead of just colonists. Modify Window_AIImage to handle selection of any spawned pawn, enhancing functionality and usability across the AIImages mod.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-11-01 06:24:43 +00:00
a9dd7910a0 Refactor ColorDescriptionService to improve skin and hair color handling by introducing new methods for determining colors based on gene definitions. Add constants for color keywords to enhance readability and maintainability. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-11-01 06:15:37 +00:00
30010078b4 Enhance hair color handling in AIImages by adding support for hair color genes in PawnAppearanceData. Update ColorDescriptionService to prioritize gene-based hair color descriptions, improving character appearance representation. Refactor related services to utilize new hair color logic.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-11-01 05:51:59 +00:00
60dcb279ae Add skin color gene handling to PawnAppearanceData and update skin tone description logic. Enhance AIImages.dll to support special skin tones based on gene definitions, improving character appearance representation.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 18:06:55 +00:00
117f27effc Remove Quality Gate wait step from SonarQube workflow to simplify the analysis process and improve efficiency.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:56:43 +00:00
8721b7bc61 Remove redundant source encoding parameter in SonarQube workflow to streamline configuration.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:43:13 +00:00
714969cfb9 Refactor SonarQube workflow to streamline commands by directly referencing the solution file for restore, build, and test steps, enhancing clarity and efficiency.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:39:06 +00:00
5f5f6215b1 Fix typo in SonarQube workflow name from "SonarQube Analys" to "SonarQube Analysis".
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:35:01 +00:00
5d493b6ed5 Rename SonarQube workflow to "SonarQube Analysis" for clarity.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:28:54 +00:00
90f6348e4d Update SonarQube workflow to trigger on push events for all branches and modify project key references in API calls for consistency.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:27:18 +00:00
bc361cd011 Enhance AIImages mod by adding a feature to manage image favorites, allowing users to mark images as favorites for easier access. Update UI components to include a favorites button and modify image management functionality accordingly. Add localization strings for the favorites feature in English and Russian. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 15:20:49 +00:00
a99fa16763 Implement AI Images gallery feature in RimWorld mod, allowing users to view, delete, and manage generated images. Update UI components to include a gallery button and enhance image management functionality. Add localization strings for gallery features in English and Russian. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 07:46:58 +00:00
1b35cb6a44 Add image type selection feature in AIImages mod, allowing users to choose between portrait and full body images. Update English and Russian localization files to include new labels for image types. Modify UI components to render the image type selector and adjust generation settings accordingly. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 07:13:48 +00:00
731428fb44 Refactor character information display in AIImages mod by modularizing the rendering of basic info, traits, genes, hediffs, and apparel into separate methods. Enhance height calculation logic for improved layout consistency. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-31 07:07:49 +00:00
1ec80a01cb Refactor skin tone description logic in AIImages mod to prioritize gene-based descriptions over color fallback. Update ColorDescriptionService to include new methods for gene skin tone extraction. Modify related services and UI components to utilize the updated skin tone logic. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-28 16:53:10 +00:00
51c3ea4bc1 Add Genes and Hediffs information display in AIImages mod. Update English and Russian localization files to include new labels. Modify Window_AIImage.cs to render gene and hediff details in the character information display. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-28 16:22:26 +00:00
5f8f29a7dc Enhance AIImages mod by adding debug logging for image clearing and window redraw events, improving visibility into state changes. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-28 16:01:51 +00:00
beb1e2b2fc Enhance AIImages mod by adding debug logging functionality to various components, improving troubleshooting capabilities. Introduce a new setting to enable or disable debug logs in the UI, with localized strings in English and Russian. Update StableDiffusionNet.Core dependency to version 1.1.5. Update AIImages.dll to reflect these changes.
mrleo1nid pushed to master at mrleo1nid/ai-images 2025-10-26 23:00:15 +00:00
0bdcd3036a Refactor AIImages mod to improve UI layout and scrolling functionality in the character information display. Update prompt generation logic to enhance gender and age representation. Adjust content height calculations for better visual consistency. Update AIImages.dll to reflect these changes.