summaryrefslogtreecommitdiff
path: root/lib/edit
Commit message (Collapse)AuthorAge
* Move ow_info and ba_info into GameEditDataBardur Arantsson2016-10-05
|
* Move ra_gen and ra_info into GameEditDataBardur Arantsson2016-10-05
|
* Move v_info into GameEditDataBardur Arantsson2016-10-05
|
* Remove unused player_class::sense_* membersBardur Arantsson2016-09-17
|
* Remove unused fields in player_{class,race,race_mod} structsBardur Arantsson2016-09-17
|
* Remove unused "rate" field from store_typeBardur Arantsson2016-06-22
|
* Fix dimensions of "prison" vaultBardur Arantsson2016-06-21
|
* Remove WILD_SWAMP which was never implementedBardur Arantsson2016-06-20
|
* Remove ANIM_DEAD monster spellBardur Arantsson2016-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 memoryBardur Arantsson2016-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_infoBardur Arantsson2016-03-27
|
* Avoid hardcoding most artifact numbersBardur Arantsson2016-03-27
|
* Reformat flags in *.txt files to be more tool-friendlyBardur Arantsson2016-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.txtBardur Arantsson2016-03-27
|
* Remove player gender, age, height, etc.Bardur Arantsson2016-03-10
|
* Remove stray FIXMEsBardur Arantsson2016-02-13
|
* Remove unused dungeon_info_type::nextBardur Arantsson2016-02-05
|
* Remove useless V: lines from data filesBardur Arantsson2015-12-11
|
* Increase home capacity drasticallyBardur Arantsson2015-12-11
|
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-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.
* Change Spread Blows prerequisite: Weaponmastery -> CombatBardur Arantsson2015-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 30Bardur Arantsson2015-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.
* Remove unused t_basic.txtBardur Arantsson2015-02-23
|
* Remove dead BACT_* code and ba_info.txt entriesBardur Arantsson2015-02-23
|
* Remove obsolete comments at start of st_info.txtBardur Arantsson2015-02-23
|
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
| | | | | | - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
* Remove unused classes from p_info.txtBardur Arantsson2015-02-23
|
* Remove "HARDCORE=" and "SPELL=" handling for txt filesBardur Arantsson2015-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 styleBardur Arantsson2015-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 unused HOOK_LEARN_ABILITYBardur Arantsson2014-12-23
|
* Remove 'auto_haggle' optionBardur Arantsson2013-08-08
|
* Refactor: Externalize all the mapsBardur Arantsson2012-04-02
|
* Import typo fixes from Theme 1.2.0Bardur Arantsson2010-01-17
|
* Renumber "molten glass wall" feature to hopefully avoid clashes with modules.Bardur Arantsson2010-01-17
|
* Fix typos in text. Fixes taken from Theme 1.2.0.Bardur Arantsson2010-01-17
|
* Import fix from CVS: Fix up stairs in HoE, Mount Doom, Nether Realm and the ↵Bardur Arantsson2010-01-08
| | | | Small Water Cave.
* Import fix from CVS: Properly mark quest monsters as such.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Don't generate impassable glass walls.Bardur Arantsson2010-01-08
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08