forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Giant Update #46
Merged
Merged
Giant Update #46
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…vamp Update books.json
Show messages when pet is captured or released
Adds font fallback support for map and overmap fonts
Fix breaking grab without spending moves by trying to climb up or down
Armor.json sorting pt. 7
…-MBR Adds looks_like flags
mixed gunpowder is made from smokeless gunpowder and not having smokeless in the description is confusing.
Speech copy-paste fixes
To increase realism and game consistency regarding partial deafness Partially fixes #36013 Disallows an attempt at safecracking while player has `effect_earphones`. Due to a loophole caused by mp3 player activation being instantaneous, it is still possible to begin safecracking immediately after putting on the mp3 player (but not after 1 turn has passed with the mp3 active).
Fix arithmetical error on load
Fix plural names in the Generic Guns mod
Fix crash when exiting from options menu after failed loading
Lowered excessive reading times of some cooking books.
* Add simple unit tests for `closest_points` functions * Minor simplification and optimization of `closest_points` functions * Allow specifying minimal distance in `closest_points` functions * Use `closest_points` functions for overmap buffer search
* Obsolete flaming weapons * Add flaming weapons to crazy cataclysm
In most other popup prompts in the game, pressing ESC cancels whatever was being attempted, and generally prevents any further actions or time passing. Before this commit, the "You have trouble sleeping, keep trying?" prompt would treat ESC as synonymous with "c", or "Continue trying to fall asleep." In other words, ESC did not cancel or escape the menu, as a player would expect from the behavior of other ingame menus. After this commit, pressing ESC in the "You have trouble sleeping" prompt is the same as "S", "Stop trying to fall asleep and get up." This is the quickest shortcut to cancel the sleeping action, and stop time from continuing to pass.
Gun volume auditing for .38/.357 handguns
…ject armor modern json name to object
Gun volume audit for .270 Win + a typo
Make ESC key stop trying to sleep
Comestible Names to objects
Fix crash when closing game window
Add Ultica tileset demo to mainline
Save build artifacts from github actions CI
Gunmod Name to object, volume to string
* Name to object, volume to string * Name to object, flags to array, volume to string * Correct volume on firecracker
Fix typo in .50 BMG tracer ammo descriptions
* Name to object * Name to object * Name to object, double have decimal, flags to array
Update storage.json
Magazine Name to object, volume to string
container Name to object, leave the s
* Name to object * Name to object, leave the s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Purpose of change
Describe the solution
Describe alternatives you've considered
Testing
Additional context