Сегодня отправил Яну сразу пять pull request'ов, это запросы на внедрение кода в ядро Undum.
Что появится после принятия:
Прилагаю памятный скрин.
Неактивен
Oreolek написал:
Функция enter будет вызываться между выводом названия ситуации SimpleSituation и основного содержимого
А в чём смысл этого? Что если ситуация используется как промежуточный этап, то есть в самой ситуации никакого вывода не предусматривается?
Oreolek написал:
Появится новый синтактис для ссылок: <a href="./action?once">Действие</a> - это позволит писать игры удобнее на Markdown.
Как-то это не сочетается с планами автора платформы реализовать "Link Data", нет?
Link Data
This section describes a feature that is planned, or in development. It may not be functional in the current version of the code.
Undum links are allowed to add query data, e.g. ./action-id?foo=1&bar=2. This extra data is URL-encoded content which will be parsed and passed back to your code. For situation links the data will be passed into the old situation's exit handler, and the new situation's enter handler. For action links, the data will be passed into the situation's act handler. For combined links the data will be passed into both sets of handlers.
Неактивен