summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.h
Commit message (Collapse)AuthorAgeFilesLines
* Plus2: Merge plusses in items given at new-game setup.Chris Oelmueller2014-06-141-1/+1
|
* Fix compilation (oops).Neil Moore2013-08-041-0/+2
|
* Refactor.Neil Moore2013-08-041-0/+1
|
* Make some more functions static/gone.Adam Borowski2012-03-251-3/+0
|
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Allow setting skills from the tutorial map.Johanna Ploog2011-01-261-1/+0
| | | | | | This is a hacky solution and only handles Spellcasting, Conjurations, and Invocations. Also, for the default skills already set in ng-setup reassess_starting_skills (now moved to skills.cc) is applied twice.
* Merge branch 'master' into catsAdam Borowski2010-07-241-0/+3
|\
| * [1848] Fix Sprint starter kit not stacking with items in the character's ↵Darshan Shaligram2010-07-211-0/+3
| | | | | | | | initial inventory.
* | Cats: lives.Adam Borowski2010-07-091-0/+1
|/
* Make sure tutorial characters start with a limited equipment.Johanna Ploog2010-04-291-1/+2
| | | | No more shields or bread rations at the beginning!
* Split up new_game.Robert Vollmert2010-04-231-0/+19
choose_game() is now only concerned with choosing a character, and doesn't touch "you". setup_game() (ng-setup.cc) then fills out "you" and other stuff.