Jump to content
MakeWebGames

ezRPG Release Candidate 3


Zeggy

Recommended Posts

Hopefully this will be the last release candidate.

Made a few changes to ezRPG in this release...

I cleaned up the init file, and added a hooks system.

The hooks system will allow modules to add code that will be run at a certain time (such as on the header of every page).

You can use the hooks system to modify certain variables before they're used by other modules (such as the player variable).

Hopefully, this way module installations won't require editing any 'header' code. Instead, you simply upload the hook file and it will be automatically run whenever needed.

You can get the latest download here: http://code.google.com/p/ezrpg/downloads/list

The documentation has also been updated for the hooks code.

 

If you are updating from release candidate 2, just replace all the old files with the new ones.

If you've edited any core code (top-level files like init.php, index.php) then you might want to diff them.

Link to comment
Share on other sites

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...