Project

Profile

Help

Builds » History » Sprint/Milestone 20

Vincent Le Goff, 01/03/2017 01:48 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 20 Vincent Le Goff
h2. Build 40
6
7
* Add a setting to disable rich text control (#82).
8
  You will find this setting in the menu bar, *File* -> *Preferences*, *Accessibility* tab.  Disabling the rich text control can be useful for accessibility, although it removes colors from the client.
9
* Creating a new world and closing the dialog does not lead to an error (#69).
10
* Fix a bug when closing all tabs in the client.
11
12 19 Vincent Le Goff
h2. Build 39
13
14
* Add a button to import a world right in the connection window (#60):
15
  It is now possible to import a world before connecting (which makes more sense in most cases).  Simply click on the *Import*  button in the connection window and select whether you want to import a world online or on disk.
16
* Display a dialog box to announce the world was correctly installed (#63).
17
* Installing a world with channels doesn't create "popup" windows (#81).
18
* Restarting CocoMUD after installing a new world isn't required anymore.
19
20 18 Vincent Le Goff
h2. Build 38
21
22
* Add notepads for each world and characters (#62):
23
  CocoMUD now keeps track of separate files, where you can store any information, like exploring landmarks, quest reminders and so on.  You have a specific notepad for each world, which can be opened through the menu bar -> *Game* -> *Notepad* -> *For this world...* menu.  Simply type in your text, press Escape when you want to close it and save it.  The same system holds true for character-specific notepads, which you can open in the menu bar, *Game* -> *Notepad* -> *For this character...* menu.  This second notepad will not be accessible through other characters of this world.
24
* Add a documentation for [[Macros|macros]].
25
* Add the mark triggers in the trigger dialog (#30).
26
* Allow triggers without action (most useful for mark triggers).
27
* Fix several visual errors in the interface.
28
29 17 Vincent Le Goff
h2. Build 37
30
31
* Add the ability to configure characters in worlds (#61):
32
  This feature allows to create several characters per world.  Characters can contain more specific configuration (like aliases, macros or triggers), but also login information.  A character will store the information in an encrypted file, to login more quickly.
33
  To create a character, choose a world from the list in the connection area, then press tab and select "any" (the default choice).  Press RETURN or click the *connect* button.  You have opened a random character associated with this world.  To now save it, go to the menu bar, *game* -> *Change this character's setting...*.  In this dialog, enter a name for the newly-created character, a username (or a list of commands to be sent before the password), the password itself and then a list of commands to be sent after the password (if any).  Click *OK* to save in an encrypted file.  The next time you connect, you should see this character in the available list (select the world, then press Tab to find this character).  CocoMUD will enter the commands you have provided, and will do so if you ask to be reconnected as well.
34
* Fix a bug when trying to create a new world (#66).
35
* Add the crash report dialog:
36
  This dialog appears when an error occurs during a given task.  It will provide you with additional information about the bug, and will explain you how to report this bug to the team of developers.
37
38 16 Vincent Le Goff
h2. Build 36
39
40
* Add the marked trigger (#30).
41
  Marked triggers can ask to move the cursor to a specific line.  For instance, if one receives a message, the cursor can be moved right on this message.  This can also help to explore, to move the cursor on the list of exits, for instance.
42
* Update the client's design and window.
43
* Add support for handling colors (#65).
44
45 15 Vincent Le Goff
h2. Build 35
46
47
* Add the feature to import a world, from a file or online (#60).
48
  There is now a new menu, "import", in the menu bar -> *file* menu.  In it are two options, one to import a world from a file, the other to import one online.  The second option tries to find the worlds already configured on the project's website.  One can download and install them directly.
49
50 14 Vincent Le Goff
h2. Build 34
51
52
* Add the system of channels (#50):
53
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.
54
* In the preferences dialog, *accessibility* tab, users now can set whether the TTS is interrupted or not (#40).
55
* When changing the TTS options in the preferences, the options are taken into account immediately (#55).
56
* Fix some bugs in the SharpScript engine.
57
58 13 Vincent Le Goff
h2. Build 33
59
60
* Multiline aliases/macros/triggers do not bug anymore (#63).
61
* One can now enter SharpScript in macros (#59).
62
* Variables are now described in the [[Alias|alias]] documentation.
63
* The title of the window with several open tabs is now accurately updated (#51).
64
65 12 Vincent Le Goff
h2. Build 32
66
67
* Add a syntax to write variables in SharpScript:
68
  The syntax is @$variable@.  Variables have been added to aliases (#45) and triggers (#44).
69
* Fix a minor bug in command stacking.
70
* Add mute triggers, which will be useful to support audio prompts.
71
72 11 Vincent Le Goff
h2. Build 31
73
74
* Improve the debug logging system.
75
* Restructure the catalogs for translation (#41).
76
77 10 Vincent Le Goff
h2. Build 30
78
79
* Add a logging system to debug events.
80
81 9 Vincent Le Goff
h2. Build 29
82
83
* Attempt to fix a bug using the @#play@ function while several worlds are opened (#48).
84
85 8 Vincent Le Goff
h2. Build 28
86
87
* Add [[CommandStacking|command stacking]], to send multiple commands at once, using the semicolon or another character (#32).
88
89 6 Vincent Le Goff
h2. Build 27
90
91
* Open multiple worlds in tabs (#42):
92
  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.
93
  The feature to change the window's title when unread messages are received (#20) now takes into account the selected tab only.
94
* New menus to disconnect and reconnect from a world (#43):
95
  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.
96 7 Vincent Le Goff
* The client doesn't lag if connection to a distant server takes some time (#21).
97 6 Vincent Le Goff
98 5 Vincent Le Goff
h2. Build 26
99
100
* 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).
101
102 4 Vincent Le Goff
h2. Build 25
103
104
* Add the command history
105
  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.
106
* One can now paste several lines to send multiple commands (#27).
107
108 2 Vincent Le Goff
h2. Build 24
109
110 3 Vincent Le Goff
* Update the documentation of the basic features (#36).
111
* Remove the obsolete settings based on an input and output field (#35).
112
* When tabbing to tab-complete, the TTS speaks (and displays) the found result.
113 1 Vincent Le Goff
114
h2. Build 23
115
116 3 Vincent Le Goff
* Add the tab-completion (#34):
117 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.