-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathChangeLog
More file actions
175 lines (145 loc) · 4.05 KB
/
ChangeLog
File metadata and controls
175 lines (145 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
2.5
* new github workflow;
* doc fixes.
2.4
* new gameover scene has 'gameover' attr;
* new getDaemons();
* new gameover does getDaemons():zap() on enter;
* new concealed attr is removed while item moves to player;
* new obj.is_once();
* doc updates;
* MetaTranscript i18n;
* better UNKNOWN_OBJ msg.
2.3
* TakeAll do not take partofs;
* mp.strict_mode experiment;
* mp.inp_delim;
* fix with :match;
* fix in post_action when abort_cmd (snapshots);
* fix in ru so/s;
* fix in Exit.EXITED msg;
* better gfx attr support (instead.tiny uses pic).
2.2.1
* fix with so shortcut.
2.2
* fix crash with mp:myself();
* fixes with Meta commands;
* fix in std.busy();
* backports from re:instead project.
2.1
* disable transcript while autoscript cmd;
* mp.detailed_attr;
* mp.msg.INCOMPLETE_NOUN/SECOND_NOUN/UNKNOWN_VERB rewrite;
* mp:content rewrite;
* mp:footer();
* mp:verb_filter() (ru: better verb detection);
* ru: #Insert fix;
* fixes in autocompletion;
* English library fixes.
2.0
* mp.maxscore;
* MetaScore command;
* MetaVerbs command;
* MetaVersion command;
* better @compass default verb;
* #vo/#so in shortcuts;
* orders module, react module rework, hooks module;
* better hints messages.
1.12
* "object" ^ w as safe variant of w ^ "object";
* 'nonlive' words have higher priority;
* mp:pager_mode(true) by default;
* new theme;
* MetaForm verb added;
* documentation fixes;
* Burn verb fix;
* better mp error messages.
1.11
* mp:defprio() -- default obj priority. -1 for animated;
* Tell * fix;
* bugfixes in en library.
1.10
* mp:pager_mode() experiment;
* for_plural is documented;
* #Drop splitted in #Drop and #Insert;
* use less memory while compiling dict;
* all mp.msg.* can be functions;
* home/end keys while edit line;
* bugfixes.
1.9
* Cut verb fix;
* Use verb added;
* Jump to compass2 -> walk;
* mp:onedit (keyboard sound);
* mp:pager_mode().
1.8
* fix while move object with player;
* pattern matching and case fix (with *);
* HEREIS/HEREARE msg.
1.7
* small fixes (errhints, mp:move() retval, verbs, messages etc);
* VerbExtendWord() added;
* LetIn event;
* use utf8 functions of upcoming INSTEAD 3.2.2;
* gameover -- do not redraw scene on look;
* fixes in doc.
1.6
* better hint messages;
* some verb fixes (Jump, JumpOver);
* #Open/Close splitted into #Open,Unlock/Close,Lock;
* small fixes in verbs.
1.5
* fixed error while enter wrong cmd and mouse over menu;
* Walk crash with disabled compass fix;
* TakeAll and DropAll are recursive;
* TakeAll and DropAll ignores concealed;
* morph now includes patches on dict;
* fix in mp:content() and dsc returning false;
* main3.lua launcher;
* onexit/exit calls when walk from object;
* internal cleanups;
* persist objects may have dsc;
* sorting content using pri;
* scope logic fix;
* fixes in mplib.
1.4
* mp:GetOff fix;
* module moved into parser/ subdir;
* snapshot and undo fix.
1.3
* some verbes fixed in mplib;
* varg fix;
* most verbs are splitted with main and after_ event;
* isDaemon and ob:isDaemon() functions;
* daemon for_each loop fix;
* mp:err refactoring.
1.2
* some verb synonims;
* parser expert on/off mode;
* unicode input (INSTEAD >= 3.3 only).
1.1
* Better hint message (unknown noun);
* Fixes in mp:synonyms.
1.0
* cleanup of code;
* fixes in :dict logic.
0.93
* Enter (inside) pattern added;
* up/down shorten in ru;
* @all (DropAll, TakeAll);
* mp.expert_mode added (multiple commands, shortens);
* mp.compare_len (short objects words);
* life methods called on non-animated objects too;
* daemon fix;
* mp.auto_animate option.
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 8 Dec 2018 10:43:00 +0300
0.92
* PARTOF msg fix;
* NO_LIVE_ACTION msg;
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 9 Nov 2018 09:11:00 +0300
0.91
* speed up.
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 27 Oct 2018 16:30:00 +0300
0.9
* first release.
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 13 Oct 2018 12:47:00 +0300