summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove "git" in version for release tagging.Bardur Arantsson2010-05-07
|
* Add support for building the GTK2 interface with the CMake build system.Bardur Arantsson2010-05-04
|
* Make it possible to create "inventory" and "equipment" rules from the user ↵Bardur Arantsson2010-05-04
| | | | interface. Thanks to morchant for the fix.
* Fix duration display for Shapeshift mimicry power. Thanks to morchant for ↵Bardur Arantsson2010-05-04
| | | | the fix.
* Build system: Add build support for Windows/MinGW.Bardur Arantsson2010-03-14
| | | | Thanks to wino45 for the help.
* Clean up build notes.Bardur Arantsson2010-03-14
|
* Revert use of stdint.h since not all compilers we're supporting have it.Bardur Arantsson2010-02-14
| | | | This reverts commit d324d9c0ac98e74db26e5dd5c6e379c1fc18cff3.
* Add notes about building on OpenBSD.Bardur Arantsson2010-02-05
|
* Note the build fixes from Kernigh in the changelog.Bardur Arantsson2010-02-04
|
* Fixes for CMake SDL detection code.Bardur Arantsson2010-02-04
| | | | Thanks to Kernigh for the fixes.
* Use correct paths for out-of-source builds.Bardur Arantsson2010-02-04
| | | | Thanks to Kernigh for the fixes.
* Fix typo in CMakeFile which was causing problems for users with ↵Bardur Arantsson2010-02-04
| | | | | | "non-standard" locations of X11 includes. Thanks to Kernigh for the fix.
* Apply patch from Wiki bug report #615.Bardur Arantsson2010-02-04
| | | | Thanks to Kernigh for the fix.
* Remove the "low on fuel" check for light sources when entering overland ↵Bardur Arantsson2010-02-04
| | | | | | travel mode. The code already doesn't require any light equipped and this can cause extremely unfair and out-of-the-blue deaths when the player's light source is cursed.
* Remove main-dmy.c from the standard makefile since it's been deleted.Bardur Arantsson2010-01-25
|
* Removing *.raw file support completely -- it's not necessary on modern machines.Bardur Arantsson2010-01-18
|
* Import typo fixes from Theme 1.2.0Bardur Arantsson2010-01-17
|
* Renumber "molten glass wall" feature to hopefully avoid clashes with modules.Bardur Arantsson2010-01-17
|
* Removed *-ibm pref files.Bardur Arantsson2010-01-17
|
* Added details about required packages for compiling on Ubuntu.Bardur Arantsson2010-01-17
|
* Preparatory bits for next development cycle.Bardur Arantsson2010-01-17
|
* Bump version number and remove "(git)" suffix for release tagging.Bardur Arantsson2010-01-17
|
* Remove unused variable.Bardur Arantsson2010-01-17
|
* Remove dead code.Bardur Arantsson2010-01-17
|
* Remove VERIFY_VERSION_STAMP code. It's useless.Bardur Arantsson2010-01-17
|
* Remove unused test.luaBardur Arantsson2010-01-17
|
* Remove unused player ghost/bones code.Bardur Arantsson2010-01-17
|
* Removed Macintosh (non-Carbon) precompiled header file.Bardur Arantsson2010-01-17
|
* Add an "install" target.Bardur Arantsson2010-01-17
|
* Fix typos in text. Fixes taken from Theme 1.2.0.Bardur Arantsson2010-01-17
|
* Remove version number from news.txt and news2.txt for packaging reasons.Bardur Arantsson2010-01-17
|
* Fix long-standing stack smashing bug in automatizer when saving rules.Bardur Arantsson2010-01-12
|
* Import Killerbunnies patch: Trying to activate Piercing Shots now displays a ↵Bardur Arantsson2010-01-12
| | | | | | message if the player is too low-level. Changed from the original patch: Moved logic for the check instead of just duplicating it.
* Import Killerbunnies patch: Add a "you do not you all your fate" text to ↵Bardur Arantsson2010-01-12
| | | | Fates menu if there are fates you haven't discovered yet.
* Import Killerbunnies patch: Two new automatizer rules types <inventory> and ↵Bardur Arantsson2010-01-12
| | | | /equipment> for checking whether an object is in your inventory (equipment respectively).
* 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
|