summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/jobs.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Fix job abbrevs and names getting out of sync on save bumps.Adam Borowski2014-01-071-4/+10
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1
* Add a bunch of missing #ifdefs.Adam Borowski2013-07-101-2/+10
* A whitespace fix.Adam Borowski2013-06-141-1/+0
* Consolidate and simplify job and species validity checks.Neil Moore2013-06-131-0/+12
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-4/+2
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-2/+4
* Change Jester AbbreviationBrendan Hickey2013-03-291-1/+1
* JestersBrendan Hickey2013-03-271-2/+2
* Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-2/+3
* Use std namespace.Raphael Langella2012-08-261-3/+3
* Remove StalkersChris Campbell2012-08-201-1/+6
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Drop TAG_MAJOR_VERSION == 32 ifdefs.Adam Borowski2012-04-251-12/+0
* Get rid of strlwr().Adam Borowski2011-09-071-11/+6
* s/Crusader/Skald/Adam Borowski2011-06-241-2/+2
* Avoid crashes to unknown character class during early crash dumps.Adam Borowski2011-06-181-0/+4
* Don't require ", c1" in COMPILE_CHECK().Adam Borowski2011-06-091-2/+2
* New background choice layout.Raphael Langella2011-03-111-39/+0
* Remove Reavers at the next major save versionChris Campbell2011-02-191-3/+11
* Remove CK[Makh], Pr[Yred]->Death Knight, CK[Lugonu]->Abyssal KnightChris Campbell2011-02-181-6/+8
* Remove paladins at the next major save versionChris Campbell2011-02-181-3/+10
* Staticalize, remove cruft.Adam Borowski2010-10-271-51/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-6/+6
* Increase major save version to 24.Adam Borowski2010-05-261-12/+0
* Remove Thief and Death Knight backgrounds (doy, dpeg).Robert Vollmert2010-05-151-6/+22
* Get rid of option old_selection_order.Robert Vollmert2010-03-311-34/+8
* Rename several functions involving player "class" to "job".Johanna Ploog2010-01-191-30/+30
* Capitalize the M in "Am" (Arcane Marksman).Adam Borowski2009-11-151-1/+1
* Restore Warper class, Arcane Marksman tweaks.johnny shelley2009-11-151-6/+6
* Warper Overhaul - Renamed to Arcane Marksmanjohnny shelley2009-11-141-3/+3
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+2
* Extract newgame character restrictions from newgame.cc.Robert Vollmert2009-10-241-0/+4
* Use species_type/job_type instead of int.Robert Vollmert2009-10-231-24/+24
* Moving data out of newgame.cc.Robert Vollmert2009-10-231-0/+192