summaryrefslogtreecommitdiff
path: root/src/store.cc
Commit message (Expand)AuthorAge
* Remove trapsBardur Arantsson2016-10-05
* Move k_info into GameEditDataBardur Arantsson2016-10-05
* Change store_info_type::name to std::stringBardur Arantsson2016-10-05
* Move st_info into GameEditDataBardur Arantsson2016-10-05
* Move ow_info and ba_info into GameEditDataBardur Arantsson2016-10-05
* Remove quark.{cc,hpp}Bardur Arantsson2016-09-17
* Refactor object_type 'artifact name' field to std::stringBardur Arantsson2016-09-17
* Refactor object_type 'inscription' field to std::stringBardur Arantsson2016-09-17
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
* Remove effectively dead sound() codeBardur Arantsson2016-09-17
* Rework store_info_type::actions into a std::vector<>Bardur Arantsson2016-09-17
* Rework store_info_type::owners to std::vector<>Bardur Arantsson2016-09-17
* Unify store_info_type::item_* info std::vector<store_item>Bardur Arantsson2016-09-17
* Rework SF1_* flags to flag_set<>Bardur Arantsson2016-06-22
* Split store_info_type::table into a "kind" and "chance" componentBardur Arantsson2016-06-22
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
* Fix store_top underflow when removing last itemBardur Arantsson2016-06-20
* Change store_type to non-POD typeBardur Arantsson2016-06-20
* Add "const" qualifiersBardur Arantsson2016-06-20
* Make obj_theme a non-POD structBardur Arantsson2016-06-20
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Remove dead function move_to_black_market()Bardur Arantsson2015-06-07
* Rework object list filters to avoid global variablesBardur Arantsson2015-04-15
* Fix bug in calculation of quantity range when buying itemsBardur Arantsson2015-04-14
* Fix stores prematurely identifying item when sellingBardur Arantsson2015-04-14
* Add a few "const" qualifiers to object-related functionsBardur Arantsson2015-04-14
* Add a no-selling birth optionmiramor2015-03-23
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
* Split tables.cc declarations into separate header filesBardur Arantsson2015-03-07
* Split option variables into separate header and source fileBardur Arantsson2015-03-07
* Split object*.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
* Move cmd5.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd4.cc function declarations to separate header fileBardur Arantsson2015-02-23
* Move cmd3.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move cave.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move bldg.cc declarations to separate headerBardur Arantsson2015-02-23
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
* Move store.cc function declarations to separate headerBardur Arantsson2015-02-23
* Make is_blessed() staticBardur Arantsson2015-02-23
* Move skills.cc function declarations to skills.hppBardur Arantsson2015-02-23
* Remove ow_head, ow_nameBardur Arantsson2015-02-23
* Remove st_head, st_nameBardur Arantsson2015-02-23
* Remove speak_unique optionBardur Arantsson2015-02-23
* Remove last remnants of the Merchant classBardur Arantsson2015-02-23
* Move school_spells array to spells5.ccBardur Arantsson2015-02-23