Ecosyste.ms: OpenCollective

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

Ancient Beast 🐺

Turn Based Strategy Game [eSport soon involving NFTs and crypto duels]
Collective - Host: opensource - https://opencollective.com/ancientbeast - Website: https://ancientbeast.com/ - Code: https://github.com/FreezingMoon/AncientBeast

pr revision, fix .desc .arrow position, adjust z-index

github.com/FreezingMoon/AncientBeast - 01ba4ce659a8de35bddf3e200e6097b22be80400 authored about 5 years ago
coding style tweaks

github.com/FreezingMoon/AncientBeast - 447841f56bec6830faff8f0fb8cfacd23f8c1b82 authored about 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 71930c0d7d81e843cdd8394553e450800406dfa7 authored about 5 years ago
forgot to rename ability icons as well

github.com/FreezingMoon/AncientBeast - 34f16477311ee5b28a939964dd580e96a49fcc8b authored about 5 years ago
Merge pull request #1608 from CameronFoss/master

Fixed Issue #1573 also better grouping of UI strings

github.com/FreezingMoon/AncientBeast - af1ac6de0b70aed347f867f1d3b67a195feafd75 authored about 5 years ago
Reduced the functionality of the materialize button when it reads "Please select..." Now the button will just show a random unit in the grid rather than directly materializing it. Also moved the messages related to the materialize button: "Please select...", "Low Plasma\!...", "Materialize unit at target...", "Materialization has already been used...", and "This unit is currently under heavy development". The code to show a random unit on the grid was also moved to a function called showRandomCreature since it is now used by both toggleDash and the materialize button's click method.

github.com/FreezingMoon/AncientBeast - 90f31a888280dc8c1c937166a1218fe875edafab authored about 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 6146f3910a3b82888dca18102988ee338cbc991f authored about 5 years ago
removed pointless line

github.com/FreezingMoon/AncientBeast - a59822d7d7ca93462ce00fc721abff8edd222fe4 authored about 5 years ago
Revert "Added config file for travisCL"

This reverts commit 7288f343e5cc45928e11ddb7e679827b31304c7c.

github.com/FreezingMoon/AncientBeast - 5dd21f611963ef9826941ef73b1210a42cab95c0 authored about 5 years ago
Added config file for travisCL

github.com/FreezingMoon/AncientBeast - 7288f343e5cc45928e11ddb7e679827b31304c7c authored about 5 years ago
Added functionality to the materialize button when it reads "Please select an available unit from the left grid." The materialize button will now materialize a random available unit when the button displays this text. The materialize button will also now display "Not enough plasma." when the card shown in the grid is the Dark Priest and the player does not have enough plasma to summon any available unit. This should also fix the bug discussed in the comments of #1573 where this button would allow the player to materialize another Dark Priest. This was due to the materialize button having its click method be bound when we show any other unit's card and the click method not being reset in the case of showing the Dark Priest, so the materialize button could still summon the chosen creature. Now that we've overwritten the click method in this case, this bug shouldn't be present anymore.

github.com/FreezingMoon/AncientBeast - 466b72fb3e0217385c3843937d038579bbe557a8 authored about 5 years ago
Added functionality to the materialize button when it reads "Please select an available unit from the left grid." The materialize button will now materialize a random available unit when the button displays this text. The materialize button will also now display "Not enough plasma." when the card shown in the grid is the Dark Priest and the player does not have enough plasma to summon any available unit. This should also fix the bug discussed in the comments of #1573 where this button would allow the player to materialize another Dark Priest. This was due to the materialize button having its click method be bound when we show any other unit's card and the click method not being reset in the case of showing the Dark Priest, so the materialize button could still summon the chosen creature. Now that we've overwritten the click method in this case, this bug shouldn't be present anymore.

github.com/FreezingMoon/AncientBeast - e8d7a21d9be4c1ae2798bbf26bf028822bff980f authored about 5 years ago
Merge pull request #1607 from classicmatsuo/master

fixes issue #1568

github.com/FreezingMoon/AncientBeast - 59ecc6dc0692bbd0cdd8a19d254b3c34606a4331 authored about 5 years ago
Merge pull request #1606 from classicmatsuo/master

fixes #1570, #1569, #1559

github.com/FreezingMoon/AncientBeast - 6fd18acaa165cd56fd48f2bcc7f238dd0c83f3dc authored about 5 years ago
Merge pull request #1604 from jxuan101/master

Fixed some typos in functions and comments, closes #1602

github.com/FreezingMoon/AncientBeast - f661b45cf83a43fa44c85994c8cdea3de145d1dc authored about 5 years ago
Fixed all instances of retreiveCreatureStats

github.com/FreezingMoon/AncientBeast - e3313f0e6d534ecc77f0b771ef18aca0b1c3582d authored about 5 years ago
reverted, wrong place

github.com/FreezingMoon/AncientBeast - 4d4367a7f6e299279744e1cf9ee9d4236c080d21 authored about 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 3088426e94ca1371f6e53cff7fc871ddab1da223 authored about 5 years ago
trying 404 error redirect

github.com/FreezingMoon/AncientBeast - d43b856ccc7b7f9c8f69ca08b1178fc9b6fb91e6 authored about 5 years ago
Fixed some typos in functions and comments.

github.com/FreezingMoon/AncientBeast - 939bd25a142c6e503efd6e55e6188656cb1fe9c2 authored about 5 years ago
Merge pull request #1601 from Anirban166/patch-1

Update Readme

github.com/FreezingMoon/AncientBeast - 589e6b0bb9de6f1363ae765d24c64ee989d3e0f4 authored about 5 years ago
Update Readme

Commented an image link throwing error (unavailable)
Minor punctuation fixes (commas to be spec...

github.com/FreezingMoon/AncientBeast - 619104ab85f88ce38a2eddd0af37e5d267f98081 authored about 5 years ago
tweaked old script reference, fixes #1599

github.com/FreezingMoon/AncientBeast - 9500601365f23da235b6922c1be07709a2a3c9a2 authored about 5 years ago
disabled incomplete units for now

github.com/FreezingMoon/AncientBeast - 966438a5e87e8ab01ab86535f49b0eea99a18eb5 authored about 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 957e41dcb7eb9dc5434076c339a55e3d812828a9 authored about 5 years ago
updated shields, no more BS.

github.com/FreezingMoon/AncientBeast - 60d65fd7032a496768d969138172471d9f78e7a6 authored about 5 years ago
Merge pull request #1583 from s-arika/issue1579

Hotkeys using shift modifier, fixes #1579

github.com/FreezingMoon/AncientBeast - 879c69b58e83bf5dccd4975bce7e8d2591f1bb05 authored about 5 years ago
additions for shift for scoreboard, dash and fullscreen

github.com/FreezingMoon/AncientBeast - 20ceee3334f65437a46ded2ff5f9270216ae3c9c authored about 5 years ago
extra line about Gitpod/Theia #1580

github.com/FreezingMoon/AncientBeast - 7fedeb684e0819a8ceb091ebadf6d3d16a85a546 authored about 5 years ago
changed button to shield, fixes #1580

github.com/FreezingMoon/AncientBeast - e01433d8bbc3197d6fc322833c32d356227b74ce authored about 5 years ago
improved alphabetical sorting a bit

github.com/FreezingMoon/AncientBeast - cc65185697a77df988035f2fd1c0b1fae4221ef7 authored about 5 years ago
added theia settings folder

github.com/FreezingMoon/AncientBeast - 41d4e712f84856b5c489ff75b3ac211358235ccd authored about 5 years ago
update npm just in case

github.com/FreezingMoon/AncientBeast - d0bd189ffa28577d47c062fc4c58f24698ad6d03 authored about 5 years ago
Merge pull request #1581 from svenefftinge/master

fix .gitpod.yml #1580

github.com/FreezingMoon/AncientBeast - b200dc4c03e4c8b5748d18ca81e48db3410acf3b authored about 5 years ago
converted tabs to spaces #1580

github.com/FreezingMoon/AncientBeast - 8a42f6995c9b59447f632b5500cfb593e270cbe6 authored about 5 years ago
new parameter, reordered

github.com/FreezingMoon/AncientBeast - c33644396dcbfbdfc34622fbd8f5838aba218a41 authored about 5 years ago
Gitpod settings file

#1580

github.com/FreezingMoon/AncientBeast - eb18d0bdcc318d05e3015fa87364fc9bbae3563e authored about 5 years ago
Merge pull request #1578 from bolivierjr/1482-unit-selection

feat: easier unit selection in dash and changed audio hotkey, closes #1482

github.com/FreezingMoon/AncientBeast - f99d046b6e060f3b380f84fb043e790de0d52914 authored about 5 years ago
feat: easier unit selection in dash and changed audio hotkey.

github.com/FreezingMoon/AncientBeast - cfdbfbb0f9e9b61c6630df245c9e4766e0ae937e authored about 5 years ago
removed opencollective in favor of standard stuff

github.com/FreezingMoon/AncientBeast - 8b63ac3e109025b1a695258647f6bb7448628f13 authored about 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 27af98cabad10b2dc5b2852ab67f8188ca7dfeeb authored about 5 years ago
less deps, more standard

github.com/FreezingMoon/AncientBeast - f343206d7b34c5b02a2f2b60c242f747745920d5 authored about 5 years ago
Merge pull request #1574 from bolivierjr/1572-mousewheel-fix

mouse wheel and arrow key function in dash, fixes #1572

github.com/FreezingMoon/AncientBeast - 69ddb4caccb817bd76c5b82b4500729ea2c9c54b authored over 5 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - c9416ea1cf5a6a85e24ddb9c9963aefa58e4c034 authored over 5 years ago
bumped node_js version for CI

github.com/FreezingMoon/AncientBeast - 09252e15a54c9fd26850b8d7361031240138d9a5 authored over 5 years ago
fix: mouse wheel and arrow key functions in dash

github.com/FreezingMoon/AncientBeast - 2bf7d71bbbee00249529d299f68d3280aa051b20 authored over 5 years ago
Merge pull request #1571 from FreezingMoon/fixes-1557

Another reason abilities need to be refactored... fixes #1563

github.com/FreezingMoon/AncientBeast - bbb0771b01649b31c3e5913bc5842d7909a15036 authored over 5 years ago
Another reason abilities need to be refactored... fixes #1563

github.com/FreezingMoon/AncientBeast - 7974a9f5f306001b7accd8015e3550229569ca2a authored over 5 years ago
Merge pull request #1567 from FreezingMoon/fixes-1517

Updating packages and configs which should fix our eslint problems

github.com/FreezingMoon/AncientBeast - c20ae4fdf76b3feabb42e29100ce83b0b3a8f1f2 authored over 5 years ago
Updating packages which should fix our eslint problems

github.com/FreezingMoon/AncientBeast - e3d242872cd752ec00540862092bd73c651f4464 authored over 5 years ago
Merge pull request #1555 from c3ho/issue-1553

no creature to be materialized, fixed #1553

github.com/FreezingMoon/AncientBeast - 54c4f78ae17980051f2db18989f038605af3b318 authored over 5 years ago
Merge branch 'master' into issue-1553

github.com/FreezingMoon/AncientBeast - ba8fc0a000ef9274b46a2ad6044124245ababa23 authored over 5 years ago
back to original unit name

github.com/FreezingMoon/AncientBeast - bab92d302ec8ee6058383662003297a6ca2e459b authored over 5 years ago
Merge pull request #1565 from FreezingMoon/fixes-1517

Fix weird rule error w/ESLINT - related to #1517

github.com/FreezingMoon/AncientBeast - f59c9c85b0302824cb723ac67b40f831b81a8396 authored over 5 years ago
Fix weird rule error w/ESLINT - related to #1517

github.com/FreezingMoon/AncientBeast - 14f1c6b6e6ad5499af80ba15268411fb47e84635 authored over 5 years ago
revamped an ability

github.com/FreezingMoon/AncientBeast - b7b115e9c129d781eeb041a8a95f67954631312a authored over 5 years ago
Merge pull request #1564 from FreezingMoon/fixes-1517

linting rules annoyances, fixes #1517

github.com/FreezingMoon/AncientBeast - c63897732e489c445ca6d1fcf70d40f619f9f7c7 authored over 5 years ago
This should clean up several problems with eslint and prettier - Fixes #1517

github.com/FreezingMoon/AncientBeast - 0fab4352ea3f88b309315e8bfa403ee34da8e011 authored over 5 years ago
This should clean up several problems with eslint and prettier - Fixes #1517

github.com/FreezingMoon/AncientBeast - e4dd9c14ceef0b9006f672f620d3978047ce42e4 authored over 5 years ago
Fixed materialize button appearing when godlet printer ability has been used

github.com/FreezingMoon/AncientBeast - f252c9b2bbb4db11c8a5a9698ccb3aeecaacfb54 authored over 5 years ago
forgot to rename some assets

github.com/FreezingMoon/AncientBeast - 0e9397b43ca463ef3189417afac9eb9f63d9863c authored over 5 years ago
more creature renames

github.com/FreezingMoon/AncientBeast - 1419d6d419f33a30eb13d23526b3384623263a1a authored over 5 years ago
Chibby Mr. Stitches ftw!

github.com/FreezingMoon/AncientBeast - 7ef67dc0b7f6c32b7cda8e983c89578e6c2dd812 authored over 5 years ago
pre-match buttons transparent bg

github.com/FreezingMoon/AncientBeast - 68bc5f192caadeb79c165fa68683cfb068757dc2 authored over 5 years ago
transparent UI #1024, unit renames, enabled track

github.com/FreezingMoon/AncientBeast - beaeccb90803a28eec8294c51ac9c47c47e9e595 authored over 5 years ago
added package and package.lock files

github.com/FreezingMoon/AncientBeast - 070cc9fcec41ee14ea2e8ccee0a8e41f4e606824 authored over 5 years ago
had issue with hexgrid.js

github.com/FreezingMoon/AncientBeast - be35d7883f12323779907235a5c2f4b304d4982e authored over 5 years ago
should have PROPER materialize buttons now =D

github.com/FreezingMoon/AncientBeast - 101a7d6e004f52efb6ff640b735793651a3e71a8 authored over 5 years ago
cleaned up code for issue-1553

github.com/FreezingMoon/AncientBeast - 31da9ea1d7adedfeeb33a0eb1b49e6f4ac6583e8 authored over 5 years ago
removed ability to materialize when viewing another creature on the map and fixed issue 1553

github.com/FreezingMoon/AncientBeast - e9b438a6c4efffef76f6bab9bce30ef1fba23c6f authored over 5 years ago
Merge pull request #1554 from TheSeally/fix_fullscren_hotkey

Improved full screen button behavior, fixes #1550

github.com/FreezingMoon/AncientBeast - 6030a436fcfd3af599c6f002ec521dfb024de70b authored over 5 years ago
fix fullscrenn button behaviour

github.com/FreezingMoon/AncientBeast - 5358cb84baf13581eafc4e3a297861a39b3af966 authored over 5 years ago