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 function getCmdLine()
102c915606a0a332c7e3065e951fa4fad46d8a70 authored over 9 years ago(release_30)Enhance: lua searchRoom() search, allow non-ASCII room names
b19e2b3c6c1a5e33791fae0a078549258239143d authored over 9 years ago(release_30)Enhance: provide missing functionality for Map Room User Data
f7d4f0a22309d9add9da8c3f2504a92b3ed93541 authored over 9 years ago
This implements Pull Request #212 (commit-859c2b68) in the development
branch with revisions to ...
This implements PR #213 (commit-f5b6b42e) as applied to "development"
branch to the release_30 o...
(release 30)overhaul html and logging
73fef0388fcc89b8b06ba8e1c43cad0104eb14e7 authored over 9 years agoSigned-off-by: Stephen Lyons <[email protected]>
1e075983753c792b2ca3a606b217232246406f3a authored over 9 years ago
This commit prevents the format from being changed mid-log which would
otherwise produce an inva...
Adjust code layout for agreed formatting styles (mainly trail opening '{'
on same line as text f...
The Factors used for converting 256 Colour codes (ANSI SGR 38;5;<X>m and
48;5;<X>m were not corr...
This imports code equivalent to commit-1a467f0a (from Pull Request #223)
from the development br...
The TFontSpecsLogger class is not used but it contains elements that should
be affected by the a...
(release 30)bug fix and enhance problems with route finding
da1ccd64a3a1d486d774a04a1071babb62687a94 authored over 9 years agoBackport: merge ten commits
6499130988c0d1df44d30a135451ad7566bfe35b authored over 9 years agoroom "entrance" code from "release_30" to "development" branches,
Commit 01 of 10 originally en...
11b9331133208ea70097dc805ebae8e1397dc58e authored over 9 years ago
This commit cleans up some problems in route finding - specifically when
working out the exits t...
Adds missing "unlock" to 2D Mapper GUI commands - otherwise there
is no way to undo a "lock" com...
(release 30)bug fix correct strings used as room exit weight keys
57517380c2f6edc970ddfd7c447379afc9650b41 authored over 9 years agoBug fix correct strings used as room exit weight keys
83e02724d1764d8fc7012855bd8f719a222e38a1 authored over 9 years agoCleanup: remove unused "extended search area" form and class
38d6550bcc5bfa038af34578f7d87bce2c352f35 authored over 9 years ago
The member (QDataStream) mOfs, is not used and as the QDataStream type
has not been "#include"-d...
The member (QDataStream) mOfs, is not used and as the QDataStream type
has not been "#include"-d...
It has been found that using HTML formatting for tool-tips improves their
on-screen formatting i...
The Pull Request mentioned corrects code that was intended to colour the
exit room Ids on the Ro...
* One of the success messages produced when Lua code is compiled had the
wrong colour (Red, Not ...
Uses tr("<string>") or QStringLiteral("<string>") on remaining strings in
class dlgRoomExits so ...
This commit adds colour coding to exit room Id number and information
{room name if there is one...
Due to an oversight when I previously extended the Room Exit dialog I had
specified the wrong st...
* One of the failure messages produces when Lua code is called was missing
an end-of-line charac...
This commit adds colour coding to exit room Id number and information
{room name if there is one...
Uses tr("<string>") or QStringLiteral("<string>") on remaining strings in
class dlgRoomExits so ...
It has been found that using HTML formatting for tool-tips improves their
on-screen formatting i...
Due to an oversight when I previously extended the Room Exit dialog I had
specified the wrong st...
Bug fix and enhance problems with route finding
7b9fc886e4f18d340de51b321981ca1630989a57 authored over 9 years ago
This commit cleans up some problems in route finding - specifically when
working out the exits t...
Adds missing "unlock" to 2D Mapper GUI commands - otherwise there
is no way to undo a "lock" com...
This is a UI form and associated support class that is included in
the dlgTriggerEditor class bu...
Forgot to update this file with the removal of a couple of files - the
Travis CI system found ou...
(release_30)BugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp
852c28d233c11e78b93cdd754016ee883f81a5cd authored over 9 years agoBugFix: remove dlgTriggerEditor::accept() usage/properly escape a RegExp
043e631b3f69334bb9297f960b1ea0c046360c47 authored over 9 years ago
Fixes a couple of one-liner errors that I recently introduced into the
Development branch (and a...
Fixes a couple of one-liner errors that I recently introduced into the
release_30 branch (and al...
BugFix: Restore ability to create area name entry without a TArea instance
85a1a14e82234821bd76474cc8325dada2f2fb78 authored over 9 years ago(release_30)BugFix: Restore ability to create area name entry without a TArea instance
b3aa1e44935d7bfa9182ce5ed80f5b408b652ee9 authored over 9 years ago
After restoring the ability to register a (new) area ID with a specific
name in TRoomDB::areaNam...
After restoring the ability to register a (new) area ID with a specific
name in TRoomDB::areaNam...
(release_30)logicBombFix: remove useless and fatally recursive slot_ function
beac6a50fb9783861e9090c4e17b8dbd1abab1b1 authored over 9 years agologicBombFix: remove useless and fatally recursive slot_ function
deed266263e017f0732d340aef5f05dbb70a05ac authored over 9 years ago
Before some recent changes it was possible to create a new area name entry
with TLuaInterpreter:...
Before some recent changes it was possible to create a new area name entry
with TLuaInterpreter:...
bugFix: errors in Duplicate Area Issues Fix
384cc196dfb884b5f0c803e507006ab5e3860ab2 authored over 9 years agoBugFix: Treat and prevent further duplicate or empty map area names
3342a08b69784b48fbfacba81a7e775a54fabc8a authored over 9 years agoSigned-off-by: Stephen Lyons <[email protected]>
e6a8bcc5a60f088f735f772ef9ccd71a94be281c authored over 9 years ago
When porting the code in Pull Requests #237 and #245 into a different
branch I spotted that TLua...
Some steps had previously been taken to enforce no duplicate area names
when importing an XML ma...
10fefa0abf6e1e5f88c8ea65c44893d800874b5d authored over 9 years ago
Connecting the (virtual, protected) update() signal to a slot that merely
calls the same thing m...
Connecting the (virtual, protected) update() signal to a slot that merely
calls the same thing m...
(release_30)bugfix: typos in dlgColorTrigger messes up cyan and lWhite triggers
6df0f76850621fa7725212ac0acd3eb6b6f69285 authored over 9 years ago
Found these the hard way - in use - and it meant that one could not specify
a colour trigger to ...
8be8815775d36b61ed9417605011ff554fed8ce4 authored over 9 years ago
Fix for exit map being out of sync
7dabb1c325281d70c449e5638ab4eb97d60d466d authored over 9 years agofixup: remove cruft a.k.a. dead stuff that add nothing to code
d34563ff1518a1670f253759bc6909593b43bf0d authored over 9 years agoUpdate lua and toolbar log controls
d14034170f18d7b879ba4c277b9b8022c21cab75 authored over 9 years agoFixed #1371444, random resizing on OSX
7aea6efb246b89f4e405fc48d95646175227c010 authored over 9 years agoFix: Revise HTML producing code to produce VALID html
3a3a1c81076fa57c3ce85f7cacc117a1fb0f781a authored over 9 years ago856fe7e4506f933e7a7dceb185373dce7d33207b authored over 9 years ago
Fixed #1371444, random resizing on OSX
363193c66e09f1966cbc61136db9b0fad50cef7e authored over 9 years ago70d1a90d6d2f574ff308b362f48a375c2abf322e authored almost 10 years ago
78cf74adcc2fe5dd3c9de39ba7f8786c15a8243a authored almost 10 years ago
On a full keyboard with a keypad, the special keys on the keypad are completely redundant. Prev...
f396663555012306e4c4768333cc5558c91b1027 authored almost 10 years ago
* T2DMap::slot_setArea(): used a uint where I should have used an int as a
method I called can...
(release 30 try4)exit map fix
32a677baaa58c41cf38d8b36f5c7d2af2a087b20 authored almost 10 years ago
Use UTF8 instead of Latin1 as this will make internationalization easier. Also
use constData.
Source: http://bc-dev.net/2013/02/23/mudlet-getcmdline-function/
9ea37e2389cc75a8e2ff0966bd44fd491b932bc4 authored almost 10 years ago
Previously we were not removing entries from the entranceMap involving
the value (a room that th...
Set a break point in the method and change the static bool showDebug to
dis-/en-able output...
...
d487b033e7d71f97b5c41ab6b88a1bc9dc0a77e6 authored almost 10 years ago
Though suitable for release code this was added to help
with debugging. This was what enabled m...
Obvious but was missing.
Signed-off-by: Stephen Lyons <[email protected]>
4bf87a742b19eeb47fd78192cf58bb4d36583925 authored almost 10 years ago
Each individual call to TRoom::setExit((int)exitRoomId,(int)directionCode)
from dlgRoomExit::sav...
Code deficiencies that remove rooms without properly updating connected
rooms were causing segme...
c9b0888ea833e16d0d77da9b5b053ecf27d69cc3 authored almost 10 years ago
076d97e1b938d8064cc5bdc52ab6db2721d01dc7 authored almost 10 years ago
610ca6b6ecfa977685a2c69d4d5a9024bf97a219 authored almost 10 years ago
If [c|d|d]echoLink were used to echo to a specific window, the format argument
was not captured ...
Fix: Empty TRoomDB::areaNamesMap before (re)loading it from file
52858310a39b7caec3221319d3d66bf78d41b414 authored about 10 years ago
Found in practice that some situations cause the map file to be loaded
twice - whilst that is no...
75483cce94a187c03c9b8ff182ae179da350adc6 authored about 10 years ago
Fix license claim on mudlet.svg
fb247561e63f02362500d86b49ed05203834cb1a authored about 10 years agoFix license claim on mudlet.svg
be9bcffd3a50d9858b612332d80712d468ac4a71 authored about 10 years agoBugFix: Treat and prevent further duplicate or empty map area names (Alternative)
6d597552a0531bd4322b9125dcf808bb4f3b437e authored about 10 years agoBug fix for editor content loss
901176cce3d2c9d453f996985251853cd6a07f58 authored about 10 years agoCrash on doubleclicking timestamps
d9b3978de12a6c9c3e8a969a287c6a538a7b9b04 authored about 10 years ago4c351c6cc2f2fb6a479106fd2137b7a7bf2e7b73 authored about 10 years ago
This pulls them into view as part of the project for the Qt IDE so they are
more obvious - and l...
Takes out "dlgOptionsAreaXXX" header & class file and
"options_area_XXXX.ui""ui forms (the latte...
This was suggested by another developer to clarify the purpose slightly.
Signed-off-by: Stephen...
9d96bfdfbfc58b8ef346ad7f9b921e40d25106c6 authored about 10 years ago
Reformat error message to current proposed "standard" and make it capable
of being international...
This commit prevents the format from being changed mid-log which would
otherwise produce an inva...
Adjust code layout for agreed formatting styles (mainly trail opening '{'
on same line as text f...