summaryrefslogtreecommitdiff
path: root/src/externs.h
Commit message (Collapse)AuthorAge
* Move spell forward declarations from externs.h to spells3.hppBardur Arantsson2015-02-23
|
* Replace all empty "spell_info" functions with a single functionBardur Arantsson2015-02-23
|
* Split spell_chance into device and book variantsBardur Arantsson2015-02-23
| | | | | The code calling spell_chance() always actually knows which kind of spell its looking at, so we might as well exploit that.
* Make get_level_s staticBardur Arantsson2015-02-23
| | | | There was exactly one usage outside of spells3.cc, so inline that.
* Change get_level_school() to use direct spell_type pointer instead of indexBardur Arantsson2015-02-23
|
* Remove unnecessary do_cmd_cast() extern declBardur Arantsson2015-02-23
|
* Promote parameter of get_level_device() to spell_type * and make it staticBardur Arantsson2014-12-23
|
* Remove dead extern declarationBardur Arantsson2014-12-23
|
* Move find_position() to spells3.ccBardur Arantsson2014-12-23
| | | | Said file is the only place it's currently used.
* Remove dead get_table_name() and its data fileBardur Arantsson2014-12-23
|
* Make "pref_tmp_value" localBardur Arantsson2014-12-23
|
* Remove unused angband_sound_nameBardur Arantsson2014-12-23
|
* Enable "maxmize stats" permanentlyBardur Arantsson2014-12-23
|
* Remove all uses of sglibBardur Arantsson2014-12-18
|
* Make ang_sort_* private to xtra2.ccBardur Arantsson2014-12-16
|
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
| | | | | | | Also remove TERM_XTRA_DELAY. The terminal abstraction should not be used for providing general platform independence. As a side effect this reintroduces support for "delay" on SDL, not sure if that's a good idea or not.
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
|
* Remove dead #ifdef sectionsBardur Arantsson2014-12-16
|
* Remove lots of obsolete platform definesBardur Arantsson2014-12-16
|
* Inline safe_calloc() and remove z-virt.cBardur Arantsson2014-12-13
|
* Remove inkey_scan and inkey_xtra globalsBardur Arantsson2014-11-20
|
* Remove graphics supportBardur Arantsson2014-07-02
|
* Remove "platform" sound supportBardur Arantsson2014-07-02
|
* Remove most of z-virt.[ch]Bardur Arantsson2014-06-27
| | | | | This commit leaves only safe_calloc() as a convenient "non-failing" calloc().
* Remove unused ANGBAND_DIR_{SCPT,PATCH}Bardur Arantsson2014-06-27
|
* Remove shim memset() implementationBardur Arantsson2014-06-26
|
* Remove a usage of vstrnfmt()Bardur Arantsson2014-06-26
|
* Remove unused scansubdir() and TERM_XTRA_SCANSUBDIRBardur Arantsson2014-06-26
|
* Remove unused del_timer()Bardur Arantsson2014-06-25
|
* Move environment-based path initialization out of main.cBardur Arantsson2014-06-25
|
* Remove MACH_O_CARBON codeBardur Arantsson2014-06-25
| | | | It's been a long time since Carbon was relevant.
* Remove ANGBAND_DIR_CMOVBardur Arantsson2014-06-25
| | | | It's unused since the removal of cmovie support.
* Remove cmovie supportBardur Arantsson2014-06-25
|
* Remove the stack_force_* and stack_allow_* optionsBardur Arantsson2013-09-27
| | | | We now behave as if they were all true.
* Switch almost everything over to C++Bardur Arantsson2013-09-27
|
* Eliminate pointless pointless fake_{name,text}_size globalsBardur Arantsson2013-09-27
|
* Constness fixesBardur Arantsson2013-09-27
|
* Move extern declarations in wizard*.c to externs.hBardur Arantsson2013-09-27
|
* Remove unused place_monster_one_race globalBardur Arantsson2013-09-27
|
* Constness fixesBardur Arantsson2013-09-27
|
* Remove unused second parameter for disturb()Bardur Arantsson2013-09-27
|
* Split hooks into separate headerBardur Arantsson2013-09-27
|
* Split "dice" outBardur Arantsson2013-09-27
|
* Split out data typesBardur Arantsson2013-09-27
|
* Split fireproofing quest from plots.cBardur Arantsson2013-09-27
|
* C++: Move Automatizer to C++Bardur Arantsson2013-09-27
|
* Prevent friendly quest monsters in ThemeBardur Arantsson2013-08-08
|
* Remove the stupid_monsters optionBardur Arantsson2013-08-08
| | | | It's always considered FALSE from now on.
* Remove auto_notes and take_notes optionsBardur Arantsson2013-08-08
| | | | We always set them to TRUE now.
* Remove 'auto_haggle' optionBardur Arantsson2013-08-08
|