-
Notifications
You must be signed in to change notification settings - Fork 272
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
Port DDA title screen update with BN-specific tweaks #2519
Commits on Apr 4, 2023
-
Move get_holiday_from_time to cata_utility
(cherry picked from commit 348d239ec08e1301b2f63477ec1351ed49b6e33b)
Configuration menu - View commit details
-
Copy full SHA for 2949915 - Browse repository at this point
Copy the full SHA 2949915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7b680 - Browse repository at this point
Copy the full SHA 3f7b680View commit details -
Fix character name covering world name
(cherry picked from commit 60b363d30853f94cde54e7f42a64791333b035ff)
Configuration menu - View commit details
-
Copy full SHA for 52dd25c - Browse repository at this point
Copy the full SHA 52dd25cView commit details -
Only use empty worlds when selecting "Play Now"
(cherry picked from commit fdbe06d53a48e7a3191f7ffb23e5b49b6de7f146)
Configuration menu - View commit details
-
Copy full SHA for 0c4c95a - Browse repository at this point
Copy the full SHA 0c4c95aView commit details -
Clarify 'delete world?' message
(cherry picked from commit aa08e09b1bd052a450d3f3986beae94f6a6259f1)
Configuration menu - View commit details
-
Copy full SHA for cf13fd8 - Browse repository at this point
Copy the full SHA cf13fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8c454 - Browse repository at this point
Copy the full SHA 0f8c454View commit details -
Migrate g->add_msg_if_player -> add_msg
(cherry picked from commit a2510c6d12be5e4efebec3219239ae36ae797a83)
Configuration menu - View commit details
-
Copy full SHA for 7255afb - Browse repository at this point
Copy the full SHA 7255afbView commit details -
Allow traversing main menu horizontally with TAB and SHIFT + TAB
(cherry picked from commit 6847331)
Configuration menu - View commit details
-
Copy full SHA for 5004c5d - Browse repository at this point
Copy the full SHA 5004c5dView commit details -
Rename and make special_game_type a class enum
(cherry picked from commit 09ab0494dfed16fa77292b2cf5c60b46737c6b2e)
Configuration menu - View commit details
-
Copy full SHA for e6b022c - Browse repository at this point
Copy the full SHA e6b022cView commit details -
(Partial) Global reference migration part 30
(cherry picked from commit f95326e8ad4dddc653f3e459d270f0947a61936a)
Configuration menu - View commit details
-
Copy full SHA for 9746ffb - Browse repository at this point
Copy the full SHA 9746ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7216e - Browse repository at this point
Copy the full SHA 0c7216eView commit details -
(cherry picked from commit c380afc798df064ab76645a0a2f66358d425e3bc)
Configuration menu - View commit details
-
Copy full SHA for c85261f - Browse repository at this point
Copy the full SHA c85261fView commit details -
Enable clang-tidy check bugprone-unused-return-value
* Fix bugprone-unused-return-value Biggest change here was to mapbuffer, which now stores submaps via unique_ptr rather than raw pointers, simplifying the destructor. Unfortunately, we have to retain the strange pointer-based API for mapbuffer, because the submap ownership logic in map is so convoluted. That can be fixed another day. Also, renamed mapbuffer::reset() to clear(), for consistency. In trait_group, removed a couple of calls to reset() that this warning was highlighting. They didn't do anything anyway. * Enable clang-tidy bugprone-unused-return-value (cherry picked from commit 1c4f47adc95c9a7e87aec501113a310ffab18cc5)
Configuration menu - View commit details
-
Copy full SHA for 2a93ae0 - Browse repository at this point
Copy the full SHA 2a93ae0View commit details -
(Partial) Fix some cases of readability-isolate-declaration
(cherry picked from commit a8f17b497e3fe255daadcd04e331a2d1dbfc21b6)
Configuration menu - View commit details
-
Copy full SHA for 4216bb5 - Browse repository at this point
Copy the full SHA 4216bb5View commit details -
(Partial) Fox some cases of modernize-use-emplace
(cherry picked from commit 8cc6378fc55bca9f7af06c623c70786de43df1ee)
Configuration menu - View commit details
-
Copy full SHA for de1c3a4 - Browse repository at this point
Copy the full SHA de1c3a4View commit details -
(Partial) Fix some cases of cata-combine-locals-into-point
(cherry picked from commit e067da4d920ab00662adc5319b8c2b4e37cb8d4a)
Configuration menu - View commit details
-
Copy full SHA for 909c3ad - Browse repository at this point
Copy the full SHA 909c3adView commit details -
(Partial) Fix some cases of bugprone-branch-clone
Co-authored-by: actual-nh <74678550+actual-nh@users.noreply.github.com> Co-authored-by: Kevin Granade <kevin.granade@gmail.com> (cherry picked from commit 159413daa279694aeaf7885edde67f496d61d473)
Configuration menu - View commit details
-
Copy full SHA for 7ecf978 - Browse repository at this point
Copy the full SHA 7ecf978View commit details -
(cherry picked from commit e0ad76e03960df71797752d1120e23f476fef727)
Configuration menu - View commit details
-
Copy full SHA for 4eaef90 - Browse repository at this point
Copy the full SHA 4eaef90View commit details -
Decouple save file name from Character::name
(cherry picked from commit f0c2c3b123ae44f3b2a6d5d29fc18350be0c4dfd)
Configuration menu - View commit details
-
Copy full SHA for 285852e - Browse repository at this point
Copy the full SHA 285852eView commit details -
(Reduce conflicts) (Partial) Remove ime.h/cpp
(cherry picked from commit 722b94b7207c114cc6a34cd140e0619d01f180fd)
Configuration menu - View commit details
-
Copy full SHA for 7da8713 - Browse repository at this point
Copy the full SHA 7da8713View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdf92c - Browse repository at this point
Copy the full SHA ccdf92cView commit details -
Main menu overhaul (Part 1): Mouse controls + Vertical submenus
(cherry picked from commit 369fc6fcf207ba30609eadd02ca4830950596c14)
Configuration menu - View commit details
-
Copy full SHA for bfbd8fa - Browse repository at this point
Copy the full SHA bfbd8faView commit details -
Fix MOTD/Credits scrolling bug
Co-authored-by: David Seguin <davidseguin@live.ca> (cherry picked from commit 293c808cb2c8d0891ca26e9580e17eabcab62e51)
Configuration menu - View commit details
-
Copy full SHA for 496ee4d - Browse repository at this point
Copy the full SHA 496ee4dView commit details -
Fix crash when pressing load button in main menu if there is no world
(cherry picked from commit 5ac426dfe46f768910bf5354566393147e0a719a)
Configuration menu - View commit details
-
Copy full SHA for 1f7497c - Browse repository at this point
Copy the full SHA 1f7497cView commit details -
Add hotkeys for world interaction
(cherry picked from commit b7142b23189354fa81a94e83920a0398f83af76b)
Configuration menu - View commit details
-
Copy full SHA for 14b50e5 - Browse repository at this point
Copy the full SHA 14b50e5View commit details -
monologue messages return after the start of the new game
Co-authored-by: EI IKao <you@example.com> (cherry picked from commit d291072370c32ea9027f4c40eaefce49dceec138)
Configuration menu - View commit details
-
Copy full SHA for b7253f3 - Browse repository at this point
Copy the full SHA b7253f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63dd6e - Browse repository at this point
Copy the full SHA b63dd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d527670 - Browse repository at this point
Copy the full SHA d527670View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1389d9 - Browse repository at this point
Copy the full SHA e1389d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b5e64 - Browse repository at this point
Copy the full SHA c6b5e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317adcf - Browse repository at this point
Copy the full SHA 317adcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88296a1 - Browse repository at this point
Copy the full SHA 88296a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646e2bd - Browse repository at this point
Copy the full SHA 646e2bdView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b0f6aa - Browse repository at this point
Copy the full SHA 2b0f6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3238de - Browse repository at this point
Copy the full SHA e3238deView commit details -
Configuration menu - View commit details
-
Copy full SHA for efef45c - Browse repository at this point
Copy the full SHA efef45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f82282 - Browse repository at this point
Copy the full SHA 7f82282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136c485 - Browse repository at this point
Copy the full SHA 136c485View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb93eb - Browse repository at this point
Copy the full SHA ccb93ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8e4b6 - Browse repository at this point
Copy the full SHA ec8e4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e296f5c - Browse repository at this point
Copy the full SHA e296f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee3f08 - Browse repository at this point
Copy the full SHA 4ee3f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e74877 - Browse repository at this point
Copy the full SHA 1e74877View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1af0e9 - Browse repository at this point
Copy the full SHA d1af0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc31ec - Browse repository at this point
Copy the full SHA dfc31ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb308ed - Browse repository at this point
Copy the full SHA fb308edView commit details