summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Comment fix for rand_int()Bardur Arantsson2016-06-20
* Minor cleanups for mimic.ccBardur Arantsson2016-06-20
* Remove unused is_scroll parameter from random_resistance()Bardur Arantsson2016-06-20
* Fix extraneous space in light descriptionsBardur Arantsson2016-06-20
* Fix a bad 'nullptr' checkBardur Arantsson2016-06-20
* Change flag_set bool conversion to 'explicit'Bardur Arantsson2016-06-20
* Remove a couple of debug.txt references to LuaBardur Arantsson2016-06-20
* Remove wizard1.ccBardur Arantsson2016-06-20
* Remove FIXMEs from loadsave.ccBardur Arantsson2016-06-20
* Add flag_set::count() method to count set bitsBardur Arantsson2016-06-20
* Add do_flag_set() in loadsave.ccBardur Arantsson2016-06-20
* Remove debug-only 'show all stats' codeBardur Arantsson2016-06-20
* Change flags_group to non-POD typeBardur Arantsson2016-06-20
* Change player_{race, spec, class} to non-POD typesBardur Arantsson2016-06-20
* Change object_type to non-POD typeBardur Arantsson2016-06-20
* Change player_type to non-POD typeBardur Arantsson2016-06-20
* 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
* Change set_type to non-POD typeBardur Arantsson2016-06-20
* Change artifact_type to non-POD typeBardur Arantsson2016-06-20
* Change ego_item_type to non-POD typeBardur Arantsson2016-06-20
* Change object_kind to non-POD typeBardur Arantsson2016-06-20
* Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>Bardur Arantsson2016-06-20
* Remove unused special-casing of RF8_WILD_TOO in init1.ccBardur Arantsson2016-06-20
* Fix issue with leading space for scroll flavorsBardur Arantsson2016-06-20
* Let Magic Mapping map the whole levelBardur Arantsson2016-06-20
* Remove WILD_SWAMP which was never implementedBardur Arantsson2016-06-20
* Rework RF{4,5,6}_* monster spell flags to flag_set<>Bardur Arantsson2016-06-20
* Remove ANIM_DEAD monster spellBardur Arantsson2016-06-20
* Make obj_theme a non-POD structBardur Arantsson2016-06-20
* Give monster_blow default valuesBardur Arantsson2016-06-20
* Change monster_ego to non-POD structBardur Arantsson2016-06-20
* Change monster_race to non-POD structBardur Arantsson2016-06-20
* Add negation operator to flag_set<>Bardur Arantsson2016-06-20
* Remove redundant parens from RFn_* in expressionsBardur Arantsson2016-06-20
* Remove monster memoryBardur Arantsson2016-06-20
* Add missing includeBardur Arantsson2016-05-12
* Convert dungeon_info_type to use new flag_setBardur Arantsson2016-03-29
* Introduce new way of handling flagsBardur Arantsson2016-03-29
* Fix grammar/spellingBardur Arantsson2016-03-29
* Change dungeon_info_type to non-POD typeBardur Arantsson2016-03-29
* Add missing "static" qualifiers in init1.ccBardur Arantsson2016-03-29
* Have RANDOM_{RESIST,POWER} avoid existing flagsBardur Arantsson2016-03-29
* Move "drops artifact N at %chance" to edit r_infoBardur Arantsson2016-03-27
* Avoid hardcoding most artifact numbersBardur Arantsson2016-03-27
* Reformat flags in *.txt files to be more tool-friendlyBardur Arantsson2016-03-27
* Fix typos in r_info.txtBardur Arantsson2016-03-27
* Fix occasional overflow when monster speaksBardur Arantsson2016-03-27
* Add a file to .gitignoreBardur Arantsson2016-03-27