Search found 38 matches

by Hornir91
05 May 2025, 21:56
Forum: Official announcements [en]
Topic: 51st State: Rebuild, Reshape, Reclaim
Replies: 107
Views: 8354

Re: 51st State: Rebuild, Reshape, Reclaim

I don't really know how Ignacy (my ex-boss) got convinced to let this game be published here :D . There must be many trucks with cookies heading to Knurów, Poland right now :lol: .
by Hornir91
14 January 2024, 16:30
Forum: Developers
Topic: Players resources - how to store them
Replies: 5
Views: 1813

Re: Players resources - how to store them

Thank you for the answer :).

Actually I will stick with having one big table for tokens used in the game.
by Hornir91
14 January 2024, 13:49
Forum: Developers
Topic: Players resources - how to store them
Replies: 5
Views: 1813

Players resources - how to store them

Hello. I am currently developing a game in the studio and have a question. How do you store players resources in the database? Should I extend players table and add columns to store quantity of eg. "food" and "gold" tokens and in JS make just a visual representation based on thes...
by Hornir91
03 October 2023, 17:34
Forum: Developers
Topic: Bringing back the old project
Replies: 5
Views: 750

Re: Bringing back the old project

Ok, I see that the address was changed to https://studio.boardgamearena.com/db/index.php.
by Hornir91
01 October 2023, 16:40
Forum: Developers
Topic: Bringing back the old project
Replies: 5
Views: 750

Re: Bringing back the old project

Yeah, I found that I can't even go to db page which was available to log in into db at the address https://db.1.studio.boardgamearena.com.
by Hornir91
01 October 2023, 11:39
Forum: Developers
Topic: Bringing back the old project
Replies: 5
Views: 750

Bringing back the old project

Hello. I recently brought back my old Dungeon Lords project to develop it again. I wanted to launch a test game, but cannot start any when I click on Express Start button. I'm receiving this error that is coming from the gameserver: Propagating error from gameserver 1 (method: createGame): BGA servi...
by Hornir91
12 February 2022, 23:22
Forum: Developers
Topic: BGA Studio is (no more) down
Replies: 85
Views: 12228

Re: BGA Studio is (no more) down

Hello. I came back after few months to continue working on a game, but I ran into a problem with images. When I started the game, some images were missing, so I uploaded them again from my repo, cleared the cache and only one of several missing images was there. Is this related to the problems from ...
by Hornir91
25 March 2021, 22:34
Forum: Developers
Topic: How to remove onClick handler in Javascript
Replies: 17
Views: 3895

Re: How to remove onClick handler in Javascript

I know now where was the problem. When I was using this.clickHandlers.push(dojo.query(element).connect('onclick', this, handler)) with dojo.forEach(this.clickHandlers, dojo.disconnect); It didn't worked, because instead of removing only the event listener, dojo was removing a whole element. I tried ...
by Hornir91
03 March 2021, 22:50
Forum: Developers
Topic: How to update this.gamedatas in JS?
Replies: 6
Views: 916

Re: How to update this.gamedatas in JS?

Yes, you can probably store some variables as global values with "this.variable = something" and call it whenever you want. Eventually if you need a piece of information for the whole gamestate (e.g. playerturn) you can load it through "args" which you need to define in your stat...
by Hornir91
03 March 2021, 17:34
Forum: Developers
Topic: How to remove onClick handler in Javascript
Replies: 17
Views: 3895

Re: How to remove onClick handler in Javascript

Hi, have you tried the CSS solution ? https://developer.mozilla.org/fr/docs/Web/CSS/pointer-events or to put the attribute disabled=disabled after clicking an object ? I've got functions I lauch on convinient states in the onEnteringState where I activate or not buttons, clicks ... hope this help b...

Go to advanced search