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

Remove dead code.

035705d813f065323d6ff76906de752925e5544f authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #77 from ahmedcharles/includes

Fix include guard to use the right name.

46f0c755952c665b7e408a78cee695ad046413c8 authored about 10 years ago by Ahmed Charles <[email protected]>
Fix include guard to use the right name.

1d90ce233488424d62b3ce1bfb6db2c2c5d41d85 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #76 from ahmedcharles/warnings

Suppress clang warnings.

540dbbae0b60ce80a13732b4730499f50aa91f78 authored about 10 years ago by Ahmed Charles <[email protected]>
Suppress clang warnings.

Clang warns here because double parens are used in control flow
statements to indicate assignment.

1f52243b2b780a6343d1e77aec826163c5e8fbdb authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #74 from ahmedcharles/simplify

Simplify the logic in TMatchState.

caf6d79d72777153676bd2744f5ea6d30a27beca authored about 10 years ago by Ahmed Charles <[email protected]>
Simplify the logic in TMatchState.

b2914bea41652ab22b921d75442d349d8a0e9fc1 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #75 from ahmedcharles/cmake

Cmake build changes.

5eef778204c62b599ff703ca1e73b8d5d3f85eda authored about 10 years ago by Ahmed Charles <[email protected]>
Use CMAKE_INCLUDE_CURRENT_DIR.

This is better than setting the include directories manually.

1c232d51c2749a6cefb94a9ccfa777c028a63429 authored about 10 years ago by Ahmed Charles <[email protected]>
Turn off deprecated warnings for CMake GCC builds.

08ad374f0b5070f8821b06f8cc676f807ddb8606 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #72 from ahmedcharles/clang_format

Formatting changes.

5e11f6d9853f1b8e5ac419ab77a069b85dfcacf6 authored about 10 years ago by Ahmed Charles <[email protected]>
Some more intentionally low controversial formatting.

0423b2c6c88c4459b8fc948c0a17e991fbd03546 authored about 10 years ago by Ahmed Charles <[email protected]>
Reindent ctelnet.h to use 4 spaces.

This makes it consistent with everything else.

0223a5157fbdd017e5fef263f02fb168036fa5fc authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #85 from ahmedcharles/fix

Add additional include guards that were missed.

5181e31f79d9c58d4201b7c7795ec87a9ab6f460 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove unnecessary include of QDebug.

a0500c24825aeaf4fcf9aa814f0be152c406af8f authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #84 from ahmedcharles/fix

Fix bug with the revert of keyboard nav.

7567423c6ee239c1c22756083f374fcb3b248d23 authored about 10 years ago by Ahmed Charles <[email protected]>
Fix bug with the revert of keyboard nav.

8dddcd1225a9afaa8211f9b2f4a217f5ba17c929 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #73 from ahmedcharles/exceptions

Remove code which expects new to return null.

451d917f2f5a22a0cf91319da4afccefab356f2e authored about 10 years ago by Ahmed Charles <[email protected]>
Remove code which expects new to return null.

new throws an exception on failure instead.

4728b826f6637362a00f1fb16a3171b1740361a0 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #80 from ahmedcharles/options

Cleanup clang-format settings.

63d64f326afc82fdce18bdda7c54f34dd5cb8574 authored about 10 years ago by Ahmed Charles <[email protected]>
Cleanup clang-format settings.

This doesn't change the settings, just fixing some issues that weren't
noticed before.

77919b412682a65f828d89ce0bd9d6df3e78645a authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #59 from ahmedcharles/ui

Fixes: Some dialog icon issues

ea68e6d28ed6867848255f55d8a64414a782b2bf authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #71 from ahmedcharles/dead

Remove dead code.

ccce6eafbd6b1aac98b497d937737384fac7cd2c authored about 10 years ago by Ahmed Charles <[email protected]>
Remove dead code.

5cfeca470636d2f4e4e5229a4836db75c50b4fc1 authored about 10 years ago by Ahmed Charles <[email protected]>
Fixes: Some dialog icon issues

The Window Icons were not being used for profile_preferences dialog or
for the Central Debug con...

4c93d4e8e0ed963a7c120ea6d1919691f1d9c287 authored about 10 years ago by Stephen Lyons <[email protected]>
Merge pull request #70 from ahmedcharles/clang_format

Whitespace changes by clang-format.

921d3f248993950cfa34b5d3c1895aeaef8c1e68 authored about 10 years ago by Ahmed Charles <[email protected]>
Whitespace changes by clang-format.

These files are the ones with the least number of changes when running
clang-format over them an...

93e43ff6127c67541ad95fee36f3b46e2af7bcea authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #69 from ahmedcharles/clang_format

Add .clang-format for automated formatting.

def8359b5b499fd71f0a046c0d41a2f01f80d511 authored about 10 years ago by Ahmed Charles <[email protected]>
Add .clang-format for automated formatting.

These settings seem to reflect the most consistent formatting across the
codebase, though some t...

03f38067f33a5968f35bf0f6ebcdad8ae9cb4e56 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #67 from ahmedcharles/dead

Remove three dead functions from TMap.h/cpp.

f35e259af37017435f5036445eec6b67abf8aa54 authored about 10 years ago by Chris Mitchell <[email protected]>
Remove three dead functions from TMap.h/cpp.

441bda28f180fab7544de6be7211a7b24129d33b authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #66 from ahmedcharles/cleanup

Remove Qt 4.6 checks.

c2b43f0a3c50ec166361d69023ae4cf096ba7048 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove Qt 4.6 checks.

Considering that room_exits.ui doesn't compile with Qt 4.6,
remove the #if guards for more recen...

8c3fd8b3fdc657954efbd6d4d96cf415e8694359 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #65 from ahmedcharles/crash

Fix crash in the pref dialog.

d8337b24f0d8049541d612061ebbafa95c9918c8 authored about 10 years ago by Ahmed Charles <[email protected]>
Fix crash in the pref dialog.

c9faeca2f32d5ecac8005d18752069290defa76d authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #60 from ahmedcharles/bug_fix

Revert "Enabled keyboard navigation for the trigger editor"

70f186e18adf800c07b1322a852fa85380137c7a authored about 10 years ago by Ahmed Charles <[email protected]>
Revert "Enabled keyboard navigation for the trigger editor"

This reverts commit ce10a6343c06feaab36a32156c8ff3f3dbc3e13e.

Conflicts:
src/dlgTriggerEditor....

ffcf1aee807c997bf85e60cacd278b3ccb4c2711 authored about 10 years ago by Ahmed Charles <[email protected]>
Don't save things if it's the current item that got selected.

d131bfcf3992048a0f6239972723db4b076a242d authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #64 from ahmedcharles/sort

Sort file list in mudlet_alpha.qrc.

2dc7e73a751d4b1f8a4fe2494638fc2316d8c1c5 authored about 10 years ago by Ahmed Charles <[email protected]>
Sort file list in mudlet_alpha.qrc.

d4d2ff520204187875a05e93f0d955efbe12da3b authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #57 from ahmedcharles/qmake

Qmake builds for MSVC.

7efa50027b9cca39eb6d903f81454d800a23accf authored about 10 years ago by Ahmed Charles <[email protected]>
Add defines for static compilation and C++ lua.

1606bfabd54ae261331f8e5fe788cb381fe5909c authored about 10 years ago by Ahmed Charles <[email protected]>
Enable multiprocessor MSVC builds for qmake.

35bbec26f06c7690217fca3ed867642cee50b86d authored about 10 years ago by Ahmed Charles <[email protected]>
Use C++ for lua_yajl on MSVC.

05b305cb1fdd1a49dd0dc64222c61b87ecbb9455 authored about 10 years ago by Ahmed Charles <[email protected]>
Separate flags between MSVC and GCC style.

7ef0466bb413230f8c324fe2e8d6615350d290b0 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #62 from ahmedcharles/music

Reenable the stopping of music.

6aa3476bc424f14407ea0c4d4efdf73526fa15d9 authored about 10 years ago by Vadim Peretokin <[email protected]>
Reenable the stopping of music.

a5ec70d09bb9d37ed6b543b1d583902ca2d8bb24 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #51 from ahmedcharles/compile

Rearrange includes to improve compile times.

7a3c9e95b883ae7952dd18d579e5390f61d9fb7c authored about 10 years ago by Chris Mitchell <[email protected]>
Merge pull request #61 from ahmedcharles/timestamp_crash

Fix crash in timestamp code.

f6a03f3e7d54d81e9667b219bbf477af0f8a9930 authored about 10 years ago by Chris Mitchell <[email protected]>
Fix crash in timestamp code.

dce42a2b4d2c6c741cecbabe560387a0d3f41fc7 authored about 10 years ago by Ahmed Charles <[email protected]>
Rearrange includes to improve compile times.

This also allows for memory leak checking on MSVC by having include
surrounding Qt headers, whic...

3989340fcd6999b22f88eb1a989a53fc09027901 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #55 from ahmedcharles/dead

Dead code removal.

1cad8be7fc4c4b5228ec479499ae01bb5541f781 authored about 10 years ago by Vadim Peretokin <[email protected]>
Remove dead code.

8418f5b09879382979f05915d28517197fa0efc7 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove serialize/restore, since they are dead code.

a4217f7e24eb051c3da5013d762fae970977537b authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #50 from ahmedcharles/qmake_msvc

Remove unnecessary form references.

ac8a3ca4ec42149215fea091adb7b721092abc7d authored about 10 years ago by Vadim Peretokin <[email protected]>
Remove unnecessary form references.

These are used in the resource file rather than during the build.

3544530692caf0b15a86587b2443180a421350fc authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #56 from ahmedcharles/warnings

Disable various MSVC warnings.

4bcdcd3b84f34fbf531aa1bcde2cb5d8ddb48ad0 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #54 from ahmedcharles/exec

Remove execute bit on files.

77eab00439f3152f0ea290fdc093053eafff19fa authored about 10 years ago by Vadim Peretokin <[email protected]>
Disable various MSVC warnings.

6c727861bba446d36155747d330adf7165ef1b24 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove execute bit on files.

edae9956cb6c2b411a4529a7997ef55d028eec36 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #53 from ahmedcharles/templates

Add templates again so they can be used by QtCreator.

9cd804c66fbc60ad74f9aac85b027fb3f6227247 authored about 10 years ago by Vadim Peretokin <[email protected]>
Add templates again so they can be used by QtCreator.

0f568ec9f0378ebefd5a5d2428d9ce2a6bae7bda authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #52 from SlySven/credits

Credits: Take responsibility for code I know I've munged...

8f49623dd6d4a8ef36c1a7ea6be9178f46a5c2ea authored about 10 years ago by Vadim Peretokin <[email protected]>
Credits: Take responsibility for code I know I've munged...

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

e581868251b5f881f08f2d83cf02179f3b876b97 authored about 10 years ago by Stephen Lyons <[email protected]>
Merge pull request #49 from ahmedcharles/templates

Remove unused templates.

8da1b69a51775299c10907ce5ac96b077bf102d9 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #48 from ahmedcharles/exec

Permissions Fix: Remove Executable bit(s) from non-executable files.

2f7ecca782ea8b26bc2e67e9e28351e10d0e4335 authored about 10 years ago by Vadim Peretokin <[email protected]>
Permissions Fix: Remove Executable bit(s) from non-executable files.

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

127d095ad94c48524368782c03f7818b83724912 authored about 10 years ago by Stephen Lyons <[email protected]>
Remove unused templates.

a8db2fe8e51c6a401e6ac3efda19436666606447 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #47 from ahmedcharles/includes

Fix all of the include guards for all of the headers.

978332e996aed0af9ccce3c32da6be64a6828628 authored about 10 years ago by Vadim Peretokin <[email protected]>
Fix all of the include guards for all of the headers.

Also fix copyright statements in headers.

a58e02bc0b750c2babb5332fce742ee55c4651a3 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #46 from ahmedcharles/bio

Add bio for myself.

7cb978107eaf3b0504eba8939630d5ee20924c6e authored about 10 years ago by Vadim Peretokin <[email protected]>
Add bio for myself.

8625763499f72536a4fe34f1d8f5c5248df742fa authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #45 from ahmedcharles/mac_travis_works

Now that mac osx is working, don't allow failures.

78428c7aab965f363e02427aaeb6698e9a6b4b6a authored about 10 years ago by Vadim Peretokin <[email protected]>
Now that mac osx is working, don't allow failures.

80bb7d026bba8b616d9ac9d42c89750cda1e3ece authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #23 from ahmedcharles/mac_travis

Mac travis

ccf01d575ef3ee7d28136a03a6ffd55ba0ee3406 authored about 10 years ago by Vadim Peretokin <[email protected]>
Remove unnecessary lines and mac_src.pro.

8771aa06dce8cdb70856dc5b6c7577f3aa7a71d5 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #42 from ahmedcharles/rearrange

Rearrange some variables in src.pro.

eb96014315d99ad543b29ce8f285e7fc4388cbb3 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #44 from ahmedcharles/mac

Add Mac specific LIBS and install.

6cee99fddc1a23461e50a9eab4a0e43c078f0ca3 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #43 from ahmedcharles/restrict

Restrict the unix areas to unix, without Mac.

797a8ec6d44d924491d801aa24fcf0ff80b66fd1 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #40 from ahmedcharles/slash

Remove unnecessary \ at end of line.

55a812592411e910cf200fd7c8585332051dbd75 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #41 from ahmedcharles/cmake_mac

Only run cmake on linux, since it doesn't work on mac.

486cbbb1e4636f246d0ba41c2c754fe76cf1ce87 authored about 10 years ago by Vadim Peretokin <[email protected]>
Add Mac specific LIBS and install.

6e6fdc24535f2032bda4b0ab0bb70e7136f87fe6 authored about 10 years ago by Ahmed Charles <[email protected]>
Restrict the unix areas to unix, without Mac.

026ec14b5f6238291e1a35ed0937d5ed539aabc3 authored about 10 years ago by Ahmed Charles <[email protected]>
Only run cmake on linux, since it doesn't work on mac.

406b9fc42c36ce2dda1ba19b72b8090a027e48cf authored about 10 years ago by Ahmed Charles <[email protected]>
Remove unnecessary \ at end of line.

54fb03e6a387259a464e22cc81fd81b1779cd984 authored about 10 years ago by Ahmed Charles <[email protected]>
Rearrange some variables in src.pro.

9445e7f1b16adc7858bcc41f5455478fa4fd96f6 authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #36 from ahmedcharles/dead

Remove unused and dead code.

dcb0b43b30d0b4f9025eb0a577bf266b5a7fdeb8 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #37 from ahmedcharles/cmake

Make cmake and qmake BUILD's the same.

8f52015bb429d44d18d9a343f9de0333d10fdc1f authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #38 from ahmedcharles/unix_install

Don't do 'unix' installs on the Mac.

3264d962f91716e118605476b7ca01d98b5f3b83 authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #39 from ahmedcharles/liblua

Remove LIBLUA, since it's unnecessary.

ee7ff8f8fe39c118ed05536018e9fc1ae774d7f5 authored about 10 years ago by Vadim Peretokin <[email protected]>
Make cmake and qmake BUILD's the same.

480e66912c9850f4e37f7f053a384413ba0c85f6 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove LIBLUA, since it's unnecessary.

e587d1aeec073061303f5e5e5d04de0466781eda authored about 10 years ago by Ahmed Charles <[email protected]>
Don't do 'unix' installs on the Mac.

853604e58c69e621f0d11032c03bf414b43972e6 authored about 10 years ago by Ahmed Charles <[email protected]>
Remove unused and dead code.

145e682429677a9fdfab8074a5fd08dd1241944e authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #34 from ahmedcharles/mac_target

Cleanup and explain TARGET difference for Mac.

73b9ba4666cc1b82f758f57d9b24d91f77b033cb authored about 10 years ago by Vadim Peretokin <[email protected]>
Merge pull request #35 from ahmedcharles/other_files

Add additional files to OTHER_FILES.

354663051b252d7812e5d39a77f038a92abacbeb authored about 10 years ago by Vadim Peretokin <[email protected]>
Add additional files to OTHER_FILES.

8ade6a30f9508fb3a6c6949bde402ef97a8c1ab9 authored about 10 years ago by Ahmed Charles <[email protected]>
Cleanup and explain TARGET difference for Mac.

281c06b7eaf7eaf492948af50139e609cabaf2cf authored about 10 years ago by Ahmed Charles <[email protected]>
Merge pull request #33 from ahmedcharles/qstringliteral

Use QStringLiteral more liberally when possible.

db399a3ba1fe2b7f3a9ba6a23c6f53d0072eb130 authored about 10 years ago by Vadim Peretokin <[email protected]>
Use QStringLiteral more liberally when possible.

In most places where an Icon is specified a fixed QString that refers too
the location in the re...

73d139ce5c9794c938530ea83d828ea28b410c13 authored about 10 years ago by Stephen Lyons <[email protected]>