summaryrefslogtreecommitdiff
path: root/doc/changes.txt
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-23 00:33:19 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-23 00:33:19 -0700
commitd6b913d3ca2e84b75f3675fd6e9f5246c100cf27 (patch)
tree5fc28b7efc737bf2c79dc7d799e0a6013957fe11 /doc/changes.txt
parentc42f029316c0c004a795ca170bdb50644a800534 (diff)
parent73a0259be1d44fdb2ab34266ae0ff63f0d8f0b60 (diff)
Merge branch 'master' into dgit/siddebian/2.4.0-ah-1archive/debian/2.4.0-ah-1
Diffstat (limited to 'doc/changes.txt')
-rw-r--r--doc/changes.txt36
1 files changed, 31 insertions, 5 deletions
diff --git a/doc/changes.txt b/doc/changes.txt
index 7835ab9a..a880e203 100644
--- a/doc/changes.txt
+++ b/doc/changes.txt
@@ -1,12 +1,38 @@
-T.O.M.E 2.4.x (ah)
+T.o.M.E 2.4.0 (ah)
Game:
-- Removed Alchemist class from ToME module. They were
- horribly broken and encouraged only scummy play. They
- were also indirectly responsible for a lot of items
- that were junk to every other character class.
+- Removed traps and related skills. (Thanks to "miramor" for doing
+ most of the actual work on this.)
+- Removed Alchemist class from ToME module. They were horribly broken
+ and encouraged only scummy play. They were also indirectly
+ responsible for a lot of items that were junk to every other
+ character class.
+- Remove Runecrafer class.
- Increased size of the home drastically.
+- Fix "far reaching attack" skill. (Thanks to "miramor".)
+- Remove pointless player stats such as "gender", "age", "height",
+ etc.
+- Disallow casting for Posessors when they don't have enought SP.
+ (aka "Remove system shock".)
+- Magic Mapping now maps the whole level instead of only the display
+ region.
+- Summoned monsters appear around summoner instead of player.
+- Remove various mostly inconsequential options.
+- Use PCG random number generator instead of the old custom one.
+- Grant player full monster knowledge.
+- Theme: Fix final guardian artifact for Land of Mountains.
+- Theme: Remove armor restriction for Eagle/Dragon races.
+
+Build:
+
+- Use C++14.
+- Use (vendored) "cppformat" for string formatting.
+- Use (vendored) "jsoncons" instead of "jansson".
+- Produce individual executables for each of the supported platforms
+ instead of a single executable.
+
+
T.o.M.E 2.3.10 (ah)