Search found 620 matches

by Victoria_La
07 July 2023, 03:20
Forum: Developers
Topic: Any Local Development Platform for BGA?
Replies: 11
Views: 1319

Re: Any Local Development Platform for BGA?

This is the primary reason why I don't mind making some bugfixes or minor changes, but wouldn't implement a new game. The fact that I can't even use Version Control directly is a deal breaker for me. For some reason reminds me of old days of developing with Notepad. Not sure what you mean. You can ...
by Victoria_La
06 July 2023, 01:27
Forum: Developers
Topic: Any Local Development Platform for BGA?
Replies: 11
Views: 1319

Re: Any Local Development Platform for BGA?

If you ever read https://en.doc.boardgamearena.com/First_steps_with_BGA_Studio It has this text "Note: You have to setup AUTOMATED sync between your folder and remote folder, manually ftp'ing files would be no-starter." So not sure why it would be time consuming, event if you have phone mo...
by Victoria_La
17 June 2023, 21:03
Forum: Developers
Topic: New Lobby in the Studio
Replies: 4
Views: 577

Re: New Lobby in the Studio

I tried it - I don't have express start at all... I don't know what do I need to do to get it
There is Start/Cancel (studio)
by Victoria_La
17 June 2023, 19:46
Forum: Developers
Topic: New Lobby in the Studio
Replies: 4
Views: 577

Re: New Lobby in the Studio

Draasill wrote: 15 June 2023, 09:20
As the new lobby adds a whole new way to set your options (see [url="https://en.doc.boardgamearena.com/index.php?
That link actually bring to wiki that says its not available on studio, are you going to change it?
by Victoria_La
17 June 2023, 19:43
Forum: Developers
Topic: [Solved] Gomoku tutorials
Replies: 7
Views: 438

Re: Gomoku tutorials

The code in template is correct, you cannot change the colors in the .php file, you have to change it gameinfos.inc.php // Colors attributed to players 'player_colors' => array( "ff0000", "008000", "982fff", "ffa500", "ffffff" ), //#982fff - purple T...
by Victoria_La
11 June 2023, 22:33
Forum: Developers
Topic: New developer / code review request?
Replies: 2
Views: 410

Re: New developer / code review request?

bga is not setup for code reviews, if you code is on github you can post link here otherwise its a lot of work just to get somebody code. In general its best to ask specific questions. I.e. "I did this, this is code snipped - is this good idea?" If you want more interactive use bga dev dis...
by Victoria_La
20 May 2023, 18:18
Forum: Developers
Topic: Database Deadlock
Replies: 4
Views: 341

Re: Database Deadlock

Thank you for your advices. My case was a bit simplier, but instructive, so: newbies, listen and learn! :D I initialized an event listener - dojo.connect() - in the onEnteringState() function, but I never destroyed the listener. So, when the game entered this state again and again, every time a new...
by Victoria_La
10 May 2023, 00:26
Forum: Developers
Topic: Where can I report a bug in BGA package?
Replies: 3
Views: 312

Re: Where can I report a bug in BGA package?

I read your report and I don't think I understand anything. How you calling this functiion and what you expecting?
Custom class is added to the bubble on first creation, if tis already exists - its not updated
by Victoria_La
29 April 2023, 16:04
Forum: Developers
Topic: Does BGA have public APIs?
Replies: 6
Views: 850

Re: Does BGA have public APIs?

You guys (bga stuff) should provide these API's as paid service, we having these requests weekly
by Victoria_La
12 April 2023, 13:58
Forum: Developers
Topic: Generic Dialog
Replies: 4
Views: 248

Re: Generic Dialog

If you html is invalid it won't be set properly.
Make content of the dialog something simple first

Go to advanced search