Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | rearchitecture the data files | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-14 | removed the ui.html file | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-14 | added an example with php -S in the README | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-14 | moved the webapp pages in the webapp/ dir | Olivier Gayot | |
the procedure to install the webapp is described in the README file. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-14 | added the setup file for the server | Olivier Gayot | |
the procedure is described in the README. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-14 | use a python package instead of just modules | Olivier Gayot | |
The package is contained in the CAO/ folder. server.py is still at the root of the repository though. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | README: explain how to setup and start | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | mobile: handle the collection of the cards and the designation | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | ui: allow to get the played cards from the ifaces | Olivier Gayot | |
the card descripts and their associated callbacks are saved in the page. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | mobile: allow a player to select a card | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | ui: allow to get the event associated with a card | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | ui: handle the changes of game state in a generic way | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | ui: handle the number of played cards properly | Olivier Gayot | |
the number is stored in the cao object and can be retrieved by the mobile / desktop part. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | mobile: use .text instead of .html for numbers | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-09 | ui: allow to check if we are judge | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | mobile: handle the score | Olivier Gayot | |
updates in the score are reflected in the top bar of the mobile iface. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | desktop: handle the score | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | handle the notification for score update | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | send a notification when the score is updated | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | generate the callbacks for white cards in the common part | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | removed example content | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | added the jquery files | Olivier Gayot | |
jquery.js is a symlink to the version in use Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | Add some animations. | Jeremie Taboada | |
2015-06-08 | Fix header padding. | Jeremie Taboada | |
2015-06-08 | Fix css! | Jeremie Taboada | |
2015-06-08 | Add meta!!!!! | Jeremie Taboada | |
2015-06-08 | Fix double trigger become_judge. | Jeremie Taboada | |
2015-06-08 | Fix merge fail. | Jeremie Taboada | |
2015-06-08 | Continue implementation. | Jeremie Taboada | |
2015-06-08 | Continue UI integration. | Jeremie Taboada | |
2015-06-08 | Add bower.json | Jeremie Taboada | |
2015-06-08 | Update gitignore. | Jeremie Taboada | |
2015-06-08 | Add become judge page. | Jeremie Taboada | |
2015-06-08 | Add UI and start integration. | Jeremie Taboada | |
2015-06-08 | added .gitignore | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | the server now handles the language properly | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-08 | server: multilingual/french support | Olivier Gayot | |
moved the card files in a per-language directory as follows. * $LANG/cards/white * $LANG/cards/black Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | fix invalid field name | Olivier Gayot | |
renamed state in game_state Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | provide the state of the game to a newcomer | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | added the desktop content to the desktop file | Olivier Gayot | |
the content was removed from the common file but not rewrote in place Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | removed the prompt | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | remove desktop things from the common file | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | fixed invalid removal of card | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | removed debug logs | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | handle the notifications on the client | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | use a map to handle the response handling | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | fix desktop code in the common part | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-05 | changed the structure of the notifications | Olivier Gayot | |
we now have the opcode and a 'content' section Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-04 | transmit a new card to the player using a notification | Olivier Gayot | |
when it's time for another turn, we send a notification to the user plus its new card so he does not need to execute a query again. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-04 | standardize the notifications | Olivier Gayot | |
use a proper syntax with opcode and no spaces in names Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |