Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dungeon without fight system | alexichi | 2016-05-01 | 1 | -0/+2 |
| | | | | | | You can buy a "ticket" to access the dungeon If you exit you have to buy another ticket Problem when we update the page, the default sentence is displayed while it said that you can access the dungeon | ||||
* | add the beginning part of the dungeon | alexichi | 2016-05-01 | 1 | -1/+2 |
| | | | | | | When you have enough money you can buy a ticket and access the dungeon I made a file monsters.xml . It's a bit like the code with the shop but modified When you press the button launch in the onglet dungeon , it display "Battle!" in the console | ||||
* | Merge remote-tracking branch 'origin/piernov' into alexichi | alexichi | 2016-04-25 | 1 | -2/+8 |
|\ | | | | | | | | | | | Conflicts: craftmine.php index.xhtml | ||||
| * | Include PHP inc/craftmine.php | piernov | 2016-04-24 | 1 | -0/+1 |
| | | |||||
| * | Send gold, shop and inventory infos from PHP all at once when requested on ↵ | piernov | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | | loading by client | ||||
| * | Move session_start() after all requires (needed for classes to work ↵ | piernov | 2016-04-24 | 1 | -1/+2 |
| | | | | | | | | correctly in $_SESSION) | ||||
| * | Add shop related PHP request handling | piernov | 2016-04-24 | 1 | -0/+4 |
| | | |||||
* | | add require_once and some cases of the switch | alexichi | 2016-04-23 | 1 | -0/+3 |
|/ | |||||
* | suppression d'un case du switch | alexichi | 2016-04-21 | 1 | -0/+10 |
| | |||||
* | Add main PHP script | alexichi | 2016-04-20 | 1 | -0/+29 |