aboutsummaryrefslogtreecommitdiffstats
path: root/craftmine.php
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to delete a savepiernov2016-05-021-0/+1
| | | | Doesn't work because idk which method to use and I don't have the PHP doc right now
* Implement loading saved games on serverpiernov2016-05-011-0/+2
|
* Savegame PHP action handlingpiernov2016-04-271-0/+3
|
* Also handle GET request for op in craftmine.phppiernov2016-04-271-3/+7
|
* Merge remote-tracking branch 'origin/piernov' into alexichialexichi2016-04-251-2/+8
|\ | | | | | | | | | | Conflicts: craftmine.php index.xhtml
| * Include PHP inc/craftmine.phppiernov2016-04-241-0/+1
| |
| * Send gold, shop and inventory infos from PHP all at once when requested on ↵piernov2016-04-241-1/+1
| | | | | | | | loading by client
| * Move session_start() after all requires (needed for classes to work ↵piernov2016-04-241-1/+2
| | | | | | | | correctly in $_SESSION)
| * Add shop related PHP request handlingpiernov2016-04-241-0/+4
| |
* | add require_once and some cases of the switchalexichi2016-04-231-0/+3
|/
* suppression d'un case du switchalexichi2016-04-211-0/+10
|
* Add main PHP scriptalexichi2016-04-201-0/+29