summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Collapse)AuthorAge
* Lua: Remove Lua compat bits of timer_typeBardur Arantsson2012-05-09
|
* Lua: Move Theme's "aggravate_evil" timer to CBardur Arantsson2012-05-09
|
* Lua: Move "Meta" spell functions to CBardur Arantsson2012-05-08
|
* Lua: Move get_level_{use,max}_stick bits to CBardur Arantsson2012-04-07
|
* Cleanup: Remove unused fd_chop() function.Bardur Arantsson2012-04-02
|
* Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS.Bardur Arantsson2012-04-02
|
* Refactor: Clean up process_dungeon_file()Bardur Arantsson2012-04-02
|
* Refactor: Remove some dead setuid code.Bardur Arantsson2012-03-29
|
* Refactor: Remove CAPITALIZE_USER_NAME compile-time flagBardur Arantsson2012-03-29
|
* Refactor: Remove duplicate keymap handling code.Bardur Arantsson2012-03-29
|
* Refactor: Remove unused/dead variables.Bardur Arantsson2012-03-29
|
* Remove redefinition of "bool" for C++ friendliness.Bardur Arantsson2011-02-20
|
* ALLOW_{EASY_OPEN,EASY_DISARM,REPEAT} code is no longer conditional.Bardur Arantsson2011-02-19
|
* Remove dead (#if 0) code.Bardur Arantsson2011-02-19
|
* Fix display issues with extremely wide terminals.Bardur Arantsson2010-08-01
|
* 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 Borg cruft.Bardur Arantsson2010-01-11
|
* 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.
* Clean up sprintf() usage to always use a "%s" format string.Bardur Arantsson2010-01-10
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08