summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* feat(Upgrade) Upgrade to the new git shapshot of HEADHEADdebian/2.41-ah_0.git.20200131-1archive/debian/2.41-ah_0.git.20200131-1masterManoj Srivastava2020-05-27
* Merge branch 'upstream'Manoj Srivastava2020-05-27
|\
| * Merge branch 'development' into upstreamManoj Srivastava2020-05-27
| |\
| | * Do not consume charges for wish if input is 'invalid'Tom Kaitchuck2020-02-02
| | * Clarify examples in wishing.txtTom Kaitchuck2020-02-02
| | * Prevent PVAL<0 from causing item-based spells being uncastableTom Kaitchuck2020-02-02
| | * Implement bounds checking when selecting a corruptionJan Alexandra Katz2020-01-31
| | * Remove constexpr which was causing compilation errors on GCCBardur Arantsson2020-01-31
| | * Fix a warning about missing returnBardur Arantsson2019-02-15
| | * main-x11: Remove dead codeBardur Arantsson2019-02-15
| | * main-x11: Clean up globalsBardur Arantsson2019-02-15
| | * Change from ui_hooks_t to a pure virtual interface FrontendBardur Arantsson2019-02-15
| | * Inline term_get_size()Bardur Arantsson2019-02-15
| | * Replace a hardcoded ANGBAND_TERM_MAXBardur Arantsson2019-02-15
| | * Avoid direct calls to Term_xtra(TERM_XTRA_REACT, ...)Bardur Arantsson2019-02-15
| | * Add Term_with_active() for temporarily activating a termBardur Arantsson2019-02-15
| | * Add Term_with_saved_cursor_*()Bardur Arantsson2019-02-15
| | * Inline move_cursorBardur Arantsson2019-02-15
| | * Move key_queue class to its own fileBardur Arantsson2019-02-15
| | * Use boost::circular_buffer for key_queueBardur Arantsson2019-02-15
| | * Remove A_COLOR conditional compilationBardur Arantsson2019-02-15
| | * Remove SDL 1.x frontendBardur Arantsson2019-02-15
| | * Remove duplicate codeBardur Arantsson2019-02-15
| | * Generalize get_number() to implement "get command count" tooBardur Arantsson2019-02-15
| | * Remove effects of standing on "the pattern"Bardur Arantsson2019-02-15
| | * Use standard types from cstdint for {s,u}{16,32}bBardur Arantsson2019-02-15
| | * Remove FMTxNNb macrosBardur Arantsson2019-02-15
| | * Change spell info_func to use std::stringBardur Arantsson2019-02-15
| | * Pass command_cmd explicitly to store_process_command()Bardur Arantsson2019-02-15
| | * Pass command_cmd explicitly to process_command()Bardur Arantsson2019-02-15
| | * Pass command_cmd explicitly to repeat_check()Bardur Arantsson2019-02-15
| | * Clean up repeat_check()Bardur Arantsson2019-02-15
| | * Clean up main-x11Bardur Arantsson2019-02-15
| | * Apply clang-tidy modernize-redundant-void-arg fixBardur Arantsson2019-02-15
| | * Apply clang-tidy readability-redundant-control-flow fixBardur Arantsson2019-02-15
| | * Apply clang-tidy misc-unused-parameters fixBardur Arantsson2019-02-15
| | * Apply clang-tidy modernize-use-bool-literals fixBardur Arantsson2019-02-15
| | * Remove do_bool() since it's redundant nowBardur Arantsson2019-02-15
| | * Search/replace bool_ with boolBardur Arantsson2019-02-15
| | * Remove error-prone use of FALSE -> pointer coercionBardur Arantsson2019-02-15
| | * Replace use of bool_ for character_ickyBardur Arantsson2019-02-15
| | * Remove duplicate code around Term_{load,save} callsBardur Arantsson2019-02-15
| | * Replace uses of bool_ in q_ultragBardur Arantsson2019-02-15
| | * Replace uses of bool_ for get_obj_num_hook()Bardur Arantsson2019-02-15
| | * Replace uses of bool_ for automatizer_{enabled,create}Bardur Arantsson2019-02-15
| | * Replace uses of bool_ in is_slot_ok()Bardur Arantsson2019-02-15
| | * Replace uses of bool_ in dice.*Bardur Arantsson2019-02-15
| | * Replace uses of bool_ in xtra1.*Bardur Arantsson2019-02-15
| | * Replace uses of bool_ in mimic.*Bardur Arantsson2019-02-15
| | * Fix indentationBardur Arantsson2019-02-15