Skip to content

Releases: slawkens/myaac

MyAAC 0.5.1

11 Oct 15:06
Compare
Choose a tag to compare

This release contains some small, but important bug fixes.

Full changelog:

  • fixed forum add/edit board
  • new configurable: highscores_length, how much highscores to display pro page
  • fixed highscores links (ALL, previous and next page)
  • update templates cache when installing/uninstalling plugin
  • moved character deaths and frags table generation to twig
  • fixed some bug when you uninstall plugin and then try to install again on the same page
  • check if plugin exist before uninstalling
  • fixed some warning in OTS_Base_DB

MyAAC 0.5.0

10 Oct 13:54
Compare
Choose a tag to compare

Some big update is comming!

In this release, .htaccess rules has been moved to php script. Now nginx and other servers users than apache can easily redirect all to index.php and it will work! Every address from now will be looking nice!
Also tinymce editor has been updated to latest version. It has some new features like embedding custom iframes and youtube videos. It also looks more modern.
This release also contains some plugin specific features like option to uninstall plugin (not every plugin will be possible to uninstall)

Full list of changes:

  • moved .htaccess rules to plain php (index.php)
  • updated tinymce to the latest (4.7.0) version, you can now embed code, for example youtube videos
  • added option to uninstall plugin
  • added option to require specified myaac, php or database version for plugins, without that plugin won't be installed
  • change accountmanagement links to use friendly_urls
  • fixed creating new forum thread
  • sample characters are now assigned to admin account and have group_id 4 to not be shown on highscores
  • added links loaded from database to admin panel - for future plugins
  • print some info to error.log when can't find config.lua
  • some fixes in account changecomment action
  • show info when account name/number or password is empty on login
  • fixed showing account login errors
  • added few characters hooks
  • fixed some kathrine template js bug when shop is disabled
  • you can now use slash '/' in custom pages loaded from database
  • added new twig function getLink that convert link taking into account config.friendly_urls
  • internalLayoutLink -> getLink

MyAAC 0.4.3

05 Oct 15:21
Compare
Choose a tag to compare

This release contains some important bug fixes as well some small features like including files in your config.lua.

  • better config loader taken from latest gesior, you can now include files in your config by doing dofile('config.local.lua')
  • fixed country detection in create account
  • fixed showing of character deaths and frags
  • fixed https://otland.net/threads/myaac-v0-0-1.251454/page-13#post-2466303
  • fixed https://otland.net/threads/myaac-v0-0-1.251454/page-13#post-2466313
  • fixed rook sample, which will now have level 1, 150 health, 0 mana, and 400 cap.
  • fixed samples being deleted by tfs 1.0+ cause of 'deletion' field set to 1
  • pages loaded from database have higher priority than normal .php pages, so they will be loaded first if they exist
  • moved many pages to twig templates
  • change download client links from clients.halfaway.net to tibia-clients.com
  • added bugtracker to kathrine template
  • added CREDITS file

MyAAC 0.4.2

14 Sep 06:38
Compare
Choose a tag to compare

This release just fixes version number that I've forgotten to update.

MyAAC 0.4.1

13 Sep 14:40
Compare
Choose a tag to compare

This release contains some small bugfixes.

  • fixed log into admin panel
  • fixed File is not .zip plugin upload error

MyAAC 0.4.0

13 Sep 13:35
Compare
Choose a tag to compare

This release contains some small new features and bug-fixes. The most significant change is that the most of HTML-in-PHP code has been moved to Twig templates.

A full list of changes:

  • Added option to add/edit/delete/hide/move forum boards
  • moved some of HTML-in-PHP code to Twig templates
  • added bug_report configurable which can enable/disable bug tracker
  • log errors instead of showing them to users with system directories
  • fix when $_SERVER['HTTP_ACCEPT_ENCODING'] is not set
  • when it fails to load config.lua it will output error also to error.log
  • Automatically detect json file in .zip instead of basing on filename (admin panel - plugins)
  • hopefully fixed the error with "The file you are trying to upload is not a .zip file. Please try again."
  • Fixed the wrong name of table in bug tracker
  • fixed some bugs in bug tracker
  • added report bug link in templates
  • fixed some rare error when user is logged in for longer than 15 minutes and tries to log in again
  • fixed some grammar errors
  • Some small improvements
  • fixed some separators in Kathrine template

MyAAC 0.3.1

28 Aug 20:54
Compare
Choose a tag to compare

This is bug-fixing release. It fixes Twig loading on case-sensitive systems.

MyAAC 0.3.0

28 Aug 18:26
Compare
Choose a tag to compare

This release contains some new awesome features.

All users are advised to upgrade to this version.

List of changes:

  • added administration panel for screenshots management with auto thumbnail generator and image auto-resizing
  • added Twig template engine and moved some html-in-php code to it
  • automatically detect player country based on user location (IP) on create account
  • player sex (gender) is now configurable at $config['genders']
  • fixed recovering account and changing password when salt is enabled
  • fixed installing samples when for example Rook Sample already exist and other samples not
  • fixed some mysql error when character you trying to create already exist
  • fixed some warning when you select nonexistent country
  • password change minimal/maximal length notice is now more precise
  • added 'enabled' field in myaac_hooks table, which can enable or disable specified hook
  • removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X.
  • minimum PHP version to install the MyAAC is now 5.2.0 cause of pathinfo (extension) function
  • removed unused admin stylish template
  • removed some unused cities field from myaac_spells table
  • moved news adding at installation from schema.sql to finish.php
  • some optimizations

MyAAC 0.2.4

09 Jun 05:02
Compare
Choose a tag to compare

This is mostly bug-fixing release. No new features were added.

  • fixed invite to guild
  • added id field on monsters, so you can delete them in phpmyadmin
  • fixed adding some creatures with ' and "
  • fixed when there are spaces at beginning of the file (creatures)
  • fixed when file is unable to parse (creatures)
  • fixed typo loss_items => loss_containers
  • more elegant way of showing message on reload creatures and spells

MyAAC 0.2.3

31 May 21:28
Compare
Choose a tag to compare

This is mostly bug-fixing release. No new features.