Project

Profile

Help

Builds » History » Sprint/Milestone 14

Vincent Le Goff, 12/12/2016 03:12 PM

1 1 Vincent Le Goff
h1. What's new in recent builds
2
3
This page describes the new features added and changes made to each build.  You can browse through each build using headings.
4
5 14 Vincent Le Goff
h2. Build 34
6
7
* Add the system of channels (#50):
8
Channels can keep track of a list of events.  They are particularly useful to log communication channels on the MUD.  Through the trigger system, users can feed a channel.  Through a macro or alias, this channel can be displayed in a list, in a separate dialog box.
9
* In the preferences dialog, *accessibility* tab, users now can set whether the TTS is interrupted or not (#40).
10
* When changing the TTS options in the preferences, the options are taken into account immediately (#55).
11
* Fix some bugs in the SharpScript engine.
12
13 13 Vincent Le Goff
h2. Build 33
14
15
* Multiline aliases/macros/triggers do not bug anymore (#63).
16
* One can now enter SharpScript in macros (#59).
17
* Variables are now described in the [[Alias|alias]] documentation.
18
* The title of the window with several open tabs is now accurately updated (#51).
19
20 12 Vincent Le Goff
h2. Build 32
21
22
* Add a syntax to write variables in SharpScript:
23
  The syntax is @$variable@.  Variables have been added to aliases (#45) and triggers (#44).
24
* Fix a minor bug in command stacking.
25
* Add mute triggers, which will be useful to support audio prompts.
26
27 11 Vincent Le Goff
h2. Build 31
28
29
* Improve the debug logging system.
30
* Restructure the catalogs for translation (#41).
31
32 10 Vincent Le Goff
h2. Build 30
33
34
* Add a logging system to debug events.
35
36 9 Vincent Le Goff
h2. Build 29
37
38
* Attempt to fix a bug using the @#play@ function while several worlds are opened (#48).
39
40 8 Vincent Le Goff
h2. Build 28
41
42
* Add [[CommandStacking|command stacking]], to send multiple commands at once, using the semicolon or another character (#32).
43
44 6 Vincent Le Goff
h2. Build 27
45
46
* Open multiple worlds in tabs (#42):
47
  It is now possible to open several worlds in tabs, or even a world several times in tabs.  In the file menu are three new options, to create a new world, open a world in a different tab and close the current tab.  One can navigate between tabs using Ctrl + tab or Ctrl + Shift + tab as usual.
48
  The feature to change the window's title when unread messages are received (#20) now takes into account the selected tab only.
49
* New menus to disconnect and reconnect from a world (#43):
50
  A new menu item in the menu bar, named connection, has been added.  In it are options to disconnect from the current world, and reconnect to it.
51 7 Vincent Le Goff
* The client doesn't lag if connection to a distant server takes some time (#21).
52 6 Vincent Le Goff
53 5 Vincent Le Goff
h2. Build 26
54
55
* When outside of the window, if messages are received, the window title changes to let the user know notifications are waiting on the client (#20).
56
57 4 Vincent Le Goff
h2. Build 25
58
59
* Add the command history
60
  The command history remembers all commands you have entered.  You can use it by pressing CTRL + up or down to go up or down into your list of commands.  Alternatively, you can use command history in lock mode, by pressing Escape, then navigating in the history using the arrow keys.  You can leave lock mode by pressing Escape again.
61
* One can now paste several lines to send multiple commands (#27).
62
63 2 Vincent Le Goff
h2. Build 24
64
65 3 Vincent Le Goff
* Update the documentation of the basic features (#36).
66
* Remove the obsolete settings based on an input and output field (#35).
67
* When tabbing to tab-complete, the TTS speaks (and displays) the found result.
68 1 Vincent Le Goff
69
h2. Build 23
70
71 3 Vincent Le Goff
* Add the tab-completion (#34):
72 1 Vincent Le Goff
  When the client receives messages from the server, it stores all words by frequency.  When you begin typing a letter or more and then press tab, the client will try to finish the word you were typing.  If you're not satisfied with this choice, you can press tab again and the client will display another result.