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

Merge pull request #251 from keneanung/AddGetCmdLine

Add function getCmdLine()

102c915606a0a332c7e3065e951fa4fad46d8a70 authored over 9 years ago
Merge pull request #273 from SlySven/(release_30)enhance_luaRoomNameFunctions

(release_30)Enhance: lua searchRoom() search, allow non-ASCII room names

b19e2b3c6c1a5e33791fae0a078549258239143d authored over 9 years ago
Merge pull request #272 from SlySven/(release_30)enhanceAndAdd_luaMapUserDataFunctions

(release_30)Enhance: provide missing functionality for Map Room User Data

f7d4f0a22309d9add9da8c3f2504a92b3ed93541 authored over 9 years ago
Enhance: provide missing functionality for Map Room User Data

This implements Pull Request #212 (commit-859c2b68) in the development
branch with revisions to ...

99474d181e2e7f8dd6615c1cfb542f874ef6f78e authored over 9 years ago
Enhance: lua searchRoom() search, allow non-ASCII room names

This implements PR #213 (commit-f5b6b42e) as applied to "development"
branch to the release_30 o...

32f156468849357baecaead7c7a5fa41f8861ff1 authored over 9 years ago
Merge pull request #271 from SlySven/(release_30)overhaulHtmlAndLogging

(release 30)overhaul html and logging

73fef0388fcc89b8b06ba8e1c43cad0104eb14e7 authored over 9 years ago
BugFix: A one-character typo in (void)TConsole::setStrikeOut(bool)

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

1e075983753c792b2ca3a606b217232246406f3a authored over 9 years ago
Revise: fix problem of user changing log format whilst logging is enabled

This commit prevents the format from being changed mid-log which would
otherwise produce an inva...

6edd8dc70a7f0e813e5bf09b79fc50230f6460d3 authored over 9 years ago
Update: format of modded code & +ed commented support new text format opts

Adjust code layout for agreed formatting styles (mainly trail opening '{'
on same line as text f...

74be5d4591d2db477fb1622bfd91c79568a0e869 authored over 9 years ago
BugFix: Some ANSI decoding errors in TBuffer class

The Factors used for converting 256 Colour codes (ANSI SGR 38;5;<X>m and
48;5;<X>m were not corr...

85f991c7302d4e1695a100c84ae200bc59a16d5d authored over 9 years ago
Enhance: Add support for strikeout/strikethrough/linethrough text

This imports code equivalent to commit-1a467f0a (from Pull Request #223)
from the development br...

505ec100bdf2c585b830b0395e15846b214daef5 authored over 9 years ago
Purge: remove dead code otherwise affected by following commits

The TFontSpecsLogger class is not used but it contains elements that should
be affected by the a...

9166fa83f01876bc783cbc129aa7aefdeb1cd81d authored over 9 years ago
Merge pull request #270 from SlySven/(release_30)BugFixAndEnhance_problemsWithRouteFinding

(release 30)bug fix and enhance problems with route finding

da1ccd64a3a1d486d774a04a1071babb62687a94 authored over 9 years ago
Merge pull request #269 from SlySven/Backport_entranceMapAndBulkRoomDeletion

Backport: merge ten commits

6499130988c0d1df44d30a135451ad7566bfe35b authored over 9 years ago
Backport: merge ten commits

room "entrance" code from "release_30" to "development" branches,

Commit 01 of 10 originally en...

11b9331133208ea70097dc805ebae8e1397dc58e authored over 9 years ago
enhanceAndFix: fix handling of parallel edges in BGL route-finding graph

This commit cleans up some problems in route finding - specifically when
working out the exits t...

403469594e9d728dd7be890bc9f545ed3a7d868d authored over 9 years ago
enhance: other locked room related fixes

Adds missing "unlock" to 2D Mapper GUI commands - otherwise there
is no way to undo a "lock" com...

3645a10ddc542e24b58e45daf62f11b80dc9483b authored over 9 years ago
Merge pull request #268 from SlySven/(release_30)BugFix_correctStringsUsedAsRoomExitWeightKeys

(release 30)bug fix correct strings used as room exit weight keys

57517380c2f6edc970ddfd7c447379afc9650b41 authored over 9 years ago
Merge pull request #267 from SlySven/BugFix_correctStringsUsedAsRoomExitWeightKeys

Bug fix correct strings used as room exit weight keys

83e02724d1764d8fc7012855bd8f719a222e38a1 authored over 9 years ago
Merge pull request #265 from SlySven/Cleanup_removeDeadCode

Cleanup: remove unused "extended search area" form and class

38d6550bcc5bfa038af34578f7d87bce2c352f35 authored over 9 years ago
BugFix: remove unneeded and un-included member of cTelnet class

The member (QDataStream) mOfs, is not used and as the QDataStream type
has not been "#include"-d...

3491a4a003d1c754c07b217c411b93280f369ccc authored over 9 years ago
BugFix: remove unneeded and un-included member of cTelnet class

The member (QDataStream) mOfs, is not used and as the QDataStream type
has not been "#include"-d...

0e87cf9636820e53ce44185424228aca9e6d50fa authored over 9 years ago
Enhance: Reformat Room Exit dialog tool-tips to use HTML formatting

It has been found that using HTML formatting for tool-tips improves their
on-screen formatting i...

645c99999a42ad97e97a0756d3a43e03a2bf2258 authored over 9 years ago
BugFix: implement fix PR#216 {coloration of not just room Ids on Exits dlg}

The Pull Request mentioned corrects code that was intended to colour the
exit room Ids on the Ro...

12ba18be67b1b400b34583b16584d868c6798e0c authored over 9 years ago
BugFix: Couple of minor cosmetic fixes to debug output from Lua system

* One of the success messages produced when Lua code is compiled had the
wrong colour (Red, Not ...

f5eb9bf3d2e6eac888d65c281a267eafeae3bf80 authored over 9 years ago
Tidyup: finish wrapping of strings translatable (or not) for room exits dlg

Uses tr("<string>") or QStringLiteral("<string>") on remaining strings in
class dlgRoomExits so ...

3f590bdb561ba15353748c2380fc670d0eff2038 authored over 9 years ago
Enhance: Provide room exit dialog with info on special exit room Ids

This commit adds colour coding to exit room Id number and information
{room name if there is one...

cd6885da71cabbda7be2101d5a1be5efca199eff authored over 9 years ago
BugFix: correct fixed string used to get exit weights to initialise dialog

Due to an oversight when I previously extended the Room Exit dialog I had
specified the wrong st...

ebf05854636e6d670cb320cda0cf33225d370d95 authored over 9 years ago
BugFix: A minor cosmetic fix to debug output from Lua system

* One of the failure messages produces when Lua code is called was missing
an end-of-line charac...

e1e91ed894269ed15541752f2d8bf2191486344e authored over 9 years ago
Enhance: Provide room exit dialog with info on special exit room Ids

This commit adds colour coding to exit room Id number and information
{room name if there is one...

29bc6ca0299debda20fd4864fa1455c4f9ace6ab authored over 9 years ago
Tidyup: finish wrapping of strings translatable (or not) for room exits dlg

Uses tr("<string>") or QStringLiteral("<string>") on remaining strings in
class dlgRoomExits so ...

8a824fe053d9f9ae6e1eda4bdc970ec7dd0c0497 authored over 9 years ago
Enhance: Reformat Room Exit dialog tool-tips to use HTML formatting

It has been found that using HTML formatting for tool-tips improves their
on-screen formatting i...

04ac94c63188fb9a21c1d24a386368a92662025a authored over 9 years ago
BugFix: correct fixed string used to get exit weights to initialise dialog

Due to an oversight when I previously extended the Room Exit dialog I had
specified the wrong st...

0644b2fc4e6014fd166b3f1872fc1f141832326c authored over 9 years ago
Merge pull request #266 from SlySven/BugFixAndEnhance_problemsWithRouteFinding

Bug fix and enhance problems with route finding

7b9fc886e4f18d340de51b321981ca1630989a57 authored over 9 years ago
enhanceAndFix: fix handling of parallel edges in BGL route-finding graph

This commit cleans up some problems in route finding - specifically when
working out the exits t...

62e0ef01ac80cb889f8d8239a58b97b8e1a58f07 authored over 9 years ago
enhance: other locked room related fixes

Adds missing "unlock" to 2D Mapper GUI commands - otherwise there
is no way to undo a "lock" com...

296d3a878e0a6f82376e93b2eac7d6cefac2ef7b authored over 9 years ago
Cleanup: remove unused "extended search area" form and class

This is a UI form and associated support class that is included in
the dlgTriggerEditor class bu...

a69517dd67041bed29c3c7f9420b809b2b64009a authored over 9 years ago
Cleanup: Remove mention of a couple of deleted file from CMake project file

Forgot to update this file with the removal of a couple of files - the
Travis CI system found ou...

c8bf919be695dfada9357a4b3fe50e1324a9ebd6 authored over 9 years ago
Merge pull request #264 from SlySven/(release_30)BugFix_someOneLiners

(release_30)BugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp

852c28d233c11e78b93cdd754016ee883f81a5cd authored over 9 years ago
Merge pull request #263 from SlySven/BugFix_someOneLiners

BugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp

043e631b3f69334bb9297f960b1ea0c046360c47 authored over 9 years ago
BugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp

Fixes a couple of one-liner errors that I recently introduced into the
Development branch (and a...

db7db1fa2d25775092c19a09b6a26afa7dba4241 authored over 9 years ago
BugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp

Fixes a couple of one-liner errors that I recently introduced into the
release_30 branch (and al...

f5eac49ba6f663c659f778b9337658ad5d278fd8 authored over 9 years ago
Merge pull request #262 from SlySven/BugFix_restoreAbilityToDeleteAreaNameOnly

BugFix: Restore ability to create area name entry without a TArea instance

85a1a14e82234821bd76474cc8325dada2f2fb78 authored over 9 years ago
Merge pull request #261 from SlySven/(release_30)BugFix_restoreAbilityToDeleteAreaNameOnly

(release_30)BugFix: Restore ability to create area name entry without a TArea instance

b3aa1e44935d7bfa9182ce5ed80f5b408b652ee9 authored over 9 years ago
BugFix: allow setRoomArea() to set room to area that has name but no TArea

After restoring the ability to register a (new) area ID with a specific
name in TRoomDB::areaNam...

4c6b432d7a829fe194003e4153685a39059240fb authored over 9 years ago
BugFix: allow setRoomArea() to set room to area that has name but no TArea

After restoring the ability to register a (new) area ID with a specific
name in TRoomDB::areaNam...

e164b8040701b6d6a7ee92573c5430912db97448 authored over 9 years ago
Merge pull request #258 from SlySven/(release_30)logicErrorFix_preventCircularCallsToUpdate

(release_30)logicBombFix: remove useless and fatally recursive slot_ function

beac6a50fb9783861e9090c4e17b8dbd1abab1b1 authored over 9 years ago
Merge pull request #257 from SlySven/logicErrorFix_preventCircularCallsToUpdate

logicBombFix: remove useless and fatally recursive slot_ function

deed266263e017f0732d340aef5f05dbb70a05ac authored over 9 years ago
BugFix: Restore ability to create area name entry without a TArea instance

Before some recent changes it was possible to create a new area name entry
with TLuaInterpreter:...

4d82ea2f3780d2ef33b4d44da1b47b1cf15c5b09 authored over 9 years ago
BugFix: Restore ability to create area name entry without a TArea instance

Before some recent changes it was possible to create a new area name entry
with TLuaInterpreter:...

4ea82c75c5c05b4fe955ef022927d9a719b75f60 authored over 9 years ago
Merge pull request #260 from SlySven/bugFix_errorsInDuplicateAreaIssuesFix

bugFix: errors in Duplicate Area Issues Fix

384cc196dfb884b5f0c803e507006ab5e3860ab2 authored over 9 years ago
Merge pull request #259 from SlySven/(release_30)alternateFix_duplicateAreaIssue

BugFix: Treat and prevent further duplicate or empty map area names

3342a08b69784b48fbfacba81a7e775a54fabc8a authored over 9 years ago
revise: deletion of more redundant methods in header

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

e6a8bcc5a60f088f735f772ef9ccd71a94be281c authored over 9 years ago
bugFix: errors in Duplicate Area Issues Fix

When porting the code in Pull Requests #237 and #245 into a different
branch I spotted that TLua...

98591dbced22ceb7f530b6292dafcdfe846d3ca4 authored over 9 years ago
BugFix: Treat and prevent further duplicate or empty map area names

Some steps had previously been taken to enforce no duplicate area names
when importing an XML ma...

521fdc21251d2cd17bc9af7b764ff1ab0ebe08c7 authored over 9 years ago
revise: deletion of more redundant methods in header

10fefa0abf6e1e5f88c8ea65c44893d800874b5d authored over 9 years ago
logicBombFix: remove useless and fatally recursive slot_ function

Connecting the (virtual, protected) update() signal to a slot that merely
calls the same thing m...

052e27bf2139df0a3fce5d84e7b2de742e511c23 authored over 9 years ago
logicBombFix: remove useless and fatally recursive slot_ function

Connecting the (virtual, protected) update() signal to a slot that merely
calls the same thing m...

1e65630eca09556ebeafe175a7283685a90b6394 authored over 9 years ago
Merge pull request #256 from SlySven/(release_30)bugfix_ColorTriggerDialogIssue

(release_30)bugfix: typos in dlgColorTrigger messes up cyan and lWhite triggers

6df0f76850621fa7725212ac0acd3eb6b6f69285 authored over 9 years ago
bugfix: typos in dlgColorTrigger messes up cyan and lWhite triggers

Found these the hard way - in use - and it meant that one could not specify
a colour trigger to ...

80fb202531e8800825a66ac871c31f82ab7abb80 authored over 9 years ago
Merge pull request #255 from SlySven/(release_30_try4A)exitMapFix

8be8815775d36b61ed9417605011ff554fed8ce4 authored over 9 years ago
Merge pull request #250 from Chris7/exitMapFix

Fix for exit map being out of sync

7dabb1c325281d70c449e5638ab4eb97d60d466d authored over 9 years ago
Merge pull request #238 from SlySven/fixup_removeCruft

fixup: remove cruft a.k.a. dead stuff that add nothing to code

d34563ff1518a1670f253759bc6909593b43bf0d authored over 9 years ago
Merge pull request #209 from SlySven/updateLuaAndToolbarLogControls

Update lua and toolbar log controls

d14034170f18d7b879ba4c277b9b8022c21cab75 authored over 9 years ago
Merge pull request #254 from SlySven/(release_30)Fixed#1371444_randomResizingOnOSX

Fixed #1371444, random resizing on OSX

7aea6efb246b89f4e405fc48d95646175227c010 authored over 9 years ago
Merge pull request #208 from SlySven/overhaulHtmlAndLogging

Fix: Revise HTML producing code to produce VALID html

3a3a1c81076fa57c3ce85f7cacc117a1fb0f781a authored over 9 years ago
Fixed #1371444, random resizing on OSX

856fe7e4506f933e7a7dceb185373dce7d33207b authored over 9 years ago
Merge pull request #253 from vadi2/development

Fixed #1371444, random resizing on OSX

363193c66e09f1966cbc61136db9b0fad50cef7e authored over 9 years ago
Fixed #1371444, random resizing on OSX

70d1a90d6d2f574ff308b362f48a375c2abf322e authored almost 10 years ago
Use QT keypad constant for readability

78cf74adcc2fe5dd3c9de39ba7f8786c15a8243a authored almost 10 years ago
Added shortcut for keypad keys (comments)

On a full keyboard with a keypad, the special keys on the keypad are completely redundant. Prev...

f396663555012306e4c4768333cc5558c91b1027 authored almost 10 years ago
BugFix: Some previous coding errors

* T2DMap::slot_setArea(): used a uint where I should have used an int as a
method I called can...

6b77fe75ec037ec7a4f13696d000abf8974c3cf8 authored almost 10 years ago
Merge pull request #1 from SlySven/(release_30_try4)exitMapFix

(release 30 try4)exit map fix

32a677baaa58c41cf38d8b36f5c7d2af2a087b20 authored almost 10 years ago
Access correct encoding in getCmdLine

Use UTF8 instead of Latin1 as this will make internationalization easier. Also
use constData.

07a0f6a2d4c3070c0a59bb4c80f112c9af0232f3 authored almost 10 years ago
Add function getCmdLine()

Source: http://bc-dev.net/2013/02/23/mudlet-getcmdline-function/

9ea37e2389cc75a8e2ff0966bd44fd491b932bc4 authored almost 10 years ago
FixEnhance: fix entranceMap maintenance, bulk room deletion and map loading

Previously we were not removing entries from the entranceMap involving
the value (a room that th...

c7e3f2ca6cd1c10e0d5692fe340418e7f9e02a2a authored almost 10 years ago
Fixup: add debugging output to TRoomDB::updateEntranceMap(TRoom *)

Set a break point in the method and change the static bool showDebug to
dis-/en-able output...

...

d487b033e7d71f97b5c41ab6b88a1bc9dc0a77e6 authored almost 10 years ago
Fixup: add getAllRoomEntrances() to Lua command set

Though suitable for release code this was added to help
with debugging. This was what enabled m...

1b25ed43f0b76c343f546fca7d848a7d111a3a88 authored almost 10 years ago
Fixup: clear TRoomDB::entranceMap on map clearance

Obvious but was missing.

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

4bf87a742b19eeb47fd78192cf58bb4d36583925 authored almost 10 years ago
Fixup: prevent unneeded TRoom::setExit() calls from dlgRoomExits class

Each individual call to TRoom::setExit((int)exitRoomId,(int)directionCode)
from dlgRoomExit::sav...

f2fa6f4e51381e06beb0ac20509e03031060a71d authored almost 10 years ago
BugFix: prevent crash in dlgRoomExits::initExits() on missing exit

Code deficiencies that remove rooms without properly updating connected
rooms were causing segme...

78f2e830bc598adbcd95dc960fdea237ced0dfd1 authored almost 10 years ago
removal of entranceMap cleanup

c9b0888ea833e16d0d77da9b5b053ecf27d69cc3 authored almost 10 years ago
bug fix for entranceMap having reversed key and value

076d97e1b938d8064cc5bdc52ab6db2721d01dc7 authored almost 10 years ago
fix for keeping reverse area exit map in sync with exit creation, adding, and deletion

610ca6b6ecfa977685a2c69d4d5a9024bf97a219 authored almost 10 years ago
add the missing format argument

If [c|d|d]echoLink were used to echo to a specific window, the format argument
was not captured ...

149893bb34e634512d469ee5566a2cb4a822d353 authored almost 10 years ago
Merge pull request #245 from SlySven/fix_clearAreaNamesMapAtStartOfReloading

Fix: Empty TRoomDB::areaNamesMap before (re)loading it from file

52858310a39b7caec3221319d3d66bf78d41b414 authored about 10 years ago
Fix: Empty TRoomDB::areaNamesMap before (re)loading it from file

Found in practice that some situations cause the map file to be loaded
twice - whilst that is no...

20cbc9c1ae171037528c07a9e8ee3925241fcbe7 authored about 10 years ago
version increase to delta

75483cce94a187c03c9b8ff182ae179da350adc6 authored about 10 years ago
Merge pull request #227 from vadi2/mudletsvg

Fix license claim on mudlet.svg

fb247561e63f02362500d86b49ed05203834cb1a authored about 10 years ago
Merge pull request #227 from vadi2/mudletsvg

Fix license claim on mudlet.svg

be9bcffd3a50d9858b612332d80712d468ac4a71 authored about 10 years ago
Merge pull request #237 from SlySven/alternateFix_duplicateAreaIssue

BugFix: Treat and prevent further duplicate or empty map area names (Alternative)

6d597552a0531bd4322b9125dcf808bb4f3b437e authored about 10 years ago
Merge pull request #240 from Chris7/searchWidgetBug

Bug fix for editor content loss

901176cce3d2c9d453f996985251853cd6a07f58 authored about 10 years ago
Merge pull request #243 from Chris7/timestamps

Crash on doubleclicking timestamps

d9b3978de12a6c9c3e8a969a287c6a538a7b9b04 authored about 10 years ago
fix for timestamp seg faults on double click in debug windows

4c351c6cc2f2fb6a479106fd2137b7a7bf2e7b73 authored about 10 years ago
Update: +CMake & Travis CI files to qmake project file & update CMake file

This pulls them into view as part of the project for the Qt IDE so they are
more obvious - and l...

a2d4bd01965c86e10ecb1000ca91a10ac1a0ebf1 authored about 10 years ago
fixup: remove cruft a.k.a. dead stuff that add nothing to code

Takes out "dlgOptionsAreaXXX" header & class file and
"options_area_XXXX.ui""ui forms (the latte...

857a90bc1af88acd63d86f785ff0c51a164540cd authored about 10 years ago
Revise: Change wording of tool-tips of two main console search buttons

This was suggested by another developer to clarify the purpose slightly.

Signed-off-by: Stephen...

9d96bfdfbfc58b8ef346ad7f9b921e40d25106c6 authored about 10 years ago
Enhance: more information available from TLuaInterpreter::startLogging()

Reformat error message to current proposed "standard" and make it capable
of being international...

4ce013a9333880fbd32861a8f149298e85401cab authored about 10 years ago
Revise: fix problem of user changing log format whilst logging is enabled

This commit prevents the format from being changed mid-log which would
otherwise produce an inva...

e84315a9779b0f2092816435cc23a4ac1c4800f7 authored about 10 years ago
Update: format of modded code & +ed commentted support new text format opts

Adjust code layout for agreed formatting styles (mainly trail opening '{'
on same line as text f...

29fb9edbbd91cfd281904334e34f8ed90d345cd4 authored about 10 years ago