summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Show custom weapon types in action_counts dumps.Adam Borowski2012-07-281-0/+8
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-13/+13
* Don't hard-code hunger thresholds in char dumps.Adam Borowski2012-06-261-10/+32
* Fix char dump header being incomplete when playing webtile builds on console.Adam Borowski2012-06-221-0/+1
* Make staves and rods separate object classes.Adam Borowski2012-06-121-8/+3
* Kill some longs.Adam Borowski2012-05-261-2/+2
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-3/+19
|\
| * Wrap some egregiously long lines in the source.Adam Borowski2012-03-281-3/+10
| * Mark the game UI (tiles/webtiles/console) in morgues.Adam Borowski2012-03-271-0/+9
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-25/+3
|\|
| * Dump known spells in the same school order as is used elsewhere.Adam Borowski2012-03-081-24/+3
| * Remove the Holy spell school.Adam Borowski2012-03-081-1/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-24/+15
|\|
| * Slightly simplify.Adam Borowski2012-01-251-1/+1
| * Replace success adjectives with failure rate percentages. (dtsund)Michael Gagno2012-01-121-2/+4
| * Improve ability usage tracking.elliptic2012-01-101-2/+3
| * Replace _ with spaces in portal vault names in char dumps.Raphael Langella2012-01-061-0/+1
| * Purge unused code for showing item prices in char dumps.Adam Borowski2012-01-061-19/+7
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-4/+1
* | Standardize branch checks to player_in_branch(BRANCH_BEDLAM).Adam Borowski2011-12-281-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-38/+158
|\|
| * Count various types of actions.elliptic2011-12-231-22/+147
| * Use a formatted_scroller for the mutations screen (edlothiol).Neil Moore2011-12-131-1/+1
| * Remove "skill exp" from PlaceInfo and char dumps.Neil Moore2011-12-071-15/+10
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-72/+54
|/
* More spell usage table formatting tweaks.elliptic2011-09-291-4/+7
* An octopode-only mutation: tentacle spike.Adam Borowski2011-09-291-3/+3
* Remove Evap and Fulsome from Tm starting book, add a new spell: Beastly Appen...Adam Borowski2011-09-271-0/+12
* Tweak formatting of the spell usage list.elliptic2011-09-261-6/+6
* Change sorting for spell usage list.elliptic2011-09-261-4/+11
* Fix the new warnings.Adam Borowski2011-09-211-2/+2
* Fix compilation.Vsevolod Kozlov2011-09-071-1/+1
* Sort spell usage list by total casts.elliptic2011-09-061-5/+23
* Additional char dump spam: "spell_usage".Adam Borowski2011-08-241-0/+46
* Add minor cosmetic fixes.David Lawrence Ramsey2011-08-011-5/+4
* Don't mention exp pool in char dumps.Adam Borowski2011-07-121-7/+1
* Count completed Ziggurats, and record deepest level reached.Adam Borowski2011-06-191-3/+11
* Fix misaligned header in notes (#4119)Chris Campbell2011-06-091-2/+2
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* Cut an enum abuse.Adam Borowski2011-05-221-3/+3
* Get rid of itoa().Adam Borowski2011-05-011-25/+6
* dprf()ize a number of #ifdef ... mprf(MSGCH_DIAGNOSTICS).Adam Borowski2011-04-211-3/+1
* Work around FreeType having problems opening files on Windows.Adam Borowski2011-04-141-9/+1
* s/linebreak_string2/linebreak_string/Adam Borowski2011-04-041-1/+1
* Fix and merge a yet another word-wrapper.Adam Borowski2011-04-041-2/+0
* Fix several word wrappers, merge them into one.Adam Borowski2011-04-021-58/+8
* More string width fixes.Adam Borowski2011-04-011-1/+1
* Replace inappropriate uses of std::string.substr().Adam Borowski2011-04-011-13/+6
* Fix -DDGAMELAUNCH compile.Darshan Shaligram2011-03-311-0/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-16/+13
|\