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.
master
Leonid Pershin
2025-11-01 14:27:14 +03: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.
Leonid Pershin
2025-11-01 09:27:32 +03: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.
Leonid Pershin
2025-11-01 09:18:36 +03: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.
Leonid Pershin
2025-11-01 09:15:29 +03: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.
Leonid Pershin
2025-11-01 08:51:49 +03:00
117f27effc
Remove Quality Gate wait step from SonarQube workflow to simplify the analysis process and improve efficiency.
Leonid Pershin
2025-10-31 21:06:40 +03:00
8721b7bc61
Remove redundant source encoding parameter in SonarQube workflow to streamline configuration.
Leonid Pershin
2025-10-31 18:56:36 +03:00
714969cfb9
Refactor SonarQube workflow to streamline commands by directly referencing the solution file for restore, build, and test steps, enhancing clarity and efficiency.
Leonid Pershin
2025-10-31 18:43:04 +03:00
5f5f6215b1
Fix typo in SonarQube workflow name from "SonarQube Analys" to "SonarQube Analysis".
Leonid Pershin
2025-10-31 18:39:00 +03:00
5d493b6ed5
Rename SonarQube workflow to "SonarQube Analysis" for clarity.
Leonid Pershin
2025-10-31 18:34:56 +03:00
90f6348e4d
Update SonarQube workflow to trigger on push events for all branches and modify project key references in API calls for consistency.
Leonid Pershin
2025-10-31 18:28:46 +03: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.
Leonid Pershin
2025-10-31 18:26:33 +03: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.
Leonid Pershin
2025-10-31 18:20:39 +03: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.
Leonid Pershin
2025-10-31 10:46:53 +03: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.
Leonid Pershin
2025-10-31 10:13:42 +03: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.
Leonid Pershin
2025-10-31 10:07:39 +03: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.
Leonid Pershin
2025-10-28 19:53:04 +03: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.
Leonid Pershin
2025-10-28 19:22:22 +03: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.
Leonid Pershin
2025-10-28 19:01:38 +03: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.
Leonid Pershin
2025-10-27 02:00:07 +03:00
e3a90d6186
Update AIImages mod to improve image size presets by removing redundant labels and enhancing character information display. Add collapsible sections for positive and negative prompts in the UI, along with localized strings in English and Russian. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-27 00:45:55 +03:00
ce98638e55
Refactor AIImages mod to replace ArtStyle enum with ArtStyleDef name for improved flexibility in prompt generation. Update UI components to reflect changes in art style selection and enhance scrolling functionality in the right column. Update AIImages.dll to incorporate the latest modifications.
Leonid Pershin
2025-10-27 00:19:31 +03:00
9e675dd804
Add CurrentImage property to GenerationRequest model for preview functionality and update StableDiffusionNetAdapter to include current image in progress tracking. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-27 00:08:06 +03:00
379865a6aa
Implement "Save Images to Server" feature in AIImages mod, allowing users to save generated images to the Stable Diffusion server. Update UI with new settings option and localized strings in English and Russian. Upgrade StableDiffusionNet.Core dependency to version 1.1.2. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-27 00:03:26 +03:00
9fb05e4e7e
Add functionality to clear all generated portrait images in AIImages mod. Implement UI button for clearing images and add confirmation dialog. Update localized strings in English and Russian for new feature. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-26 23:16:08 +03:00
ff5f679c4a
Enhance AIImages mod by adding support for positive and negative prompts, including UI updates for displaying and copying these prompts. Localized strings have been updated in English and Russian to reflect these changes. Update AIImages.dll to incorporate the latest modifications.
Leonid Pershin
2025-10-26 23:03:09 +03:00
d67ec8c0ac
Implement progress monitoring for image generation in AIImages mod, enhancing user experience with real-time updates. Add localized strings for new features in English and Russian. Refactor UI components for better organization and clarity. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-26 22:56:38 +03:00
b9d7ea0c04
Remove obsolete binary assemblies from the project, including Microsoft.Extensions and Polly libraries, to streamline dependencies and reduce project size. Update AIImages.dll to reflect the latest changes.
Leonid Pershin
2025-10-26 22:30:25 +03:00
6e6e92df53
Update AIImages mod to utilize StableDiffusionNet.Core for API interactions, enhancing image generation capabilities. Refactor service methods for improved clarity and efficiency, and update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-26 22:29:27 +03:00
02b0143186
Enhance AIImages mod by adding cancellation support for image generation, improving user experience with localized strings for cancellation actions in English and Russian. Refactor service integration for better dependency management and update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-26 19:10:45 +03:00
3434927342
Refactor AIImages mod to streamline API loading functionality, consolidating model, sampler, and scheduler loading into a single method. Update localized strings in English and Russian for improved clarity and consistency. Enhance UI with scrollable prompt display for better user experience. Update AIImages.dll to reflect these changes.
Leonid Pershin
2025-10-26 18:38:18 +03:00
2af1ef9292
Enhance AIImages mod by adding scheduler support and updating UI for improved model and sampler selection. Localized strings in English and Russian have been updated for clarity. Update AIImages.dll to reflect changes in functionality.
Leonid Pershin
2025-10-26 18:33:33 +03:00
6715544952
Refactor AIImages UI layout for improved positioning and consistency. Remove ShotType settings and related code to simplify prompt generation. Update models to include new properties for hair and apparel definitions, enhancing data handling for character appearance.
Leonid Pershin
2025-10-26 18:23:40 +03:00
0f60721162
Enhance AIImages mod with settings support and improved UI for image generation. Update localized strings in English and Russian for better clarity. Refactor code for better organization and maintainability.
Leonid Pershin
2025-10-26 18:09:30 +03:00
990c8695b7
Add Stable Diffusion prompt generation feature to AIImages. Update UI to include prompt section with copy functionality and localized strings for English and Russian. Update AIImages.dll to include StableDiffusionNet package.
Leonid Pershin
2025-10-26 17:38:48 +03:00
710317e147
Refactor AIImages UI to use localized strings for labels and descriptions, enhancing user experience and accessibility. Update binary AIImages.dll to the latest version.
Leonid Pershin
2025-10-26 17:21:30 +03:00
d5746f4c84
Remove .editorconfig file to streamline project configuration and eliminate unnecessary settings.
Leonid Pershin
2025-10-26 17:08:56 +03:00
008c928c92
Update binary assemblies 0Harmony.dll and AIImages.dll to latest versions for improved functionality and performance.
Leonid Pershin
2025-10-26 17:08:17 +03:00
7d34f668b9
Удалены файлы документации по отладке мода RimWorld, включая быстрый старт и подробные инструкции, чтобы улучшить структуру проекта и избежать дублирования информации.
Leonid Pershin
2025-10-26 17:07:36 +03:00
79e623b692
Update .gitignore to include comprehensive rules for Visual Studio and related tools, enhancing project cleanliness by ignoring unnecessary files and directories.
Leonid Pershin
2025-10-26 17:06:39 +03:00
caa830ba06
Добавьте файлы проекта.
Leonid Pershin
2025-10-26 17:02:04 +03:00
842a1a2c70
Добавить .gitattributes.
Leonid Pershin
2025-10-26 17:02:01 +03:00