summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes.txt31
-rw-r--r--src/loadsave.c1
-rw-r--r--src/tables.c2
3 files changed, 32 insertions, 2 deletions
diff --git a/changes.txt b/changes.txt
index 9fc658c4..d95e9b11 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,8 +1,37 @@
T.o.M.E 2.3.10 (ah)
+User Interface:
+
+- Always display list of selectable objects, i.e. remove the option of
+ pressing '*' to hide list.
+- GTK2: Allow running with Shift + arrow keys. (Thanks to Lord
+ Estraven.)
+- SDL fixes. (Thanks to Lord Estraven.)
+- System-wide character scores were removed. Use the ladder at
+ http://angband.oook.cz instead.
+- Panic saves are no longer created. Saving state when memory is
+ likely corrupted seems like a bad idea.
+- Remove long-obsolete front-ends.
+- Unix: Removed pointless and error-prone signal handling aimed at
+ preventing cheating.
+- Removed gamma correction.
+
Game:
-- setuid operation is REMOVED; do NOT install ToME as setuid!
+- Killerbunnies: Character dump now lists companions.
+- Killerbunnies: Fix dodge messages.
+- Imported Theme 1.2.0 since this excellent module by Furiosity seems
+ to not be downloadable any more.
+- Further Thaumaturgy tweaks by Lord Estraven
+
+Build:
+
+- Setuid support REMOVED; do NOT install ToME as setuid!
+- Fixes for system installation. Thanks to 'darwin' for reporting.
+- Fix linking problem with the 'curses' front-end.
+- Add DEBUG.txt file for information on enabling debugging in builds.
+
+
T.o.M.E 2.3.9 (ah)
diff --git a/src/loadsave.c b/src/loadsave.c
index 08cb53b3..049801de 100644
--- a/src/loadsave.c
+++ b/src/loadsave.c
@@ -690,6 +690,7 @@ static bool_ do_extra(int flag)
do_u32b(&dummy32u, flag); /* Load-compatibility with old savefiles. */
/* Special stuff */
+ do_u16b(&tmp16b, flag); /* Dummy */
do_u16b(&total_winner, flag);
do_u16b(&has_won, flag);
do_u16b(&noscore, flag);
diff --git a/src/tables.c b/src/tables.c
index a06c0143..7d87d5d8 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4910,7 +4910,7 @@ module_type modules[MAX_MODULES] =
{
{
{ "ToME",
- { 2, 3, 9 },
+ { 2, 4, 0 },
{ "DarkGod", "darkgod@t-o-m-e.net" },
"The Tales of Middle-earth, the standard and official game.\n"
"You are set on a quest to investigate the old tower of Dol Guldur.\n"