summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAge
* Build: Produce multiple independent executablesBardur Arantsson2016-02-05
|
* Inline init_lua_init()Bardur Arantsson2016-02-05
|
* Remove '-H' command line switchBardur Arantsson2016-02-05
|
* Remove '-n' command line switchBardur Arantsson2016-02-05
|
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
|
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Split birth.cc "C" declarations to separate header fileBardur Arantsson2015-03-07
|
* Move modules.cc "C" linkage declarations to separate header fileBardur Arantsson2015-03-07
|
* Move script.cc declarations to separate header fileBardur Arantsson2015-03-07
|
* Split init2.cc declarations to separate header filesBardur Arantsson2015-03-07
|
* Split dungeon.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Move private_check_user_directory() to modules.ccBardur Arantsson2014-12-23
| | | | We need to move it out of main.c to support our test harness.
* Remove xaw frontend and inline maid-x11.cBardur Arantsson2014-12-13
|
* Move user_name initialization to separate functionBardur Arantsson2014-11-20
|
* Don't lie about path if we fail to auto-create "save" directoryBardur Arantsson2014-11-20
|
* Remove -s/-S command-line optionBardur Arantsson2014-11-20
|
* Remove -d/-D command-line optionBardur Arantsson2014-11-20
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove "platform" sound supportBardur Arantsson2014-07-02
|
* Remove unused variables and argv0Bardur Arantsson2014-06-27
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Move environment-based path initialization out of main.cBardur Arantsson2014-06-25
|
* Remove forced umaskBardur Arantsson2014-06-25
|
* Remove HANDLE_SIGNALS and SPECIAL_BSDBardur Arantsson2013-06-29
|
* Remove CHECK_MEMORY_LEAKS conditional codeBardur Arantsson2012-06-27
|
* Remove USE_GTK conditional codeBardur Arantsson2012-06-27
|
* Remove USE_GLU conditional codeBardur Arantsson2012-06-27
|
* Remove "SLang" front-endBardur Arantsson2012-06-27
|
* Remove "arg_fiddle" globalBardur Arantsson2012-06-26
|
* Remove "player_uid" globalBardur Arantsson2012-06-26
|
* Remove ANGBAND_DIR_APEX since it's not used any moreBardur Arantsson2012-06-26
|
* Lua: Remove LuaBardur Arantsson2012-06-19
|
* Refactor: Remove some dead setuid code.Bardur Arantsson2012-03-29
|
* gtk1: Removed GTK (1.x) front-endBardur Arantsson2012-03-29
|
* Remove ENABLE_BINRELOC compile-time flag.Bardur Arantsson2012-03-29
|
* Remove unused front-end flags.Bardur Arantsson2012-03-29
|
* Remove ISO front-end code.Bardur Arantsson2012-03-29
|
* Remove conditional compilation based on PRIVATE_USER_PATH. It is always set.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.
* Files: Remove setuid support completely.Bardur Arantsson2012-03-29
|
* 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
|
* Remove IRC functionality and socket code.Bardur Arantsson2011-02-19
|
* 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)
* Import tome-2.3.5.Bardur Arantsson2010-01-08