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

Change source for zziplib sources (#1592)

* Add zziplib 0.13.62 sources to 3rdparty dir

The sourceforge downloads have bcame too unreli...

c6ba5aff4291955cd03bf579630955669d4b69c4 authored over 6 years ago by keneanung <[email protected]>
Enhance: indicate other profile with new data when multi-playing (#1589)

This commit is a squash down one, an edited summary of the component
commits that made it up is...

247fe1144d49b1ae23625c8cf3058be1895fe9ce authored over 6 years ago by Stephen Lyons <[email protected]>
Fix booleans turning into strings (#1591)

* Fix #1590, variables get converted to boolean

The combobox' data stored the wrong value for...

4e3520408474a5ed94106b142a773abd5badd244 authored over 6 years ago by Vadim Peretokin <[email protected]>
Enhance: add 16M color mode support

This commit adds support for the limited reinterpretation of the ANSI
specification of the SGR [...

27a883d9732847f7ce2100c4e9e52440990fe43a authored over 6 years ago by Stephen Lyons <[email protected]>
Updated Geyser documentation. (#1562)

* Updated Geyser documentation.

fbf11fd5802816cddfcb4280a084f22ee02a0f05 authored over 6 years ago by WackyWormer <[email protected]>
Enhance: add ability to set any glyph as a room symbol (#1543)

This is a squashed down commit containing several commits with
messages - this is the edited co...

91a08c33f29b7147b38b6649e03cc8cc6639fce4 authored over 6 years ago by Stephen Lyons <[email protected]>
Copy Linux formatter into official binary (#1534)

* Modified search path for indenter on linux

Now it should search for the formatter module in...

3d697442b4f63fd120de748a812e3f22517d4731 authored over 6 years ago by Vadim Peretokin <[email protected]>
BugFix: ensure changing out exit door induces a check for modifications (#1583)

Somehow one line of code is missing - it seems as if it was missing all
the time as this can be...

0be7241d7d22cd616f57f1a9f36862bbd4aca2f1 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: prevent crashes when GBK/GB18030 decoder fed invalid encoded data

This expands the fix provided in PR #1570 for other cases and closes #1580
as an issue!

Also tw...

bcd148e4a7a4b8ee35f0d986e53de3f76e1d8391 authored over 6 years ago by Stephen Lyons <[email protected]>
Cleanup: adoption of the edbee editor widget makes THighlighter redundant

So it can be removed from sourcecode.

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

e4b9b0765af60e1dd7b24f72cc68f3824d741774 authored over 6 years ago by Stephen Lyons <[email protected]>
Add support for capturing keypad arrow keys (#1559)

* Add support for capturing more keys

3ee9a63c5d314d05f05cd8d5a3e96625273a528d authored over 6 years ago by Jason <[email protected]>
BugFix: fixup Host class initialisation (fixes #1561) (#1563)

Reorder Host constructor initialisation list to be correct compared to the
header file declarat...

dc62fdea08882d625ff13129f42b798b3d5545ad authored over 6 years ago by Stephen Lyons <[email protected]>
Enhance: convert Triggers/Aliases to work with non-ASCII text (#1571)

This is a squash and merge commit containing the following:

Adds flags to pcre_compile(...) c...

a6f4fcd97ab303909c9a53d4363bc0b167fe1ab1 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: make "close" button work on "lacking mapper script" dialog (#1565)

A previous form name change must have disconnected a signal/slot connection
that was defined wi...

69c17c1eea0a20888debfb82a627765e58ee12e7 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: correct fatal issue when 4-byte GB18030 sequences detected in GBK

Due to failing to set a flag (isToUseReplacementMark) in a section of
(bool) TBuffer::processGBS...

76cd99045e47e01170d1e8b9e01b5def94ac75d0 authored over 6 years ago by Stephen Lyons <[email protected]>
Revise: prevent qmake spamming Windows builds unnecessarily

Some build configuration details only need to be reported on the first
pass of the three that oc...

d8b5cf3b3a4c86aee65ae09f35d0a4a9d9ebdec7 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: attempt to correct crashing on sending character name on autologin

Believed to be because the initial state of the outgoing QTextCodec was
not setup properly by de...

aa8a848677acb5c43f2be420410d0add579b4d43 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: allow font-load from sub-directory w/versions without bundled fonts

I, perhaps carelessly, disabled the code to install fonts from the place
where Mudlet extracts t...

bf66cbe137027de87f3b9342ceb436b55a68f23a authored over 6 years ago by Stephen Lyons <[email protected]>
Enhance: add GBK/GB18030 decoder for Far Eastern locales

This commit adds in the ability to process the 1/2 (or 4 for GB1830) byte
sequences that at leas...

125d3c5c6a3c53701d2977653c8b18ad40d1da91 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: prevent multiple replays from running + main menu/toolbar loss (#1519)

This commit is a squashed down one from the original PR, in summary:

The replay system, becau...

2ba28eae304bf3990b60a251be9b741029a59c91 authored over 6 years ago by Stephen Lyons <[email protected]>
Enhance: tweaks needed to get FreeBSD build working (#1506)

This commit is squashed down from several from the pull-request,
in summary:

I have only man...

69ab37f7019408a0bf5f963f951f11c33b0d7972 authored over 6 years ago by Stephen Lyons <[email protected]>
Revise: improve non-XY exits/stub exits/doors indications on 2D Map

I found that the existing triangular markings drawn on the room symbols to
indicate non-XY exits...

aa44b4d74c0c1902b7178a40b1f2ca6bcb9c7791 authored over 6 years ago by Stephen Lyons <[email protected]>
BugFix: restore "linux" to list of OSs reported by lua getOS()

When I extended the range of platforms and moved this function recently
from the external Other....

bff2a3011cf00ff551851b4b34c9f353f0b534ac authored over 6 years ago by Stephen Lyons <[email protected]>
Fix typo in 'map too new' error message

71c4e1304230fd1866651636816fae67bdb0c277 authored over 6 years ago by Vadim Peretokin <[email protected]>
Bug fix room marker letters not showing #1536 (#1539)

Renamed:
* (int) T2DMap::_rx ==> T2DMap::mRX
* (int) T2DMap::_ry ==> T2DMap::mRY

Remove unu...

1c9f45673e8f47d1324c31ea3a1b1ec781ffa417 authored over 6 years ago by Stephen Lyons <[email protected]>
Set powershell to use newer TLS version

It appears that Powershell uses only TLS 1.0 by default. Github now
requires a higher version (I...

2c085ce787a3fe4a5fe6cbd7c90ac72505993915 authored over 6 years ago by Florian Scheel <[email protected]>
Take out unrelated references

Small tweak to issues template - we don't use svn to have 'revisions' and branches get comments ...

390fa62e650e919db479ec23bdf216ce9534bc94 authored over 6 years ago by Vadim Peretokin <[email protected]>
Update README.md (#1533)

These changes reflect Mudlet's current status, along with some minor grammatical improvements. ...

5bde07f9899233e48855607d7f85cb824d623ffd authored over 6 years ago by Ansrare <[email protected]>
Revise: fixup incorrect Q_OS_XXXX values {Main part} (#1532)

Q_OS_WIN includes Q_WINRT which is not what we want - use Q_OS_WIN32
(which is also set on 64-b...

e1057ada7f7b858c0d94400dc3e018c5bcff2bce authored over 6 years ago by Stephen Lyons <[email protected]>
Enable variables tab to set Lua variables to non-Latin text (#1504)

This is a squash and merge of five commits:
* Allow setting variables to non-Latin values via G...

dc714c58b0c09416354c795f9db728fe06576099 authored over 6 years ago by Vadim Peretokin <[email protected]>
Automate further Windows dependency installation (#1317)

This is a squashed and merge commit of 63 commits including:
* Check for and install 7z
* Bugf...

765fcd8a98893b2961746f001a4bc9af18f6ef77 authored over 6 years ago by keneanung <[email protected]>
BugFix: get command line arguments for help and version working on Windows (#1528)

This revision runs a GUI application on WINDOWS ONLY when the -h/--help or
-v/--version command...

c344f85874e9e144ab4a19b4762194ac46fc7ac2 authored over 6 years ago by Stephen Lyons <[email protected]>
Revise: get LuaGlobal.lua to handle Windows path names (#1509)

Was bugging out for me as the testing for "prefixes" in LuaGlobal.lua was
broken for me when ru...

c957991b88ae205d182c3da1caee36d6d720cc5e authored over 6 years ago by Stephen Lyons <[email protected]>
small fix to label's storing their message

appears to be a typo / copy-paste error

3490513860de32974d97347070fa6322f734a207 authored over 6 years ago by Andy Smith <[email protected]>
Enhance: improve and extend lua OS platform identification getOS() command (#1527)

* Enhance: improve and extend lua OS platform identification getOS() command

This will help m...

c90fb80544a5933dda70ab08e9e7839e39ed1b69 authored over 6 years ago by Stephen Lyons <[email protected]>
Added Luminari MUD (#1525)

* Added Luminari MUD

They have satisfied all of the req's in https://wiki.mudlet.org/w/Listin...

7aa629807eda74d597c235a27f542f86e2016b3c authored over 6 years ago by Vadim Peretokin <[email protected]>
Fix RPMLint msg: Returns random data in a function

In mudlet::getMudletPath, I chose to return an empty string,
and in TTextEdit:getSelectedText, I...

94b2d83a6f415eeac7232448d799b77abc7ea785 authored almost 7 years ago by Kris Scott <[email protected]>
Improve table.save in case of saving failure (#1516)

acef7917f06a1c6bd1302f09d7b274874cc12ae5 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Enhance include ubuntu mono font (#1446)

* Include Ubuntu Mono as a shipped font #1325 #1328

This is a squash-and-merge commit and the...

c17e09fad66e151463e93e1a7c23af48644b0f28 authored almost 7 years ago by Stephen Lyons <[email protected]>
Adding 'Reinos de Leyenda' as default mud (#1505)

a79adae57b32f56f15294f6f750b5a4dcdca46ed authored almost 7 years ago by Héctor Luaces <[email protected]>
Delete extra db.lua (#1499)

I think this file is outdated and not used, https://github.com/Mudlet/Mudlet/blob/development/sr...

10ed7672bc7958134ee7ed4721d4f4f9ccf2882b authored almost 7 years ago by Vadim Peretokin <[email protected]>
i18n and modernize installPackage, uninstallPackage (#1502)

e8bb1398497539d71bd6f71b51c7d9d564e9f5b3 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Allow installing packages with non-Latin names (#1500)

4029df3377e5574fce8cf690b1f97076d9e5613b authored almost 7 years ago by Vadim Peretokin <[email protected]>
Fix minor typos in comments. (#1495)

64de7207f51ef0f17342fd1a1bc19e85dcff4820 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Remove 5 year old generated documentation (#1489)

dec116ffd03bbfa4af29f3d7aa4ebf836e453eaf authored almost 7 years ago by Vadim Peretokin <[email protected]>
Removed unused deleteOldProfiles.zip (#1494)

The XML variant is used instead and the zip is also covered by our .gitignore file anyway.

7cbd2c3caa07f99b95b947855bd7b3da797938a2 authored almost 7 years ago by Vadim Peretokin <[email protected]>
BugFix: remove unneeded connect/disconnect(...) for Search Engine selector

I think this was a merge error, but these are no longer needed as the
selection of search engine...

a74ecebad729617215b1f8f6d5e0cb751550b329 authored almost 7 years ago by Stephen Lyons <[email protected]>
3.7.1 development

38e6e98e4e87a641eeb694fa9ae2ee12cd21607b authored almost 7 years ago by Vadim Peretokin <[email protected]>
Q_OS_UNIX goes off for macOS when the code is not intended to (#1487)

e4691653a726223cc79d7f7b952084923d7d9191 authored almost 7 years ago by Vadim Peretokin <[email protected]>
3.7.1 bugfix release.

757fbfb167c001e7054f464d2aadf6b642008c0f authored almost 7 years ago by Vadim Peretokin <[email protected]>
Fix setLabelCallback to not error when a function has no arguments (#1486)

* Fix check to not error when a function has no arguments

* Fix error message as well

d8602f0f3a6927f6f34b1a64d77c7393e304d74a authored almost 7 years ago by Vadim Peretokin <[email protected]>
Re-set 3.7.0 for development

5dcc6aaa8d2c16cc1acabfe8bf70338df1c19e2b authored almost 7 years ago by Vadim Peretokin <[email protected]>
3.7.0, try 2!

2c4ee64813ff56f315d40f3006d8f512e989ecfb authored almost 7 years ago by Vadim Peretokin <[email protected]>
Add a Discord link to readme. (#1479)

This adds a badge similar to the others for build status and gitter link but for the Mudlet Disc...

0af4811a541746d0bc770b9b8936f4153a3d8e3d authored almost 7 years ago by Kae <[email protected]>
Use a normal-sized image (#1482)

* Use a normal-sized image

Squirrel has a bug atm where it scales down the image by 2x - so w...

835412f81889c9e7631018575ff95e0c798f31ce authored almost 7 years ago by Vadim Peretokin <[email protected]>
BugFix: correct fore/back ground being swapped in setTextFormat (Option B) (#1481)

=========== ALTERNATIVE B: Correct error messages to match code ===========

The code reported...

d7516bfe2b58f8ec0205149bdf51bbca6bae8dfe authored almost 7 years ago by Stephen Lyons <[email protected]>
3.7.0 Christmas release! (reverted from commit 5435c9a183e1cfa51501f4b5ecf51a3e58c4bc45)

b0152716d776b0f20dfe4038477e8372aacdbf08 authored almost 7 years ago by Vadim Peretokin <[email protected]>
3.7.0 Christmas release!

5435c9a183e1cfa51501f4b5ecf51a3e58c4bc45 authored almost 7 years ago by Vadim Peretokin <[email protected]>
BugFix: allow Lua setTextFormat to control strike-out format correctly (#1478)

The option to set this format feature is optional (defaults to false) but
the condition to chec...

70946fab9025069428351eef545a580cd64bc25b authored almost 7 years ago by Stephen Lyons <[email protected]>
[#1473] Extend bold support for ansi2decho (#1475)

* [#1473] Extend bold support for ansi2decho

- Add: ansi2decho now can handle bold tags no ma...

95270c6eaf8c6a2d908e3833253cca00f03d6d99 authored almost 7 years ago by Héctor Luaces <[email protected]>
Add UserWindow move and resize support. (#1467)

* add move & resize support for UserWindow instances.

* changed resizeUserWindow to resizeW...

3b02e6a8d6f30a8f9e65d89dbbc6ab76bdced595 authored almost 7 years ago by Kae <[email protected]>
Allow deletion of default MUDs (#1442)

* Allow deletion of default MUDs

15a41e251e6c063652bce23e60d24dc57f720ce4 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Fix formatting functions to work on miniconsoles (#1474)

They broke by the misleading QString::compare() function which returns 0 in a successful call. I...

fe1135f65d7b2ccadd19ef564cbbd9049d77fb13 authored almost 7 years ago by Vadim Peretokin <[email protected]>
BugFix: color triggers get erased in 3.6.1 (#1477)

In https://github.com/Mudlet/Mudlet/commit/5ce683b1b0e4b1037dee7702aaa872e8fbfdfa34

The writi...

dd9732f1cee63f2c2394c6ba89318da15c6ebc6e authored almost 7 years ago by Stephen Lyons <[email protected]>
Reduce mudlet.svg by 70% (#1476)

I found https://github.com/RazrFalcon/svgcleaner-gui which does the job.

64d8e98e237a58642b6ff69b0662f9721e2ca835 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Added support for Lua tables to be passed as event parameters (#1472)

* Added support for Lua tables to be passed as event parameters
(i.e. Label callbacks).

44a4013ca046524556b13c7cdae3d2337df50ac7 authored almost 7 years ago by WackyWormer <[email protected]>
Enhance: add updater inclusion control to qmake project file (#1457)

Enhance: add git submodule inclusion control to qmake/cmake project files...

... AND add Unix...

584e927541ff4b1e1cba02f116175a2022878740 authored almost 7 years ago by Stephen Lyons <[email protected]>
Prepend getMudletHomeDir() to package.path and package.cpath #714 (#1447)

* Prepend getMudletHomeDir() to package.path and package.cpath #714

ac6565337f1144c0df9d54e73ffd2df965783a0b authored almost 7 years ago by Andrea Gilmozzi <[email protected]>
Fixup: improve some things reported by Codacy (#1264)

* Fixup: improve some things reported by Codacy

Added a hash-bang entry to src/mudlet-lua/gen...

a3992d9b2a2859495224d790e9342e0bff3517d3 authored almost 7 years ago by Stephen Lyons <[email protected]>
Adjust changelog label style to widget color palette (#1462)

e83688e22cc778a9b14e49a632f2c47e39521e87 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Delete outdated readme (#1465)

2fd2f4d0e9fb86520e747afe84f2d5c288144b43 authored almost 7 years ago by Vadim Peretokin <[email protected]>
* Fixing row height calculation: it now uses QFontMetricsF::lineSpacing().

* Fixing column width calculation: it now uses QFontMetricsF::averageChardWidth().
* Fixing retur...

29bad956dd195a6381d16d653f09a2c2d1b16e81 authored almost 7 years ago by Héctor Luaces <[email protected]>
Registering two new lua functions:

- getColumnCount(): Returns the number of characters than can fit on the width of a given window....

25a4d7bf0820075a85316663ddbe4545bbd5df84 authored almost 7 years ago by Héctor Luaces <[email protected]>
fixes #1433 settings now uses existing pointSize (#1459)

👍 awesome, thanks for the improvement!

a36a32772f5d180e1eac5192fb86c9ba35a5da2d authored almost 7 years ago by Lyle Tafoya <[email protected]>
Focus on input for profile delete (#1452) (#1455)

0d9db001835285dcef42c097aa5e8b1a01dc682e authored almost 7 years ago by Ansrare <[email protected]>
Don't show changelog if running a development version (#1453)

9fb6d0a41d75edee60684b9396c67b952b19c823 authored almost 7 years ago by Vadim Peretokin <[email protected]>
BugFix: ensure Updater option control works when no profile loaded

The code that initialises the control of the updater must be initialised
so that development ver...

3e078459b284935321f1eb00bb03d0cd5b14e2c7 authored almost 7 years ago by Stephen Lyons <[email protected]>
BugFix: save the automatic updates setting even when Host ptr is a nullptr

Code was in the wrong place and was failing to write out the setting in the
"no profile active" ...

694df8cc96b890723c58ca09e26d91c05be1c468 authored almost 7 years ago by Stephen Lyons <[email protected]>
Only create mudlet-data symlink on first launch. This enables users to (#1458)

delete this symlink if they do not want it.

6df7aa36b560ecb6f6ed3837999b356bf2a2fcab authored almost 7 years ago by Lyle Tafoya <[email protected]>
BugFix: ensure Central Debug Console closes at applicantion exit

It seems that a recent change (the addition of the updater code) may have
included code that mod...

7456dc186e1fad3ebdf2af665e0f2c596ab981dd authored almost 7 years ago by Stephen Lyons <[email protected]>
Lowercase CMake files (#1429)

8eb38034a042fdd2c17a73f72e09a4adadb82886 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Back to dev we go.

b5ca53ad265713d5f3f7d411c9d4f8382878a56c authored almost 7 years ago by Vadim Peretokin <[email protected]>
Bugfix release 3.6.1

3a3d40bce38b2c96cd0d6eee35b8b34e112aa914 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Remove ~TRoom() debugging code (#1441)

We're not actively working on the mapper atm and it's kind of spammy. Can always find it in Git ...

f77db124d3791588dfa2206bd3c775cf4abc5851 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Fix copy/paste regression in 3.6.0 (#1443)

* Set the device properly so there's somewhere to write

The XML commands to write require the...

545b0f1ebefc0d7317c8d9c8fc8c649b145ad16a authored almost 7 years ago by Vadim Peretokin <[email protected]>
Fix osx signing on sierra (#1437)

Fix signing for macOS and use default macOS image again

daaec9f365fe6045421b1ca27e3aaa97986b1eae authored almost 7 years ago by keneanung <[email protected]>
Delete Doxyfile (#1439)

* Delete Doxyfile

We don't use Doxygen and have no plans to start to atm, plus this file is s...

19b004c7ebba96ce734eff45af3bd6d78f18a1ec authored almost 7 years ago by Vadim Peretokin <[email protected]>
Check for existance of TConsole pointer before using it

3c1f458c912badc8bfd4debdd0f7bd022606b6b6 authored almost 7 years ago by Keneanung <[email protected]>
Fixed memory leak with predefined MUDs (#1430)

pItem is allocated just before and not deleted when we skip out the loop. We normally don't have...

3ef0131e2d9225d6cb1e47ea5b1820ceaf9d6031 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Trivial improvements to initedbee (#1425)

autoShutDownOnAppExit() is redundant with autoInit, so just use init instead
Fix an outdated co...

1e89c6e2abf662f4b8c642affe73ff0f036815bf authored almost 7 years ago by Vadim Peretokin <[email protected]>
3.7, here we go!

819fa92bb34eb7c305bb841137220592feba10f5 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Mudlet 3.6.0 final!

646b2430379ff716ce06349b1dc4070b67938860 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Update GMCP to handle utf8 (#1420)

3d092e6dd77c76de76c87304630d7a654fed3af5 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Mini console scroll bars (#1428)

1b90c30d956b997ac850dab2a45e51630b4e33a1 authored almost 7 years ago by WackyWormer <[email protected]>
Add Lua code formatter (#1413)

941400f3809c06ed63e8895521546b8eb302f93d authored almost 7 years ago by Vadim Peretokin <[email protected]>
Merge UserWindow and MiniConsole font size handling (#1426)

This merges the font size handling (setFontSize, getFontSize) of UserWindow and MiniConsole.

...

42d01c5ac3a1054450b36181831cbc4b2ef4f269 authored almost 7 years ago by keneanung <[email protected]>
Additional label callbacks (#1411)

* Add more mouse label callbacks

Added more mouse label callbacks, including wheel events,
d...

d0da12a111ac381b75ad54faecaae1b1a272f513 authored almost 7 years ago by WackyWormer <[email protected]>
Up min macOS version to 10.10 (#1423)

We're using Qt 5.9 in macOS builds and 10.10 is the minimum that's supported.

cc695907f2d9e168daad1bf09fa9266f75a91780 authored almost 7 years ago by Vadim Peretokin <[email protected]>
Built-in self-updates for Linux, macOS, Windows (#1318)

0306c07d3940864d7b5396c2c01ee8b77bd0044d authored almost 7 years ago by Vadim Peretokin <[email protected]>
Use ccache if available (#1406)

fd4105a310cfa7e4c6b65532afc6f750b0452df6 authored almost 7 years ago by Vadim Peretokin <[email protected]>