Commit graph

2 commits

Author SHA1 Message Date
Stephen Lyons
ee1cc2e373
Infrastructure: purge trailing whitespace (#7949)
#### Brief overview of PR changes/additions
Use a ` +$` search-and-replace to remove trailing spaces in `.cpp` and
`.h` source code files to remove unwanted trailing whitespace that has
crept into a number of files.

#### Motivation for adding to Mudlet
To clean up files as `git` notices such white-space and objects in some
circumstances - and such spaces are redundant in the source code.

#### Other info (issues closed, discussion etc)

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
2025-07-13 14:29:14 +01:00
eowmob
8e4eade76b
Fix: MXP version/style for better game compatibility (#6788)
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Parses the style argument of MXP version, like <VERSION StyleID>, and
returns the version (and style id) only when an empty <VERSION> tag is
send. Cf. https://www.zuggsoft.com/zmud/mxp.htm#Version%20Control This
is also how Zmud, Cmud and Mushclient process the <VERSION> tag.
#### Motivation for adding to Mudlet
Enhance MXP v1.0 compliance
#### Other info (issues closed, discussion etc)
cf. [MXP enhancements, was PR
#4200](https://forums.mudlet.org/viewtopic.php?p=47108#p47108)
2023-04-27 07:03:43 +02:00