summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Howard2012-06-09 16:50:09 +0000
committerSimon Howard2012-06-09 16:50:09 +0000
commitddb9af112d766cbc56fb7292f23f45a5f9c13edc (patch)
tree75f475498a25ec43540c21c6446f4580096fa1c1 /NEWS
parent003c82ce37610a66bc61b9380fda6fd74223473b (diff)
downloadchocolate-doom-ddb9af112d766cbc56fb7292f23f45a5f9c13edc.tar.gz
chocolate-doom-ddb9af112d766cbc56fb7292f23f45a5f9c13edc.tar.bz2
chocolate-doom-ddb9af112d766cbc56fb7292f23f45a5f9c13edc.zip
Update NEWS and ChangeLog, bump version number.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2510
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 35 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 0c8b9cf8..d1f3210c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,46 @@
+1.7.0 (2012-06-09):
+
* Fixed gnome-screensaver desktop file (thanks Rahul Sundaram).
* Updated COPYING to current version of GPL2 (thanks Rahul
Sundaram).
- * Fix bug with detection of IWAD type by filename (thanks mether).
- * Reduce palette accuracy to 6 bits per channel, to more accurately
- emulate the PC VGA hardware (thanks GhostlyDeath).
- * Fix teleport behavior when emulating the alternate Final Doom
+ * Running servers now re-resolve the address of the master server
+ occasionally, to adapt to DNS address changes.
+ * Error dialog is no longer shown on OS X when running from the
+ console.
+ * The Makefiles no longer use GNU make extensions, so the package
+ builds on OpenBSD.
+ * There is now an OPL MIDI debug option (-opldev), useful for
+ when developing GENMIDI lumps.
+ * A workaround for SDL mouse lag is now only used on Windows
+ (where it is needed), and not on other systems. This fixes
+ Chocolate Doom on AmigaOS (thanks Timo Sievänen).
+ * UTF-8 usernames are supported, and Windows usernames with
+ non-ASCII characters are now supported (thanks Alexandre
+ Xavier).
+
+ Compatibility:
+ * Palette accuracy is reduced to 6 bits per channel, to more
+ accurately emulate the PC VGA hardware (thanks GhostlyDeath).
+ * Fixed teleport behavior when emulating the alternate Final Doom
executable (-gameversion final2) (thanks xttl).
- * Fix weapon cycling keys when playing in Shareware Doom and using
+
+ Bugs fixed:
+ * Fixed weapon cycling keys when playing in Shareware Doom and using
the IDKFA cheat (thanks Alexandre Xavier).
+ * Fixed the default mouse buttons in the setup tool (thanks
+ Alexandre Xavier).
+ * Chat macros now work when vanilla_keyboard_mapping is turned
+ off.
+ * Default chat macros were fixed in the setup tool.
+ * Ping time calculation was fixed for LAN search, and made more
+ accurate for all searches.
+ * Fixed bug with detection of IWAD type by filename (thanks mether).
libtextscreen:
+ * There is now limited UTF-8 text support in the textscreen
+ library, used in the label and input box widgets.
+ * Scroll bar behavior was fixed (thanks Alexandre Xavier).
* Input boxes stop editing and save when they lose their focus,
correcting a previous counterintuitive behavior (thanks
Twelve).