summaryrefslogtreecommitdiff
path: root/src/files.c
Commit message (Collapse)AuthorAge
* Lua: Remove quests.lua and remove unnecessary dynamism for questsBardur Arantsson2012-04-09
|
* Lua: Display character bonuses from gods properlyBardur Arantsson2012-04-09
|
* Lua: Moved mimicry to CBardur Arantsson2012-04-07
|
* Lua: Refactor all the corruption code into CBardur Arantsson2012-04-07
|
* Unix signals: Remove handle_signal_abort and handle_signal_simpleBardur Arantsson2012-03-31
| | | | | In short: Don't interfere with debugging and don't kill the player if their ssh connection is interrupted.
* Refactor: Remove duplicate code for autosaving.Bardur Arantsson2012-03-29
|
* Refactor: Remove unused/dead variables.Bardur Arantsson2012-03-29
|
* Refactor: show_{equip,inven} argument is always FALSE.Bardur Arantsson2012-03-29
|
* Remove conditional compilation based on PRIVATE_USER_PATH. It is always set.Bardur Arantsson2012-03-29
|
* Files: Remove setuid support completely.Bardur Arantsson2012-03-29
|
* Files: Remove panic saves.Bardur Arantsson2012-03-29
| | | | | It is NOT a good idea to save the game when memory may already be corrupted.
* Remove chg_to_txt code which does not serve any useful purpose.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
|
* Killerbunnies: Add companions to character dump.Bardur Arantsson2011-02-20
|
* Remove IRC functionality and socket code.Bardur Arantsson2011-02-19
|
* Remove dead (#if 0) code.Bardur Arantsson2011-02-19
|
* 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)
* Remove unused player ghost/bones code.Bardur Arantsson2010-01-17
|
* Remove obsolete platforms/frontends.Bardur Arantsson2010-01-11
| | | | | | | | | | | | | | | Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon)
* Fixes for 64 bit compatibility.Bardur Arantsson2010-01-10
| | | | | - Fix skill value display in character dump on 64 bit machines. - Fix format strings and add casts to *printf() invocations.
* Refactor version string construction to a function.Bardur Arantsson2010-01-10
|
* Clean up sprintf() usage to always use a "%s" format string.Bardur Arantsson2010-01-10
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08