summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godcompanions.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-1/+2
* Fix a crash when recalling monsters onto shafts (8717)Nicholas Feinberg2014-06-221-29/+42
* The great mon-stuff migration.Shmuale Mark2014-06-221-2/+2
* Chance function(void) to function()reaverb2014-05-241-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Don't allocate pointless iterators.Adam Borowski2013-11-151-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-2/+0
* Unify some duplicated monster regen code.Adam Borowski2013-10-191-11/+5
* Separate monster_descriptor() into proper functions.Adam Borowski2013-10-191-1/+1
* Heal forcibly converted orcs before registering them as companions.Adam Borowski2013-10-111-0/+2
* Make Yred/Beogh's recall abilities prevent recalled dudes from running offSamuel Bronson2013-04-141-0/+4
* Fix spacing.David Lawrence Ramsey2013-03-281-3/+3
* Don't leak god companions between games (with restart_after_game).Samuel Bronson2013-03-211-0/+5
* Fix a comment typo in godcompanions.cc.Samuel Bronson2013-03-211-1/+1
* Fix indentation.David Lawrence Ramsey2013-03-191-1/+1
* Properly recall Yred enslaved souls from off-levelDracoOmega2013-03-191-0/+16
* Fix being unable to recall companions from one Pan level to anotherDracoOmega2013-03-131-35/+37
* Formatting fixes.Adam Borowski2013-03-091-2/+2
* Add spacing fixes.David Lawrence Ramsey2013-03-091-2/+2
* Add a temporary routine to clean up after some invalid god companionsDracoOmega2013-03-091-0/+17
* Fix another method of cloning Yred/Beogh companionsDracoOmega2013-03-091-3/+3
* Properly remove all companion tracking when you abandon Yred/BeoghDracoOmega2013-03-081-7/+1
* Recall allies in rough order of HD (with random jitter)DracoOmega2013-03-061-2/+3
* Remove a (hopefully) unnecessary lineDracoOmega2013-03-061-2/+0
* Fix a crash with abandoning Yred/BeoghDracoOmega2013-03-061-2/+4
* Add a wizmode command to list Yred/Beogh followersDracoOmega2013-03-061-0/+19
* Fix cloning Yred/Beogh companions via recall and stairsDracoOmega2013-03-061-3/+9
* Add formatting fixes.David Lawrence Ramsey2013-03-031-12/+13
* Remove code for old version of recallDracoOmega2013-03-031-57/+0
* Change recall to be incremental instead of instantDracoOmega2013-03-031-4/+72
* Continue tracking banished companions, but don't recall them out of the AbyssDracoOmega2013-03-031-0/+4
* Timeout monster enchantments and heal monsters when recalling from off-levelDracoOmega2013-03-031-1/+29
* Interlevel recall for Yred and BeoghDracoOmega2013-03-031-0/+115