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

Catchup to Master #7

Merged
merged 240 commits into from
Dec 6, 2019
Merged

Catchup to Master #7

merged 240 commits into from
Dec 6, 2019

Commits on Oct 22, 2019

  1. Add extra makeshift magazines

    Rail Runner committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4d8d521 View commit details
    Browse the repository at this point in the history
  2. Linting

    Rail Runner committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    19d82a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    e0b2846 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    5b325e5 View commit details
    Browse the repository at this point in the history
  2. Linting broke

    SavageBishop committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    a35aca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cdb600 View commit details
    Browse the repository at this point in the history
  4. Update armor.json

    SavageBishop committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    b513648 View commit details
    Browse the repository at this point in the history
  5. Update armor.json

    SavageBishop committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    861f1ab View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Update regional_overlay.json

    Hopefully added the boulder to the region settings.
    SavageBishop committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    c2bf583 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    550f758 View commit details
    Browse the repository at this point in the history
  2. change reload function used

    KorGgenT committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    0104901 View commit details
    Browse the repository at this point in the history
  3. Fix issue of translating sling, add ctxt to sling when it is weapon. f…

    …ixes #35639
    akirashirosawa committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    971c49c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Merge pull request #35598 from SavageBishop/MythoV2

    Mythological V2
    Rivet-the-Zombie committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    57ec5bb View commit details
    Browse the repository at this point in the history
  2. fix typo autopiot

    akirashirosawa committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    1c7b68e View commit details
    Browse the repository at this point in the history
  3. Replace handle_redraw calls with refresh calls

    game_ui::init_ui() is doing much more than redrawing.
    Discard handle_redraw().
    Fixes #35631.
    AMurkin committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    f38c174 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35678 from akirashirosawa/fix_i18n_sling_add_ctxt

    Fix issue of translating sling, add ctxt to sling when it is weapon. …
    ZhilkinSerg committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    9bae447 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35693 from akirashirosawa/fix_typo_autopiot

    fix typo autopiot
    ZhilkinSerg committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    1cfde66 View commit details
    Browse the repository at this point in the history
  6. Fix another mutant meat exploit (#35691)

    * Jerky no longer cooks_like cooked meat
    
    * Remove proportional price
    
    Updated price entry as well, to keep jerky at $3.20.
    Davi-DeGanne authored and ZhilkinSerg committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    98f4b5c View commit details
    Browse the repository at this point in the history
  7. Tweak dispatch robots description (#35679)

    * Tweak description for dispatch robots.
    
    * Update defense_bot.json
    arijust authored and ZhilkinSerg committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    962e122 View commit details
    Browse the repository at this point in the history
  8. Lower photophore cost by 1 point

    Fris0uman committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    fde55ce View commit details
    Browse the repository at this point in the history
  9. stop NPC asking for tool selection

    dpwb committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    e7d1b6b View commit details
    Browse the repository at this point in the history
  10. Fix clang-tidy regression

    ifreund committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    e483722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4500052 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request #35702 from AlexMooney/fix_bio_evap_description

    Fix the description for bio_evap item
    Rivet-the-Zombie committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e1f35b3 View commit details
    Browse the repository at this point in the history
  2. Chickenwalker drop modifications (#35713)

    Since chicken walkers explode I didn't want the player to get a complete body with all parts working and salvageable, but there were several items that are required for an existing rebuild a chicken walker recipe that don't drop anyone under any conditions. So now there is a chance they can drop.
    Maleclypse authored and ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    bbd0e0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35699 from ifreund/clang-tidy-regression

    Fix clang-tidy regression
    ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9503d09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35695 from Fris0uman/photcost

    Lower photophore cost by 1 point
    ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3033d18 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35697 from davidpwbrown/stop_npc_ask_tool

    Stop NPC asking for tool selection when repairing
    ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    af655af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #35694 from AMurkin/handle_redraw-refresh

    Fixed terminal settings saving
    ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    95aa428 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76e355a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8c2f56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2be03d9 View commit details
    Browse the repository at this point in the history
  10. added a second slightly faster crafting recipe for a higher level cut…

    …ting tool for making soap flakes.
    yowshi committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    beae7c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    700970f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b4343c View commit details
    Browse the repository at this point in the history
  13. Update data/json/recipes/recipe_medsandchemicals.json

    following amurkin's suggested change
    
    Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
    yowshi and AMurkin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    530e915 View commit details
    Browse the repository at this point in the history
  14. Update data/json/recipes/recipe_medsandchemicals.json

    applying amurkin's suggested change
    
    Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
    yowshi and AMurkin committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    fe805a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    714eb68 View commit details
    Browse the repository at this point in the history
  16. linting fix

    yowshi committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    70dc053 View commit details
    Browse the repository at this point in the history
  17. Workshop fix (#35715)

    eltank authored and ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    a97bf92 View commit details
    Browse the repository at this point in the history
  18. Tweak overmap colors for millitary buildings and mines (#35704)

    * Change military buildings overmap color to red.
    * Change mine entrance overmap color to magenta
    arijust authored and kevingranade committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0b8bfe8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7c9baf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cefce5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e06e07c View commit details
    Browse the repository at this point in the history
  22. JSONize detergent used for vehicle washing machine

    This commit is meant to add support for a later PR that adds the ability
    to make shaved soap and use that for vehicle washing machines.
    anothersimulacrum authored and kevingranade committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    6ed6bd6 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #35667 from KorGgenT/wield-item-location

    use functions that use item_location instead of int in game::inventory_item_menu()
    kevingranade committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    7928079 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    da602a7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d05d1d1 View commit details
    Browse the repository at this point in the history
  26. "RAW" flag which reduces calories of uncooked foods (#35347)

    * Add "RAW" flag which reduces calories 25%
    Raw food takes more energy for your digestive system to break down, and
    thus means less net energy. Research on the subject is still ongoing,
    but a 33% increase from to cooking seems a decent guess. This is
    implemented as a 25% decrease to food with the "RAW" flag. When the food
    is cooked (used in any recipe with a heat source) this penalty is
    removed. Otherwise, it persists through crafting.
    
    * Remove RAW flag from various foods
    Sugars and fats are not easier to digest after cooking, so removed RAW
    flag from foods that derive most of their calories from these sources.
    
    * Document criteria for RAW flag
    Also added a TODO regarding making these criteria a unit test once the
    infrastructure to do so is in place.
    Davi-DeGanne authored and kevingranade committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3eafd18 View commit details
    Browse the repository at this point in the history
  27. Teleporting removes grabbed effect (#35718)

    * Using bio_teleport removes grabbed effect
    
    * any succesful teleport removes grabbed effect
    Fris0uman authored and ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4db2957 View commit details
    Browse the repository at this point in the history
  28. add ability to filter by item notes (#35617)

    * add ability to search through filter by item notes with n:
    jagoly authored and ZhilkinSerg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8cc6f3d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request #34932 from Rail-Runner/homemade_mags

    Add extra makeshift magazines
    Rivet-the-Zombie committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    9bb760b View commit details
    Browse the repository at this point in the history
  2. fix martini recipe category

    eltank committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    c0c5d0a View commit details
    Browse the repository at this point in the history
  3. Added Graphical_Overmap files

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    07e71cd View commit details
    Browse the repository at this point in the history
  4. Update readme.txt

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    04edcd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c0a44 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    cdcba0d View commit details
    Browse the repository at this point in the history
  7. Delete map_font_LARWICK.png

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    555f958 View commit details
    Browse the repository at this point in the history
  8. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6f86471 View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    5564180 View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    e810727 View commit details
    Browse the repository at this point in the history
  11. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    72f3fbc View commit details
    Browse the repository at this point in the history
  12. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    cd99f21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd5ce83 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #35722 from eltank/martini-cat

    Fix martini recipe category
    ZhilkinSerg committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    ba75988 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    703375f View commit details
    Browse the repository at this point in the history
  16. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    9005732 View commit details
    Browse the repository at this point in the history
  17. Update fonts.json

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    00a89cf View commit details
    Browse the repository at this point in the history
  18. Update base_colors.json

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6b84012 View commit details
    Browse the repository at this point in the history
  19. Update modinfo.json

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    7b5005c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36f16d8 View commit details
    Browse the repository at this point in the history
  21. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    ab85aa0 View commit details
    Browse the repository at this point in the history
  22. Delete fontlist.txt

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f40da35 View commit details
    Browse the repository at this point in the history
  23. Update readme.txt

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8c8e1e3 View commit details
    Browse the repository at this point in the history
  24. Update modinfo.json

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d800f7a View commit details
    Browse the repository at this point in the history
  25. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8521f9d View commit details
    Browse the repository at this point in the history
  26. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3522c3b View commit details
    Browse the repository at this point in the history
  27. Minor magazine tweaks

    Rail Runner committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    aaf4683 View commit details
    Browse the repository at this point in the history
  28. Add WATER_FRIENDLY flag to ammo belts

    Rail Runner committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8c900fe View commit details
    Browse the repository at this point in the history
  29. Add WATER_FRIENDLY to shotshell belt

    Rail Runner committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3cb6e2a View commit details
    Browse the repository at this point in the history
  30. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4fbc581 View commit details
    Browse the repository at this point in the history
  31. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    19b8a82 View commit details
    Browse the repository at this point in the history
  32. Add files via upload

    Larwck committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    eac1b36 View commit details
    Browse the repository at this point in the history
  33. Remove CR

    anothersimulacrum committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d73de9a View commit details
    Browse the repository at this point in the history
  34. Dirty transparency cache when a map regen trap is activated (#35729)

    Dirty transparency cache when a mapregen trap is activated
    John-Candlebury authored and kevingranade committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    329f99b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    346625b View commit details
    Browse the repository at this point in the history
  36. Fix migration behavior for charges

    Previously, migrating a count_by_charges item to another
    count_by_charges item would result in the new item being given its
    default amount of charges, no matter the charges of the original. This
    changes that so that unless a "charges" value is specified in the
    migration definition, the charges of the original are preserved.
    Davi-DeGanne committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    7638cb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge pull request #1 from anothersimulacrum/gfx-omap

    Remove CR
    Larwck committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a273b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae2169 View commit details
    Browse the repository at this point in the history
  3. Fixed a typo

    Night-Pryanik committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    364fd5e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35727 from Rail-Runner/magfix

    Minor magazine tweaks
    Rivet-the-Zombie committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    df0e590 View commit details
    Browse the repository at this point in the history
  5. Fix arguments in string_format call:

    The arguments given are "string, int, int", but the format string expects "int, int, string". This adds explicit numbers to the format specifiers to match the actual arguments.
    BevapDin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    58270cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbf40ba View commit details
    Browse the repository at this point in the history
  7. Merge pull request #35742 from BevapDin/wic

    Fix arguments in string_format call:
    ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    30898e1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #35738 from Night-Pryanik/typo-fix

    Fixed a typo
    ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    70a89b0 View commit details
    Browse the repository at this point in the history
  9. Include placeholder text on job categories to remove confusion (#35743)

    * include plcaeholder text to remove confusion
    
    * punctuation consistency
    davidpwbrown authored and ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    3dbe163 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #35731 from CleverRaven/kevingranade-set-filtering…

    …-fix
    
    Avoid undefined behavior when filtering elements from a set
    ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    b4e0d77 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35746 from CleverRaven/kevingranade-cleanup-effec…

    …t-ids
    
    Remove unused effect id declarations
    ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    bcab5dd View commit details
    Browse the repository at this point in the history
  12. Merge pull request #35733 from DaviBones/migration-charges-fix

    Fix migration behavior for charges
    ZhilkinSerg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    5f9eafe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    237bf45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40b5aa2 View commit details
    Browse the repository at this point in the history
  15. Fix field effect definition in Magiclysm mod (#35732)

    * Fix field effect definition in Magiclysm mod
    
    * Update dragon.json
    ZhilkinSerg authored and KorGgenT committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0c8dadb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge pull request #35747 from ZhilkinSerg/refactor-map-2d-overloads

    Refactor 2D/point overloads of map functions
    kevingranade committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8d27979 View commit details
    Browse the repository at this point in the history
  2. Coarse correction to drench rate from precipitation (#35750)

    * Coarse correction to drench rate from precipitation
    
    * every 6 seconds instead of random chance
    kevingranade authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b60d185 View commit details
    Browse the repository at this point in the history
  3. Allow shooting out lights in the lab. (#35724)

    * Allow shooting out lights in the lab.
    
    * One in 3 chance to hit the light.
    OzoneH3 authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    921e3b2 View commit details
    Browse the repository at this point in the history
  4. Mi go speech (#35730)

    * Expand mi-go speech
    
    * add some barks
    I-am-Erk authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    74361d0 View commit details
    Browse the repository at this point in the history
  5. Regional terrain expansion (#35669)

    * Add mi-go atmosphere effect
    
    * Regional settings expansion
    
    * Update effects.json
    
    * forgot to add urban groundcover
    
    tweak regular groundcover while at it.
    
    * integrate pseudo terrains into more terrain types
    
    * fix errors caught on playtest
    
    * lint regional map settings
    I-am-Erk authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b234f7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1baa984 View commit details
    Browse the repository at this point in the history
  7. Added soap flakes item and recipe for use in washing machines (#35624)

    * re-added soap flakes for use in washing machines after another hard reset
    
    * add a name_plural fiel to soap flakes and relinted both json files
    
    * shortened the time for crafting soap flakes to 15 m and added a looks_like.
    
    * added a second slightly faster crafting recipe for a higher level cutting tool for making soap flakes.
    
    * fixed the linting on chems and resources.
    
    * changed the difficulty of the recipe for soap flakes to 0.
    
    * Update data/json/recipes/recipe_medsandchemicals.json
    
    following amurkin's suggested change
    
    Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
    
    * Update data/json/recipes/recipe_medsandchemicals.json
    
    applying amurkin's suggested change
    
    Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
    
    * Add DETERGENT flag to soap flakes
    
    * linting fix
    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0dcbc52 View commit details
    Browse the repository at this point in the history
  8. Fix bg issues

    Larwck committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    30afcbf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35723 from Larwck/master

    Graphical Overmap
    Rivet-the-Zombie committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    fe16f8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9d0b58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16ddcf1 View commit details
    Browse the repository at this point in the history
  12. Fix mi-go speech (#35756)

    * Replace ... with …
    Fris0uman authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    92a294c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d2279fd View commit details
    Browse the repository at this point in the history
  14. Fix bio_solar producing power in the dark (#35755)

    * Fix bio_solar
    
    * Don't display sunlight as fuel when under the sun
    Fris0uman authored and ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c3982c9 View commit details
    Browse the repository at this point in the history
  15. Fix GCC compilation error

    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8e290ef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b5ca2e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    45829e9 View commit details
    Browse the repository at this point in the history
  18. Reformatted comments

    - moved comments to separate lines;
    - removed redundant comments.
    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    151b3ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    137778e View commit details
    Browse the repository at this point in the history
  20. Revert jackhammer buff

    #35456 was poorly reviewed and a significant tweak to electric
    jackhammers was included with no justification given.
    This flew in the face of the carefully considered overhaul in #31192.
    Davi-DeGanne committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    df1f6cd View commit details
    Browse the repository at this point in the history
  21. Merge pull request #35764 from LaVeyanFiend/LargeTacticalNerf

    Fix infinite leather exploit from large tactical backpack
    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d98c660 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #35765 from DaviBones/revert-e-jackhammer-buff

    Revert buff to electric jackhammers
    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f174b33 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    918958a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    daa356b View commit details
    Browse the repository at this point in the history
  25. Holiday title screens

    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0f30872 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    09ef2f0 View commit details
    Browse the repository at this point in the history
  27. Update advanced_inv.cpp

    ZhilkinSerg committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    84b8d3f View commit details
    Browse the repository at this point in the history
  28. Remove unused function

    Fris0uman committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c1d1cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    7cb8424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9972283 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35757 from ZhilkinSerg/style-2019-11-28

    Style comments (2019-11-28)
    Rivet-the-Zombie committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5d65f8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35767 from Fris0uman/mobio

    Remove unused function
    ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ec8d0bc View commit details
    Browse the repository at this point in the history
  5. Add coverage to storefront windows and window frames (#35771)

    * Gave empty window frame coverage
    
    * Give coverage to base window
    
    Added coverage to base window because the smashed version suddenly gains coverage.
    CSHague authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d38b093 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #35768 from Kodiologist/slot-impl

    Refactor iexamine::slot_machine
    ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    85b1c37 View commit details
    Browse the repository at this point in the history
  7. Allow browsing vending-machine items without a cash card (#35769)

    * Allow browsing vending-machine items without a cash card
    
    * Edit vending-machine messages
    Kodiologist authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8d646db View commit details
    Browse the repository at this point in the history
  8. Clean up and update park.json (#35541)

    * rearrange park.json
    
    * add palettes
    
    * add park palettes
    
    * fix error in playground monster spawning
    
    * update vehicles and monster groups and remove from the main file
    
    * tweak monster spawning
    I-am-Erk authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    731155a View commit details
    Browse the repository at this point in the history
  9. Adds new profession: Kitted Survivor (#35650)

    * Added new profession: Kitted Survivor
    
    Costs 1 point. Starts with worse clothing than the ordinary Survivor but has a full survival kit which can aid them.
    
    Inspired by Cataclysm++'s "Canned Survivor", who starts with a decked out "Survival In A Can" kit.
    Xenomorph-III authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    de45acc View commit details
    Browse the repository at this point in the history
  10. Assorted NPC performance fixes (#35295)

    davidpwbrown authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8883027 View commit details
    Browse the repository at this point in the history
  11. Speed up monster action planning (#35632)

    * replace std::weak_ptr with weak_ptr_fast, std::shared_ptr with shared_ptr_fast
    std::weak_ptr/std::shared_ptr forces atomic access despite the fact cdda is singlethreaded.
    
    * inline rl_dist(), trig_dist(), square_dist()
    
    * line.h: add rl_dist_fast, which allows to skip the sqrt so we can do the length checks in monster::rate_target() and compute the sqrt when we know it's necessary.
    
    * fix clang-tidy warning: remove redundant smartptr get()
    FeepingCreature authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    86626db View commit details
    Browse the repository at this point in the history
  12. Vehicle parts JSON update (#34850)

    * Remove legacy JSON from vehicleparts
    
    * Mod (except Blaze) vehicleparts JSON
    
    * Blaze Turrets
    
    * Blaze mod vehicleparts JSON
    
    * Fix typos
    
    * Restore solar panel copy-from
    
    * Added missing reqs clear
    karthas077 authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c1f35fe View commit details
    Browse the repository at this point in the history
  13. Routine i18n updates on 29 Nov 2019 (#35774)

    * Updated lang/extract_json_strings.py for accepting JSON objects without type field
    
    * Routine i18n updates on 29 Nov 2019
    BrettDong authored and ZhilkinSerg committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0d2c11b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. bionics .json added, bionics lists moved from item_groups.json

    exactly what it says in the title
    LilShiningMan committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    e855884 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35770 from Kodiologist/autoautosave

    Enable autosave by default
    Rivet-the-Zombie committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    edd2598 View commit details
    Browse the repository at this point in the history
  3. let autowalk happen on z-levels

    dpwb committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    c86904f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35783 from LilShiningMan/LSM---Bionics

    bionics .json added, bionics lists moved from item_groups.json
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    9146b53 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35785 from davidpwbrown/autowalk_underground

    Let autotravel happen on other z-levels
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    f23da5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2cf0f3 View commit details
    Browse the repository at this point in the history
  7. Get strings from correct object

    ymber committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    c3093d9 View commit details
    Browse the repository at this point in the history
  8. dont consume charges when not required

    dpwb committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    ef4e4e4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35786 from ymber/migration_ids

    Load migration ID arrays properly
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    8400243 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #35787 from davidpwbrown/plank_fix

    Dont consume charges when not required in plank chopping
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    26b8022 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79d9ff5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eedd65a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    261b942 View commit details
    Browse the repository at this point in the history
  14. spawn list move - item_groups to locations

    moved multiple item spawn lists from general item_groups.json to locations.json.
    LilShiningMan committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    5f76ac5 View commit details
    Browse the repository at this point in the history
  15. Updated Android SDL activity

    Make sure the SDL activity receives native events for back button, even if DummyEdit is in focus
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    b20eb0d View commit details
    Browse the repository at this point in the history
  16. Merge pull request #35791 from davidpwbrown/npcs_repair_stuff_they_sh…

    …ouldnt
    
    Stop NPCs being able to repair storage batteries
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    34b5446 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #35790 from LilShiningMan/LSM---locations-move

    spawn list move - item_groups to locations
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    7845cd8 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #35793 from CleverRaven/android-2019-12-01

    Updated Android SDL activity
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    246e5f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    20e8354 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #35789 from davidpwbrown/dissassemble_stolen

    Add thievery warnings to witnesses to disassembling owned items
    ZhilkinSerg committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    214a896 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Fix for incompatible magazine spawning in national guard camp (#35794)

    * scarhmag -> stanag30
    
    Correct magazine inside gun.
    
    * Fix for using gasoline as flamethrower ammo
    hfox authored and ZhilkinSerg committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    54572ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35796 from anothersimulacrum/no-freeze-stale

    Prevent stalebot from stale-ing PRs in feature freeze.
    ZhilkinSerg committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    6ddfe08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f223b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35754 from ZhilkinSerg/refactor-map-point-functio…

    …ns-2019-11-28
    
    Cleanup point-related code
    Rivet-the-Zombie committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    847e182 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    anothersimulacrum committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    e104ffb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Merge pull request #35811 from anothersimulacrum/speedloader

    Fix typo in speedloader description
    ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a7cb23e View commit details
    Browse the repository at this point in the history
  2. Monster/pet carry weight changed to 1/5th of body weight (#35807)

    * Make monster carry weight 1/5th of body weight
    Previously, carry weight calculation for monsters was the same as for
    humans, using a 5 tier size system, where monsters were placed in tiers
    based on their weight. This caused a few problems:
    
    - Tier 5 too small in some cases (e.g. cows could only carry 52 kg)
    - Tier 1 too big in some cases (e.g. chickens carrying 3x body weight)
    - Tiers too granular; increase of a single kg could double carry weight
    
    * Use existing member variable instead of literal
    
    Co-Authored-By: anothersimulacrum <anothersimulacrum@gmail.com>
    2 people authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c071ede View commit details
    Browse the repository at this point in the history
  3. Rescuer brings a magazine & uses their harness (#35810)

    * Rescuer brings a magazine
    
    * Rescuer uses their harness
    LaVeyanFiend authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e496f3b View commit details
    Browse the repository at this point in the history
  4. add cabin roofs (#35798)

    curstwist authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    cd0e8cd View commit details
    Browse the repository at this point in the history
  5. Fix CI failures, blazemod errors, fix speedloaders (#35804)

    * Fix CI failures
    
    The install time for all other gunmods is commented out, it doesn't
    appear to work right now.
    
    One description was missing a space.
    
    Add an uncomfortable grip gunmod and have it installed by default on the
    remington 870 MCS, instead of the handling modifier which does not work.
    
    * Update blazemod for shotguns
    
    * Fix speedloaders
    
    Done at the request of tenmillimaster
    
    * Remove dead reference to l_def_12 in no rivtech
    
    * Fix shotgun tests
    anothersimulacrum authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    689a417 View commit details
    Browse the repository at this point in the history
  6. Smelling Sweet (#34865)

    Fris0uman authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c238070 View commit details
    Browse the repository at this point in the history
  7. Don't lose your heads over infinite loops (#35808)

    davidpwbrown authored and ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    d27f54c View commit details
    Browse the repository at this point in the history
  8. Fix bash option syntax

    kevingranade committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    daadd4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d57fe01 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #35762 from ZhilkinSerg/interface-holidays

    Holiday title screens
    Rivet-the-Zombie committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    fa2d297 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35812 from LaVeyanFiend/GlassesSubstitutes

    Substitute sunglasses for fitovers if near/far-sighted
    ZhilkinSerg committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    248b687 View commit details
    Browse the repository at this point in the history
  12. Give rescuer 3 magazines

    Feels a bit irrational to have the rescuer going on a dangerous mission to
    rescue their friend from a mi-go camp with only one mag of ammo in their
    gun. Though, I suppose going there in the first place isn't the most
    rational thing to do...
    anothersimulacrum committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5963928 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80bb0d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Returned EE back

    Night-Pryanik committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ec35176 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35822 from anothersimulacrum/mi-go

    Give rescuer 3 magazines
    Rivet-the-Zombie committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fadcffd View commit details
    Browse the repository at this point in the history
  3. Removes parasites from raw_milk

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    72e0e40 View commit details
    Browse the repository at this point in the history
  4. contamination entry

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9c5d811 View commit details
    Browse the repository at this point in the history
  5. use same time scale as rotting food

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1736dff View commit details
    Browse the repository at this point in the history
  6. Raw milk has 30% chance to give foodpoisoning

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    01438bd View commit details
    Browse the repository at this point in the history
  7. space

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1325548 View commit details
    Browse the repository at this point in the history
  8. 5% proba

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    99fa02e View commit details
    Browse the repository at this point in the history
  9. doc

    Fris0uman committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fd8e349 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd75a0a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35815 from Night-Pryanik/remove-useless-revert-to

    Removed useless revert_to fields from various items
    ZhilkinSerg committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    15a6360 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    725971e View commit details
    Browse the repository at this point in the history
  13. Make batteries more standardized (#35827)

    * Make batteries more standardized
    
    * Adjust Foodperson mask to last one shift
    
    8 hours * 60 min / hour = 480 minutes, so a Foodperson works for 8 hours
    and 20 minutes with a medium battery and 1 second turns.
    AlexMooney authored and ZhilkinSerg committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    466061a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7fe8d7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #35834 from CleverRaven/fix-magiclysm-region-overlay

    Fix region overlay in Magiclysm mod
    ZhilkinSerg committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fbb5d23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6b32e99 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d635d12 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    940cf72 View commit details
    Browse the repository at this point in the history
  2. Remove professions with survivor armor & change Rescuer's armor (#35844)

    * Remove professions with survivor armor, change Rescuer to fur armor
    
    * Remove obsoleted profs from scenario options
    
    * Obsolete collections, give rescuer utility vest for magazines
    LaVeyanFiend authored and ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b40b704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3bf9dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d0a485 View commit details
    Browse the repository at this point in the history
  5. New JSON recipe property for overriding inheritance of specified flags (

    #35825)
    
    * Add JSON field to delete flags in recipes
    My initial incarnation of flag inheritance included an item flag that
    completely disabled flag inheritance when that item was crafted.
    In retrospect, that was a poor solution. It is too heavy-handed in
    practice. For instance, it doesn't allow recipes to inherit one flag as
    normal, while removing another. This solution should be more practical.
    
    * Remove obsolete NO_CRAFT_INHERIT flag
    The new "delete_flags" property of recipes does everything it used to do
    and more.
    Also replaced all uses of NO_CRAFT_INHERIT with delete_flags property.
    
    * Change flags_to_delete from vector to set
    As suggested by BevapDin.
    Davi-DeGanne authored and ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9f74eae View commit details
    Browse the repository at this point in the history
  6. Rope and cordage overhaul (#35700)

    * Rope and cordage overhaul
    
    * Add extra comments about weight/length
    Rail-Runner authored and ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    172f04f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #35829 from Fris0uman/para_milk

    Removes parasites from raw_milk
    Rivet-the-Zombie committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    c0cb80b View commit details
    Browse the repository at this point in the history
  8. Fix typo

    OzoneH3 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0c2d3e0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35851 from OzoneH3/book_sort_fix

    Very small typo fix
    ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    4b589b7 View commit details
    Browse the repository at this point in the history
  10. Resolve #35858

    Make FEMA evacuation pamphlet "looks_like": "newest_newspaper" instead "newspaper"
    sah4001 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9e7c1fc View commit details
    Browse the repository at this point in the history
  11. resolve #35814

    added Brioche where it makes sense as an ingredient
    sah4001 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    da68102 View commit details
    Browse the repository at this point in the history
  12. Linting

    sah4001 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a53e721 View commit details
    Browse the repository at this point in the history
  13. Update shot.json

    tenmillimaster committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0ac6633 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #35866 from tenmillimaster/tube-mag-fixes

    Tube magazine fixes
    ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    40d0828 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6f80b9 View commit details
    Browse the repository at this point in the history
  16. Updated Android build process (2019-12-04) (#35859)

    * Fix typo
    
    * Add experimental product flavor
    ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b01285b View commit details
    Browse the repository at this point in the history
  17. Update name, volume, and weight json members to newer format (#35857)

    * update bird.json name, weight, volume
    
    * update defense_bot.json name, volume, weight
    
    * update drone.json name, abstract
    
    * update fish.json name, weight, volume
    KorGgenT authored and ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0ec80bc View commit details
    Browse the repository at this point in the history
  18. Fixed sidewalk generation for various buildings (#35853)

    * Fixed sidewalk generation for city buildings
    Night-Pryanik authored and ZhilkinSerg committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    395ccd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    84aa39e View commit details
    Browse the repository at this point in the history
  2. Fix the Dark Sight spell (#35850)

    * Add Difficulty to Dark Sight
    
    Was originally zero. Justifying the value chosen by the clairvoyance spell, which gives you instantaneous 1 turn vision on all tiles in the aoe based on level. Clairvoyance has difficulty 4. Whereas Dark Sight gives encumbrance-free light amp vision for the same amount of time as a magical light spell. Compared to the Magical Lamp spell which generates regular light at difficulty 2, for the same amount of time. Comparing the distance you gain in vision from light amp, difficulty 6 seems justified.
    
    * Add max level and 100 mana cost to Dark Sight
    
    Set it at 20, like every other spell. Made the mana cost equivalent to Magical Light.
    CSHague authored and KorGgenT committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    d8f47ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf1bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65a02a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bf4bb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50fe47a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #35871 from Night-Pryanik/mapgen-tweaks-bugfixes

    Updated road connections to various wilderness locations
    ZhilkinSerg committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    1305b8c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #35870 from Kodiologist/high-on-cheese

    Remove stim values from cheeseburgers etc.
    ZhilkinSerg committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    baeea93 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35869 from DaviBones/horsepower-carry-weight

    Factor in animal carry weight when determining yoke-and-harness power
    ZhilkinSerg committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    5812006 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #35873 from DaviBones/laundry-charges

    Fix resource requirements when washing items with charges
    ZhilkinSerg committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    34ac4b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50531d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    058fc10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04faaba View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Merge pull request #35877 from CleverRaven/clang-appease-2019-12-05

    Appease clang (2019-12-05)
    ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    d349a0b View commit details
    Browse the repository at this point in the history
  2. add sound/deafness to labels and labels-narrow sidebar layouts (#35886)

    * add sound/deafness to labels and labels-narrow sidebar layouts
    
    * attempt to appease clang-tidy
    esotericist authored and ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f25ef50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35874 from arijust/fragile_glasses

    Add fragile flag to majority of glasses.
    ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9280315 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35842 from ZhilkinSerg/jsonize-skill-companion-ra…

    …nk-factors
    
    Jsonize skill companion rank factors
    Rivet-the-Zombie committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    a6a0423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b828a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99cd95a View commit details
    Browse the repository at this point in the history
  7. Afs mi go turrets (#35726)

    Maleclypse authored and ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    856602f View commit details
    Browse the repository at this point in the history
  8. Raise spawn chance for cardboard boxes. (#35876)

    * Raise chance to get boxes in supplies_hardware.
    
    * Raise change for medium_box in mischw group.
    
    * Raise chances to get boxes.
    arijust authored and ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4b974f2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35875 from arijust/flatbread_fix

    [Aftershock] Modify flatbread recipe
    ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    ad738ea View commit details
    Browse the repository at this point in the history
  10. Merge pull request #35892 from BrettDong/i18n

    Routine i18n updates on 6 Dec 2019
    ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    81be329 View commit details
    Browse the repository at this point in the history
  11. JSONize flag-based modifiers on comestible enjoyability (#35813)

    * JSONize flag taste modifiers
    There was only a single flag that affected the "fun" value of
    comestibles (BAD_TASTE) but I want to add more for a water sanitation
    rework, so rather than hardcoding more, I JSONized the process.
    
    Adds a new member variable to json_flag objects, "taste_mod," which
    additively modifies the enjoyability of comestibles.
    This is done via a new function, "item::get_comestible_fun". The MUSHY
    flag check was moved there from Character::fun_for as well.
    "item::get_comestible_fun" is of course called in "Character::fun_for",
    so this commit shouldn't have any functional changes.
    
    * Make "islot_comestible::fun" private
    Anyone trying to query a comestible's "fun" should be using the new
    "item::get_comestible_fun" method. This commit is to enforce that.
    
    Of course, that had to be reconciled with the current usage of "fun".
    I added "item" and "Item_factory" as friends of "islot_comestible" so
    that "item::get_comestible_fun" and the function that sets "fun" still
    have access to it.
    All other queries of "fun" were instead changed to the new method.
    This has the side-effect of applying BAD_TASTE and MUSHY effects in
    places where they didn't before, including but not limited to:
    - Interaction with taste blocker bionic.
    - NPCs making decisions about faction food stocks.
    - NPCs making decisions about whether they personally want food.
    - Scavenging monsters deciding whether to eat food off the ground.
    
    * Apply suggestions from code review
    
    Co-Authored-By: BevapDin <tho_ki@gmx.de>
    
    * Subjugate rogue tab (i.e. astyle)
    
    * Fix merge mistake
    Davi-DeGanne authored and ZhilkinSerg committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b1cff02 View commit details
    Browse the repository at this point in the history