Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add @package and various fixes | piernov | 2016-05-08 | 1 | -0/+1 |
| | |||||
* | First PHPDoc push, Inventory not complete | piernov | 2016-05-08 | 1 | -0/+77 |
| | |||||
* | Add multiple item support to savegame + fix missing includes | piernov | 2016-05-08 | 1 | -1/+6 |
| | |||||
* | Receive uploaded savegame from PHP | piernov | 2016-05-04 | 1 | -0/+20 |
| | |||||
* | Better when error/info messages aren't swapped | piernov | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Better when the user isn't allowed of deleting arbitrary files… | piernov | 2016-05-02 | 1 | -2/+3 |
| | | | | Thanks PHP for not highligthing the problem and not providing simple solution… | ||||
* | Fix delete save game | piernov | 2016-05-02 | 1 | -1/+1 |
| | | | | | Yep, it was called unlink(). Who would've thought of that? Also, let's use the right operator and not fall for Javascript's silliness | ||||
* | Add ability to delete a save | piernov | 2016-05-02 | 1 | -0/+7 |
| | | | | Doesn't work because idk which method to use and I don't have the PHP doc right now | ||||
* | Fix game save XML generation + add ability to send a previously generated ↵ | piernov | 2016-05-02 | 1 | -17/+27 |
| | | | | game save | ||||
* | Implement loading saved games on server | piernov | 2016-05-01 | 1 | -0/+30 |
| | |||||
* | Add savegame.inc with methods for saving the game | piernov | 2016-04-27 | 1 | -0/+44 |