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
(release_30)bodge: restore min. font size to profile icon text in Connection Profile
56d2078743ebfbccf8e47ac260534e58b8b4246a authored over 8 years agobodge: restore min. font size to profile icon text in Connection Profile
21185289860210a9b42094614d4acd0f1b341c3e authored over 8 years ago
In trying to avoid a crash if the user renamed the very first profile in
Connection Dialog I han...
In trying to avoid a crash if the user renamed the very first profile in
Connection Dialog I han...
It also removes the code that produces the output that it was removing if
the timer interval was...
It also removes the code that produces the output that it was removing if
the timer interval was...
I accidentally restored the font size to a readable one for the text
assigned to the QListWidget...
I accidentally restored the font size to a readable one for the text
assigned to the QListWidget...
The I.R.E. MUD Midkemia-online was shutdown on 2016/09/07 and it is not
helpful to continue to ...
* Update: remove Midkemia (and add WoTMUD) to list of predefined MUDs
The I.R.E. MUD Midkemia...
dc753e9302a7e8debf5bcd5d833b0e73bc469f27 authored over 8 years ago8ed5ffe3419f9790dc30799913abae42f7d776f9 authored over 8 years ago
(release_30)remove: Obsolete LuaGlobal.lua in root of source tree
032b2b85b67bdc7e4dcacfdc36686b3bc84e9936 authored over 8 years agoRemove: Obsolete LuaGlobal.lua in root of source tree
0ef1a3810436e8ef3c4a527ef1a14e24d0427b2d authored over 8 years ago(release_30)bugFix: TLuaInterpreter::downloadFile() not working for https URLs
4c45e1c8c44a759ac2ca9c359ba988a99372d5e5 authored over 8 years agoBugFix: TLuaInterpreter::downloadFile() not working for https URLs
78be5b549dae5a805c35a3b7199fd6282b122943 authored over 8 years ago
This may have been the origin of a file which is now:
./src/mudlet-lua/lua/LuaGlobal.lua
but it ...
This may have been the origin of a file which is now:
./src/mudlet-lua/lua/LuaGlobal.lua
but it ...
* Enhance: fix map downloading code, add manual XML map importing
A recent move by I.R.E. to ...
6a0a04950c816ec598181c82c31e388cc1968c14 authored over 8 years ago
A recent move by I.R.E. to using SSL for their public MUD map URLs broke
the ability for Mudlet...
bc0f5899ac4cc58b2e7999fd33a49f6f73659096 authored over 8 years ago
As per the original poster on:
https://bugs.launchpad.net/mudlet/+bug/1427364
With a forum menti...
(release_30)bugFix: fix crash on profile auto-load (bug 1624720)
c61612b2187d760341c074ad219f849dc9a6683e authored over 8 years ago
As per the original poster on:
https://bugs.launchpad.net/mudlet/+bug/1427364
With a forum menti...
d1bc6ea6444e7db178c71f339f5b5e9fcfe327ff authored over 8 years ago
The uninitialised TVar::parent member in the default constructor is used
in the profile auto-loa...
Fixed a (subtle ?) bug in local functor TVarLessThan(TVar *, TVar *) which
tested the number val...
* Update README.md
I noticed the readme could use some love. I know I haven't been too active...
836a386150eb773c888ca23799bc3eb195f6f0ff authored over 8 years ago* BugFix: fix crash on profile auto-load (bug 1624720)
The uninitialised TVar::parent member ...
f94e44d655a7b290353faa01bd77651dd24f28ea authored over 8 years ago* Made OpenGL workaround be Windows only
* Updated to hunspell 1.4
Hunspell 1.4 doesn't re...
53337cdc06b7cced46ef53bb6a540d15a5e9e84d authored over 8 years ago* Updates for Qt 5.6.1 on Windows
Qt changed things in regards to OpenGL and GLUT, see http:/...
8db1dd73a13e6ac9d0788fe5fb4e24eed0fec1e2 authored over 8 years ago
Qt changed things in regards to OpenGL and GLUT, see http://doc.qt.io/
qt-5/windows-requirements...
aed349463eadf61b293133fe603bbd6b686c01a4 authored over 8 years ago
d88a1a9a78ce6bd961be41a21b4e1b040f90ef53 authored over 8 years ago
(release_30)bugFix: correctly identify no area/room user data in searchXXXXUserDa…
060176437ff7be0d567a677e8112ede5ab457699 authored over 8 years agoBugFix: correctly identify no area/room user data in searchXXXXUserDa…
a98b153e593286a1fcd76d03ed40667bdf92bd7f authored over 8 years ago
There was a bug in my previous code in both:
* TLuaInterpreter::searchRoomUserData(...)
* TLuaIn...
There was a bug in my previous code in both:
* TLuaInterpreter::searchRoomUserData(...)
* TLuaIn...
(release_30)bugfix: wrong ID number Data-type
0e1859e6a6c43679e8ef913f29e6f35f2f4c9ad2 authored over 8 years agoBugfix: wrong ID number Data-type
37ea78bda6931304437749319aa1c241ce5455e8 authored over 8 years agoSigned-off-by: Stephen Lyons <[email protected]>
f5a15c7704543328cdf146867e915fe74f76d311 authored over 8 years agoSigned-off-by: Stephen Lyons <[email protected]>
3bb68ed4a06051cd6f00593e515a407383399aff authored over 8 years ago
* The Ubuntu team have moved the very early Qt 5.x (5.0.2) that is used
for Linux platform bui...
* The Ubuntu team have moved the very early Qt 5.x (5.0.2) that is used
for Linux platform bui...
Although the Tree.h uses qint64 for the (internal) ID numbers of actions,
aliases, keys, scripts...
Although the Tree.h uses qint64 for the (internal) ID numbers of actions,
aliases, keys, scripts...
Port new ANSI colour code to lua
c0bc0e40149706d02530f83e96dd46c6eb6af4ea authored over 8 years ago76fc7c136085d7136af1cbbf343963c4d2807b5a authored over 8 years ago
(release 30)enhancement: move TArea::rooms to QSet (updated)
As per my merge comment for #301...
6b7e08501ccbd39ae1bfa8e3c4e30bdb7d530515 authored over 8 years agoEnhancement: move TArea::rooms to QSet (updated)
In the absence of @vadi2 I will take the ste...
4f6a41d6c5f40fd8f01db91355ba029992b1f73c authored over 8 years ago
Some recent changes caused the Pull Request on GitHub to become
unmergeable, the changes here sh...
As the amount of messages produced by the new/improve map auditing/clean-up
code can be large fo...
As the amount of messages produced by the new/improve map auditing/clean-up
code can be large fo...
This detail was missing and was confusing when centerview(roomId) was used.
Also, handle the ca...
a0d242cb8a24c704a8b21c372a477b819fc6a8e7 authored almost 9 years agoThis detail was missing and was confusing when centerview(roomId) was used.
Also, handle the ca...
e5fe487b7059215e76c7768c19f95895b11bc854 authored almost 9 years ago
As discussed in http://forums.mudlet.org/viewtopic.php?f=13&t=4818#p24498
this commit improves t...
As discussed in http://forums.mudlet.org/viewtopic.php?f=13&t=4818#p24498
this commit improves t...
As per this message in the Forum:
http://forums.mudlet.org/viewtopic.php?f=13&t=4857&start=20#p2...
The recently introduced code that "improved" the saving/sharing of a map
to other profiles had a...
As per this message in the Forum:
http://forums.mudlet.org/viewtopic.php?f=13&t=4857&start=20#p2...
The recently introduced code that "improved" the saving/sharing of a map
to other profiles had a...
(release_30)warningFix: strip buggy element out of Aardwulf logo/icon file
a9f35b7b85b362afc52802de004528e13495f5a9 authored almost 9 years agoWarningFix: strip buggy element out of Aardwulf logo/icon file
a78b0e9ee32dbe5a00a5f6c2c642aa0dea3edf69 authored almost 9 years ago
I had got the logic wrong in identifying whether an exit was a normal or
a special exit - so the...
I had got the logic wrong in identifying whether an exit was a normal or
a special exit - so the...
Needed to move a line:
exitStubsPool.remove( dirCode );
outside of an:
if( ! exitStubs.conta...
Needed to move a line:
exitStubsPool.remove( dirCode );
outside of an:
if( ! exitStubs.conta...
Also refactored TLuaInterpreter::setDoor(...) & getDoor(...) to current
error handling standards...
Also refactored TLuaInterpreter::setDoor(...) & getDoor(...) to current
error handling standards...
libpng versions 1.6 or later now produces a warning message:
"libpng warning: iCCP: known incorr...
libpng versions 1.6 or later now produces a warning message:
"libpng warning: iCCP: known incorr...
Although we have the provision of a default area (with Id -1) we have not
previously actually ma...
Although we have the provision of a default area (with Id -1) we have not
previously actually ma...
One build version on Travis C.I. (Linux/Cmake/GCC) did not seem to like the
use of nullptr - so ...
One build version on Travis C.I. (Linux/Cmake/GCC) for a different code
branch did not seem to l...
Recent code changes uses longer messages in the "label_mapFileActionResult"
in the "Mapper" tab ...
Recent code changes uses longer messages in the "label_mapFileActionResult"
in the "Mapper" tab ...
Refactor the code that identifies where player is in other profiles, saves
it in current profile...
As well as fixing the Area ownership of rooms (which has been an issue that
crops up from past b...
It is possible to copy a saved map from one profile to another - even if
that other profile is i...
Signed-off-by: Stephen Lyons <[email protected]>
15b5bbf1f2d54736f204199dcc3598d24a2df56c authored almost 9 years ago
Found during testing with humongous map files that the "Loading" & "Saving"
messages did not sho...
In situations when we check whether a room in an area both for internal
purposes and when rooms ...
(release_30)enhance: add ability to get ALL keys used by ALL room/area User Data …
84c11101b4c4ad7889f4261530667993db046f4a authored almost 9 years agoEnhance: add ability to get ALL keys used by ALL room/area User Data …
f35582a3f696e672de2fa3c826554ac5951a292b authored almost 9 years ago(release_30)enhance: Add ability to specify starting room number to createRoomID()
291b24e219de905d207d251f67b2c1c0681ff412 authored almost 9 years agoEnhance: Add ability to specify starting room number to createRoomID()
9b40780f933568591a39c9630390a1086acd7640 authored almost 9 years ago(where XXXX is Room or Area!)
I have realised that the functionality could usefully be included...
fe4808d1afa4b1f87b4acaeba117faad5cb4cd3c authored almost 9 years ago(where XXXX is Room or Area!)
I have realised that the functionality could usefully be included...
4f8c57f61f56953dc2e27f8cc239f86b4da4c8ad authored almost 9 years ago
These commands take NO arguments - the text was a remnant from a copy and
paste operation. 8-)
...
a98be91f2cfc052684a1225ca17bb74d047c805b authored almost 9 years ago
These commands take NO arguments - the text was a remnant from a copy and
paste operation. 8-)
...
6dd6721f5e57edcf201d9c4cc51a49958f749235 authored almost 9 years ago
About to start a real session of MUD playing I noted that there is no quick
way to assign ranges...
About to start a real session of MUD playing I noted that there is no quick
way to assign ranges...
Not essential but can be useful when working with maps not of own making
as it enable the user t...
Not essential but can be useful when working with maps not of own making
as it enable the user t...
(release_30)BugFix: fix a logic error that may be causing a hang on startup
255fe451b3625de24fa19650390b62756d12c484 authored almost 9 years agoBugFix: fix a logic error that may be causing a hang on startup
474b51cbda0856168e1fe25d7a005ef9d6a9f9f8 authored almost 9 years ago
Whilst debugging other code I found that the flag that is set when a line
is started in a TConso...
Whilst debugging other code I found that the flag that is set when a line
is started in a TConso...
C.I. Testing detected this issue around QListWidget::setSizeAdjustPolicy
which is only available...
I forgot to replace a #define constant with a variable when a literal block
of code was moved to...