Stephen Lyons
Stephen Lyons
Thanks for including the documentation in English for the CH341 IC - my Chinese is non-existent! :relieved: I just purchased a cheap-as-chips HL-340 translucent bodied USB to serial adapter/lead and...
This can move a room AND it's custom exit lines **[`setRoomCoordinates(...)`](https://wiki.mudlet.org/w/Manual:Lua_Functions#setRoomCoordinates)** does NOT move the latter, for that the custom line stays the same except the start position of the...
~~`getCharacterName` takes no arguments and returns the "Character name" from the connection screen. There is no provision to change this stored setting.~~ *Extracted and implemented separately as PR #6023.* `sendCharacterName`...
The current code at the top of this, a ___slot___ method, is: mpHost->mInsertedMissingLF = false; if( mWaitingForResponse ) { double time = networkLatencyTime.elapsed(); networkLatency = time/1000; mWaitingForResponse = false; }...
This is similar to the new moveRoom(...) in PR #6010 and it provides the ability to move a map label either to an absolute position (for the top-left corner) or...
I discovered these mistakes recently. Note that the two lines added: * `$${PWD}/../3rdparty/lcf/workshop/formats/lua/syntax/statements/goto_statement.lua \` * `$${PWD}/../3rdparty/lcf/workshop/formats/lua/syntax/statements/label_statement.lua \` would only needed until #5998 is merged - as that will remove the...
#### Brief summary of issue / Description of requested feature: I spotted this whilst reviewing another PR but the `QRegularExpression` used for validation for numeric IP addresses will not work...
#### Brief summary of issue / Description of requested feature: Whilst preparing a test package using the new package exporter I discovered that the `packageName.xml` file within the `packageName.mpackage` zip-format...
#### Brief summary of issue / Description of requested feature: `./CI/appveyor.install.ps1` is used in the `./setup-windows-sdk.ps1` script and it includes a function `CheckAndInstallMingwGet` which is defined in `./CI/appveyor.functions.ps1` and which...
Um, I've just cloned and built this library and I can see there is a `doc` directory and that it contains `html` pages but that these are not _installed_ outside...