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

proper NODE_ENV dev mode, thanks @Blade (discord)

github.com/FreezingMoon/AncientBeast - b5d845af5342fc8296bbd8c9a052cc86dca9f399 authored over 6 years ago
Merge pull request #1341 from marcel-odya/master

Fixed #845, fixed #1320

github.com/FreezingMoon/AncientBeast - e6280e3e2531d4807386b310fa451c1119078bd9 authored almost 7 years ago
Merge branch 'master' of github.com:marcel-odya/AncientBeast

github.com/FreezingMoon/AncientBeast - 67406d83884e24de518831dbde62d76d22d8c3e9 authored almost 7 years ago
Modified styling of the "Round x" message.

Reworked the `Game.log` method. It now has an additional default parameter `ifNoTimestamp=false`.

github.com/FreezingMoon/AncientBeast - 0a5b834ca213625d42ea627684b46d7936b2936d authored almost 7 years ago
commenting style consistency

github.com/FreezingMoon/AncientBeast - 21353575addedd1e0b65bc901f7ee473f9c21de2 authored almost 7 years ago
Moved a comment upwards.

github.com/FreezingMoon/AncientBeast - 8e7edfa30f69a221d84b305759146f23884e15dd authored almost 7 years ago
Reworked log messages storing and displaying.

The mesages are now stored as an array of objects.
The same messages now stack.

Resolves: #845

github.com/FreezingMoon/AncientBeast - d928b84ed51886e75c8ca10535dd2d6acdb7d806 authored almost 7 years ago
Fixed log window's style

In the CSS style the margin was set without any unit.

Resolves: #1320

github.com/FreezingMoon/AncientBeast - ba7b28be32a2135611e2920be1d0982b4196f00f authored almost 7 years ago
Merge pull request #1339 from marcel-odya/master

Fixed #454

github.com/FreezingMoon/AncientBeast - 329ffc0e3a1b0e775f722e7cfd5e9c95cd2aaa7c authored almost 7 years ago
Added showing tooltip with creature's name after summoning. Added a new tooltip class in hint method.

github.com/FreezingMoon/AncientBeast - 02235f29d9ad25cf481ff1815f653821dfbd49e0 authored almost 7 years ago
Merge pull request #1338 from Stopczyt/add-tomasz-stopczynski

Issue #1336 solved

github.com/FreezingMoon/AncientBeast - d08e0577ff62b64240944045bb407d56162a97d9 authored almost 7 years ago
removing an index.dev file

github.com/FreezingMoon/AncientBeast - 024d9dc97a1a1ca64078980c000e99e3f6daf145 authored almost 7 years ago
Issue #1336 solved v2

github.com/FreezingMoon/AncientBeast - 610898f5b655abf04734e9860280f31d22e432f5 authored almost 7 years ago
Issue #1336 solved

github.com/FreezingMoon/AncientBeast - f5047447a3e42cffcb4ba5d0662ae4c56afd2fa0 authored almost 7 years ago
some stuff updated hmm...

github.com/FreezingMoon/AncientBeast - 8ffc38f7b4d0505e9a51e2346ecbc47ffa9329ac authored almost 7 years ago
optimized artwork with tinyjpg.com

github.com/FreezingMoon/AncientBeast - 3996ad6670728cfbe2a465cb0ff1cedaa5245f16 authored almost 7 years ago
Merge branch 'master' of github.com:FreezingMoon/AncientBeast

github.com/FreezingMoon/AncientBeast - 8dc1edb5165fd5269fd6f98138b03bc8fa7bee81 authored almost 7 years ago
details about game link

github.com/FreezingMoon/AncientBeast - 716a94c269fc3532d2cb805b7ce9963e6de681a3 authored almost 7 years ago
Merge pull request #1333 from FreezingMoon/issue-962

Code linting, fixes #962

github.com/FreezingMoon/AncientBeast - e50cf19cbdcefbb46fae12f072b8d922abf25059 authored almost 7 years ago
Update server.js

This is most likely the problem, we were ignoring this param and I made it usable...

github.com/FreezingMoon/AncientBeast - 45db3607317c2cbac642f5b282fb71d6c72f9fda authored almost 7 years ago
I believe this takes care of #962 booting problem

github.com/FreezingMoon/AncientBeast - f73643b0bea5fc3c6095490fd78e52d3d62f4bc8 authored almost 7 years ago
Removing unused dep - #962

github.com/FreezingMoon/AncientBeast - 742a2f8233a4f4bf97f23c20d2ff990e21933b9c authored almost 7 years ago
This should fix up #962 and simplify our dev/prod stuff

github.com/FreezingMoon/AncientBeast - d6b1f31bae544bfa37521d80ab2c7868978e32b0 authored almost 7 years ago
Fix webpack config for prodSettings, logic was backwards and fix webpack-cli dep being missing for heroku - #962

github.com/FreezingMoon/AncientBeast - 32f3540361fc476de260fbb96f791191d365dfc5 authored almost 7 years ago
Testing pre-commit hooks by fixing jsdoc errors in ability.js - #962

github.com/FreezingMoon/AncientBeast - 8f8ad8e74c73554c427d228d994167ed062029b6 authored almost 7 years ago
Aiming for formatting + linting on pre-commit - #962 merged in changes from #1331 to simplify this

github.com/FreezingMoon/AncientBeast - 7b14eaa29d97494b6812619e006b0d30c4070cd2 authored almost 7 years ago
Aiming for formatting + linting on pre-commit - #962 merged in changes from #1331 to simplify this

github.com/FreezingMoon/AncientBeast - 7f2971c88a317db93a912debd8a153fd320c2129 authored almost 7 years ago
Merge branch 'issue-1331' into issue-962

github.com/FreezingMoon/AncientBeast - 0b8b5203c68d42300adc18c59f5de19df3a465b2 authored almost 7 years ago
Additional configs for #962 - ignore of json files is to avoid a bug in prettier currently

github.com/FreezingMoon/AncientBeast - 0c53d2e8ddafb076d3601aad0e2daa674b5a1b33 authored almost 7 years ago
dependency updates to add prettier and eslint support -- pretty currently runs on precommit, eslint does not #962

github.com/FreezingMoon/AncientBeast - 01d8de6efd38e23c645085bf8eb98913cd97531b authored almost 7 years ago
Third pass at formatting - #962

github.com/FreezingMoon/AncientBeast - f18f34bf35c5922e968d279df91c7989cb236e5f authored almost 7 years ago
Second pass at lint/formatting - #962

github.com/FreezingMoon/AncientBeast - 3dce681a2f959e8c7a2a2d6f79dc135359221af5 authored almost 7 years ago
First round of formatting fixes - #962

github.com/FreezingMoon/AncientBeast - 1fe045c0e2e3fd344d9f0188a94b0ddb7663698c authored almost 7 years ago
Phaser is loaded as a global via expose-loader due to it not supporting ES6 loader fully yet -- but jquery does so it has been properly imported everywhere now - #1331

github.com/FreezingMoon/AncientBeast - f4b6da39bd535834dc600205cb40bd81626b108d authored almost 7 years ago
more wording tweaks

github.com/FreezingMoon/AncientBeast - 269d88192d3dbec986fa3d423e578fd74b921ca8 authored almost 7 years ago
command correction

github.com/FreezingMoon/AncientBeast - fdd25fe0f6b3efe643da9fa89fee39c484f80981 authored almost 7 years ago
more clarifications

github.com/FreezingMoon/AncientBeast - 5b0f4174970d3f8c8874fc05355f1e4a23e58787 authored almost 7 years ago
deps must be installed

github.com/FreezingMoon/AncientBeast - 75f85a1bdba0fe5aa859d901437c024135ef9ac5 authored almost 7 years ago
changed some wording

github.com/FreezingMoon/AncientBeast - 7d00020a0e29856acd2c45b0da0b40ad0fa5490b authored almost 7 years ago
a bit more useful info

github.com/FreezingMoon/AncientBeast - f332cb4726b7854296bda2526c812c65dcf95aeb authored almost 7 years ago
Merge pull request #1328 from FreezingMoon/webpack-updates

Update webpack and other modules (faster builds) and add live-rebuildโ€ฆ fixes #1327

github.com/FreezingMoon/AncientBeast - fb5bbc422c59704a2627ad160fd788e279686518 authored almost 7 years ago
Update webpack and other modules (faster builds) and add live-rebuild support for dev - #1327

github.com/FreezingMoon/AncientBeast - 4afd0c9a8aee5bfd50b7f749d63f28284e8a8b4b authored almost 7 years ago
Merge pull request #1326 from FreezingMoon/1322

Fixes for #1322

github.com/FreezingMoon/AncientBeast - 3f18ce762edbbc354648d82b096b0fea9d3d8c3e authored almost 7 years ago
Woops, these brakcets were needed due to how those modules are defined - #1322

github.com/FreezingMoon/AncientBeast - e3ba4affe65eccb240bd65be7153e7d07762aabd authored almost 7 years ago
comment clean-up

removed bad paste

github.com/FreezingMoon/AncientBeast - 4cd978b2fff1d43b6de7eec8c4ba819bef629a9f authored almost 7 years ago
removed Grunt

hopefully those rules didn't applied to other stuff as well

github.com/FreezingMoon/AncientBeast - 975bef56b9237b1c71a6324def6e949a6b63b58a authored almost 7 years ago
missing space

the final frontier

github.com/FreezingMoon/AncientBeast - e212804fbf125d7da292cd2412db8ab95bc828b6 authored almost 7 years ago
adopted yarn and recommending VSC

need to see how the server deals with file changes since Grunt is not used anymore

github.com/FreezingMoon/AncientBeast - 86bd935aeec5e2bef84235a8263488a07d0608d8 authored almost 7 years ago
less warnings and overlap

always single row bottom line

github.com/FreezingMoon/AncientBeast - 234cefd989a7512ba969fbb227175b5daae4fd4b authored almost 7 years ago
Merge pull request #1314 from danieldiaz14/master

Warning should not overlap, fixes #1185

github.com/FreezingMoon/AncientBeast - a4a2fa84607b9fd7b9c68caa8a995dd83a0bb95e authored almost 7 years ago
Merge pull request #1315 from tiffanystallings/master

Fix Windows build issue

github.com/FreezingMoon/AncientBeast - 73f03d855dd3d52baf7aa359d50b38e40e50a453 authored almost 7 years ago
Fix windows build issue

github.com/FreezingMoon/AncientBeast - 4e3a2e468a4730e5eb52ff344baebaed389ea370 authored about 7 years ago
Merge branch 'fix-overlap'

github.com/FreezingMoon/AncientBeast - f38d2642a7d587847b569d0953f5a6c6cbc52e75 authored about 7 years ago
Fixed overlap. Confirmed with chrome dev tools.

github.com/FreezingMoon/AncientBeast - b0a3197afb35a4caf23b9088614713b65d536f82 authored about 7 years ago
addressing Heroku #1311

github.com/FreezingMoon/AncientBeast - 53818aeee234e6415307e98e539e124878c9aa2c authored about 7 years ago
Merge pull request #1309 from GamesMaxed/modern

Updated workflow to use ES6 modules, webpack and yarn, fixes #1190, fixes #1225, #962

github.com/FreezingMoon/AncientBeast - 691a69aae314c3f2a76f77128944257077fd0971 authored about 7 years ago
Added minimum required node env to package.json. This way you get an error if you're not up to date

github.com/FreezingMoon/AncientBeast - 94d7643362c17a90d099b1972fbb5f46a9bee1b9 authored about 7 years ago
Added a production build that reduces the js bundle with 90%

github.com/FreezingMoon/AncientBeast - c903bfe748909d37d4a5fc691976669600ca9c52 authored about 7 years ago
Fixed dash card not showing

github.com/FreezingMoon/AncientBeast - 2a7053e6543d34cb500e229d9c69e81782563842 authored about 7 years ago
Changed to use original jquery-ui and fixed the first screen

github.com/FreezingMoon/AncientBeast - 8e5b37c3f0fef69d978d6bcf1a53d121a5ff11f1 authored about 7 years ago
Improved index.html and added all imports

github.com/FreezingMoon/AncientBeast - a62ab255457fd5ccfc832a27166c6ca46e728937 authored about 7 years ago
Added tasks to run webpack in package.json

github.com/FreezingMoon/AncientBeast - 3d558d8efd6639a2754f8e8698e27c1b0f010eb8 authored about 7 years ago
Moved assets again to the root

github.com/FreezingMoon/AncientBeast - b737be11850a0224950939f44fb977091555723f authored about 7 years ago
This never ever happend, it was all a dream.

github.com/FreezingMoon/AncientBeast - 714eefd978fa2aa7b31a13ba547adfe744af7e4a authored about 7 years ago
Removed the json2js since it's not used anyway

github.com/FreezingMoon/AncientBeast - 019bfba495b7ee0ade67a9e139c8bc6030f955be authored about 7 years ago
Fixed issues regarding typos

github.com/FreezingMoon/AncientBeast - a7777c5801e858993b8a8f283ece1ce8981b5c06 authored about 7 years ago
Fixed bug in assetLoader where the path is not correctly checked to be empty

github.com/FreezingMoon/AncientBeast - 5fe8fe80d8f50f9e3b4da7b3a88ff739965283da authored about 7 years ago
Merge branch 'master' into modern

github.com/FreezingMoon/AncientBeast - fc7752ea1c96cc18b1f8e7bc291128910f9f4148 authored about 7 years ago
Use console.log at socket

github.com/FreezingMoon/AncientBeast - ef71969bc6c4ef3b0086f6eaf873946aced069b0 authored about 7 years ago
Fixed import at gamelog

github.com/FreezingMoon/AncientBeast - f10cc6fd3b7874976a18ebae070f165607095522 authored about 7 years ago
Added grid param to PathFinding.search

github.com/FreezingMoon/AncientBeast - 604270077c512cb0f4c5d5599f708d06f9f40cd1 authored about 7 years ago
Added imports to gamelog

github.com/FreezingMoon/AncientBeast - 5e66797d2f587d25d824a7f05fef8e6b9d408ab4 authored about 7 years ago
ArrayUtils.extendToLeft and ArrayUtils.extendToRight now require a grid param

github.com/FreezingMoon/AncientBeast - e6e48ad59f8af5f67c06671a57d83af5436299f7 authored about 7 years ago
Fixed problem with undefined variable instead of '#card' for the interface class

github.com/FreezingMoon/AncientBeast - 8f4b19f7ccc41cc7b99365a5c0be4a5cfcc06a2f authored about 7 years ago
Fixed some bugs in game where using the G object instead of this

github.com/FreezingMoon/AncientBeast - cdd0efb0bd78f79716cb779c64e5234720677eda authored about 7 years ago
Added imports to creature

github.com/FreezingMoon/AncientBeast - 467245082d7ed9790b563d78ffbd1009369ce383 authored about 7 years ago
Added imports to creature queue

github.com/FreezingMoon/AncientBeast - 41ac45e377e36ef0e697ad0e5a686330e9e747b0 authored about 7 years ago
Added imports to animation

github.com/FreezingMoon/AncientBeast - 476904552430287dd0a738fdcfba845a9d09f542 authored about 7 years ago
Added imports to ability

github.com/FreezingMoon/AncientBeast - e710853c139cf6fe6f4ccd66a5a3343b036e7bc8 authored about 7 years ago
Added imports to abilities

github.com/FreezingMoon/AncientBeast - 30590fc2555418d27844ddf66b1b29da293fd031 authored about 7 years ago
Modularized matrices

github.com/FreezingMoon/AncientBeast - 6acd6326bb323b33de6dd791dc8d0acd288b7d30 authored about 7 years ago
Modularized effect

github.com/FreezingMoon/AncientBeast - 00c3782a139c497a56229ff0e37b521df282aa2d authored about 7 years ago
Modularized arrayUtils

github.com/FreezingMoon/AncientBeast - e68254478eb87f961ec8587f112703d4448d6137 authored about 7 years ago
Added eslint (only no-undef rule for now)

github.com/FreezingMoon/AncientBeast - 88ebe5fc64962fcf543ec2692be637a764e43205 authored about 7 years ago
upgrade icon for #1243

github.com/FreezingMoon/AncientBeast - 1d3ff1bb3718d86b51dc879cdad42b78b742fb4b authored about 7 years ago
FUther work for modulizing

github.com/FreezingMoon/AncientBeast - a0f454eba2c3a2b4cc814f44e8478bd977a96e99 authored about 7 years ago
Creature and hexgrid to use DI

github.com/FreezingMoon/AncientBeast - ed26f0f66fb521a28f95ef1e5a8872e8c077b9c3 authored about 7 years ago
Fixed bug with dark priest not loading the assets correctly because of a type

github.com/FreezingMoon/AncientBeast - 728676d102fec95bfb5c5ba0a2a0e9f4d4b2eb1a authored about 7 years ago
Reworked ability loading

github.com/FreezingMoon/AncientBeast - a998818dfa6e3491c363f3c0f11c599c7f263c06 authored about 7 years ago