summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove dead code.Bardur Arantsson2010-01-12
|
* Remove ALLOW_SPOILERS option.Bardur Arantsson2010-01-12
|
* Remove ALLOW_WIZARD option.Bardur Arantsson2010-01-12
|
* Remove ANGBAND_LITE option.Bardur Arantsson2010-01-12
|
* Remove Borg cruft.Bardur Arantsson2010-01-11
|
* Remove obsolete platforms/frontends.Bardur Arantsson2010-01-11
| | | | | | | | | | | | | | | Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon)
* Remove unused file left over from CVS.Bardur Arantsson2010-01-11
|
* Minimum CMake requirement is really 2.6.Bardur Arantsson2010-01-11
|
* Fix LUA errors when hitting escape to cancel choosing a spell.Bardur Arantsson2010-01-11
| | | | | | Since get_school_spell returns -1 when no spell is chosen, it must return s32b rather than u32b. Thanks to Noel Maddy for this fix.
* CMake build system: supports X11, Curses and SDL frontends.Bardur Arantsson2010-01-10
|
* Add -Wno-unused-value to gcc flags to avoid harmless warnings.Bardur Arantsson2010-01-10
|
* Fixes for 64 bit compatibility.Bardur Arantsson2010-01-10
| | | | | - Fix skill value display in character dump on 64 bit machines. - Fix format strings and add casts to *printf() invocations.
* Use the C99 standard int32_t/uint32_t instead of the L64 define.Bardur Arantsson2010-01-10
|
* Refactor version string construction to a function.Bardur Arantsson2010-01-10
|
* Clean up sprintf() usage to always use a "%s" format string.Bardur Arantsson2010-01-10
|
* Remove a non-ASCII character from comment.Bardur Arantsson2010-01-10
|
* Disambiguate misleading expression.Bardur Arantsson2010-01-10
|
* Remove dead code.Bardur Arantsson2010-01-10
|
* Remove pval from antimagic field strength calculation.Bardur Arantsson2010-01-09
| | | | | | | | | | It doesn't make sense that an invisible item modifier (e.g. pval on a plain Dark Sword found lying in the dungeon) affects the anti-magic field strength. Another example is the unenchanted Boomerang of Unmagic from Theme -- it also has an invisible non-zero PVAL. Signed-off-by: Bardur Arantsson <bardur@scientician.net>
* Preparatory bits for next development cycle.Bardur Arantsson2010-01-09
| | | | | - Mark as 'git' version again post-tag. - New changelog section.
* Bump version number and mark as a non-official version in IS_CVS.Bardur Arantsson2010-01-09
|
* Clean up: Refactor common subexpression.Bardur Arantsson2010-01-08
|
* Extra Blows ability applies to barehand combat too. (Doesn't affect standard ↵Bardur Arantsson2010-01-08
| | | | ToME, but Theme grants Extra Blows to some barehand fighters.)
* Import fix from CVS: Fix princess room allocation.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Erroneus comments in makefile.stdBardur Arantsson2010-01-08
|
* Import fix from CVS: Fix misc. problems on 64-bit platforms.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Fixes module directory paths.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Avoid using strcpy(). Fixes loading/saving on Linux ↵Bardur Arantsson2010-01-08
| | | | distributions using Fortify in libc.
* Import fix from CVS: Mimicry fixes + prevent permanent immunities from ↵Bardur Arantsson2010-01-08
| | | | Balrog Form corruption.
* Import fix from CVS: Fix for crash bug during character dump.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Fix application of set effects when trap of silent ↵Bardur Arantsson2010-01-08
| | | | switching is triggered.
* Import fix from CVS: Fix a misleading comment.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Make Abomination mimicry cloaks aggravate properly.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Fix up stairs in HoE, Mount Doom, Nether Realm and the ↵Bardur Arantsson2010-01-08
| | | | Small Water Cave.
* Import fix from CVS: Properly mark quest monsters as such.Bardur Arantsson2010-01-08
|
* Import fix from CVS: Don't generate impassable glass walls.Bardur Arantsson2010-01-08
|
* Add future 2.3.6 to changelog.Bardur Arantsson2010-01-08
|
* This is a 'git' version.Bardur Arantsson2010-01-08
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08