Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ANIM_DEAD monster spell | Bardur Arantsson | 2016-06-20 |
| | | | | | It doesn't seem like it was ever implemented fully in the first place, i.e. it was only available to Possessors and Symbiants, not monsters. | ||
* | Remove monster memory | Bardur Arantsson | 2016-06-20 |
| | | | | | Instead of having monster memory, the player automatically knows everything about all monsters from the start. | ||
* | Move "drops artifact N at %chance" to edit r_info | Bardur Arantsson | 2016-03-27 |
| | |||
* | Avoid hardcoding most artifact numbers | Bardur Arantsson | 2016-03-27 |
| | |||
* | Reformat flags in *.txt files to be more tool-friendly | Bardur Arantsson | 2016-03-27 |
| | | | | | | This means we have a *lot* of added lines, but on the upside it's much simpler to use simple text-based tools and we get rid of a lot of purely boilerplate code | ||
* | Fix typos in r_info.txt | Bardur Arantsson | 2016-03-27 |
| | |||
* | Theme: Fix final guardian artifact for LoM | Bardur Arantsson | 2016-03-27 |
| | | | | | From comments in the files it seems that the intention was to use 'Curunuir', so switch from the non-existent RoF to that. | ||
* | Remove player gender, age, height, etc. | Bardur Arantsson | 2016-03-10 |
| | |||
* | Theme: Add Ring of Unmagic | Bardur Arantsson | 2016-03-10 |
| | |||
* | Remove unused dungeon_info_type::next | Bardur Arantsson | 2016-02-05 |
| | |||
* | Remove mentions of the borg | Bardur Arantsson | 2016-02-05 |
| | |||
* | Remove useless V: lines from data files | Bardur Arantsson | 2015-12-11 |
| | |||
* | Remove ANGBAND_GRAF | Bardur Arantsson | 2015-12-11 |
| | |||
* | Remove obsolete pref and font files | Bardur Arantsson | 2015-12-11 |
| | |||
* | Increase home capacity drastically | Bardur Arantsson | 2015-12-11 |
| | |||
* | Remove Alchemist class and associated skills/code | Bardur Arantsson | 2015-12-11 |
| | | | | | | Alchemy has always been ridiculously broken and there's been a huge amount of horrible code to support it. Sorry to any fans of Alchemy, but it's got to go. | ||
* | Remove dead Portable Hole code | Bardur Arantsson | 2015-06-11 |
| | |||
* | Change Spread Blows prerequisite: Weaponmastery -> Combat | Bardur Arantsson | 2015-04-14 |
| | | | | | It seems rather unfair that martial artists cannot get spread blows, and this should hopefully not be unbalancing. | ||
* | Lower level requirement for Erebor to 30 | Bardur Arantsson | 2015-04-14 |
| | | | | | | Many characters would have a rather long "slow period" between level ~30 and 35 -- and if the player gets themselves killed in Erebor it's their own fault. | ||
* | Theme: Disable "dense mist" in Barrow-downs | Bardur Arantsson | 2015-04-14 |
| | | | | | While it might be thematic the constant interruption to running was getting extremely annoying. | ||
* | Add a no-selling birth option | miramor | 2015-03-23 |
| | |||
* | Remove smart_cheat option | Bardur Arantsson | 2015-02-23 |
| | | | | Behave as if always FALSE. | ||
* | Remove unused t_basic.txt | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove dead BACT_* code and ba_info.txt entries | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove obsolete comments at start of st_info.txt | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove effectively unused variables | Bardur Arantsson | 2015-02-23 |
| | |||
* | Fix Trone the Thunderlord dropping a "nothing" artifact in Theme | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove auto_destroy option | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove no-op view_reduce_view option | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove speak_unique option | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove option plain_descriptions | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove depth_in_feet option; always use level | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove exp_need option; behave as if always set | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove last remnants of the Merchant class | Bardur Arantsson | 2015-02-23 |
| | | | | | | - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code | ||
* | Remove unused classes from p_info.txt | Bardur Arantsson | 2015-02-23 |
| | |||
* | Remove "HARDCORE=" and "SPELL=" handling for txt files | Bardur Arantsson | 2015-02-23 |
| | | | | | We no longer need the distinction between HARDCORE= and SPELL= any longer, so just get rid of the prefix. | ||
* | Change "activation spells" to use the old style | Bardur Arantsson | 2015-02-23 |
| | | | | | | | | This fits in better with the rest of the code and lets us clean up the spell handling a bit. Activation failure rate for the moved items may have changed slightly, but it doesn't seem like this would be much of an issue. | ||
* | Remove dead get_table_name() and its data file | Bardur Arantsson | 2014-12-23 |
| | |||
* | Remove unused HOOK_LEARN_ABILITY | Bardur Arantsson | 2014-12-23 |
| | |||
* | Remove graphics support | Bardur Arantsson | 2014-07-02 |
| | |||
* | Remove all the left-over Lua help files | Bardur Arantsson | 2014-06-25 |
| | |||
* | Remove cmovie support | Bardur Arantsson | 2014-06-25 |
| | |||
* | Remove the stack_force_* and stack_allow_* options | Bardur Arantsson | 2013-09-27 |
| | | | | We now behave as if they were all true. | ||
* | Remove the stupid_monsters option | Bardur Arantsson | 2013-08-08 |
| | | | | It's always considered FALSE from now on. | ||
* | Remove auto_notes and take_notes options | Bardur Arantsson | 2013-08-08 |
| | | | | We always set them to TRUE now. | ||
* | Remove 'auto_haggle' option | Bardur Arantsson | 2013-08-08 |
| | |||
* | Remove unused other_query_flag option | Bardur Arantsson | 2013-06-29 |
| | |||
* | Remove unused chaos patron code | Bardur Arantsson | 2013-06-29 |
| | |||
* | Remove show_*_graph options | Bardur Arantsson | 2013-06-29 |
| | |||
* | Remove fast_autoroller option | Bardur Arantsson | 2013-06-29 |
| | | | | It wasn't implemented anyway. |