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 - Pieter Hulshoff

Pages: 1 ... 93 94 [95] 96 97 ... 103
1411
Share your theme / Re: Animatic [WIP]
« on: January 14, 2017, 12:52:41 PM »
Nice work to use Cid's videos. 😀

Sent from my SM-G920F using Tapatalk


1412
Could you control RetroFE using the keyboard before you replaced the controls.conf file?

Sent from my SM-G920F using Tapatalk


1413
Announcements / Re: New features
« on: January 13, 2017, 03:28:27 PM »
Here's 0.7.20b3. I found a bug in 0.7.20b2 with attract mode. Basically attract mode didn't work anymore; it just restarted the video/scrolling text every so many seconds (depending on your settings).

As always: this is WIP, so mainly untested. Please backup your working retrofe.exe so you can go back to the old version if this one doesn't work for you.

1414
Announcements / Re: New features
« on: January 13, 2017, 10:52:14 AM »
No, it's not. It's just smoothing out some rough edges from 0.7.19. Feel free to give 0.7.20b2 a try, and see for yourself.

Sent from my SM-G920F using Tapatalk


1415
General Discussion & Help / New intro video for 0.7.20?
« on: January 12, 2017, 02:56:15 PM »
I'm considering changing the intro video for Aeon Nox for release 0.7.20 to the video created by ryuuji. What is your opinion on this matter?

1416
General Discussion & Help / Re: Question about video playback
« on: January 12, 2017, 02:16:11 PM »
We're using gstreamer on SDL, but in all honesty: I know little more than that at the moment. I'll run some tests.

I'm still considering dropping that library altogether, but there's only so much time available. 😢

Sent from my SM-G920F using Tapatalk


1417
Share your theme / Re: Pandora's Box HD
« on: January 12, 2017, 09:37:05 AM »
added intro2.mp4 to the layout folder => RetroFE themed intro.

Sorry it took me so long to have a look at it: very nice indeed! :) Thanks. :)

1418
Announcements / Re: New features
« on: January 12, 2017, 06:56:28 AM »
Just replace all onHighlightExit animations with onMenuScroll. Should be an easy search/replace.

1419
Announcements / Re: New features
« on: January 12, 2017, 05:05:27 AM »
The loading of art doesn't start until AFTER the menu has stopped moving. That's why I find it so strange that you say your menu doesn't start moving either.

There is however a significant difference between the 0.7.19 and 0.7.20bx animations:

0.7.19:
- press next
- menu starts scrolling
- release next
- onHighlightExit animation
- when scrolling and onHighlightExit animation are done: load art
- onHighlightEnter animation

This caused various animation glitches or lag or missing key presses when keys were pressed before the animations were completed.

0.7.20bx:
- press next
- menu scrolls
- onHighlightExit animation
- load art
- onHighlightEnter animation

This allows for the menu to continue scrolling without animations starting if you press the key before the menu stops scrolling. It also means that if you press once the total animation takes longer than it did in 0.7.19, but that can be shortened in the theme, and there should be no more glitching.

You can also use the onMenuScroll animation in stead, and make it look more like HyperSpin, where art isn't visible during scrolling.

1420
Announcements / Re: New features
« on: January 11, 2017, 08:36:23 PM »
Playing around with a trurip work in progress: SNK Neo-Geo CD.

1421
Announcements / Re: New features
« on: January 11, 2017, 08:18:23 PM »
Just a quick question? Would it be possible to keep animating images which are not reloadable just like menus? That would make everything even more smoother.

Can you elaborate on this idea? What did you have in mind?

1422
Announcements / Re: New features
« on: January 11, 2017, 08:00:35 PM »
Here's a Windows exe for 0.7.20b2. Changes since 0.7.19 are:
- Fixed menuSort = no behavior for include.txt files.
- Fixed Windows expansion of %RETROFE_EXEC_PATH%.
- Fixed local language support.
- Fixed container scaling.
- Fixed input queue when returning from a game.
- Fixed crash on exit when a controller is connected.
- Fixed incorrect sRGB profile errors for PNGs (Tom).
- Rewritten menu scrolling and input handler.
- Added support for hierarchy in the roms directory via list.romHierarchy parameter in collection's settings.conf file.
- Added playlist support via the keys favPlaylist, nextPlaylist, and prevPlaylist. The playlists should be placed as <playlist name>.txt in the collections/<collection name>/playlists directory.
- Added MacOS support (Tom).
- Added support for /home/user/.retrofe RETROFE_PATH setting for linux / mac (Tom).
- Added brew install option for mac (Tom).
- Added trurip Super DAT support. .dat files are expected in meta/trurip.
- Added collectionInputClear parameter to the global settings.conf. When set to true, the input queue will be cleared when entering/exiting a collection.
- Added automatic update of meta.db when any of the meta xml/dat files are updated/added. No more manual deleting of meta.db required.
- Updated Overview instructions in readme (Tom).

As always: keep in mind that this is WIP, so not fully tested, and keep a backup of your working retrofe.exe handy in case this one doesn't work for you!

1423
Announcements / Re: New features
« on: January 11, 2017, 11:19:07 AM »
Ok, so using your keyboard you click once, and then have to wait for 1-2 seconds for something to happen or does it scroll immediately, and it takes 1-2 seconds for the entire animation (menu scroll, fade-out, art loading, fade-in) to complete or it takes 1-2 seconds before you can click again or ...? :) Just trying to understand what the exact issue is. I can fix almost anything as long as I can understand and reproduce it. :)

Yep, the first one you mentioned (keyboard you click once, and then have to wait for 1-2 seconds for something to happen). For example, I want to scroll to the left (or right) to choose the next system, but even though I clicked, it doesn't move to the next system until 1-2 seconds later, hence the "lag"

Ok, that IS very odd. I would expect the menu to start scrolling immediately. If that's not the case for you, then I don't have a clue what might be causing that to be honest. This happens with the default theme (Aeon Nox) distributed with RetroFE or did you change any values?

1424
Announcements / Re: New features
« on: January 11, 2017, 10:09:16 AM »
truRIP support and the collectionInputClear parameter have been added to bit bucket. Version has been updated to 0.7.20b2; I'll try to make a new Windows executable this evening.
I also have auto generation of meta.db working under Linux, but it may need a bit more testing to make sure it works in all situations.

1425
Announcements / Re: New features
« on: January 10, 2017, 09:54:19 PM »
I feel a global setting coming... 😉

Sent from my SM-G920F using Tapatalk


Pages: 1 ... 93 94 [95] 96 97 ... 103