summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-7/+7
* [1871559] All fighters but ogres and trolls get a choice of starting weapon. ...dshaligram2008-01-251-18/+17
* s/LONG_SWORDS/LONG_BLADES/ (cbus).dshaligram2008-01-101-4/+4
* Adding title screen for tiles (and title_screen option.)ennewalker2008-01-051-1/+7
* Tiles!ennewalker2008-01-051-1/+6
* [1862227] Fixed invalid character combinations being selectable.dshaligram2008-01-021-4/+6
* Add comment typo and indentation fixes.dolorous2007-12-301-2/+4
* [1858476] Moved slime pits entry to Lair:8-10.dshaligram2007-12-281-1/+1
* Priests should not start with staves or shield skill, since they start with n...dshaligram2007-12-201-11/+1
* Simplify racialise_starting_equipment(), and clean up related code a dolorous2007-12-131-9/+11
* Fixed mummy and drac fighters not getting shields, DrFi not getting weapon ch...dshaligram2007-12-091-0/+5
* Move the disabling of elven maces/flails and dwarven polearms into dolorous2007-11-291-11/+3
* Ball lightning also resists poison and cold. [1836645] Give earth elementalis...dshaligram2007-11-291-3/+1
* * A few corrections and changes to the tutorial.j-p-e-g2007-11-251-2/+12
* [1829667]: use c_getch() to get input for all the new-game menus, since dolorous2007-11-211-5/+5
* expand the special case for kobold fighters (leather armor, darts, etc.) dolorous2007-11-201-2/+4
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-201-0/+8
* Don't trim menu_colours [1829940].haranp2007-11-111-296/+65
* Draconian fighter fix for trunk.haranp2007-11-091-1/+1
* Committing patch 1823611, 1822279, 1821680 and 1821019 byj-p-e-g2007-11-011-2/+2
* [1800190] Reavers get to choose starting spellbook. Moved poison level check ...dshaligram2007-10-301-1/+2
* [1814784] Enable NaEE.dshaligram2007-10-301-1/+0
* Give ogres one extra rock to throw, increased preservation rates for javelins...dshaligram2007-10-291-1/+1
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-0/+1
* Type safety and code cleanup.haranp2007-10-251-6/+7
* [1818982] Kenku talons as mutation (dolorous).dshaligram2007-10-251-0/+3
* [1810433] Ogre hunters start with large rocks. Monster ogres can also throw l...dshaligram2007-10-251-1/+10
* [1818732] Merfolk hunters start with a knife.dshaligram2007-10-241-2/+18
* Adding Vampire aptitudes to tables.txt (Bug 1816344). j-p-e-g2007-10-231-1/+2
* Demigods no longer have a fast metabolism and gain random stats j-p-e-g2007-10-211-3/+0
* Add information to demon weapons that Demonspawn fight better with them.j-p-e-g2007-10-211-2/+10
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-0/+7
* A few tiny changes courtesy of dolorous.j-p-e-g2007-10-121-3/+3
* Uninitialized variable fixes.nlanza2007-10-061-1/+1
* Fixed equipment slot assignment check.dshaligram2007-10-031-1/+1
* Cleaned up newgame item creation code, fixed MuFi starting with bad items as ...dshaligram2007-10-031-650/+158
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-0/+2
* Fixed elven fighters getting Armour skill instead of Dodging. Fixed deep elf ...dshaligram2007-10-021-0/+3
* Restored 0.2's character combinations, fixed crash when killing a monster usi...dshaligram2007-10-011-53/+0
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-7/+8
* Wanderers could start with items equipped in the wrong slots, fixed.dshaligram2007-10-011-7/+12
* [1804917] Berserkers no longer get Polearms skill for their throwing spears, ...dshaligram2007-10-011-2/+0
* Removed hard tabs.dshaligram2007-09-261-3/+3
* Prevent Crawl from going into an infinite loop during newgame setupzelgadis2007-09-251-0/+8
* Previous commit applied to trunk:j-p-e-g2007-09-201-1/+1
* Fix for memory corruption when reading savefiles.haranp2007-09-191-7/+8
* Fixing a number of bugs on throwing nets, so it's all in j-p-e-g2007-09-191-4/+8
* Applying modified (by me) mutation patches of dolorous',j-p-e-g2007-09-181-0/+1
* Hopefully repeat my previous changes for trunk:j-p-e-g2007-09-181-1/+1
* Merged newgame fixes and compile fixes for dgamelaunch patches to trunk.dshaligram2007-09-171-13/+43