-
Notifications
You must be signed in to change notification settings - Fork 39
Coinops updates #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
MonkoftheFunk
wants to merge
142
commits into
phulshof:master
Choose a base branch
from
CoinOPS-Official:coinops_updates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Coinops updates #20
Changes from all commits
Commits
Show all changes
142 commits
Select commit
Hold shift + click to select a range
8842396
added missing libjpeg-9.dll
inigomonyota 03efb64
Added avdec_h265 properties
inigomonyota ada44df
Added "max-threads" property
inigomonyota 6c69c68
SDL third party deps
inigomonyota 6d99ff0
Update .gitignore
inigomonyota f938c32
added missing gstvideoconvertscale.dll
inigomonyota a8638c6
Wait for playbin's state to actually be GST_STATE_NULL
inigomonyota ddc2a41
Set max-threads to 2
inigomonyota 9df1a87
Update .gitignore
inigomonyota a849eae
Reworked processNewBuffer function
inigomonyota b610b4d
Switch to gst_bus_pop_filtered
inigomonyota 396aa72
remove unused busCallback function
inigomonyota d427c6c
Move mutex in update
inigomonyota e9fd246
Remove mutex locks entirely
inigomonyota 1de38e5
restored original processnewbuffer
inigomonyota 6214a74
Ensure VideoBus_ is initialized before handoff
inigomonyota 4b8060b
only recreate rectangle if it is moving
inigomonyota 94c7b10
Revert "only recreate rectangle if it is moving"
inigomonyota ba1d1a8
Added vsync option
inigomonyota b8ef201
Revert "restored original processnewbuffer"
inigomonyota 82b1f8b
Revert "Remove mutex locks entirely"
inigomonyota acd66c0
Added HardwareVideoAccel flag to settongs.conf
inigomonyota 50a6262
Create gstd3d11.dll
inigomonyota 7de0788
if vSync is yes skip SDL_Delay fps limiter
inigomonyota e83e4cb
Merge pull request #1 from CoinOPS-Official/master
MonkoftheFunk d7a53e2
make reloadableVideo support type=playlist(#) videos and fix destroyi…
MonkoftheFunk bd15c22
Merge pull request #1 from inigomonyota/master
inigomonyota dfb1ce4
Merge pull request #2 from MonkoftheFunk/fix_reloadableVideo_playlist…
inigomonyota 6a8facb
AvdecMaxThreads in settings.conf
inigomonyota 2fd0870
initial playlist menu support; compiles but doesn't run
MonkoftheFunk 52f120e
Update SDL.cpp
inigomonyota c1b052a
stopped crashing; populated page's playlistMenu_; now to figure how t…
MonkoftheFunk d072601
working now; some code cleanup maybe
MonkoftheFunk 38ba678
fix item selection using first menu when it's a playlist menu
MonkoftheFunk aa96a38
refactor setActiveMenuItemsFromPlaylist
MonkoftheFunk 019f023
refactor to be able to select an acvtive menu that isn't a playlist menu
MonkoftheFunk 5e2d801
fix ordering of menu according to playlist cycle
MonkoftheFunk 3a0fd4a
fix empty playlistcycle list
MonkoftheFunk 4b37d27
Merge pull request #3 from MonkoftheFunk/playlist_display_menu
inigomonyota 16fc946
Merge pull request #4 from inigomonyota/master
inigomonyota e0dc687
don't cycle playlist if on "street fighter and capcom fighters" or "s…
MonkoftheFunk 81827be
Playlist remeber selected (#6)
MonkoftheFunk 0ee197f
Fix fav item removal to next one (#7)
MonkoftheFunk 6c4a33d
Exit within splash (#8)
MonkoftheFunk 8ba6b76
added setselecteditem to page.h
inigomonyota 964ab7a
Update .gitignore
inigomonyota 82755fb
Update Page.h
inigomonyota 527e0fb
Filter logs (#9)
MonkoftheFunk 603052d
Setting action (#10)
MonkoftheFunk e88b75d
Multi controls conf (#11)
MonkoftheFunk 0ee2bad
Collection playlist setting overide (#12)
MonkoftheFunk 715dadd
Version update 0.10.34.1 (#13)
MonkoftheFunk 6c5623d
added globalFavLast (#15)
MonkoftheFunk 9d6a27f
Changelog v0.10.34.1 (#14)
MonkoftheFunk b13e371
Fix playlist menu bad merge (#16)
MonkoftheFunk f5c299c
Fix remeber selected favorite (#17)
MonkoftheFunk dbae178
added on as an acceptable boolean for true/yes
inigomonyota 90b227f
added %CMD% variable for launchers
inigomonyota 5622d0d
Added %X_RES% and %Y_RES% for andy
inigomonyota 641e073
reverted VULKAN pipedream
inigomonyota ff28821
Logging SDL Backend and ScaleQuality in settings
inigomonyota f5132d2
Update CHANGELOG
inigomonyota 05956f5
Next/Prev playlist layout events (#18)
MonkoftheFunk ef83805
case sensitivity sensitivity
inigomonyota bf24d45
%X_RES% and %Y_RES% try number 2
inigomonyota ce083bc
Rebuilt SDL2.dll from source, enabled direct3d11
inigomonyota 8ae13ac
Added SDLRenderDriver to settings.conf
inigomonyota 3fc7902
Menu selected image change (#19)
MonkoftheFunk 49f6996
Fix playlist nav events (#20)
MonkoftheFunk c11a16d
fixed showing playlist menu upon item fav toggle and letter jump/rand…
MonkoftheFunk 5145890
Multiple collection settings1-9.conf (#22)
MonkoftheFunk 10e5258
Changed SDL screen init logic
inigomonyota 306287f
Update CHANGELOG
inigomonyota 65d5f7c
added more env vars for resolution changes on multiple monitors (#23)
MonkoftheFunk 65d1342
use std::min for getRenderer and getWindow
inigomonyota eabfcae
Update SDL.h
inigomonyota 9ff0fe2
new screenCount_ variable
inigomonyota a6d6fa7
Remove fav toggle special playlists (#26)
MonkoftheFunk 110e650
added MuteVideo in settings.conf
inigomonyota d54dce9
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota 7bf165a
Revert mult firing fix (#27)
MonkoftheFunk b0bfde1
Update CHANGELOG
inigomonyota 835081a
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota 97b9ca4
updated to GStreamer 1.22.3
inigomonyota b23dd31
Meta data sort playlist (#29)
MonkoftheFunk 3a52997
Update gsttimecode.dll
inigomonyota b4b86b9
Create ltc-11.dll
inigomonyota f09c6b7
Update gsttimecode.dll
inigomonyota 2813834
Meta playlist menu jump (#30)
MonkoftheFunk 84248b6
Animation by playlist (#31)
MonkoftheFunk 12ebe1d
Multi playlist action (#32)
MonkoftheFunk 391a727
Multi attract mode skip playlist (#33)
MonkoftheFunk ad2c4c0
Reloadable image type position (#35)
MonkoftheFunk bf6540c
Fix start end position (#36)
MonkoftheFunk 46fd4fd
added sendMessage
inigomonyota 00a5ecd
renamed to postMessage for clarity
inigomonyota 07713e6
Moved Quit Message
inigomonyota 66c5047
On menu scroll restart (#38)
MonkoftheFunk daa7f4a
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota 1e9adf7
Testing ::: Last played count time (#41)
MonkoftheFunk 1477eb8
playCount sort and updated lastPlayed text (#42)
MonkoftheFunk 2a00910
Fixes (#44)
MonkoftheFunk 7051098
Threaded initializeHwnd
inigomonyota 69d2ea7
Reduce meta import check (#45)
MonkoftheFunk 5809655
Fix win priority for linux (#46)
MonkoftheFunk 7c239ce
Fix lastplayed update in lastplayed (#47)
MonkoftheFunk 5ef5730
simplified postMessage, made universal
inigomonyota 6efc828
Fixes again (#48)
MonkoftheFunk fef9108
Fix reload playcount (#49)
MonkoftheFunk 43d40f4
Playcount file (#50)
MonkoftheFunk aaed8de
Stop restart if fast (#51)
MonkoftheFunk cc9a6eb
removed old SDL2-2.0.14 folder
inigomonyota e3b70bd
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota 46930ab
Fix image reload (#53)
MonkoftheFunk 78ffb46
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota c719d56
Fix play count import (#54)
MonkoftheFunk 02e13f0
Fix lastplayed game (#55)
MonkoftheFunk d4bf9b5
Disable playlist jump (#56)
MonkoftheFunk c2c1b35
Random layout (#57)
MonkoftheFunk d6e6fbd
bunch of features, see changelog (#60)
MonkoftheFunk f6912d0
change folder from core to retrofe
inigomonyota 63499e4
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota b3dcec0
Fix kiosk image toggle (#63)
MonkoftheFunk 3703154
animated marquee while game launced (#62)
MonkoftheFunk 2cdaaad
getScreenCount function
inigomonyota d049062
Fix random layouts (#64)
MonkoftheFunk a49357a
use getScreenCount in render( )
inigomonyota 0008397
Fix sound (#65)
MonkoftheFunk aaae1a2
Controller combo exit (#66)
MonkoftheFunk c9db804
Move changelog (#69)
MonkoftheFunk c3987d9
Additive blend mode
inigomonyota 26f1d70
Add unique window names
inigomonyota 6eb3e01
Additive fix, fixed improper postMessage declaration
inigomonyota 37c9227
Update changelog (#73)
MonkoftheFunk be6a7ba
Remove monitor0 check and pause alpha=0 videos (#74)
MonkoftheFunk 2ae5334
Sdl2 2.28 (#75)
inigomonyota ab17e63
GStreamer 1.22.4 (#76)
inigomonyota e411bd5
Fix alpha=0 pause (#77)
MonkoftheFunk 69c712c
Fadein video fix (#78)
MonkoftheFunk 3867a4a
Collection cycle button (#71)
MonkoftheFunk ad647da
Fix lastplayed second screen menu (#80)
MonkoftheFunk d61a02d
Fix high gpu (#81)
MonkoftheFunk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these can be reverted except /.vs