summaryrefslogtreecommitdiff
path: root/src/store.cc
Commit message (Expand)AuthorAge
* 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
* Consolide the two spell_type headersBardur Arantsson2015-02-23
* Remove unused HOOK_STORE_STOCKBardur Arantsson2014-12-23
* Remove all uses of sglibBardur Arantsson2014-12-18
* Remove graphics supportBardur Arantsson2014-07-02
* Remove pointless Term_userBardur Arantsson2014-06-26
* Simplify PR_* redraw code and remove direct references to Term membersBardur Arantsson2014-06-26
* Switch almost everything over to C++Bardur Arantsson2013-09-27