Jump to content
MakeWebGames

Recommended Posts

Posted

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

Posted

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.

bug_1.jpg.05ee37a9761afbc2a3357b2e1baf5655.jpg

code.jpg.77f82ad1bbd39e3d276f1165a1642114.jpg

Posted

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

Posted

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.

Posted

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.

Posted

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 ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...