Changes between Version 5 and Version 6 of Ticket #2019, comment 3


Ignore:
Timestamp:
Jul 30, 2013, 8:56:49 PM (11 years ago)
Author:
lsdh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2019, comment 3

    v5 v6  
    11I made some changes that would satisfy the first demand. The change from json to xml is not done (see previous comment).
    22
    3 The patch add a new folder with all the cheats in separate .json files and the necessary code to take into account all the .json file of the folder except it the "Name" attribute is already used.
     3The patch add a new folder with all the cheats in separate .json files and the necessary code (a function) to take into account all the .json file of the folder except it the "Name" attribute is already used.
    44
    5 All theses new files are of course unversionned. The old cheats.json file is useless once the patch applied (so should be deleted).
     5All the new .json files are unversionned. The old cheats.json file is useless once the patch applied (so should be deleted).
    66
    77(All cheats works except TARDIS, but this is not related to this patch, see http://trac.wildfiregames.com/ticket/2045).
    88
     9Patch updated thanks to some Spahbod's recommendation on variables' and function's name. Didn't succeed to put the function in Cheat.js file (I have to check when this file is loaded, the messages.js seams to be loaded just after the map's loading) .
     10
    911
    1012Do not hesitate to criticize my work, I'm quite a newbie.