Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Mudlet/Mudlet

⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
https://github.com/Mudlet/Mudlet

Add getLineWrap lua function (#4432)

Co-authored-by: Piotr Wilczynski <[email protected]>

2fd0bec9b2000a2f3e10268c41f3f280fdbb822f authored almost 4 years ago by Piotr <[email protected]>
Add download progress event (#4433)

* add download progress evetn

* wrap TDdebug in check

* will pass nil value if totalBytes ...

d3921fcb787a9daaf7178d379a38ec43b4797707 authored almost 4 years ago by Piotr <[email protected]>
CHARSET ACCEPTED does *not* include the separator. (#4431)

There's no point (ACCEPTED only carries one charset).
Also, RFC 2066 doesn't have that.

e2172621df8f2a39f549d0df23d29586d7675d79 authored almost 4 years ago by Matthias Urlichs <[email protected]>
(autocommit) Updated text for translation (#4429)

Co-authored-by: mudlet-machine-account <[email protected]>

81f64585d1a583da69f6b184c1c370abfcbcd78a authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Cleanup: remove use of deprecated QString::sprintf(...) (#4426)

This was not recommended for use even as far back as Qt 4.8 see:
https://doc.qt.io/archives/qt-...

91148c60375ee0e1c8e0565910e338ca26eb11ae authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsoleted form of QString::split(...) (#4424)

Change:
`(QStringList) QString::split(const QString&, QString::SplitBehavior,
...

58970b8c7f07368a6973f99b3599d6432f2eea42 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: do not use QMultiMap::insertMulti(...) on QMultiMaps (#4425)

The `insertMulti` method is implicit on a multi-map and is deprecated now.
(As is using it on `...

eebed5767324c0811fc84bb29845ccb3b637901f authored almost 4 years ago by Stephen Lyons <[email protected]>
Don't link to YAJL (#4406)

154c51446c36d625c9c2500939d59b76dbba2404 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Cleanup: fix initialisation orders in constructors (#4388)

Also removes unused:
* (bool) Host::mAutoReconnect
* (QString) Host::mBufferIncomingData
* (Q...

ac5fcc48cbad352c13c0af4e0773cee95fb1b2b7 authored almost 4 years ago by Stephen Lyons <[email protected]>
Revise: remove all `QPalette`s from forms/dialogues (#4310)

This should close #4244 but might introduce other colouration issues in the
affected forms/dial...

89be4cc83427bb7e030a5269d09000b760d02aba authored almost 4 years ago by Stephen Lyons <[email protected]>
Mark showHandlerError as internal function (#4422)

da7bd7693df2562a63e37b5bf01bffaf0629823f authored almost 4 years ago by Vadim Peretokin <[email protected]>
(autocommit) Updated dblsqd submodule to latest in our fork (#4402)

Co-authored-by: mudlet-machine-account <[email protected]>

6e1a4a28ff848c5d98ec88a0f8c31b7bb37a9f90 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(autocommit) Updated edbee-lib submodule to latest in our fork (#4403)

Co-authored-by: mudlet-machine-account <[email protected]>

8bb7d054d85f82478988ab9b51e7c8eae43311b4 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Telnet options within a subnegotiation don't work (#4394)

* Telnet options within a subnegotiation don't work

Thus we terminate the sub-neg at this poi...

e2ba2c1ea6ede96d5befa3a6525d92ee2f42d41e authored almost 4 years ago by Matthias Urlichs <[email protected]>
Recommend squash merge of PRs (#4407)

* Prefer squash over rebase merge

* Specify PTR changelogs

* typo

45ae7d2fc6c5284fd5d47b7f242312796d2a553c authored almost 4 years ago by Kebap <[email protected]>
Cleanup: prevent unused value warnings (again!) (#4415)

Using `Q_UNUSED` will silence the warnings that CMake gives us, though
we have disabled them fo...

d5e71353e573d648efbd3464baea12a5117996fe authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace deprecated QFontMetrics::width(...) uses (#4397)

In Qt 5.11 (the earliest we now support)
`(int) QFontMetrics::width(const QString&)`
was suppl...

e321c9d6e2ae2ffd8c385cee7c5641c91aa99041 authored almost 4 years ago by Stephen Lyons <[email protected]>
(autocommit) Updated text for translation (#4409)

Co-authored-by: mudlet-machine-account <[email protected]>

b9c4d7af60519c599ab52823d00367c1a6649910 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Upload Appveyor failure log as an artifact (#4405)

37cb258e6f60a198246a76c9ffd8fc33adf86129 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Revise: put replay start and end messages through translation system (#4401)

The texts were not being marked for translation.

The PR was revised to take the white space o...

aef04c442c792206aaaf7a309717d6ce50ad8b1c authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsoleted QTime::elapsed() with QElapsedTimer::elapsed() (#4400)

The latter has been present since Qt 4.7 and even on some Windows OSes
where it may be a 32-Bit...

3b33bfb6f03e3c405c7713306de8f95bd476a0c9 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: remove some signed to unsigned int comparison warnings (#4396)

Signed-off-by: Stephen Lyons <[email protected]>

a447607d3654abb6101acb86f51c8efd5db42609 authored almost 4 years ago by Stephen Lyons <[email protected]>
Revise: unhide warnings in QMake builds (#4395)

This was concealing errors in both our and third-party's code but since
we/they have/are workin...

5d4e466472c5848e1d1f7dc9b363ef68bf84f6fc authored almost 4 years ago by Stephen Lyons <[email protected]>
Fix broken editor regression (#4404)

This reverts commit b33b6c8dc3928a6aaa2fcc6ae182e54ec89b5768.

5ffac37c2e55bfc31f759afea8a91733132f5ef2 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Qt deprication: Update obsolete currentIndexChanged(QString) call (#4392)

c62de15d46e32a780a56ac24215d0a96d56e89fc authored almost 4 years ago by Vadim Peretokin <[email protected]>
Qt deprication: Remove depricated setMargin (#4391)

0a27369e41409fc3f33d425de1d584ba43b05350 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Qt deprication: Update ItemIsTristate to ItemIsAutoTristate (#4393)

b6daae94c12847232e1b9bcfa0369c0f777cefef authored almost 4 years ago by Vadim Peretokin <[email protected]>
Support for selecting words/lines with mouse by double/triple click (#4323)

* Support for selecting words/lines with mouse by double/triple click

Previously, you could d...

f1c51c9db4d0f4c3592b055c056aaa98e283bf9f authored almost 4 years ago by ethorondil <[email protected]>
Cleanup: replace deprecated std::uncaught_exception()

`std::uncaught_exception()` was deprecated in C++17 and is to be removed in
C++20.

It has been ...

a88c2bf76d1ea1a1a54674bf7b393b0285c27bfd authored almost 4 years ago by Stephen Lyons <[email protected]>
Make the new line its own entry in the history buffer. (#4389)

* Make the new line its own entry in the history buffer.

Placing the new (empty) line in its ...

84423b92f7e71f1b826e5e6339448fd15cea8c81 authored almost 4 years ago by ethorondil <[email protected]>
Cleanup_prevent unused value warnings

Using `Q_UNUSED` will silence the warnings that CMake gives us, though
we have disabled them for...

b33b6c8dc3928a6aaa2fcc6ae182e54ec89b5768 authored almost 4 years ago by Stephen Lyons <[email protected]>
Update dlgConnectionProfiles.cpp (#4386)

Updated the Cleft of Dimensions server address from cod.mudmagic.com to cleftofdimensions.net

332b21b07d073208352cfacd1191147c12777dc6 authored almost 4 years ago by MTSowbug <[email protected]>
Cleanup: reduce number of warnings in TMap class

Eliminate a couple of empty functions.

Handle some warnings about some comparisions of signed v...

a1eb361ecafa9c5477f633d169a7d295ff8224a8 authored almost 4 years ago by Stephen Lyons <[email protected]>
BugFix: ensure Map Labels for an area are deleted when it is (#4369)

Not doing this was causing anonymous areas with the same IDs (but no rooms)
to be regenerated w...

50ff3e8d4c69005813754dc448ed7f91d70dabc8 authored almost 4 years ago by Stephen Lyons <[email protected]>
Show compile speed when built with github actions (#4356)

10ba171a0fbe57a0c983fa8984dd077f86e3f14a authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add a debug message for when charset is changed by server (#4376)

ce2cdfd23a66b5fd6905ae29340583fb1b6228da authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add vscode extension recommendations (#4365)

7c4ba4d3df0f12231af1bdcae42c7eea9a23f607 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Allow triggering Mudlet build manually in Github Actions (#4351)

a563e81dbd0bbb2fdce16872bc728756f704d6a9 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Update Lua 5.1.5 vcpkg port (#4375)

57fd0cff21421b79583a01804749deaea6a44940 authored almost 4 years ago by Vadim Peretokin <[email protected]>
(autocommit) Updated text for translation (#4371)

Co-authored-by: mudlet-machine-account <[email protected]>

b5fd29e9c66b7a4a053b82d0eceb85f0cc16ebdf authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Smoothly transition scrolling when screen splits using scrollwheel (#4345)

Co-authored-by: Vadim Peretokin <[email protected]>

61ade4f2c78ca727a813664f4021bd6f25967071 authored almost 4 years ago by ethorondil <[email protected]>
More cleanup of TCommandLine history/entercommand (#4331)

* remove duplicated code already in enterCommand()

* put rest of duplicated code into enterCo...

4b3489853ba0373bf575d42245eb460556e14202 authored almost 4 years ago by ethorondil <[email protected]>
Fix copy2color (#4358)

* Checking for errors by comparing with ERROR does not work.

* Return old error message for c...

9514fe8f0699847795cadd67dded1a4dd37c7510 authored almost 4 years ago by Matthias Urlichs <[email protected]>
Bump leafo/gh-actions-luarocks from v3 to v4 (#4378)

Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from v3 to v4.
...

1a5dd4adf7e30897ee74e351d430b90b600e366f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Geyser docs action to work again (#4374)

7e5c1193b932c62833d0247f4f7a097a55a3c3a8 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Update autocompletion action to work again (#4373)

53e553acf84128544287e46be1aeb2b183d70dce authored almost 4 years ago by Vadim Peretokin <[email protected]>
Up XCode version (#4367)

* Up XCode version

* Update .travis.yml

e3c12d62065570e5e22eb49e6e1ab6abd987103a authored almost 4 years ago by Vadim Peretokin <[email protected]>
Remove unused PCRE16 flag (#4364)

bea4ce39ad2e064743d8bbc10d0bcf2edbb5dcbf authored almost 4 years ago by Vadim Peretokin <[email protected]>
Update: libcommuni to 3.6.0 (#4303)

Pull in the updated files from upstream. Note that upstream does not
provide a CMake project fi...

0aa3f1b568084bf0d451920686cfad09700281e1 authored almost 4 years ago by Stephen Lyons <[email protected]>
Fix Windows Appveyor builds (use Qt 5.12.10)

8dd6974a0d78ff7d255208d7b18342ef79b1d08f authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add Windows 64bit build to Github Actions (#4348)

* Add mingw-64 build

* Add --trace-expand

* Use correct variable for checking dev/ptb stat...

c993ae52c25b2f9b6855398028588c1e3a4a20a1 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add a warning to generic mapper version (#4357)

09fb262136975b870199c3b33d00a9de1c0d4e37 authored almost 4 years ago by Vadim Peretokin <[email protected]>
(autocommit) Updated autocompletion data (#4355)

Co-authored-by: mudlet-machine-account <[email protected]>

b9dd84f5fdf231d31dfcc8a0ecef9c463e9d5eab authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix wrong variable scope in name_search for generic mapper (#4353)

f84a599459656afa0e867adabfd755007455deb6 authored almost 4 years ago by wiploo <[email protected]>
Bump 3rdparty/vcpkg from `bf79851` to `4b222f8` (#4346)

Bumps [3rdparty/vcpkg](https://github.com/microsoft/vcpkg) from `bf79851` to `4b222f8`.
- [Rele...

0b7b7e9d714afe25841d1efe3449b448e9871e6e authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tweak dependabot config (#4339)

* Update dependabot.yml

* Check on Fridays like our acions

6a02a2738e4234dfb857311b585112ded724f4e2 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Bump carlosperate/download-file-action from v1.0.0 to v1.0.3 (#4338)

Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) ...

77ce8ad9962d0358d9d51ab5969e730fb3c2dfb0 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-node from v1.1.0 to v2.1.2 (#4337)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1.1.0 to v2.1.2.
- [Rel...

5e36fbcb34e156a44429135c37bb0d9183bb2cb2 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix macOS Actions builds (#4343)

* Restore ccache after vcpkg is compiled

* Run before ccache installed

aae186404be94be85b167cbf052d67a4509ddb6d authored almost 4 years ago by Vadim Peretokin <[email protected]>
[generic_mapper] custom function has missing lines variable (#4341)

* adding missing lines variable to custom function

* added versione information

74e77f34997d5aa0a295f1fefdbc5607c9b59f05 authored almost 4 years ago by wiploo <[email protected]>
Bump leafo/gh-actions-luarocks from v2 to v3 (#4335)

Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from v2 to v3.
...

0177329bb8a33f312f471aa78ce442e0d85bddca authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump leafo/gh-actions-lua from v5 to v7 (#4336)

Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from v5 to v7.
- [Release...

b962275445bf9771e23c93444f8ba62d467564bf authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Trim unneeded apt dependencies in Linux Actions (#4328)

e6d3a766cb4d8ce70045516173e658fae0772b5e authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add Dependabot configuration (#4330)

* Create dependabot.yml

* Add submodules as well as an experiment

3f55bf2a339dfad071b7889f19d476f55a97a1cf authored almost 4 years ago by Vadim Peretokin <[email protected]>
New Crowdin updates (#4278)

* New translations mudlet.ts (Russian)

* New translations mudlet.ts (Chinese Simplified)

*...

755c9c04574e86e8dd5e305468ef3a78799e1c7d authored almost 4 years ago by mudlet-machine-account <[email protected]>
Fix Windows PTBs to build again (#4326)

This reverts commit a3f2e2ff1eef54f03323c8ce537cea30bf302066.

aa90189fd595d9f73176a0ef5bed4454751629cd authored almost 4 years ago by Vadim Peretokin <[email protected]>
Plug in ccache to Github Actions (#4329)

* Plug in ccache for faster macOS/Linux builds

* Trim whitespace

* Update build-mudlet.yml...

22c7b7a5f72c53ab26a6057868ee9e44f6585f58 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Fix macOS Actions builds (#4327)

* Fix macOS Actions builds

* Rearchitect to be simpler

* Try building without a prefix path

c32bac686c5132c280803fed850b1b6aaf741340 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Allow config custom_name_search in generic_mapper (#4257)

* insert config custom_name_search

* use 'mudlet' namespace for custom_name_search

* Updat...

34b5ed9edd5a548d56e60dbdff1579e05bcc8fee authored almost 4 years ago by wiploo <[email protected]>
Translate look in generic_mapper command (#4248)

* translate look command

* Update generic_mapper.xml

f5d519837fb7e9b6c3ed87fcc828c457781247bd authored almost 4 years ago by wiploo <[email protected]>
Refactor history code into one code path (#4324)

* refactor history code into one code path

* Add enum for move direction

2d3ba66618a7a095377ec362d03ce2e730059fde authored almost 4 years ago by ethorondil <[email protected]>
Fix bug when unhighlighting during control-selection. (#4322)

Calling normaliseSelection during unHighlight() is incorrect, because
mPA and mPB are not neces...

d85f07a64607d91ac3c24699d418da21cabf11ba authored almost 4 years ago by ethorondil <[email protected]>
Support X11 selection keyboard (#4321)

edeac1111a31d8bc7dabe235e38f2954e183bc33 authored almost 4 years ago by ethorondil <[email protected]>
(autocommit) Updated edbee-lib submodule to latest in our fork (#4319)

Co-authored-by: mudlet-machine-account <[email protected]>

76f48e25a3c7c566275b18232544ea959a3aaa25 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix Clang Linux builds in Github Actions (#4325)

* Test commit

* Debug Qt install location

* Change compiler on Linux

* Hardcode gcc_64
...

53b1b407ddc599890f2d3ef832077ddd503ad9ca authored almost 4 years ago by Vadim Peretokin <[email protected]>
Fix a bunch of -dev problems (#4320)

* The "main" command line isn't in the map

* Don't shadow variables

Compiler bug workaroun...

641d4c690ef6d2e26798d83772b280910295208f authored almost 4 years ago by Matthias Urlichs <[email protected]>
Build on push to development (#4318)

ecc67a58658520b879a1bc9d305ff3846a571a74 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Update development with 4.10.1 release (#4317)

* 4.10.1 bugfix release

(cherry picked from commit 7b2b6424700826111f4a4446d16f7a79baf2b38a)
...

b1a1b2f9997aa72959f2c58a9e256a41caefc225 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add Linux Clang Qt 5.14 build to Github Actions (#4315)

* Add Linux Clang Qt 5.14 build

* Remove trailing spaces

7d9616260f8c5c1c5ad965f609b53ae7be8074bd authored almost 4 years ago by Vadim Peretokin <[email protected]>
Restore emoji width to previous ones (#4299)

This reverts commit 2c08d564d3b2b86ffa5c9417a3c440c022d2fa86.

8a7e2d898b1ababae3be90b52772da11c0fe2c2b authored almost 4 years ago by Vadim Peretokin <[email protected]>
Fix room movement (#4277)

When moving a room on the 2D map, the room was offset from the actual
mouse position.

The re...

771106531e118559e4da2138eaec8c53e03d94be authored almost 4 years ago by Matthias Urlichs <[email protected]>
Revert getFgColor/getBgColor run-length extension (#4314)

`setBgColor(getBgColor())` regresses

ed8112db9490f3419380071cb3b5e35e7113c781 authored almost 4 years ago by Matthias Urlichs <[email protected]>
Add Qt 5.11 build to Github Actions (#4282)

* Add Qt 5.11 build

* Fix all 3 combinations to run

* Update title for consistency

* Re...

5732008bf3341e29eb6b3ac98e47a46f1a743440 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Disable updating widecharwidth (#4300)

45d306f93e15171ce454e21068fefe3211505d19 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Remove deprication warning in SSL code (#4302)

1ee3b926231f87df6eefbce56786c480aa8e28de authored almost 4 years ago by Vadim Peretokin <[email protected]>
CHARSET handles ASCII and ISO variants (#4309)

* CHARSET handles ASCII and ISO variants

* Added some safety checks

aa158ed62251e5b07308982519d02900af62e0d4 authored almost 4 years ago by Mike Conley <[email protected]>
IRC '/quit' no longer crashes Mudlet (#4308)

The QScopedPointer problem bit us again, but not after this.

Closes #4304.

7af3be919e15346d22cc2edee927e407fad6464c authored almost 4 years ago by Matthias Urlichs <[email protected]>
Fixed 'extention' typo (#4305)

ba74a15357b77bf62eab1b2a91bdbe33adcc350c authored almost 4 years ago by Vadim Peretokin <[email protected]>
Disable translations for mapper controls (#4298)

d0183e57b915f0bc990204873ed98c7dbe313a1d authored almost 4 years ago by Vadim Peretokin <[email protected]>
Purge timers periodically when offline (#4290)

* Purge timers periodically when offline

* Remove debug message

* Fix casing

5b8762068b1c6bbc900b5e7cb5c2c29c28d825ad authored almost 4 years ago by Vadim Peretokin <[email protected]>
(autocommit) Updated text for translation (#4295)

Co-authored-by: mudlet-machine-account <[email protected]>

ca62a890382c392cc3fa7400836b6e86af92aa7e authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(autocommit) Updated IRE mapping script to latest upstream (#4296)

Co-authored-by: mudlet-machine-account <[email protected]>

d2dc0c6ba882b657e428163b3d599c6bd6ae4290 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Improve c/d/hecho text formatting with italic and bold (#4240)

* improve cecho text formatting

Now includes <b>, <i>, and <u>.

* improve d/hecho text for...

e311cc7e631b1318f76d82aeee724f868e9d2611 authored almost 4 years ago by Jonathan Picazo <[email protected]>
update deleteOldProfiles to handle modules (#4238)

* update deleteOldProfiles to handle modules

* Update alias for module cleanup

25d2344e7355312dd668245e875b115cc7e94950 authored almost 4 years ago by Jonathan Picazo <[email protected]>
Plug in Cleft of Dimensions (#4284)

* Plug in Cleft of Dimensions

* Update mudlet.qrc

68c6696a69d4183f0d70b3c0dec9ac5ca270b22d authored almost 4 years ago by Vadim Peretokin <[email protected]>
Enhance: improve PTB differentiation (#4192)

This PR is dependent on #4089 (to provide the `./icon/mudlet.ico` Windows
Icon file).

It add...

a3f2e2ff1eef54f03323c8ce537cea30bf302066 authored almost 4 years ago by Stephen Lyons <[email protected]>
Translate remaining German comments (#4276)

* De-German-ize comments

* Variable rename: "dehnung" > "scale"

* whilst > while (modern U...

e3fcdf0d0586e36eae57d01086d0e58b46d06b6e authored almost 4 years ago by Matthias Urlichs <[email protected]>
Coverity fix (#4287)

* Coverity fix

* Init strings with initializers, not assignments

Apparently, Qt *really* d...

17a5205c7595c8c171b7b85ecd9324013ded5df9 authored almost 4 years ago by Matthias Urlichs <[email protected]>
Add Stick in the MUD podcast to Patreon supporters. (#4279)

* Add Stick in the MUD podcast to Patreon supporters. Thanks!

* Update dlgAboutDialog.cpp

a0ff8ec42582e373f18783f9907eff7382160caf authored almost 4 years ago by Vadim Peretokin <[email protected]>
Clean up console access code (#4186)

* Add a new Host::findConsole function

* Sketch: TLuaInterpreter.cpp modification

* Fix ma...

f94a494bb046e7cc5ed2c762a23675f4bf15f4e6 authored almost 4 years ago by Matthias Urlichs <[email protected]>