1
+ v1.1.174 (30 Sep 2018)
2
+ --------------------------------------------------------------------------------
3
+
4
+ Major new features
5
+ - Axmud can now be run on on *BSD
6
+ - Axmud releases are now available as an .RPM package
7
+ - The installation guide (the INSTALL file) has been greatly expanded
8
+ - The Axmud Guide and the Quick Help document have been converted to HTML, and
9
+ can now be read on the Axmud website. Markdown versions of the text can also
10
+ be found in /share/docs. The PDF/ODT version of the Axmud Guide have been
11
+ removed
12
+ - Added support for ZMP (Zenith Mud protocol). The new 'zmptest' plugin
13
+ demonstrates how additional ZMP packages can be written. New client commands
14
+ ';zmp', 'sendzmp' and ';imputzmp'
15
+ - Added support for AARD102 (Aardwolf 102 channels). New client command
16
+ ';aardwolf'
17
+ - Added full support for MCP v2.1 (Mud Client Protocol). The implementation
18
+ includes the 'dns-org-mud-moo-simpleedit' package. The new 'mcptest' plugin
19
+ demonstrates how additional MCP packages can be written. New client command
20
+ ';mcp'
21
+ - New hook events for these protocols - 'zmp', 'aard102' and 'mcp'
22
+ - 'Free' windows (such as the Connections window, edit and preference windows)
23
+ were too small on some popular Linux distros and on *BSD. Axmud now
24
+ attempts to increase the default size of these windows, if it thinks the
25
+ default size isn't big enough. You can now set the default size yourself, if
26
+ you need to, using the ';setwindowsize' command (or in the client preference
27
+ window). The layout of the Connections window has been rearranged so that
28
+ increasing the default the size is necessary on fewer systems
29
+ - Window tiling is still disabled on MS Windows. Axmud now remembers the size
30
+ and position of each type of window, so you only need to rearrange windows
31
+ on your desktop once. On Linux and *BSD, this functionality is turned off by
32
+ default, but can be turned on if you want to disactive window tiling
33
+ (using the ';disactivategrid' command). New client commands are available:
34
+ ';togglewindowstorage', ';applywindowstorage', ';dumpwindowstorage' and
35
+ ';clearwindowstorage'
36
+ - A new type of random exit. When an exit leads to a randomly-generated area
37
+ every time you go through it, you can now set the exit so that Axmud
38
+ automatically creates a temporary region. Axmud will also try to detect
39
+ when you've arrived back at the original room and, at that point, the
40
+ temporary region is deleted
41
+
42
+ Major fixes
43
+ - Pueblo frames were 100% non-functional in the previous release. Fixed
44
+ - Fixed crash in some Axbasic scripts that try to CALL a SUBroutine
45
+ - Problems with clicking on exits in the automapper window were fixed in the
46
+ previous release, but apparently made the problems worse. Another fix has
47
+ been applied
48
+ - Buttons in the automapper window's toolbar were not desensitised (greyed out)
49
+ correctly. Fixed throughout
50
+ - World commands are normally echoed in the main window, in green. This can be
51
+ turned off, but handling of world commands in this situation was broken. The
52
+ problem has been fixed; in addition, echoing of world commands can now be
53
+ enabled/disabled in the Quick Preferences window (as well as in the client
54
+ preference window, as usual)
55
+
56
+ Minor new features
57
+ - The code handling incoming text from the world has been rewritten and
58
+ optimised somewhat. If you're connected to a world with dozens of colour
59
+ changes per line, you might notice a considerable performance improvement
60
+ - The Debugger task has been renamed as the System task, and can now divert all
61
+ system messages (including ordinary yellow system messages) into its task
62
+ window. The colour of system messages is now preserved in the task window
63
+ (this behaviour can be turned off, if not wanted). The ';setdebuggermode'
64
+ command has been renamed as ';setsystemmode'
65
+ - Regions can now be created with a generic name, e.g. 'unnamed_7',
66
+ 'temporary_9'. When you're prompted for a name, just leave the box empty.
67
+ Temporary regions in the list on the left-hand side of the automapper window
68
+ are now drawn in italics, and separately from all other regions
69
+
70
+ Minor fixes
71
+ - Fixed incorrect handling of ATCP/GMCP data in ';simulatehook'
72
+ - Fixed error in the Connections window caused when typing a replacement host
73
+ name
74
+ - The ';axbasichelp' command now accepts keywords and function names in capital
75
+ letters (since they appear in all-caps throughout the documentation)
76
+ - Fixed several buttons in the Object Viewer window, which were not able to
77
+ view handle various buffer lines correctly
78
+ - When drawing 'wilderness' rooms, the first room in a region was incorrectly
79
+ drawn with exits. Fixed
80
+ - The basic mudlist (the long list of worlds visible in the Connections window)
81
+ now names the Russian language using Cyrillic text
82
+ - The default size for 'main' windows was not loaded from its data file. Fixed
83
+ - Fixed problems with the aliases for ';allocateexit', e.g. ';north',
84
+ ';southwest', ';up', seen whenever the commands are typed with the wrong
85
+ arguments
86
+ - Fixed several crashes seen when the automapper is tracking the current
87
+ location while the automapper window isn't open
88
+ - Several other minor fixes
89
+
1
90
v1.1.138 (31 Aug 2018)
2
91
--------------------------------------------------------------------------------
3
92
4
93
Pre-configured worlds
5
94
- Ten new pre-configured worlds: Adventures Unlimited, Bylins MUD, Clessidra
6
- MUD, DragonStone, HexOnyx, Eternal Darkness, RavenMUD, RealmsMUD, Two Towers
95
+ MUD, DragonStone, Eternal Darkness, HexOnyx , RavenMUD, RealmsMUD, Two Towers
7
96
and Waterdeep
8
97
- Minor improvements to the existing pre-configured worlds: CoffeeMud,
9
98
Discworld, EmpireMud 2.0. If you want to import the improvements into your
@@ -43,7 +132,7 @@ Major new features
43
132
'edit' window now has buttons for quickly swapping the text/background
44
133
colours, and for matching the underlay/background colours
45
134
- New Channels task, which works much like the Divert task, but has multiple
46
- tabs. Both tasks use the same world profile patterns, so you can use
135
+ tabs. Both tasks use the same world profile patterns, so you can use
47
136
whichever one you prefer (but you can't run both at the same time)
48
137
- The Divert task used to be limited to four channels ('tell', 'social',
49
138
'custom' and 'warning'). Both the Channels and Divert task can now use any
@@ -71,8 +160,8 @@ Major fixes
71
160
off) from any 'edit' or preference window. Fixed
72
161
- Fixed a couple of segfaults
73
162
- Entry boxes in many 'edit' windows only accepted an even number, when they
74
- should have accepted a fractional number. Fixed
75
-
163
+ should have accepted a fractional number. Fixed
164
+
76
165
Automapper new features
77
166
- Added graffiti. Temporarily mark rooms you've visited with an X; very useful
78
167
if you want to check every room in a region. When graffiti mode is turned
@@ -98,7 +187,7 @@ Automapper new features
98
187
corresponding to different terrain types)
99
188
- You can now add and delete your own room flags, if you don't like the default
100
189
set that Axmud provides. (Only custom room flags can be deleted)
101
- - Added new room flags for bus stops, player-controlled shops and cafes.
190
+ - Added new room flags for bus stops, player-controlled shops and cafes.
102
191
- There's another new toolbar which you can use to colour in the background map
103
192
directly. It's ideal for features like rivers and mountain ranges which
104
193
exist in the world, but can't be accessed directly by the player. The map is
@@ -171,7 +260,7 @@ Automapper new features
171
260
- The automapper's 'Reposition all maps' operation now sets the visible level
172
261
back to level 0, as well as resetting magnification and the position of
173
262
scrollbars
174
-
263
+
175
264
Automapper fixes
176
265
- Dragging exits was often very difficult because the exit could not be clicked,
177
266
or immediately unselected itself after being clicked. This has been fixed,
@@ -197,7 +286,7 @@ Automapper fixes
197
286
lost; you can now set the new current room right away
198
287
- Labels in maps can now contain '&' characters without generating an error
199
288
message
200
-
289
+
201
290
Minor new features
202
291
- The layout of the 'edit' window for routes has been improved
203
292
- The Locator task can now capture information about the weather, the time of
@@ -215,7 +304,7 @@ Minor new features
215
304
running the installer a second time will work. In most cases, if Axmud
216
305
crashes shortly after it starts for the first time, it won't crash on the
217
306
second or subsequent occasions
218
-
307
+
219
308
Minor fixes
220
309
- The Locator task displays the number of room statements (descriptions) it's
221
310
expecting in its title bar, but this number was not updated frequently
@@ -230,7 +319,7 @@ Minor fixes
230
319
- Trying to connect to a world from the basic mudlist, while specifiying a
231
320
character and password, produced error messages. Fixed
232
321
- ';importfiles' failed to import a world profile exported with an
233
- ';exportfiles -w' command. Fixed
322
+ ';exportfiles -w' command. Fixed
234
323
- Fixed incorrect handling of text in bold white at some worlds
235
324
- Various issues with handling and checking Axmud colour tags have been fixed
236
325
- When Axmud encounters a Perl error, it displays a long error message and
0 commit comments