summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove unused parameter from use_symbiotic_power()Bardur Arantsson2016-03-10
|
* Refactor use_symbiotic_power() to use std::vectorBardur Arantsson2016-03-10
|
* Use std::vector for vault dataBardur Arantsson2016-03-10
|
* Introduce "point" class and use in xtra2 instead of temp_{x,y,n}Bardur Arantsson2016-03-10
|
* Remove player gender, age, height, etc.Bardur Arantsson2016-03-10
|
* Rework scroll title generator to use std::stringBardur Arantsson2016-03-10
|
* Fix a missing includeBardur Arantsson2016-03-10
|
* Use std::string for object_descBardur Arantsson2016-03-10
|
* Change CHECK_FIRST() from macro to functionBardur Arantsson2016-03-10
|
* Fix the far-reaching attack skillmiramor2016-03-05
|
* Remove stray FIXMEsBardur Arantsson2016-02-13
|
* Remove insert_sort_quest()Bardur Arantsson2016-02-13
|
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
| | | | | | | - We introduce a show_string() which will allow us to go without actually writing a file if we want to later. - Use cppformat to simplify the output formatting.
* Inline a lambdaBardur Arantsson2016-02-13
|
* Replace ang_sort() with std::stable_sort()Bardur Arantsson2016-02-13
|
* Clean up load_player() a littleBardur Arantsson2016-02-05
|
* Fix bad function declaration for magik()Bardur Arantsson2016-02-05
| | | | Fixes #1
* Fix multiple potential underflows in plural_auxBardur Arantsson2016-02-05
|
* Simplify show_file function signatureBardur Arantsson2016-02-05
|
* Remove #ifdef WINDOWS hackBardur Arantsson2016-02-05
|
* Remove path_temp in favor of boost::fs::unique_path()Bardur Arantsson2016-02-05
| | | | This gets rid of one #ifdef WINDOWS hack at least.
* Use cppformat for q_god's "temple directions"Bardur Arantsson2016-02-05
|
* Add cppformat-2.0.0 vendor libraryBardur Arantsson2016-02-05
| | | | - Include only the necessary format.{cc,h} files to save space.
* 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
|
* Use explicit cast to avoid warningsBardur Arantsson2016-02-05
|
* Remove unused dungeon_info_type::nextBardur Arantsson2016-02-05
|
* Remove mentions of the borgBardur Arantsson2016-02-05
|
* Make get_player_race_name() return a std::stringBardur Arantsson2016-02-05
|
* Make get_day() return std::stringBardur Arantsson2016-02-05
|
* Remove formal "min" parameter to get_level()Bardur Arantsson2016-02-05
|
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
|
* Remove old Carbon resource filesBardur Arantsson2015-12-29
|
* Add missing static_assertBardur Arantsson2015-12-28
|
* Remove get_month_name()Bardur Arantsson2015-12-28
| | | | | Use simple numbered days instead and remove START_{DAY,YEAR} since they are no longer used.
* Remove dead codeBardur Arantsson2015-12-28
|
* Fixed missing includeElmo Todurov2015-12-11
|
* Remove unused wf_info flag handling codeBardur Arantsson2015-12-11
|
* Remove unused object_kind field "extra"Bardur Arantsson2015-12-11
|
* Remove useless V: lines from data filesBardur Arantsson2015-12-11
|
* Clean up indentationBardur Arantsson2015-12-11
|
* Remove dead codeBardur Arantsson2015-12-11
|
* Reduce scope of askfor_aux_complete variable to single fileBardur Arantsson2015-12-11
|
* Remove term::wipe_hookBardur Arantsson2015-12-11
| | | | | After all it's only an optimization and systems these days should be fast enough to ignore it.
* Remove always-FALSE term::always_textBardur Arantsson2015-12-11
|
* Inline effectively constant term::{char,attr}_blankBardur Arantsson2015-12-11
|
* Remove always-off term::never_boredBardur Arantsson2015-12-11
|
* Remove unused term::fixed_shapeBardur Arantsson2015-12-11
|