Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mudlet

creating a portal to online text adventures
Collective - Host: opensource - https://opencollective.com/mudlet - Website: https://www.mudlet.org/ - Code: https://github.com/Mudlet/Mudlet

Merge pull request #31 from ahmedcharles/build

Use the suffix -dev for development builds.

github.com/Mudlet/Mudlet - ea81759c3debc4af622953d980fc8fb80c286c23 authored over 10 years ago by Vadim Peretokin <[email protected]>
Use the suffix -dev for development builds.

Users can change this locally if they wish.

github.com/Mudlet/Mudlet - f75d99bb4fdf3cbb445ecb51afe55eac214ecb93 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #32 from ahmedcharles/travis

Update travis scripts.

github.com/Mudlet/Mudlet - 73431600c169139fd3673a5d93053ce85de7ef1d authored over 10 years ago by Vadim Peretokin <[email protected]>
Update travis scripts.

Makes their output better.
Installs the right things on OSX.

github.com/Mudlet/Mudlet - 1ba9870561c806a5f66d78e95c469d7d28b7bd7b authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #29 from ahmedcharles/cmake

Fix cmake's ability to find hunspell on homebrew.

github.com/Mudlet/Mudlet - e75a941a148bed4b141f8bfdc86cf34bdd4d10cc authored over 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #30 from ahmedcharles/travis

Move platform selection logic to its own script.

github.com/Mudlet/Mudlet - cce0b81a6665ff4c7c6b99f680ce2a3e325d132a authored over 10 years ago by Vadim Peretokin <[email protected]>
Fix cmake's ability to find hunspell on homebrew.

github.com/Mudlet/Mudlet - d29a4b6b56ca04adfeb6f55af06711b10c497668 authored over 10 years ago by Ahmed Charles <[email protected]>
Move platform selection logic to it's own script.

github.com/Mudlet/Mudlet - d20e0125fc6325b241f00588ad698c3863a17ef3 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #28 from ahmedcharles/flags

Fix flags so that they work for mac and non-mac.

github.com/Mudlet/Mudlet - df55537829b4a01953752b7c3a22a6077e0c6c87 authored over 10 years ago by Vadim Peretokin <[email protected]>
Fix flags so that they work for mac and non-mac.

github.com/Mudlet/Mudlet - e81882c506fb2ed82ea05474d6f540757a31c160 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #27 from ahmedcharles/qt5

Require Qt5.

github.com/Mudlet/Mudlet - ad774d611730fa972f0cba61a34e62208d32ef32 authored over 10 years ago by Vadim Peretokin <[email protected]>
Require Qt5.

github.com/Mudlet/Mudlet - be4c21d4c330ecd2cf21b6c503e4d335c8ba1ea4 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #26 from ahmedcharles/sort

Sort the lists of files in src.pro.

github.com/Mudlet/Mudlet - e00a0dccc036ea1724313bccbc574111c58465dc authored over 10 years ago by Vadim Peretokin <[email protected]>
Enabled notifications for all successful builds

This way Gitter can show us all notifications of successful builds.

github.com/Mudlet/Mudlet - 430510f4b0cb39cca59a05d33003b64194a07528 authored over 10 years ago by Vadim Peretokin <[email protected]>
Sort the lists of files in src.pro.

github.com/Mudlet/Mudlet - 800372472d09f775cebae58f8df646f709101a9b authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #25 from ahmedcharles/lua_yajl

Update to the newest lua_yajl.c.

github.com/Mudlet/Mudlet - 1581dc10e0ae7117ad30f4a8505ef8d99748abcd authored over 10 years ago by Vadim Peretokin <[email protected]>
Update to the newest lua_yajl.c.

github.com/Mudlet/Mudlet - d48831428c1a42a7e2cab8dcc9295c2dcaebbae8 authored over 10 years ago by Ahmed Charles <[email protected]>
Added rough instructions for compiling in a Mac. The entire COMPILING file is quite outdated and needs help.

github.com/Mudlet/Mudlet - d49792c57061c9c5ae0623a23410cadc8ee2f511 authored over 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #21 from ahmedcharles/qt_no_stl

Remove QT_NO_STL, it's not properly documented.

github.com/Mudlet/Mudlet - 67c592831cacfb54f171cb5555ed0dc9433950ca authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #11 from ahmedcharles/host

Remove Host's default constructor, which isn't used.

github.com/Mudlet/Mudlet - a8aff1a675bce2e3ab8c2b19d94a3498fb35200a authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #8 from ahmedcharles/t2dmap

Remove the T2DMap default constructor.

github.com/Mudlet/Mudlet - dfa552e59dd9c36897bd70769ab112ee37cd6ae2 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #13 from ahmedcharles/host_fix

Deleting the host will make pH a dangling pointer, so remove it from mTabMap first.

github.com/Mudlet/Mudlet - 2b8ee73f9bff0483044057da37ab6f554323d204 authored over 10 years ago by Chris Mitchell <[email protected]>
Remove QT_NO_STL, it's not properly documented.

github.com/Mudlet/Mudlet - bde1a4a8e7d37e8c484e0107e922772db1d95f04 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove Host's default constructor, which isn't used.

github.com/Mudlet/Mudlet - c100c1b257407609ee582713a3b239f8250c5464 authored over 10 years ago by Ahmed Charles <[email protected]>
Deleting the host will make pH a dangling pointer, so remove it from mTabMap first.

github.com/Mudlet/Mudlet - 883b488e95d558b52004fc2db302f9f316de1844 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove the extra T2DMap default constructor.

T2DMap currently has two default constructors, remove one.

github.com/Mudlet/Mudlet - 4edc7225feae667ab39162fa2b582ca1952c531e authored over 10 years ago by Ahmed Charles <[email protected]>
added gitter webhook to travis

github.com/Mudlet/Mudlet - fb4df24dc1be77debc942f2f31f6c9ba63285516 authored over 10 years ago by Chris Mitchell <[email protected]>
removed commented out line

github.com/Mudlet/Mudlet - d646f9a40be60575ca118adc99189e98d421be49 authored over 10 years ago by Chris Mitchell <[email protected]>
added in fix to check for empty TRAVIS_OS_NAME variable and default

to linux build if not found

github.com/Mudlet/Mudlet - d3b78c95b0c0c89541dce21806bd99d0f68d0fac authored over 10 years ago by Chris Mitchell <[email protected]>
added executable bits to shell scripts

github.com/Mudlet/Mudlet - e2c70d4b6fde8602968cec8260a9939b5e97ec7c authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'development' of https://github.com/Mudlet/Mudlet into development

github.com/Mudlet/Mudlet - 637bb4f9d6c1d424b1af029f461b6a5bed3403eb authored over 10 years ago by Chris Mitchell <[email protected]>
missing newline and error with = instead of == in travis yml

github.com/Mudlet/Mudlet - d7eef6ec738ca3d54deab5cd226f2e66947f7b97 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #17 from ahmedcharles/travis_cmake

Travis doesn't support cmake version higher than 2.8.9.

We still backport to 2.8.11 but this ...

github.com/Mudlet/Mudlet - e5e08b2729c9d2578755c04d29d82865cb957517 authored over 10 years ago by Chris Mitchell <[email protected]>
Travis doesn't support cmake version higher than 2.8.9.

github.com/Mudlet/Mudlet - 62db43550800dda89346c075a011460d8b8ba4e7 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge branch 'development' of https://github.com/Mudlet/Mudlet into development

github.com/Mudlet/Mudlet - 3a4fa1d1e46e9fe6c354aad9d3aea39872ec97c7 authored over 10 years ago by Chris Mitchell <[email protected]>
added osx to travis

github.com/Mudlet/Mudlet - 79424ac3e3fa2931f884165fddf1bb47ee35d24c authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #20 from ahmedcharles/test_travis

Remove HUNSPELL hack in travis build.

github.com/Mudlet/Mudlet - cb853e4a1703a57354e2c330f486b9ffc4ffebc2 authored over 10 years ago by Chris Mitchell <[email protected]>
Remove HUNSPELL hack in travis build.

github.com/Mudlet/Mudlet - 0072c18a34c4bf0a0c4b3b83bdd277eec745038f authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #19 from ahmedcharles/development

Another cmake/travis fix.

github.com/Mudlet/Mudlet - e875b583b7b50f79b56673c3f9dba7e055f5cef1 authored over 10 years ago by Chris Mitchell <[email protected]>
Another cmake/travis fix.

github.com/Mudlet/Mudlet - c270890dfd842669278539a5c38046664377579d authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #18 from ahmedcharles/development

Fix cmake build with travis.

github.com/Mudlet/Mudlet - aca5c63e6d7c30dc80fbd4860115ea36c2d9d2d3 authored over 10 years ago by Chris Mitchell <[email protected]>
Fix cmake build with travis.

github.com/Mudlet/Mudlet - 0366fa7a57a33f200687c304c6413e4225dc5921 authored over 10 years ago by Ahmed Charles <[email protected]>
added hunspell library to cmake travis

github.com/Mudlet/Mudlet - 4d03270595c9e2dc59cb7e011e021261feaa353b authored over 10 years ago by Chris Mitchell <[email protected]>
added cmake 2.8.11 backport

github.com/Mudlet/Mudlet - a65dc04fbb78e8a5cac4d7c9db7ee453e8c394fa authored over 10 years ago by Chris Mitchell <[email protected]>
added newest version of cmake for build

github.com/Mudlet/Mudlet - 37a3985daa511eb55d748d3260429ac4222ae175 authored over 10 years ago by Chris Mitchell <[email protected]>
fix stupid typo in travis yml

github.com/Mudlet/Mudlet - 6e0b7154aeca677c25644f54d1430c5703027523 authored over 10 years ago by Chris Mitchell <[email protected]>
added cmake to travis

github.com/Mudlet/Mudlet - 5336706e573fbf4284146ee2e0a85852662b7133 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #14 from ahmedcharles/zip

Fix zip cmake build variable.

github.com/Mudlet/Mudlet - e85c03ffd7ff2222a4fe3402f37ac30f21fa5c53 authored over 10 years ago by Chris Mitchell <[email protected]>
Fix zip cmake build variable.

github.com/Mudlet/Mudlet - ce0dc235fb10abdfd6426d2555fde705f3e27c51 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #15 from ahmedcharles/merge_fix

Fix a bad merge from merge 7580b5d.

github.com/Mudlet/Mudlet - 786dd0d966ae0559bdd979b255bcced0f7904b31 authored over 10 years ago by Chris Mitchell <[email protected]>
Fix cmake build.

Add definitions for the APP_* defines and remove a file which was removed
in a previous commit b...

github.com/Mudlet/Mudlet - 1346314315e5e86d0b88278208d6a26c3c1b126a authored over 10 years ago by Ahmed Charles <[email protected]>
added github flavored readme with travis badge and moved old README with developer relevant info to dev_README

github.com/Mudlet/Mudlet - 2e089a98046f3da43a84c5fdd9c16a010320ac5c authored over 10 years ago by Chris Mitchell <[email protected]>
moved travis make to script

github.com/Mudlet/Mudlet - 2a580b30b95ad35aba69db243039f083a97a5f66 authored over 10 years ago by Chris Mitchell <[email protected]>
reintroduced keybindings ui into src.pro

github.com/Mudlet/Mudlet - c8ea354e91afebbba5963d615e48fe07c72a1d29 authored over 10 years ago by Chris Mitchell <[email protected]>
auto accept new repo

github.com/Mudlet/Mudlet - 7e98d1b1ab291bb98f3aad899028092a3156de5a authored over 10 years ago by Chris Mitchell <[email protected]>
added test travis build

github.com/Mudlet/Mudlet - 16793afda25e8c95d44d14078b87a0fecde2357b authored over 10 years ago by Chris Mitchell <[email protected]>
mapper ui color wasnt removed from src.pro

github.com/Mudlet/Mudlet - b50bcbc809598e532b02422b2953c20689bb1c68 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'development' into mudletDev

Conflicts:
src/src.pro

github.com/Mudlet/Mudlet - facb0af687002664aed635b51b34d1ec4b4b3add authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #12 from ahmedcharles/clone

Remove clone related functions.

github.com/Mudlet/Mudlet - 1871bba3a9d8e88906439b23d67447501f001015 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #10 from ahmedcharles/unused

Less cruft is always good for me. Remove unused files.

github.com/Mudlet/Mudlet - 3bfc2048807132d0137ff4f3f0d67aad2d6e5e14 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'ahmedcharles-cmake_unused' into development

github.com/Mudlet/Mudlet - 7580b5d84b02780f12bded70effd0ce84318be7d authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'cmake_unused' of https://github.com/ahmedcharles/Mudlet into ahmedcharles-cmake_unused

Conflicts:
src/CMakeLists.txt

github.com/Mudlet/Mudlet - 4d440a312c3e17012f2689b406a964b6e6a20675 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'development' of https://github.com/Mudlet/Mudlet into development

github.com/Mudlet/Mudlet - 1d3df7c697363b3b277c0f6d7009d574ac87196f authored over 10 years ago by Chris Mitchell <[email protected]>
Fixed dlgIrc to be uppercase

github.com/Mudlet/Mudlet - e01432cb147787edde8fe5040d0bae51957d7703 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #7 from ahmedcharles/cmake_cleanup

Ran through it -- one issue was dlgIrc needs to be dlgIRC. Checking other pulls to see if this i...

github.com/Mudlet/Mudlet - 28e6966c8748f9513cd96c378112de292931d71d authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'mudletDev_fixGSysMessage' of https://github.com/SlySven/Mudlet2 into SlySven-mudletDev_fixGSysMessage

Conflicts:
src/TLuaInterpreter.cpp

github.com/Mudlet/Mudlet - cace6c8d926678f1b36807a482ec6e443dc4962b authored over 10 years ago by Chris Mitchell <[email protected]>
removed extra TARGET in src.pro and fixed build variable

github.com/Mudlet/Mudlet - 1f0f75ba8ae2f27ff8cbae7236ef1beb52f6dbbf authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'SlySven-mudletDev_versionData' into mudletDev

Conflicts:
src/mudlet_alpha.qrc
src/src.pro

github.com/Mudlet/Mudlet - ac4297d9037b5a35fea49b6c119875035e524bf6 authored over 10 years ago by Chris Mitchell <[email protected]>
Merge branch 'mudletDev_versionData' of https://github.com/SlySven/Mudlet2 into SlySven-mudletDev_versionData

github.com/Mudlet/Mudlet - b413d3c8c7b58e6bf9b70387a85ad696db83b91d authored over 10 years ago by Chris Mitchell <[email protected]>
Update Document: README updated to cover other branches

github.com/Mudlet/Mudlet - f9a79b329263a8b99389186148f7d9ffee4eeae9 authored over 10 years ago by Stephen Lyons <[email protected]>
Revise: Splash-screen code now takes long ver. text, copied to About dialog

The previous code to draw copyright and version text onto the Splash screen
image truncated vers...

github.com/Mudlet/Mudlet - b71b02e712ea4153dcc968ca64b2f65a338e8829 authored over 10 years ago by Stephen Lyons <[email protected]>
Tweak: Remove redundant debug mode compiler flag, de-optimise debug compile

The GCC debug compiler flag is set auto-magically by Qt and may not be
compatible with other com...

github.com/Mudlet/Mudlet - 9269632c6e7ca3b3569e114bd9273f3152677476 authored over 10 years ago by Stephen Lyons <[email protected]>
Mute warnings: Comment out unused vars, delete unneeded comment, fix var

Tidying up some compiler warnings. Fix a signed/unsigned comparision clash
Also changed "build"...

github.com/Mudlet/Mudlet - 5c55a065db0ac7cd17e776349b5323af8a8cb98f authored over 10 years ago by Stephen Lyons <[email protected]>
Fixed improper equality checks.

github.com/Mudlet/Mudlet - 62c00858e9406ea325eeab19c7ea99e2c0947d75 authored over 10 years ago by Vadim Peretokin <[email protected]>
Improved db:create to re-open connections after they've been closed.

github.com/Mudlet/Mudlet - ff17e75250571dae112968a5a1dea83dd98ac1f9 authored over 10 years ago by Vadim Peretokin <[email protected]>
Remove clone related functions.

github.com/Mudlet/Mudlet - 7e73bd9455cb9879e030bfaa6ff1dd68afde7f55 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove unused files which require build changes.

github.com/Mudlet/Mudlet - 11d369de1b79a3b2c1a98d60c10a84d8d560e392 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove unused files.

github.com/Mudlet/Mudlet - 0a2024a4a4a9e427d3c545f621959ec5bf87ca8a authored over 10 years ago by Ahmed Charles <[email protected]>
Sort all of the lists.

Some alphabetical, some logical.

github.com/Mudlet/Mudlet - ce61f0b3686b6869f49245c498b58cb44bd104e4 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove dlgTriggers_main_area.h.

Update the build files so that they refer to dlgTriggersMainArea.h
rather than dlgTriggers_main_...

github.com/Mudlet/Mudlet - c5663067b5e8cbdc840bee9b55c581fc118d3cc3 authored over 10 years ago by Ahmed Charles <[email protected]>
Cleanup the include, executable and library lists.

github.com/Mudlet/Mudlet - 013d40a6da52ba20676b004b422f799014b43d15 authored over 10 years ago by Ahmed Charles <[email protected]>
Cleanup the source, header and moc lists.

github.com/Mudlet/Mudlet - 0a5543e872595eccc05e36f1d5e41b12bda4dfb4 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove untested GCC flags from cmake build.

github.com/Mudlet/Mudlet - edccbab2e7a9503125e8cb790aa3ab74ed6163ab authored over 10 years ago by Ahmed Charles <[email protected]>
Add include dependencies to cmake build.

This makes it so that includes show up in MSVC and are considered as
proper dependencies during ...

github.com/Mudlet/Mudlet - 1bf608bb259a777412c63b98cddfdec23d2b1b25 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove untested install from cmake build.

github.com/Mudlet/Mudlet - 60bb2a2ec8f9714b00fd04169245fb412b124130 authored over 10 years ago by Ahmed Charles <[email protected]>
Remove unneeded entries from the cmake moc list.

github.com/Mudlet/Mudlet - aa710600d31c4e05672214807b958187b3b6fdb9 authored over 10 years ago by Ahmed Charles <[email protected]>
Enable multiprocessor builds on MSVC.

github.com/Mudlet/Mudlet - 1ea09b17ffc943d9abb9cdd546006b77cbfbcef1 authored over 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #6 from ahmedcharles/cmake_build

Cmake build

github.com/Mudlet/Mudlet - f4951b35d23ee514d6c631051af1a0d73010f332 authored over 10 years ago by Vadim Peretokin <[email protected]>
Make it so that lua_yajl works.

github.com/Mudlet/Mudlet - 5dd71132da7afbc3773aae6caa9ae16802c76f29 authored over 10 years ago by Ahmed Charles <[email protected]>
Use an #ifdef to turn off OPENSSL, if it isn't available.

github.com/Mudlet/Mudlet - 2e41714e7012e671cdbc31d2d9fd83ee0d640649 authored over 10 years ago by Ahmed Charles <[email protected]>
Add missing files to the cmake build.

github.com/Mudlet/Mudlet - 5c72268de882e71e0b8dd7a946f870ad8a86d05d authored over 10 years ago by Ahmed Charles <[email protected]>
Add irc to cmake build in a generic way.

github.com/Mudlet/Mudlet - 0ca893d821e73379b6f89d1b94c27f3dd49fc144 authored over 10 years ago by Ahmed Charles <[email protected]>
Add zip to the cmake build in a generic way.

github.com/Mudlet/Mudlet - e0b49829ef869b54b05801a14ad9f0151cdba5f5 authored over 10 years ago by Ahmed Charles <[email protected]>
Add hunspell into the cmake build in a generic way.

github.com/Mudlet/Mudlet - 7e09d0794bb6d998099edc961d6954d0dea10c25 authored over 10 years ago by Ahmed Charles <[email protected]>
Add yajl into the cmake build in a generic way.

Use yajl2 for MSVC.

github.com/Mudlet/Mudlet - c2f608dedb4393b7ef064c843c84dcce6ccf0d65 authored over 10 years ago by Ahmed Charles <[email protected]>
Add boost into the cmake build in a generic way.

Moc has issues with boost, so don't parse boost headers.

github.com/Mudlet/Mudlet - 3c83ee347c4f0ea5e81e8e9763428352a6590e50 authored over 10 years ago by Ahmed Charles <[email protected]>
Add pcre into the cmake build in a generic way.

github.com/Mudlet/Mudlet - 8b9bda1ef937aa46951d7ad3dc7aae9ed02e0bf5 authored over 10 years ago by Ahmed Charles <[email protected]>
Add zlib into the cmake build in a generic way.

github.com/Mudlet/Mudlet - e7df1d8b59fe3b5ce2ccfcc6acc85b896703b1dd authored over 10 years ago by Ahmed Charles <[email protected]>
Add lua to the cmake build in a generic way.

github.com/Mudlet/Mudlet - 9c4131d73a387db164deb947007db999533382d1 authored over 10 years ago by Ahmed Charles <[email protected]>
Add Qt/OpenGL to the cmake build in a generic way.

github.com/Mudlet/Mudlet - 795cbba83891b09aaaf27f533cd571e568a435a5 authored over 10 years ago by Ahmed Charles <[email protected]>