This is a documentation for Board Game Arena: play board games online !
User contributions for Sourisdudesert
Jump to navigation
Jump to search
11 January 2013
- 16:4216:42, 11 January 2013 diff hist +1,201 Main game logic: Game.php →Accessing database
- 16:3316:33, 11 January 2013 diff hist +678 Main game logic: Game.php →Accessing database
- 16:2316:23, 11 January 2013 diff hist +69 Game material description: material.inc.php No edit summary
- 16:1816:18, 11 January 2013 diff hist +808 N Game material description: material.inc.php Created page with "This PHP file describes all the material of your game. This file is include by the constructor of your main game logic (yourgame.game.php), and then the variables defined her..."
- 16:0716:07, 11 January 2013 diff hist +730 Players actions: yourgamename.action.php →Methods to use in action methods
- 16:0316:03, 11 January 2013 diff hist +451 Players actions: yourgamename.action.php →Methods to use in action methods
- 15:5815:58, 11 January 2013 diff hist +85 Players actions: yourgamename.action.php →Methods to use in action methods
- 15:5615:56, 11 January 2013 diff hist +1,289 Players actions: yourgamename.action.php No edit summary
- 15:4115:41, 11 January 2013 diff hist 0 Main game logic: Game.php →Accessing database
- 15:4115:41, 11 January 2013 diff hist +1,440 N Game database model: dbmodel.sql Created page with "In this file you specify the database schema of your game. This file contains SQL queries that will be executed during the creation of your game table. Note: you can't chang..."
- 15:2215:22, 11 January 2013 diff hist +651 Main game logic: Game.php →Game states and active players
- 15:1815:18, 11 January 2013 diff hist +92 Main game logic: Game.php →Accessing player informations
- 15:1615:16, 11 January 2013 diff hist +1,029 Your game state machine: states.inc.php →args
- 15:1315:13, 11 January 2013 diff hist +1,787 Your game state machine: states.inc.php →possibleactions
- 15:0815:08, 11 January 2013 diff hist +90 Your game state machine: states.inc.php →possibleactions
- 15:0715:07, 11 January 2013 diff hist +794 Your game state machine: states.inc.php →transitions
- 15:0215:02, 11 January 2013 diff hist +952 Your game state machine: states.inc.php →action
- 14:5214:52, 11 January 2013 diff hist +1 Your game state machine: states.inc.php →id
- 14:5214:52, 11 January 2013 diff hist +133 Your game state machine: states.inc.php →id
- 14:5114:51, 11 January 2013 diff hist +777 Your game state machine: states.inc.php →descriptionmyturn
- 14:4514:45, 11 January 2013 diff hist +289 Your game state machine: states.inc.php →Syntax
- 14:4314:43, 11 January 2013 diff hist +2 Your game state machine: states.inc.php →descriptionmyturn
- 14:4314:43, 11 January 2013 diff hist +2 Your game state machine: states.inc.php →description
- 14:4314:43, 11 January 2013 diff hist +634 Your game state machine: states.inc.php →descriptionmyturn
- 14:3914:39, 11 January 2013 diff hist +1,551 Your game state machine: states.inc.php →Syntax
- 14:2414:24, 11 January 2013 diff hist +80 Your game state machine: states.inc.php →Game state name
- 14:2414:24, 11 January 2013 diff hist +609 Your game state machine: states.inc.php →Syntax
- 14:1914:19, 11 January 2013 diff hist +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 January 2013 diff hist +1,053 Studio →BGA Studio documentation
- 12:5112:51, 11 January 2013 diff hist +39 Main game logic: Game.php →Accessing player informations
- 12:4812:48, 11 January 2013 diff hist +2 Main game logic: Game.php No edit summary
5 January 2013
- 12:2312:23, 5 January 2013 diff hist +163 Main game logic: Game.php →Accessing player informations
- 12:1912:19, 5 January 2013 diff hist +336 Main game logic: Game.php →Accessing player informations
- 12:1512:15, 5 January 2013 diff hist +132 Main game logic: Game.php No edit summary
- 12:1012:10, 5 January 2013 diff hist −1 Main game logic: Game.php →Accessing database
- 12:1012:10, 5 January 2013 diff hist +190 Main game logic: Game.php →Accessing database
- 12:0712:07, 5 January 2013 diff hist +9 Main game logic: Game.php →Accessing database
- 12:0612:06, 5 January 2013 diff hist +1,359 Main game logic: Game.php No edit summary
- 11:5111:51, 5 January 2013 diff hist +910 Main game logic: Game.php No edit summary
- 11:4311:43, 5 January 2013 diff hist +179 Game art: img directory →Requested images
- 11:4111:41, 5 January 2013 diff hist +195 Game art: img directory →Game art
- 11:3811:38, 5 January 2013 diff hist +21 Game art: img directory →Images loading
- 11:3811:38, 5 January 2013 diff hist +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 January 2013 diff hist +15 Studio file reference →'img' directory
- 11:2011:20, 5 January 2013 diff hist −450 Studio file reference →'img' directory
- 11:1911:19, 5 January 2013 diff hist −31 Studio →BGA Studio documentation
- 11:1711:17, 5 January 2013 diff hist +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 January 2013 diff hist −5 Studio →BGA Studio documentation
- 11:1611:16, 5 January 2013 diff hist +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..." current
- 11:1611:16, 5 January 2013 diff hist −517 Studio function reference →Exceptions you can throw