Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xabis

Pages: [1]
1
Themes / Re: Grid Pro Theme (v1.6 released) - Filter sub menu bar
« on: September 23, 2017, 09:00:24 AM »
Flushing the timer out immediately, requires decoupling the update from the timer, which is why I rearranged the layout the way I did; this cannot be done otherwise.

I am not really interested in back-porting only the filter bar changes to the current official 1.6 version, because of the number of crippling bugs in it, but you may cherry pick the code as you like.

If you are not interested in the other changes, then I will fork the the project and re-release in another thread at some point in the near future.

Side note: for the system graphic, you should consider using "systems/[System]" instead of "systems/[DisplayName]", because for consoles, most people will be configuring the emulator to use thegamesdb for scraping, and "system" will always be the same for everyone, where as display name forces your users to use a very specific name for each display to get these to appear. This will require renaming the pngs in your layout, though.

2
Themes / Re: Grid Pro Theme (v1.6 released) - Filter sub menu bar
« on: September 22, 2017, 08:25:29 PM »
More updates:
* Fixed a bug where I accidentally used the name instead of the title of the rom
* I added "wheel" as an option to the grid list, and if in wheel mode, a nice shadow effects gets added


3
Themes / Re: Grid Pro Theme (v1.6 released) - Filter sub menu bar
« on: September 22, 2017, 05:56:05 PM »
I went ahead and fixed the issues and made some enhancements while I was in there. I have attached the updated nuts to this post. Use or dont use however you like. Note that this is the HD version only.

List of changes:
* pretty heavy refactor of the 'GridPro' nut, have a look
* fixed videos not updating properly when paging the list
* layout stuff was moved into the class, so that the idle reset could take advantage of the native selection from the conveyor. this was done so that tracking and updating the idle count wasnt being done through a timer
* idle count is now flushed out immediately on reset
* selection sound was moved to update_frame instead of the less accurate transition callback
* the filter bar is no longer hard coded: it will build the list dynamically from what filters are configured on the display. The first three characters are taken as the abbreviated name, since how you have this setup is fixed width.
* If there is no year, the title will no longer have blank parenthesis. example: "Game Title ()"
* updated the signals logic from the official 'Grid' layout
* idle timeout out can now be disabled in the options
* selection sound can now be disabled in the options. Please note that AM has general sound options already for selections, so forcing playback (especially as 'music') may have problems for people that have these configured
* background music on 'GridPro_Menu' can now be disabled in the options

enjoy~

4
Themes / Re: Grid Pro Theme (v1.6 released) - Filter sub menu bar
« on: September 21, 2017, 07:42:00 PM »
There are some issues I noticed with 1.6 HD version. fwiw, I am running on the nightly build, though stable is affected as well:

For the 'GridPro' layout, videos are not properly updating when selecting an item that scrolls the list. A video still plays, because you can hear it, but no video is displayed, only the snapshot. Selecting an item horizontally does not fix this, but selecting vertically does, making videos appear again.

I noticed the 'timeout' does not reset when selecting horizontally, but it does vertically and when the list scrolls. Complete opposite of the video problem, so possibly related. additionally, the select sound is only emitted vertically, and not horizontally.

couple suggestions:
* you should move your project to github. you can have zip releases, instead of using drop box
* please consider adding a layout option to turn off the background music for the display menu

Pages: [1]