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

rooms list in TRoomDB now removes rooms on deletion.

d94ceda949201476f1f0f2587d519256f81bf5e4 authored almost 11 years ago by Chris Mitchell <[email protected]>
calcSpan changed to use fewer loops, room removal now checks for the min/max spans of each z level.

8d15f2dd90d350dcec0eacc9e5efb2bee165ad67 authored almost 11 years ago by Chris Mitchell <[email protected]>
Module sync text made static.

caf973a9a4cb85e335863c888d4fc5f98ce65041 authored almost 11 years ago by Chris Mitchell <[email protected]>
Cdded table.deepcopy() to clone tables.

c7ea429c7ed926a16b8cf4f9ef7c20b2b6989e53 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Cdded table.deepcopy() to clone tables.

9f602f15d4ceb7fa46a6028864410110adce0fa9 authored almost 11 years ago by Vadim Peretokin <[email protected]>
calcSpan added to room removal, pathfinding check for starting room with exits added (Stephen Lyons).

134c3739cfd160b95d31e89b414dcf03699ed453 authored almost 11 years ago by Chris Mitchell <[email protected]>
Rooms defaulted to -1 as initial area, rooms removed from areas on deletion/area changes

6d8878be8d4d9de69ae30a0b886852f92f9c3e22 authored almost 11 years ago by Chris Mitchell <[email protected]>
getExitStubs fixed to return nil, getExitStubs1 added which indexes at 1

3372a95f81bae7aa3012e14abd3cd22d05982816 authored almost 11 years ago by Chris Mitchell <[email protected]>
Removed warnings on OSX

The paths never get defined anyway and always errored.

70241eb6c6d2a98f0944a3c5a8ed32803f7bddaf authored almost 11 years ago by Vadim Peretokin <[email protected]>
Added installation instructions file

Mostly describing how to build the nice .dmg

8dd2956eef72a77f1ea1253945331ae602c82eb8 authored almost 11 years ago by Vadim Peretokin <[email protected]>
icns file is now added to the .app

icns file is now added to the .app as well as the plist, making Mudlets
icon be properly used in...

c765587655797e2ec03f81ef3f44881147dd1de5 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Updated background to 72 ppi

For some reason that makes it look proper in the dmg installer.

88aea623b9bfbe6b00fc57a75071bb166023f3a3 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Initial go at an appdmg setup

The background seems to be getting scaled however - looking into fixing
this.

fce7788074b515326b65bd113d1d5f3a6b46800d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Don't generate a .dmg with macdeploy

Since node-appdmg now does this for us, + makes the dmg look way nicer.

61ae050daa418e39beb3b104234198a78e3f10df authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #6 from keneanung/MakeQueryByExampleUseful

Make query_by_example useful

6a36e13d55c1f04164d20dca1c64a3f898e696fc authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #6 from keneanung/MakeQueryByExampleUseful

Make query_by_example useful

3cde6be0973be62a6626c2ec48593b1902f105cd authored almost 11 years ago by Vadim Peretokin <[email protected]>
Made query_by_example more useful

In its former incarnation, query_by_example was not every useful as it only fetched data. Now it...

4886ed17046211517c5f89097f89a5df9a1cc7c8 authored almost 11 years ago by keneanung <[email protected]>
Made query_by_example more useful

In its former incarnation, query_by_example was not every useful as it only fetched data. Now it...

d64b49ce6a90c0829c447c2cd211cd4d48aa0783 authored almost 11 years ago by keneanung <[email protected]>
Updated the unittests for query_by_example changes

query_by_example is not very useful in its current form as it uses its query for fetching only. ...

bb03a8c4cd30fe95e81cd8cafc4acd8b02608025 authored almost 11 years ago by keneanung <[email protected]>
Updated the unittests for query_by_example changes

query_by_example is not very useful in its current form as it uses its query for fetching only. ...

959a18510f936299dc4261ac87137251603f5256 authored almost 11 years ago by keneanung <[email protected]>
Merge pull request #5 from keneanung/AggregateDistinct

Aggregate distinct

2e4127cddc74a8066d33e605cca2b3a026a6a405 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #5 from keneanung/AggregateDistinct

Aggregate distinct

3b0dc8897980f65bcc9a3b0c80f59f2a45b70b1f authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge branch 'master' of https://github.com/vadi2/mudlet-lua into AggregateDistinct

d4fdc8abf901b17b7f82fea324856f8c551b89e3 authored almost 11 years ago by keneanung <[email protected]>
Merge branch 'master' of https://github.com/vadi2/mudlet-lua into AggregateDistinct

30b4966ec44c4d92deba535afd630339dd95a501 authored almost 11 years ago by keneanung <[email protected]>
improved db:aggregate()

The improvement enables the user to aggregate only distinct values.

0f53e5afdd96806af93b41566d8b2a47b86cc293 authored almost 11 years ago by keneanung <[email protected]>
improved db:aggregate()

The improvement enables the user to aggregate only distinct values.

9a05800c14a4d581a7264e2fa9b9aaad6d6448b9 authored almost 11 years ago by keneanung <[email protected]>
Fix of a unit test of the last commit.

Additionally two minor changes.
This build should also FAIL.

c35c81195422bb032da96b26ac7d2493d439a60b authored almost 11 years ago by keneanung <[email protected]>
Fix of a unit test of the last commit.

Additionally two minor changes.
This build should also FAIL.

50b6c0b59302d7a329cf47d494edd85a775b4cf3 authored almost 11 years ago by keneanung <[email protected]>
Add db:aggregate() tests for the future option to only aggregate unique values

This tests should FAIL currently as the corresponding functionality ins not yet implemented.
Ad...

f6543988cd0d23f39c688cb2671b6804158617dc authored almost 11 years ago by keneanung <[email protected]>
Add db:aggregate() tests for the future option to only aggregate unique values

This tests should FAIL currently as the corresponding functionality ins not yet implemented.
Ad...

10a366b575fa57db00905fe82e348e7006481ad3 authored almost 11 years ago by keneanung <[email protected]>
Merge pull request #4 from keneanung/fixDbAggregate

Fix db aggregate

9243ddcc517a620c49697fa66af72df0895a296a authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #4 from keneanung/fixDbAggregate

Fix db aggregate

ae83be1538ec889d02cb4b93c79cb46dedb741a4 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Fixed the query argument for db:aggregate function

2a70401a033985b3646ca1d1d3e3342b29c716c7 authored almost 11 years ago by keneanung <[email protected]>
Fixed the query argument for db:aggregate function

fd0902f5bbe53a4f0034ceefcc8e68d21c69a117 authored almost 11 years ago by keneanung <[email protected]>
Bug fixes for db:aggregate() functions with query

491865053f97427f7331369ae4abe92966733009 authored almost 11 years ago by keneanung <[email protected]>
Bug fixes for db:aggregate() functions with query

d448daded9c408d987a1da6cf2d1e4c9559ed130 authored almost 11 years ago by keneanung <[email protected]>
Added tests for all db:aggregate() functions

the second version checks if a query argument works

5c4d099234403357696e6cedea37f5f2329ed161 authored almost 11 years ago by keneanung <[email protected]>
Added tests for all db:aggregate() functions

the second version checks if a query argument works

e7404cad1e525a5d9b23cab449a722b8fd884e3f authored almost 11 years ago by keneanung <[email protected]>
Added the test for db:average() count

other minor changes

e7f4a9ada80fe59c1a2634c291b4e3587b9314df authored almost 11 years ago by keneanung <[email protected]>
Added the test for db:average() count

other minor changes

b28abb26468d7d91fe82025e8fa3d3741dfe79d0 authored almost 11 years ago by keneanung <[email protected]>
Added tests for db:aggregate() "max" and "min" calculation

ff465067e10942ae16e04d5a4b2918d59a0a1937 authored almost 11 years ago by keneanung <[email protected]>
Added tests for db:aggregate() "max" and "min" calculation

1b8d5a40f0d0175861418fa23229067d8ba9140d authored almost 11 years ago by keneanung <[email protected]>
Added test for db:aggregate() average function

8b91626b7a210f4521dcd868deceb549c7b595f5 authored almost 11 years ago by keneanung <[email protected]>
Added test for db:aggregate() average function

cfaa0f5641f9998c0dcad78c202da341bfd1400c authored almost 11 years ago by keneanung <[email protected]>
Changes to db:aggregate()

- removed redundant order_by block. The given aggregate functions don't care about ordering anyw...

3f7d36476b4b6cbfa521e9f3eaffc3ce91186d5d authored almost 11 years ago by keneanung <[email protected]>
Changes to db:aggregate()

- removed redundant order_by block. The given aggregate functions don't care about ordering anyw...

e184179aefbb9730f52acf3df1eb58e81557d987 authored almost 11 years ago by keneanung <[email protected]>
Properly give the field that should be aggregated

d88efb3971f3d34c6036401ea209081a33220f7b authored almost 11 years ago by keneanung <[email protected]>
Properly give the field that should be aggregated

480cd72774e6a69a2016a48b59628718be6211ea authored almost 11 years ago by keneanung <[email protected]>
Fixed a type in the first agregate test

8e7dacbc93c3132e83e1ff78b6f4515cafd99e07 authored almost 11 years ago by keneanung <[email protected]>
Fixed a type in the first agregate test

476f5b385bd0acf6d701a0d8249553bf882795d6 authored almost 11 years ago by keneanung <[email protected]>
Added "total" test of db:aggregate()

9b1c62099c107b00a1dc4d1e9a7119224b9472a5 authored almost 11 years ago by keneanung <[email protected]>
Added "total" test of db:aggregate()

14e84a51aa7c6f57b7fcc0d5c59bb80d538316a0 authored almost 11 years ago by keneanung <[email protected]>
Updated name to be capitalized, so its capitalized in the installer

Commiting before this Mac locks up on me again...

d46b324cc051f42c7da84626549da1c92be6dd1d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Updated LuaGlobal to load Lua files when installed as an Application as well

ba072b1c4fdbd46536a56b727290c39e8ffc85df authored almost 11 years ago by Vadim Peretokin <[email protected]>
Fixed OSX mounting to be proper

Awkwardly enough, using ./mudlet.app to specify the exact location
revealed some bugs in macdepl...

21864f02196f9e0c908079fe59547e4a19b35a8c authored almost 11 years ago by Vadim Peretokin <[email protected]>
Updated LuaGlobal to have the capacity of loading Lua files when Mudlet is run within a OS X .app

85c5f40d6b3576f253cc42f844d615bd5c6bf05d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Updated LuaGlobal to have the capacity of loading Lua files when Mudlet is run within a OS X .app

8ffbcc50bff8620d48ec149a41dc83070eadd6e4 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #3 from keneanung/master

New DB function query_by_example contributed by Keneanung

ed3ca6b1079acd736f50a2ff10c156e8a5be4c80 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #3 from keneanung/master

New DB function query_by_example contributed by Keneanung

e4942539968d69a1d347fc8e9eb8e0de5457294d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Completed loading of LuaGlobal

LuaGlobal is now properly loaded, and it can load everything else
within properly.

6026129cc03f506661acf9a4d8be040a5099c256 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Changes to unittests for query_by_example()

More changes according to comments in keneanung/mudlet-lua@5933961dad2a759001dadd4a388a3f674ad15a3a

efc218789c0c22318ca64596e1ce4c7fb271a803 authored almost 11 years ago by keneanung <[email protected]>
Changes to unittests for query_by_example()

More changes according to comments in keneanung/mudlet-lua@5933961dad2a759001dadd4a388a3f674ad15a3a

f9d2cb8b956b9c83dbb6fa1ca81f292b024fcba2 authored almost 11 years ago by keneanung <[email protected]>
Incorporated some optimizations

Changed some things according to Vadi's comments to commit
keneanung/mudlet-lua@5933961dad2a75900...

915636db74a53e4aa4bbb10c6a0b17647cd002b2 authored almost 11 years ago by keneanung <[email protected]>
Incorporated some optimizations

Changed some things according to Vadi's comments to commit
keneanung/mudlet-lua@5933961dad2a75900...

c8167bbada9e6db16367b8d683914dbd3b85b35a authored almost 11 years ago by keneanung <[email protected]>
Mudlet now luads LuaGloba.lua, but nothing inside it

Mudlet can now locate and load LuaGlobal.lua, but nothing inside it
works.

Additionally, Mudlet...

9ef3e1a85b769f642ef2a7bd99fd5e3e1666f170 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Made build script copy mudlet-lua into the package

qmake at this point copies mudlet-lua data into the .app package, and
the mac-deploy.sh script s...

b35528c527278f3bd7fa13a3c6094dc571beba67 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Started on a script to create a self-contained Mac install

c9faa9cf8a435f2f16630c20ec036ba61af0fed4 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Added db:query_by_example()

This function will query for a prototype in a database.

11cdfd65400294bf394019490f2ac954fa7350b7 authored almost 11 years ago by keneanung <[email protected]>
Added db:query_by_example()

This function will query for a prototype in a database.

5933961dad2a759001dadd4a388a3f674ad15a3a authored almost 11 years ago by keneanung <[email protected]>
Added db:query_by_example unit tests

The unittests currently only cover the basic operation and a very simple
combined query. I am con...

84c9452236bfa11f80395a58838b41b72180c7fa authored almost 11 years ago by keneanung <[email protected]>
Added db:query_by_example unit tests

The unittests currently only cover the basic operation and a very simple
combined query. I am con...

cf8b049b7dd237065e7cafd4088e2547c8c1c70b authored almost 11 years ago by keneanung <[email protected]>
Merge pull request #1 from vadi2/master

Fixed Mudlet crash when downloading an MMP map

12f4da72e31c8c1f91ca9af9b008c1f43d286440 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Fixed Mudlet crash when downloading an MMP map

The issue seems to have been from the fact that we were passing it a
parent and the parent might ...

682756b972bd7de595c872ee6e5fb5b6499cb02d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Fixed 'show hidden variables' button underlap

Fixed it by adding a space to the distances between elements in the
left panel. I'm not sure whe...

5352015bd85e4437c2fc4f2f189d909966e9915e authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge branch 'mac-ui-fixes' into mac-compile-fix

e8ee404453091586454d1a5d11a0e1c3286c1348 authored almost 11 years ago by Vadim Peretokin <[email protected]>
one attempt are fixing the variables view

Now however the discrepancy has been reversed and the hiden variables
now has an extra space ins...

1af2ab8b07441d6da8eea83395aa1a977300533c authored almost 11 years ago by Vadim Peretokin <[email protected]>
Cleaned up comments

ce83c7d8502867851dee7af7eadc2e47bbaa37a4 authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #2 from keneanung/master

Fixed the use of option values as columns

0d663c5e28a2aa7313c8c86b10d9a485eca6fe4d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Merge pull request #2 from keneanung/master

Fixed the use of option values as columns

8bbc28b3e81d92c1170ecdddc58d81d68063061d authored almost 11 years ago by Vadim Peretokin <[email protected]>
Removed a FIXME mark

f71e66c3f6179328e7180da30201b7d91cf61df8 authored almost 11 years ago by keneanung <[email protected]>
Removed a FIXME mark

fc2d9fa69fd80824542e8f050efae7b9c8775a43 authored almost 11 years ago by keneanung <[email protected]>
Added column deletion on Db:create

Db:create will now delete columns, if they are present in the current database,
but not in the n...

a540dc5e6c1ced65d328f67931f73e311ce32b9e authored almost 11 years ago by keneanung <[email protected]>
Added column deletion on Db:create

Db:create will now delete columns, if they are present in the current database,
but not in the n...

5cc1dba28fe294fd32c0f1f04216ed5f097393e1 authored almost 11 years ago by keneanung <[email protected]>
Added tests for deletion of columns on migration

- Rewrote The description of two tests
- Added two tests for deletionwhen Db:create is called an...

d4e9be7ab57056382f9953807cd82c31ecf46e79 authored almost 11 years ago by keneanung <[email protected]>
Added tests for deletion of columns on migration

- Rewrote The description of two tests
- Added two tests for deletionwhen Db:create is called an...

fb4e1d18ee6c3c8d0d9604835752a232e3b9ca41 authored almost 11 years ago by keneanung <[email protected]>
Foxed unittest 17 as it seems to busted on travis behaves differently to my

version. But we don't check the rootpage for now anyways (for now).

3fc57f57a7f9e3f67ebbb6f8ad30bf9f9e07948f authored almost 11 years ago by keneanung <[email protected]>
Foxed unittest 17 as it seems to busted on travis behaves differently to my

version. But we don't check the rootpage for now anyways (for now).

48496b4dd5821a6c4cbbbc0ef6d6d30417ef8f89 authored almost 11 years ago by keneanung <[email protected]>
Fixed the usage of option values as columns.

0b383bc2867bf6c99724334885c47f836f7132e4 authored almost 11 years ago by keneanung <[email protected]>
Fixed the usage of option values as columns.

770d02c80c26c1d47d52a231176522bd313d0f15 authored almost 11 years ago by keneanung <[email protected]>
Added Unittests for correct application and filtering of options fo the

database.

0568bf804726260950bbb7f9641d28467e9a53d4 authored almost 11 years ago by keneanung <[email protected]>
Added Unittests for correct application and filtering of options fo the

database.

3fac9b2f64ee92c1e2850e397cd6bfde895f2917 authored almost 11 years ago by keneanung <[email protected]>
- updated luasql to set the global explicitly in tests as well

19d9d8688641f414ea7be76e15ccd94b1c680e7a authored almost 11 years ago by Vadim Peretokin <[email protected]>
- updated luasql to set the global explicitly in tests as well

be754f6e2c379b4fbe5d8ac9063a01d20515787f authored almost 11 years ago by Vadim Peretokin <[email protected]>
Added instructions for running and creating tests for mudlet-lua.

95dfa7ae0ba702ff88ed0108c63967792d7ff1b9 authored about 11 years ago by Vadim Peretokin <[email protected]>
Added instructions for running and creating tests for mudlet-lua.

006f0189e9088fa139bb5322855bc68e06033897 authored about 11 years ago by Vadim Peretokin <[email protected]>
Variable search made more efficient

90713e0ce53e978fb26f05aed1af3f9653e8c568 authored about 11 years ago by Chris Mitchell <[email protected]>
FIxed hardcoded release mode

… now I can finally build in debug!

08a203009608a5a18339c1a20881d52522116110 authored about 11 years ago by Vadim Peretokin <[email protected]>
Cleaned up comments

No need to leave cruft. They can be found in git history if needed.

2725680c7d6bb92e019e1ef8405c7aa0ca106ab3 authored about 11 years ago by Vadim Peretokin <[email protected]>
Removed warning of unused variables

… because boost is generating 1,400 lines worth of warnings when built
with clang.

There's a wa...

af676688eb3e92948b941e26f420f7c56ce3c32a authored about 11 years ago by Vadim Peretokin <[email protected]>
Fixed lua_yajl to compile

e7e6bb6627f6f51cb7a607dd97cafb2c464383f7 authored about 11 years ago by Vadim Peretokin <[email protected]>