-
Notifications
You must be signed in to change notification settings - Fork 290
Comparing changes
Open a pull request
base repository: cataclysmbnteam/Cataclysm-BN
base: 4079c6dbb6baadf1d75513611e72e159e5c38626
head repository: cataclysmbnteam/Cataclysm-BN
compare: 65894d4ccc5f6225e9594a77032f22bed05b0d4b
- 20 commits
- 80 files changed
- 8 contributors
Commits on Sep 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3c9a33 - Browse repository at this point
Copy the full SHA d3c9a33View commit details -
build(cmake): deduplicate library setup (#3248)
* refactor: DRY library setup * fix: DOWNLOAD_EXTRACT_TIMESTAMP warning
Configuration menu - View commit details
-
Copy full SHA for a526591 - Browse repository at this point
Copy the full SHA a526591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 879c619 - Browse repository at this point
Copy the full SHA 879c619View commit details
Commits on Sep 25, 2023
-
* docs: move `lang/notes` into `doc/` * docs(i18n): rename to more fitting name * docs(i18n): localize language-specific translation notes * docs: rewrite edge_cases.md added proper links to relevent pages * feat: lab JSON guide to docs
Configuration menu - View commit details
-
Copy full SHA for ba96477 - Browse repository at this point
Copy the full SHA ba96477View commit details -
Fix compile error on MacOS curses (#3260)
* Fix compile error on macos Cherry-picked from 3ad05f9312d60f2cc6a3a5070dd8d4fd9d2cbd0a Co-authored-by: Binrui Dong <brett.browning.dong@gmail.com> * style(autofix.ci): automated formatting --------- Co-authored-by: Binrui Dong <brett.browning.dong@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8a55df - Browse repository at this point
Copy the full SHA b8a55dfView commit details -
Refresh test user dir on each test run (#3259)
* Refresh user dir on each run * style(autofix.ci): automated formatting --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d7d3d4 - Browse repository at this point
Copy the full SHA 1d7d3d4View commit details -
feat: show monster immunity in description (#3254)
* feat: show monster immunity in description * fix: describe bioproof only once Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com> * fix: use describe_flags * perf: use string_view * style: cmake format --------- Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbcaae3 - Browse repository at this point
Copy the full SHA fbcaae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a04bc - Browse repository at this point
Copy the full SHA 87a04bcView commit details
Commits on Sep 26, 2023
-
Streamline has_trait_flag behavior (#2911)
* Streamline has_trait_flag behavior * Start work on it * Update type_id.h * Update the thing * Commit latest fixes * Update flag_trait.h * Commit what I have for now * style(autofix.ci): automated formatting * Update condition.cpp * And that should be the basics of the code * style(autofix.ci): automated formatting * Start up the JSON work next * Update flags_mutation.json * Update JSON_FLAGS.md * style(autofix.ci): automated formatting * Update flags_mutation.json * Update string_id_null_ids.cpp * Apply suggestions from code review Co-authored-by: Olanti <olanti-p@yandex.ru> * Do some of the suggested things * Work on part of the requests * Add the validation thingy * refactor: extract `trait_flag_str_id` for `PRED` * refactor: remove `conflicts` usage Co-authored-by: olanti-p <olanti-p@yandex.ru> * refactor: extract other trait flag ids Co-authored-by: olanti-p <olanti-p@yandex.ru> * style(autofix.ci): automated formatting --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Olanti <olanti-p@yandex.ru> Co-authored-by: scarf <greenscarf005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dc43e23 - Browse repository at this point
Copy the full SHA dc43e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897c78f - Browse repository at this point
Copy the full SHA 897c78fView commit details -
Add street lights to more places, allow deconstructing (#3265)
* Add street lights to more places, allow deconstructing * Update furniture-terrains.json * Update megastore.json * Update homeimprovement_superstore_new.json
Configuration menu - View commit details
-
Copy full SHA for 1efef0f - Browse repository at this point
Copy the full SHA 1efef0fView commit details -
feat: animal ears are cute (#3230)
* feat: made animal tails not ugly ...except weaponized ones * feat: made animal ears pretty
Configuration menu - View commit details
-
Copy full SHA for 639a0e9 - Browse repository at this point
Copy the full SHA 639a0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378f57f - Browse repository at this point
Copy the full SHA 378f57fView commit details -
Missing tile in horse ranches (#3274)
* Update farm_horse.json * Update farm_horse_isherwood.json
Configuration menu - View commit details
-
Copy full SHA for 7f7adba - Browse repository at this point
Copy the full SHA 7f7adbaView commit details -
Update iexamine_elevator.cpp (#3276)
gets rid of `-Werror=pedantic` compile error by removing unnecessary `;`
Configuration menu - View commit details
-
Copy full SHA for ab83cb9 - Browse repository at this point
Copy the full SHA ab83cb9View commit details -
perf: speed up item::has_flag calls (#3277)
* perf: speed up item::has_flag calls * astyle
Configuration menu - View commit details
-
Copy full SHA for bf8de42 - Browse repository at this point
Copy the full SHA bf8de42View commit details
Commits on Sep 27, 2023
-
perf(map): inline
sm_to_ms_copy
(#3278)* refactor: trailing auto returns * refactor: add line breaks my eyes hurt distinguishing them! * refactor: use anonymous namespace looks better imo * perf: inline `sm_to_ms_copy` see: CleverRaven/Cataclysm-DDA#66889 Co-authored-by: Andrew Krieger <akrieger@users.noreply.github.com> --------- Co-authored-by: Andrew Krieger <akrieger@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09f3686 - Browse repository at this point
Copy the full SHA 09f3686View commit details -
Properly remove stale test user dir (#3270)
* BNify * Add warning * Add remove_tree and use it for test user dir
Configuration menu - View commit details
-
Copy full SHA for 79039da - Browse repository at this point
Copy the full SHA 79039daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ecf91 - Browse repository at this point
Copy the full SHA f7ecf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65894d4 - Browse repository at this point
Copy the full SHA 65894d4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4079c6dbb6baadf1d75513611e72e159e5c38626...65894d4ccc5f6225e9594a77032f22bed05b0d4b