Search found 620 matches

by Victoria_La
21 August 2022, 20:18
Forum: Developers
Topic: (solved) Firefox - Images reloading everytime the server is updated
Replies: 4
Views: 379

Re: Firefox - Images reloading everytime the server is updated

Where is this code? Its in game.php not in action.php right?
There are multiple issues with this code - but nothing that justify what you seeing, but it may be issue on the client,
when new state changes - check what you code does. Best just use js debugger to see exactly what caused this reload.
by Victoria_La
29 May 2022, 21:19
Forum: Developers
Topic: Game Metadata Manager
Replies: 2
Views: 635

Re: Game Metadata Manager

Try Chrome
by Victoria_La
29 May 2022, 21:16
Forum: Developers
Topic: getCollectionFromDb($query, true) ?
Replies: 6
Views: 739

Re: getCollectionFromDb($query, true) ?

Framework does not place any restrictions on db queries. However there is restriction about $result['players'] returned by getAllDatas This is used by framework itself, so it should contains fields from player table, and format is player_id => [...] If you want some other format don't use players fi...
by Victoria_La
16 May 2022, 23:47
Forum: Developers
Topic: Machine-readable game logs no longer accessible
Replies: 4
Views: 691

Re: Machine-readable game logs no longer accessible

BGA never advitized API for game logs, it is possible they closed the loophole that would allow that.
The normal logs still available (non machine readable)
https://boardgamearena.com/gamereview?table=267896805
by Victoria_La
20 March 2022, 15:37
Forum: Developers
Topic: Should additional chess variants be a new project or extend chess?
Replies: 4
Views: 526

Re: Should additional chess variants be a new project or extend chess?

For purposes of maintainanance it better in one project, so just create another project and ad your variants there.
And also can some "preferences" on user side - on how chess piecess looks like - bunch of option can be there too
by Victoria_La
19 March 2022, 17:47
Forum: Developers
Topic: Should additional chess variants be a new project or extend chess?
Replies: 4
Views: 526

Re: Should additional chess variants be a new project or extend chess?

should be separate project. Chess is well known game and has very little ambiguity about the rules.
by Victoria_La
19 March 2022, 17:43
Forum: Developers
Topic: is bga sftp have been restored?
Replies: 7
Views: 799

Re: is bga sftp have been restored?

try to revert from svn... no known outages afaik
by Victoria_La
09 March 2022, 19:02
Forum: Developers
Topic: Let players change card order
Replies: 5
Views: 620

Re: Let players change card order

Is it possible to change the stock weight of a card based on card id?? I am trying to let the players reorder their cards and I cannot figure out the best way to go about it. The first step I was trying to get to work was just to have a player click a card and for that card to move to the front of ...
by Victoria_La
03 March 2022, 01:21
Forum: Developers
Topic: Modification commited from studio and deployed not taken into account
Replies: 2
Views: 398

Re: Modification commited from studio and deployed not taken into account

sometimes there are error during deployment, it tell you lets say images too big - images won't be deployed - if you close this window and don't read this - you won't know. do another commit and build- pay attention to errors in pop up windows also I am not sure - was you game officially put in alph...
by Victoria_La
12 February 2022, 18:31
Forum: Developers
Topic: SQL Deadlock
Replies: 5
Views: 719

Re: SQL Deadlock

I agree with Victoria that seems to be the likely cause, but - even if you were updating several tables, have you considered just wrapping it all one transaction and running them together? See this link for additional help: https://www.mysqltutorial.org/mysql-transaction.aspx You should be able to ...

Go to advanced search