aboutsummaryrefslogtreecommitdiffstats
path: root/inc/savegame.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add @package and various fixespiernov2016-05-081-0/+1
|
* First PHPDoc push, Inventory not completepiernov2016-05-081-0/+77
|
* Add multiple item support to savegame + fix missing includespiernov2016-05-081-1/+6
|
* Receive uploaded savegame from PHPpiernov2016-05-041-0/+20
|
* Better when error/info messages aren't swappedpiernov2016-05-021-2/+2
|
* Better when the user isn't allowed of deleting arbitrary files…piernov2016-05-021-2/+3
| | | | Thanks PHP for not highligthing the problem and not providing simple solution…
* Fix delete save gamepiernov2016-05-021-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 savepiernov2016-05-021-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 ↵piernov2016-05-021-17/+27
| | | | game save
* Implement loading saved games on serverpiernov2016-05-011-0/+30
|
* Add savegame.inc with methods for saving the gamepiernov2016-04-271-0/+44