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
Vison transparency 2 #62
Open
SurFlurer
wants to merge
76
commits into
master
Choose a base branch
from
vison_transparency_2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
All headers (compare Safe Mode Options) are title case, so this one should be too.
Other descriptions use sentence case too, so these should as well.
* dreamforged nail item * dreamforged nail requirement * Create components.json * eoc stuff * Update data/mods/Xedra_Evolved/items/components.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/mods/Xedra_Evolved/items/components.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…adowing Portal Storm Voice's Subtle Foreshadowing
* allow rot_spawn use monster id directly * Apply suggestions from code review Co-authored-by: Karol1223 <[email protected]> * carry chance with copy-from * more branch conflict fixes --------- Co-authored-by: Karol1223 <[email protected]>
…clothes we "take off" (that get deleted, along with it!)
No more multiple wedding rings per zombie
Remove mention of parkour from t_concrete_wall_rope
[Sky Island] Add tokens to warp floor into new floor types
typified a bit of map.cpp and dependents
No longer able to wear already worn items
* Fix some Britishisms in the JSON files. * Apply suggestions from code review --------- Co-authored-by: Maleclypse <[email protected]>
transpiration typo
+2 minor fixes for description
Only test the energy remaining if the item uses energy, otherwise test the ammo, as before. Adds a regression test too.
…verRaven#76865) * humanoid * further copyfrom chaining + first decay fields * apply suggestions from code review Co-Authored-By: mqrause <[email protected]> * rust * Update harvest.json * Update harvest.json * make animals decay * Update harvest.json --------- Co-authored-by: mqrause <[email protected]>
…ure_for_limb_spells fix spells segfaulting from wrong creature
Change "Weapon categories" to sentence case in initialization string
…utton_code Dedupe button code in worldfactory, also redraw UI
…cus while using them (CleverRaven#76976) * Initial commit * Only reduce focus if above 25
…en#76957) * Initial commit * Add DODGE_CHANCE and STEALTH_MODIFIER * Add hands * Separate hands and body
Change option groups to sentence case
Change Acclimatization from all caps to title case to match other locations. Likely a typo, noticed by a pt-br translator YuriNikolai 7 months ago
[DinoMod] Destroy the mosasaurus egg
Xedra Evolved - make oneiric hammer use deduction skill to repair
Change Acclimatization from all caps to title case
* Prompt if you really want to crash the game * fix typos
…tteries Fix non-battery fueled items using charges
Correct llama skull size
* crop top color * whoops i forgot bout that lol
* Enable Giant Pincer Mutation * Update data/json/mutations/mutations.json --------- Co-authored-by: Maleclypse <[email protected]>
Fix game not compiling on GCC
…_weight move volume and weight vals to math
Fix floating-point precision problem in apply_light_arc
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
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
Category "Brief description"
Purpose of change
Describe the solution
Describe alternatives you've considered
Testing
Additional context