Author Topic: Version 1.3 Release notes.  (Read 4729 times)

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Version 1.3 Release notes.
« on: June 04, 2014, 05:54:24 PM »
The latest release of Attract-Mode is 1.3

Release Notes:

General

* Added the ability to mark and filter games using custom tags.
* Multiple rom paths can now be specified in each emulator configuration.
* Multiple paths can now be specified for each artwork resource.
* If an artwork path contains a subdirectory that matches a rom's name, then a random video or image from that subdirectory is loaded.
* Added support for setups where each rom is stored in a separate subdirectory.
* The frontend can now run in windowed, fullscreen, or the default "fill screen" mode
* There is no longer a special "movie" artwork. Any artwork or static image can now contain images or videos. Videos are given preference if found.
* Added commands to add/remove custom tags, jump to the next letter, jump to the previous letter, and to launch the screensaver.
* Fixed image flipping on scaled images
* Fixed text scaling
* Fixed video crash
* Various small improvements to the overlay menus
* Improved screensaver

Layouts and Plug-ins

* Added "Surface" objects for layouts, which are offscreen textures that other images, videos, texts and surfaces can be drawn onto. The surface itself is treated like any other image and can have effects such as skew, pinch, shaders, etc. applied to it.
* Improved layout control over video playback (see the "video_flags" and "video_playing" attributes)
* Added a file_name attribute so that scripts can directly get/set the image/video filename for any artwork or static image
* Layout and plugin scripts now have access to squirrel's standard "blob", "io", and "system" libraries.
* Reworked and simplified the interface for how plug-ins can access to external commands (the "fe.plugin_command()" functions).
* Added initial support for script library modules.

Notes for those upgrading

This update will likely break existing plug-ins (any plug-in that interfaces with an external program using the fe.plugin_command() functions)..
« Last Edit: July 21, 2014, 10:10:59 PM by raygun »

cools

  • Full Member
  • ***
  • Posts: 83
  • Arcade Otaku Sysadmin
    • View Profile
    • Arcade Otaku
Re: Latest release: version 1.3
« Reply #1 on: June 26, 2014, 11:13:21 AM »
In case it's useful for more people than just me, I made an Arch Linux package for automatically building the latest commit on github.

https://aur.archlinux.org/packages/attract-git/

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: Latest release: version 1.3
« Reply #2 on: June 27, 2014, 10:55:52 PM »
That's great cools, thanks.  I'll have to add this to the download page on the website...

Fuzzylogic

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Version 1.3 Release notes.
« Reply #3 on: September 14, 2015, 02:53:46 AM »
I would like to upgrade AM on my Groovyarcade (Arch linux) system from 1.4 to the latest version, but noticed that the above link does not work anymore.

Also the link in the wiki is affected.

Cools, could you please fix it? or maybe let me know how to build it manually?

Thanks!

edit:
Just downloaded the source from github, did a "make", followed by "sudo make install" and it compiled without problems.
That was easier then i thought.


« Last Edit: September 14, 2015, 07:31:12 AM by Fuzzylogic »