a_bertrand Posted July 10, 2012 Posted July 10, 2012 Hi, I just released the version 1.1.1 of NWE full (dev and free will follow shortly). What's in: - Quiet some little fixes scattered around. - Improvement of the turn based combat - Improvement of the exploration - Improvement of the training - Improvement of the messages (with request and send money, multi-selection to delete, and visible attachments in the list of received messages) - Fixed tutorial, now works with the new collapsed menu - New flood control - New works module - New scan hook module - New code editor module, linked from exceptions and hook scan, as well as directly visible. Can view only modules files, and only PHP, CSS, JS, XML files. - New game lock module With all that, I'm happy to say I feel it a solid release. In case of issues, you know where to find me. As always this is a free release, and you can download the patch or the full package. Cheers, Alain Quote
rulerofzu Posted July 10, 2012 Posted July 10, 2012 Patched was flawless. Question about the flood control. Is it not possible to set what pages it affects. I noticed you can set time interval. Quote
a_bertrand Posted July 10, 2012 Author Posted July 10, 2012 You mean to limit the flood control only on a given set of pages / modules? That should possible indeed, but if that's what you want you will have to wait till next release ;) As some features of the last release are maybe somewhat hidden, this is an example of what the engine can now do. If you get an error, like in this case triggered by a module which throw an exception, the error handler shall catch it and display it with the old yellow box. However if you are logged in as super user, and the code editor module is enabled, you can now click on the file link: [ATTACH=CONFIG]530[/ATTACH] And jump directly to the file and correct line. That shall help you guys debug your code. You may also prevent saving / editing of the files if you edit manually the config.xml file. I don't allow the editing via the admin panel as it would then make it useless. [ATTACH=CONFIG]531[/ATTACH] The hook scan does basically the same, it will let you jump from any of the hook to the file directly in the code editor. Quote
rulerofzu Posted July 10, 2012 Posted July 10, 2012 Ah cool i thought there may be something like that hidden in there somewhere!! Quote
JohnGato Posted July 10, 2012 Posted July 10, 2012 keep getting this error got it on both the upgrade and fresh install Fatal error: Call to undefined function CurrentPlayerLocation() in /home/linkgame/public_html/newgame/modules/npc_shop/menu.php(7) : eval()'d code on line 1 Quote
Dominion Posted July 10, 2012 Posted July 10, 2012 Everything under "demo" in the menu gave me an error (Ajax calc, click, refresh, sync), but other then that I have yet to find anything error wise. Amazing update. Well done Alain. Quote
rulerofzu Posted July 10, 2012 Posted July 10, 2012 Hmm everything under demo on mine patched to 1.1.1 worked no errors at all. Quote
a_bertrand Posted July 10, 2012 Author Posted July 10, 2012 John: Mmm try to disable the hook cache. It could be that's linked to it. Dom: I don't have any issues with the demo, could you give me an URL to see it? Quote
Dominion Posted July 10, 2012 Posted July 10, 2012 I'm not playing with your demo I installed a fresh version. Change the template to something else (simple brown for example), and then try to use them. I haven't tried to fix it yet (nor do I remember the exact error), but it's probably something you just forgot to put in the other templates. Quote
a_bertrand Posted July 10, 2012 Author Posted July 10, 2012 Ok could be an issue with the template. I never tried the ajax demo with another template. Will have a check but I'm away till Monday, so full checks will be harder for me. Quote
Faz` Posted July 11, 2012 Posted July 11, 2012 Should be looking to purchase this in the next couple of days Alain! Got the money, just depends when I get round to it :) Quote
a_bertrand Posted July 16, 2012 Author Posted July 16, 2012 JohnGato: I found your issue, when you apply a patch, it doesn't clean the cache hooks, therefore maybe you still have an older version in the cached hooks. This bug of the installer will be fixed in the next release, in the mean time simply clean your cache hooks (in the admin menu) and you shall be up and running. Dom: I found the issue with the simple brown template and the ajax. Edit the lib/ajax.php file and replace line 256 with: $res = TemplateLinkButton($id, $label, "#", $jsFunction . ";return false;", null, true); Again this will be fixed with next release for all. And thanks guys for your reports ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.