-
Updated
Nov 24, 2019 - PureScript
browser-game
Here are 252 public repositories matching this topic...
-
Updated
Mar 21, 2019 - JavaScript
Возможные статусы:
- Онлайн или нет.
- Привязан или нет.
Надо решить где отображать. варианты:
- на странице игрока
- на форуме (рядом с ником автора поста)
- вообще везде, где ники есть?
What is the current behavior?
The world.items object on the server (can be accessed via http://localhost:4000/world/items populates the items on the map. When viewed, some items have extraneous information like so:
Refactor DI
Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.
Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.
Beep, boop, I'm a bot! Th
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Jun 27, 2020 - PHP
-
Updated
Feb 14, 2018 - C#
-
Updated
Aug 22, 2017 - PureScript
-
Updated
Feb 11, 2018 - HTML
-
Updated
Jun 6, 2020 - JavaScript
Indicate (next to player name) how many times that player was attacked that day in arena, and when.
By Máté Kádas @ facebook
-
Updated
Apr 4, 2019 - JavaScript
Players that try to verify their e-mail address after the verification token has expired need a way to resend it. The current solution is to have them set their e-mail to an empty string which should delete the e-mail address from the account. Then they should be able to add their e-mail address back in. This workaround is untested, and is not an ideal solution.
Maybe it could show a different
-
Updated
Dec 15, 2015 - JavaScript
-
Updated
Dec 29, 2019 - JavaScript
-
Updated
Feb 25, 2020
-
Updated
Feb 25, 2020 - JavaScript
нужно сделать возможность конфигурировать параметры spring приложения через переменные окружения, нужно для удобного запуска и тестирования как локально, так и в CI. и на продакшене.
Также в рамках задачи нужно убрать API ключи из тестов
пример
google.secret.key=${GOOGLE_API_KEY}
spring.datasource.url = ${V2GDEMO_MYSQL_DB_HOST}:${V2GDEMO_MYSQL_DB_PORT}/"v2gdemo"
spring.datasource.use
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Aug 28, 2018 - Python
-
Updated
Jul 13, 2017 - JavaScript
-
Updated
Jun 25, 2016 - PHP
-
Updated
May 25, 2017 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Lot of the UI text in the game is hardcoded in the template files (due to my laziness and poor planning ahead) and should be replaced with link to the locale file here.
So for example you'd change this:
app/modules/Front/templates/Default/default.latte
...
<ul class="uk-list uk-list-divide-
Updated
Jun 15, 2020 - CSS
Improve this page
Add a description, image, and links to the browser-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser-game topic, visit your repo's landing page and select "manage topics."
The problem accures just before any content is rendered on the page.
The problem was caught in ion.sound ver. 3.0.0 and in the last ver. (3.0.6) it's stil here.
Any ideas?