summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use 'c'/'s' in monster health bar if monster is confused/stunnedBardur Arantsson2013-08-08
|
* Remove unnecessary override of quick_messagesBardur Arantsson2013-08-08
|
* Use proper random sampling for Lost Sword skill rewardBardur Arantsson2013-08-08
|
* Rework paralysis to avoid insta-deathBardur Arantsson2013-08-08
| | | | | | | | Paralysis would mean instant death (even when hit by a lowly floating eye), but this is not really an interesting mechanic. It has been reworked to not be cumulative, such that it isn't a death sentence, but is still very dangerous if the paralyzer is faster than the player.
* Fix assert in case of subrace choices with no helpBardur Arantsson2013-08-08
| | | | | | The assert would trigger when trying to access the help from the Ent -> Classic menu item which has no associated help entry.
* Show list of Mindcrafter powers automatically on Mindcrafting menuBardur Arantsson2013-08-08
| | | | | | User is no longer required to press '*' or SPC to show the drop-down list of Mindcrafter powers on the Mindcrafting menu.
* !oExperience always grants 100K XPBardur Arantsson2013-08-08
| | | | | If you're lucky enough to find it early, you should be able to take full advantage of it.
* Changed cbreak mode to raw mode in main-gcu. Fixes ctrl-c, ctl-s, ctrl-q in ↵Elmo Todurov2013-08-06
| | | | ncurses mode.
* Remove unused other_query_flag optionBardur Arantsson2013-06-29
|
* Remove unused chaos patron codeBardur Arantsson2013-06-29
|
* Use "2.4" as save directory and bump SAVEFILE_VERSIONBardur Arantsson2013-06-29
|
* Remove show_*_graph optionsBardur Arantsson2013-06-29
|
* Remove fast_autoroller optionBardur Arantsson2013-06-29
| | | | It wasn't implemented anyway.
* Remove old_colors optionBardur Arantsson2013-06-29
|
* Remove unused variableBardur Arantsson2013-06-29
|
* Remove HANDLE_SIGNALS and SPECIAL_BSDBardur Arantsson2013-06-29
|
* Clang warning fixBardur Arantsson2013-03-24
|
* Fix a long-standing bug in power calculation for wielded symbiotes.Bardur Arantsson2013-03-06
| | | | Thanks to Improv, the Mighty MoLD(!) for the fix.
* Fix for Orc Cave exit in Theme module.Bardur Arantsson2012-11-29
| | | | Thanks to 'trudge' for the fix.
* Fix a linking issue on some distributions/toolchains.Bardur Arantsson2012-11-29
|
* Add Clang support and C++ supportBardur Arantsson2012-06-30
|
* Remove unused variablesBardur Arantsson2012-06-30
|
* Change spell_type to a semi-ADTBardur Arantsson2012-06-30
|
* Split high score reading/writing into separate compilation unitBardur Arantsson2012-06-29
|
* Remove FORCE_V_IDX preprocessor defineBardur Arantsson2012-06-29
|
* lua_bind: Inline lua_spell_{device_,}chance()Bardur Arantsson2012-06-29
|
* Remove dead lua_bind.c codeBardur Arantsson2012-06-29
|
* Simplify do_s16b/do_32b load/save codeBardur Arantsson2012-06-28
|
* Add "extern C" declarations for C++Bardur Arantsson2012-06-28
|
* Remove R_IDX_TESTING_HACK conditional codeBardur Arantsson2012-06-28
|
* Remove #if 0'd codeBardur Arantsson2012-06-28
|
* Remove TOME preprocessor defineBardur Arantsson2012-06-28
|
* Remove IGNORE_UNUSED_FUNCTIONS conditional codeBardur Arantsson2012-06-28
|
* Remove OBSOLETE_SIZING_METHOD conditional codeBardur Arantsson2012-06-28
|
* Remove SAVEFILE_SCREEN preprocessor defineBardur Arantsson2012-06-28
|
* Remove ANG291_COMPAT preprocessor defineBardur Arantsson2012-06-28
|
* Remove ANG293_COMPAT preprocessor defineBardur Arantsson2012-06-28
|
* Remove UPDATE_VIEW_COMPLEX_WALL_ILLUMINATION conditional codeBardur Arantsson2012-06-28
|
* Remove ANG281_RESET_VISUALS preprocessor defineBardur Arantsson2012-06-28
|
* Remove SPOIL_* conditional codeBardur Arantsson2012-06-28
|
* Remove ANGBAND30X conditional codeBardur Arantsson2012-06-28
|
* Remove NeXT conditional codeBardur Arantsson2012-06-28
|
* Remove VERBOSE_RALLOC preprocessor defineBardur Arantsson2012-06-28
|
* Remove ZANG_* preprocessor definesBardur Arantsson2012-06-27
|
* Remove ALLOW_AUTOROLLER preprocessor defineBardur Arantsson2012-06-27
|
* Remove MONSTER_HORDES preprocessor defineBardur Arantsson2012-06-27
|
* Remove SAVEFILE_MUTABLE preprocessor defineBardur Arantsson2012-06-27
|
* Remove ALLOW_QUITTING preprocessor defineBardur Arantsson2012-06-27
|
* Remove USE_FAST_AUTOROLLER preprocessor defineBardur Arantsson2012-06-27
|
* Remove TRACK_FRIENDS preprocessor defineBardur Arantsson2012-06-27
|