aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* add xp system and perso server sidealexichi2016-05-053-14/+42
|
* add dungeon server side and improve some details like the difference between ↵alexichi2016-05-052-16/+73
| | | | floors
* Merge branch 'master' into alexichipiernov2016-05-033-6/+50
|\
| * Merge branch 'feat/savegame' into piernovpiernov2016-05-033-12/+44
| |\
| | * Allow multiple classes on tabspiernov2016-05-021-4/+2
| | |
| | * Add ability to delete a savepiernov2016-05-021-0/+3
| | | | | | | | | | | | Doesn't work because idk which method to use and I don't have the PHP doc right now
| | * Add various JS functions to work with game savepiernov2016-05-021-0/+32
| | |
| | * Move saveGame()/downGame() to its own JS filepiernov2016-05-022-8/+7
| | |
| * | Force reset mine on game reloadpiernov2016-05-021-1/+2
| | |
| * | Allow empty data from serverpiernov2016-05-021-1/+2
| | |
| * | Merge branch 'feat/savegame' into piernovpiernov2016-04-271-0/+8
| |\|
| | * Add button for saving on server/downloading the gamepiernov2016-04-271-0/+8
| | |
| * | Automatically show received infopiernov2016-04-271-0/+2
| |/
* | add dungeon client side to display it when reloadalexichi2016-05-031-0/+1
| |
* | fix shop item countalexichi2016-05-021-4/+5
| |
* | Add dungeon without fight systemalexichi2016-05-012-4/+31
| | | | | | | | | | | | 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 dungeonalexichi2016-05-011-0/+18
| | | | | | | | | | | | 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
* | add the option to not create 2 objects of the same type, doesn't work wellalexichi2016-04-291-6/+13
| |
* | add loadShop() and categories in the xml file and modify the presentation of ↵alexichi2016-04-271-8/+16
|/ | | | the items in the shop
* change class of Hire a Miner, and change type submit to button for itemsalexichi2016-04-251-1/+1
|
* Mise en commun du shop et de la guildealexichi2016-04-252-19/+11
|
* Merge remote-tracking branch 'origin/piernov' into alexichialexichi2016-04-253-5/+116
|\ | | | | | | | | | | Conflicts: craftmine.php index.xhtml
| * Display error received from server + switch to specified tab on loadpiernov2016-04-241-0/+2
| |
| * Add JS GUI helperspiernov2016-04-241-0/+42
| |
| * Add client side JS shop functionspiernov2016-04-242-3/+61
| |
| * Decode JSON before calling callback and prevent call in case of errorpiernov2016-04-241-3/+7
| |
| * Add JS debitAccount() helperpiernov2016-04-241-0/+5
| |
* | remove useless files and add .gitignore to not see them againalexichi2016-04-251-51/+0
| |
* | Add the guildalexichi2016-04-251-8/+16
| | | | | | | | | | | | add buttons to hireMiner and purchase the guild on xhtml javascript send request to the server php -> update $_SESSION for miner
* | Merge branch 'master' of piernov.org:candybox into alexichialexichi2016-04-251-12/+15
|\| | | | | | | | | Conflicts: js/craftmine.js
| * Fix Mine setup/updatepiernov2016-04-231-7/+10
| |
| * Spelling mistake: datas→datapiernov2016-04-231-11/+11
| |
* | nothing specialalexichi2016-04-241-2/+2
| |
* | add file for the guild ,client side (not finish)alexichi2016-04-231-0/+18
|/
* mise du parseInt et mise à jour mots anglaisalexichi2016-04-212-0/+102
|
* Add empty JSalexichi2016-04-201-0/+0