Search found 8 matches

by Axel584
11 May 2020, 09:23
Forum: Developers
Topic: strange bug
Replies: 2
Views: 647

Re: strange bug (solved)

Thank you so much !!!!

I write "sql::debug" instead "self::debug" ! (Shame on me :oops: :oops: :oops: )
by Axel584
10 May 2020, 11:38
Forum: Developers
Topic: strange bug
Replies: 2
Views: 647

strange bug

Hi, I've got this error but I don't understand why : Server syntax error: Warning: require_once(/var/www/tournoi/include/sql.inc.php): failed to open stream: No such file or directory in /var/tournoi/release/tournoi-200507-0722-gs/www/index.php on line 101 Fatal error: require_once(): Failed opening...
by Axel584
01 May 2020, 17:19
Forum: Developers
Topic: [solved] Dojo question : select/deselect dices
Replies: 3
Views: 696

Re: Dojo question : select/deselect dices

Thank you very much, it's work great !

in my setup :

Code: Select all

dojo.query( '.dice' ).connect( 'onclick', this, 'onSelectDice' );
and in the function :

Code: Select all

onSelectDice: function(evt) {
			dojo.stopEvent( evt );
			dojo.toggleClass(evt.currentTarget.id,"dice_selected");
		},
8-)
by Axel584
01 May 2020, 13:50
Forum: Developers
Topic: [solved] Dojo question : select/deselect dices
Replies: 3
Views: 696

[solved] Dojo question : select/deselect dices

Hi, I've got 5 dices : <div id="dice_1" class="dice" style="left:10px; top :10px;"></div> <div id="dice_2" class="dice" style="left:120px; top :10px;"></div> <div id="dice_3" class="dice" style="left:230px; top :10p...
by Axel584
29 April 2020, 22:15
Forum: Developers
Topic: Where is the source code of "Can't stop" ?
Replies: 1
Views: 532

Where is the source code of "Can't stop" ?

Hi, I'm a beginner in the BGA framework and I have some difficult to understand how the "state" part works... I often search in the source code of others projets (in https://studio.boardgamearena.com/projects I take some of them with the "get readonly access" link) But I didn't f...
by Axel584
26 April 2020, 22:37
Forum: Developers
Topic: [solved] How to play my own game ?
Replies: 2
Views: 594

Re: [solved] How to play my own game ?

Thank you !
by Axel584
26 April 2020, 18:17
Forum: Developers
Topic: [solved] How to play my own game ?
Replies: 2
Views: 594

[solved] How to play my own game ?

Hi, I follow the tutorial here : http://en.doc.boardgamearena.com/First_steps_with_BGA_Studio I create my project in the "control panel" I see it in my ftp repository (with the 3 others folder : gomoku/hearts/reversi) But in the tutorial, I read : Now, you can try to launch a new game on B...
by Axel584
26 April 2020, 14:39
Forum: Developers
Topic: Question about licence and copyright
Replies: 1
Views: 500

Question about licence and copyright

Hi,
I just discover the Board Game Arena and I would like to know if we are authorized to develop game which is sold in stores ?
Does copyright exist for board game ?

Thank you for your response,

Axel

Go to advanced search