summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
Commit message (Expand)AuthorAge
* Move wf_info into GameEditDataBardur Arantsson2016-10-05
* Move re_info into GameEditDataBardur Arantsson2016-10-05
* Move s_{info,descriptors} to Game/GameEdtiDataBardur Arantsson2016-10-05
* Move st_info into GameEditDataBardur Arantsson2016-10-05
* Change strings in dungeon_info_type to std::stringBardur Arantsson2016-10-05
* Move d_info into GameEditDataBardur Arantsson2016-10-05
* Move race_info and race_mod_info to GameEditDataBardur Arantsson2016-10-05
* Remove max_plevBardur Arantsson2016-10-05
* Move wilderness structure into GameBardur Arantsson2016-09-17
* Use grid<> for wilderness gridBardur Arantsson2016-09-17
* Remove quark.{cc,hpp}Bardur Arantsson2016-09-17
* Refactor object_type 'artifact name' field to std::stringBardur Arantsson2016-09-17
* Change skill_type struct to use 'bool'Bardur Arantsson2016-09-17
* Move 'player_*' shared fields to new 'player_shared' structBardur Arantsson2016-09-17
* Move all options to a struct instead of using globalsBardur Arantsson2016-09-17
* Factor out 'disturb_state' option handlingBardur Arantsson2016-09-17
* Remove inactive player_type::prot{good,undead}Bardur Arantsson2016-09-17
* Remove effectively unused player_type::oppose_* fieldsBardur Arantsson2016-09-17
* Rework player_race_mod::{title,desc} to std::stringBardur Arantsson2016-09-17
* Remove effectively dead sound() codeBardur Arantsson2016-09-17
* Rework PR{1,2}_* flags to flag_set<>Bardur Arantsson2016-06-22
* Rework FF1_* flags to flags_set<>Bardur Arantsson2016-06-21
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
* Change player_{race, spec, class} to non-POD typesBardur Arantsson2016-06-20
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Remove redundant parens from RFn_* in expressionsBardur Arantsson2016-06-20
* Remove monster memoryBardur Arantsson2016-06-20
* Move "drops artifact N at %chance" to edit r_infoBardur Arantsson2016-03-27
* Introduce "point" class and use in xtra2 instead of temp_{x,y,n}Bardur Arantsson2016-03-10
* Use std::string for object_descBardur Arantsson2016-03-10
* Replace ang_sort() with std::stable_sort()Bardur Arantsson2016-02-13
* Migrate z-rand.c to C++Bardur Arantsson2015-12-11
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
* Remove Alchemist class and associated skills/codeBardur Arantsson2015-12-11
* Refactor cave_type and monster_type to use non-intrusive listsBardur Arantsson2015-08-01
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
* Remove expand_{list,look} options; behave as if always setBardur Arantsson2015-06-07
* Add "asleep" note to monster description for (l)ook commandBardur Arantsson2015-04-14
* Remove dead codeBardur Arantsson2015-04-14
* Make target_able staticBardur Arantsson2015-04-14
* Rename miscellaneous .h headers to .hppBardur Arantsson2015-03-22
* Inline various GOD macrosBardur Arantsson2015-03-22
* Replace PRACE_FLAG{,2} macros with functionsBardur Arantsson2015-03-07
* 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
* Move melee*.cc declaration to separate header filesBardur 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 monster3.cc declarations to separate header fileBardur Arantsson2015-03-07