This is a documentation for Board Game Arena: play board games online !
Príspevky používateľa pre Sourisdudesert
používateľa Sourisdudesert diskusia záznam blokovaní nahrané súbory záznamy
11. január 2013
- 15:0815:08, 11. január 2013 rozdiel história +90 Your game state machine: states.inc.php →possibleactions
- 15:0715:07, 11. január 2013 rozdiel história +794 Your game state machine: states.inc.php →transitions
- 15:0215:02, 11. január 2013 rozdiel história +952 Your game state machine: states.inc.php →action
- 14:5214:52, 11. január 2013 rozdiel história +1 Your game state machine: states.inc.php →id
- 14:5214:52, 11. január 2013 rozdiel história +133 Your game state machine: states.inc.php →id
- 14:5114:51, 11. január 2013 rozdiel história +777 Your game state machine: states.inc.php →descriptionmyturn
- 14:4514:45, 11. január 2013 rozdiel história +289 Your game state machine: states.inc.php →Syntax
- 14:4314:43, 11. január 2013 rozdiel história +2 Your game state machine: states.inc.php →descriptionmyturn
- 14:4314:43, 11. január 2013 rozdiel história +2 Your game state machine: states.inc.php →description
- 14:4314:43, 11. január 2013 rozdiel história +634 Your game state machine: states.inc.php →descriptionmyturn
- 14:3914:39, 11. január 2013 rozdiel história +1 551 Your game state machine: states.inc.php →Syntax
- 14:2414:24, 11. január 2013 rozdiel história +80 Your game state machine: states.inc.php →Game state name
- 14:2414:24, 11. január 2013 rozdiel história +609 Your game state machine: states.inc.php →Syntax
- 14:1914:19, 11. január 2013 rozdiel história +1 503 N Your game state machine: states.inc.php Created page with " This file describes the game states machine of your game (all the game states properties, and the transitions to get from one state to another). Important: to understand the..."
- 13:0613:06, 11. január 2013 rozdiel história +1 053 Studio →BGA Studio documentation
- 12:5112:51, 11. január 2013 rozdiel história +39 Main game logic: yourgamename.game.php →Accessing player informations
- 12:4812:48, 11. január 2013 rozdiel história +2 Main game logic: yourgamename.game.php Bez shrnutí editace
5. január 2013
- 12:2312:23, 5. január 2013 rozdiel história +163 Main game logic: yourgamename.game.php →Accessing player informations
- 12:1912:19, 5. január 2013 rozdiel história +336 Main game logic: yourgamename.game.php →Accessing player informations
- 12:1512:15, 5. január 2013 rozdiel história +132 Main game logic: yourgamename.game.php Bez shrnutí editace
- 12:1012:10, 5. január 2013 rozdiel história −1 Main game logic: yourgamename.game.php →Accessing database
- 12:1012:10, 5. január 2013 rozdiel história +190 Main game logic: yourgamename.game.php →Accessing database
- 12:0712:07, 5. január 2013 rozdiel história +9 Main game logic: yourgamename.game.php →Accessing database
- 12:0612:06, 5. január 2013 rozdiel história +1 359 Main game logic: yourgamename.game.php Bez shrnutí editace
- 11:5111:51, 5. január 2013 rozdiel história +910 Main game logic: yourgamename.game.php Bez shrnutí editace
- 11:4311:43, 5. január 2013 rozdiel história +179 Game art: img directory →Requested images aktuálne
- 11:4111:41, 5. január 2013 rozdiel história +195 Game art: img directory →Game art
- 11:3811:38, 5. január 2013 rozdiel história +21 Game art: img directory →Images loading
- 11:3811:38, 5. január 2013 rozdiel história +2 248 N Game art: img directory Created page with "== Requested images == The following images are requested by BGA: ;game_box.png * It is displayed on the main site on the game description page and when creating a table (28..."
- 11:2011:20, 5. január 2013 rozdiel história +15 Studio file reference →'img' directory aktuálne
- 11:2011:20, 5. január 2013 rozdiel história −450 Studio file reference →'img' directory
- 11:1911:19, 5. január 2013 rozdiel história −31 Studio →BGA Studio documentation
- 11:1711:17, 5. január 2013 rozdiel história +3 392 N Game interface logic: yourgamename.js Created page with "; this.player_id : Id of the player on whose browser the code is running. ; this.isSpectator : Flag set to true if the user at the table is a spectator (not a player). ; thi..."
- 11:1711:17, 5. január 2013 rozdiel história −5 Studio →BGA Studio documentation
- 11:1611:16, 5. január 2013 rozdiel história +3 434 N Game interface logic (yourgamename.js) Created page with "== Client side (Javascript functions) == ; this.player_id : Id of the player on whose browser the code is running. ; this.isSpectator : Flag set to true if the user at the t..." aktuálne
- 11:1611:16, 5. január 2013 rozdiel história −517 Studio function reference →Exceptions you can throw
- 11:1611:16, 5. január 2013 rozdiel história +25 MediaWiki:Sidebar Bez shrnutí editace aktuálne
- 11:1511:15, 5. január 2013 rozdiel história +517 Main game logic: yourgamename.game.php Bez shrnutí editace
- 11:1411:14, 5. január 2013 rozdiel história −2 829 Studio function reference →Table class (.game.php)
- 11:1411:14, 5. január 2013 rozdiel história +2 827 N Main game logic: yourgamename.game.php Created page with "=== Table class (<gamename>.game.php) === ; function _( $text ) : Transparent function, used to mark strings to be translated on the server side (ex: error message) ; functio..."
- 11:1411:14, 5. január 2013 rozdiel história −804 Studio function reference →APP_GameAction class (.action.php)
- 11:1411:14, 5. január 2013 rozdiel história +802 N Players actions: yourgamename.action.php Created page with "=== APP_GameAction class (<gamename>.action.php) === ; function isArg( $argName ) : Is this argument filled ? ; function getArg( $argName, $argType, $mandatory=false, $defaul..."
- 11:1411:14, 5. január 2013 rozdiel história −7 Studio →BGA Studio documentation
- 11:1211:12, 5. január 2013 rozdiel história +802 N Players actions (yourgamename.action.php) Created page with "=== APP_GameAction class (<gamename>.action.php) === ; function isArg( $argName ) : Is this argument filled ? ; function getArg( $argName, $argType, $mandatory=false, $defaul..." aktuálne
- 11:1111:11, 5. január 2013 rozdiel história +31 Studio file reference →states.inc.php
- 11:1011:10, 5. január 2013 rozdiel história +36 Studio →BGA Studio documentation
- 11:0911:09, 5. január 2013 rozdiel história +1 Studio →BGA Studio documentation
- 11:0811:08, 5. január 2013 rozdiel história +593 Studio →BGA Studio Framework reference
- 10:5910:59, 5. január 2013 rozdiel história −1 Studio →BGA Studio Framework reference
- 10:5810:58, 5. január 2013 rozdiel história +29 Studio →BGA Studio Framework reference