Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Changelog 2024-09-02 to 2024-09-09 #76299

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Google Maps
Dynamic trait purifiability
Add drugs and mutagens to your faction camp stores.
Allow military night vision goggles to attach to combat exoskeleton head armors
Butchering now require proficiency to do it fast and effectively
Functioning toasters


## Content:
Expand Down Expand Up @@ -406,6 +408,11 @@ Fix ImGui Demo in curses
make ImTui render text as text, so that the players can read our spiffy new menus
toggle to only draw overmap during autotravel
mouse input in uilists does not block keyboard navigation
Print church/school bells ringing sound in the message log once again
Add imgui version of the iteminfo window
Updated default keybindings for changing start dates in character creation menu
rewrite the loading screen to use ImGui
Custom loading screen the game deserves


## Mods:
Expand Down Expand Up @@ -643,6 +650,9 @@ Isolation Protocol: Add roguelike style health regen and pain reduction
[MoM] Add Illuminate Photokinetic power
[MoM] Add Headblind trait and Latent Psion trait
[Xedra Evolved] Extend hedge magic research system
[Magiclysm] Move bulk of spellcasting proficiency processing to dedicated EoCs and out of spell JSON
XE Playable Gracken
[Magiclysm] Add spell school deficiency traits


## Balance:
Expand Down Expand Up @@ -1005,6 +1015,7 @@ Faster ascii overmap drawing
Optimize item::stacks as well as allocation patterns in item and elsewhere
cache available recipe list in craft menu
NPCs take less time to check for enemies.
Improve point hash functions to eliminate map overhead in nps los checks and elsewhere


## Infrastructure:
Expand Down Expand Up @@ -1075,6 +1086,7 @@ Add Flathub download button and Flatpak manifest
Added support for multiple randomized field sprite variants
JSON-ify sleep-affecting mutations
Extend/delete support for harvest lists
Migrate ACT_PULP to the new activity actor system.


## Build:
Expand Down
Loading