summaryrefslogtreecommitdiff
path: root/src/dungeon.c
Commit message (Collapse)AuthorAge
* Lua: Move module initialization code to CBardur Arantsson2012-04-07
|
* Remove unused parameter from scatter() function.Bardur Arantsson2012-03-29
|
* Refactor: Remove duplicate code for autosaving.Bardur Arantsson2012-03-29
|
* Refactor: Remove duplicate code for reducing item stacksBardur Arantsson2012-03-29
|
* Refactor: Remove unused/dead variables.Bardur Arantsson2012-03-29
|
* Always show selections for inventory/equipment.Bardur Arantsson2012-03-29
|
* Files: Remove VERIFY_* load/save compile-time flags.Bardur Arantsson2012-03-29
| | | | | These flags were either not used or made things more complicated for no good reason.
* Remove SAVE_HACK compile-time flag.Bardur Arantsson2012-03-29
|
* Remove redefinition of "bool" for C++ friendliness.Bardur Arantsson2011-02-20
|
* Remove CHECK_LOAD and CHECK_TIME completely.Bardur Arantsson2011-02-20
|
* ALLOW_{EASY_OPEN,EASY_DISARM,REPEAT} code is no longer conditional.Bardur Arantsson2011-02-19
|
* Remove IRC functionality and socket code.Bardur Arantsson2011-02-19
|
* Remove dead (#if 0) code.Bardur Arantsson2011-02-19
|
* Fix a message.Bardur Arantsson2010-12-10
|
* Mindcraft: Psycometry is normal ID regardless of level.Bardur Arantsson2010-12-10
|
* Remove obsolete and pointless options.Bardur Arantsson2010-07-31
| | | | | | | | | | Affected options: - flow_by_smell (didn't do anything) - use_color - compress_savefile - flavored_attacks (was disabled via #if 0) - permanent_levels (was marked EXPERIMENTAL and didn't really work properly)
* Implement instant pseudo-ID on pickup.Bardur Arantsson2010-07-29
|
* Remove the "low on fuel" check for light sources when entering overland ↵Bardur Arantsson2010-02-04
| | | | | | travel mode. The code already doesn't require any light equipped and this can cause extremely unfair and out-of-the-blue deaths when the player's light source is cursed.
* Remove ALLOW_WIZARD option.Bardur Arantsson2010-01-12
|
* Remove Borg cruft.Bardur Arantsson2010-01-11
|
* Clean up sprintf() usage to always use a "%s" format string.Bardur Arantsson2010-01-10
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08