Skip to content
Draft
Show file tree
Hide file tree
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 Apr 15, 2023
03efb64
Added avdec_h265 properties
inigomonyota Apr 15, 2023
ada44df
Added "max-threads" property
inigomonyota Apr 15, 2023
6c69c68
SDL third party deps
inigomonyota Apr 15, 2023
6d99ff0
Update .gitignore
inigomonyota Apr 15, 2023
f938c32
added missing gstvideoconvertscale.dll
inigomonyota Apr 16, 2023
a8638c6
Wait for playbin's state to actually be GST_STATE_NULL
inigomonyota Apr 19, 2023
ddc2a41
Set max-threads to 2
inigomonyota Apr 19, 2023
9df1a87
Update .gitignore
inigomonyota Apr 20, 2023
a849eae
Reworked processNewBuffer function
inigomonyota Apr 24, 2023
b610b4d
Switch to gst_bus_pop_filtered
inigomonyota Apr 24, 2023
396aa72
remove unused busCallback function
inigomonyota Apr 24, 2023
d427c6c
Move mutex in update
inigomonyota Apr 24, 2023
e9fd246
Remove mutex locks entirely
inigomonyota Apr 25, 2023
1de38e5
restored original processnewbuffer
inigomonyota Apr 25, 2023
6214a74
Ensure VideoBus_ is initialized before handoff
inigomonyota Apr 25, 2023
4b8060b
only recreate rectangle if it is moving
inigomonyota Apr 26, 2023
94c7b10
Revert "only recreate rectangle if it is moving"
inigomonyota Apr 26, 2023
ba1d1a8
Added vsync option
inigomonyota Apr 27, 2023
b8ef201
Revert "restored original processnewbuffer"
inigomonyota Apr 28, 2023
82b1f8b
Revert "Remove mutex locks entirely"
inigomonyota Apr 28, 2023
acd66c0
Added HardwareVideoAccel flag to settongs.conf
inigomonyota Apr 29, 2023
50a6262
Create gstd3d11.dll
inigomonyota Apr 29, 2023
7de0788
if vSync is yes skip SDL_Delay fps limiter
inigomonyota Apr 29, 2023
e83e4cb
Merge pull request #1 from CoinOPS-Official/master
MonkoftheFunk May 6, 2023
d7a53e2
make reloadableVideo support type=playlist(#) videos and fix destroyi…
MonkoftheFunk May 6, 2023
bd15c22
Merge pull request #1 from inigomonyota/master
inigomonyota May 7, 2023
dfb1ce4
Merge pull request #2 from MonkoftheFunk/fix_reloadableVideo_playlist…
inigomonyota May 7, 2023
6a8facb
AvdecMaxThreads in settings.conf
inigomonyota May 7, 2023
2fd0870
initial playlist menu support; compiles but doesn't run
MonkoftheFunk May 7, 2023
52f120e
Update SDL.cpp
inigomonyota May 7, 2023
c1b052a
stopped crashing; populated page's playlistMenu_; now to figure how t…
MonkoftheFunk May 7, 2023
d072601
working now; some code cleanup maybe
MonkoftheFunk May 7, 2023
38ba678
fix item selection using first menu when it's a playlist menu
MonkoftheFunk May 7, 2023
aa96a38
refactor setActiveMenuItemsFromPlaylist
MonkoftheFunk May 7, 2023
019f023
refactor to be able to select an acvtive menu that isn't a playlist menu
MonkoftheFunk May 8, 2023
5e2d801
fix ordering of menu according to playlist cycle
MonkoftheFunk May 8, 2023
3a0fd4a
fix empty playlistcycle list
MonkoftheFunk May 8, 2023
4b37d27
Merge pull request #3 from MonkoftheFunk/playlist_display_menu
inigomonyota May 9, 2023
16fc946
Merge pull request #4 from inigomonyota/master
inigomonyota May 9, 2023
e0dc687
don't cycle playlist if on "street fighter and capcom fighters" or "s…
MonkoftheFunk May 12, 2023
81827be
Playlist remeber selected (#6)
MonkoftheFunk May 12, 2023
0ee197f
Fix fav item removal to next one (#7)
MonkoftheFunk May 14, 2023
6c4a33d
Exit within splash (#8)
MonkoftheFunk May 19, 2023
8ba6b76
added setselecteditem to page.h
inigomonyota May 19, 2023
964ab7a
Update .gitignore
inigomonyota May 19, 2023
82755fb
Update Page.h
inigomonyota May 19, 2023
527e0fb
Filter logs (#9)
MonkoftheFunk May 20, 2023
603052d
Setting action (#10)
MonkoftheFunk May 20, 2023
e88b75d
Multi controls conf (#11)
MonkoftheFunk May 20, 2023
0ee2bad
Collection playlist setting overide (#12)
MonkoftheFunk May 20, 2023
715dadd
Version update 0.10.34.1 (#13)
MonkoftheFunk May 20, 2023
6c5623d
added globalFavLast (#15)
MonkoftheFunk May 21, 2023
9d6a27f
Changelog v0.10.34.1 (#14)
MonkoftheFunk May 21, 2023
b13e371
Fix playlist menu bad merge (#16)
MonkoftheFunk May 21, 2023
f5c299c
Fix remeber selected favorite (#17)
MonkoftheFunk May 21, 2023
dbae178
added on as an acceptable boolean for true/yes
inigomonyota May 21, 2023
90b227f
added %CMD% variable for launchers
inigomonyota May 21, 2023
5622d0d
Added %X_RES% and %Y_RES% for andy
inigomonyota May 21, 2023
641e073
reverted VULKAN pipedream
inigomonyota May 21, 2023
ff28821
Logging SDL Backend and ScaleQuality in settings
inigomonyota May 21, 2023
f5132d2
Update CHANGELOG
inigomonyota May 21, 2023
05956f5
Next/Prev playlist layout events (#18)
MonkoftheFunk May 22, 2023
ef83805
case sensitivity sensitivity
inigomonyota May 22, 2023
bf24d45
%X_RES% and %Y_RES% try number 2
inigomonyota May 22, 2023
ce083bc
Rebuilt SDL2.dll from source, enabled direct3d11
inigomonyota May 22, 2023
8ae13ac
Added SDLRenderDriver to settings.conf
inigomonyota May 22, 2023
3fc7902
Menu selected image change (#19)
MonkoftheFunk May 22, 2023
49f6996
Fix playlist nav events (#20)
MonkoftheFunk May 22, 2023
c11a16d
fixed showing playlist menu upon item fav toggle and letter jump/rand…
MonkoftheFunk May 23, 2023
5145890
Multiple collection settings1-9.conf (#22)
MonkoftheFunk May 23, 2023
10e5258
Changed SDL screen init logic
inigomonyota May 24, 2023
306287f
Update CHANGELOG
inigomonyota May 24, 2023
65d5f7c
added more env vars for resolution changes on multiple monitors (#23)
MonkoftheFunk May 25, 2023
65d1342
use std::min for getRenderer and getWindow
inigomonyota May 25, 2023
eabfcae
Update SDL.h
inigomonyota May 25, 2023
9ff0fe2
new screenCount_ variable
inigomonyota May 25, 2023
a6d6fa7
Remove fav toggle special playlists (#26)
MonkoftheFunk May 27, 2023
110e650
added MuteVideo in settings.conf
inigomonyota May 27, 2023
d54dce9
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota May 27, 2023
7bf165a
Revert mult firing fix (#27)
MonkoftheFunk May 27, 2023
b0bfde1
Update CHANGELOG
inigomonyota May 27, 2023
835081a
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota May 27, 2023
97b9ca4
updated to GStreamer 1.22.3
inigomonyota May 28, 2023
b23dd31
Meta data sort playlist (#29)
MonkoftheFunk May 28, 2023
3a52997
Update gsttimecode.dll
inigomonyota May 28, 2023
b4b86b9
Create ltc-11.dll
inigomonyota May 28, 2023
f09c6b7
Update gsttimecode.dll
inigomonyota May 28, 2023
2813834
Meta playlist menu jump (#30)
MonkoftheFunk May 29, 2023
84248b6
Animation by playlist (#31)
MonkoftheFunk May 29, 2023
12ebe1d
Multi playlist action (#32)
MonkoftheFunk May 30, 2023
391a727
Multi attract mode skip playlist (#33)
MonkoftheFunk Jun 1, 2023
ad2c4c0
Reloadable image type position (#35)
MonkoftheFunk Jun 2, 2023
bf6540c
Fix start end position (#36)
MonkoftheFunk Jun 2, 2023
46fd4fd
added sendMessage
inigomonyota Jun 3, 2023
00a5ecd
renamed to postMessage for clarity
inigomonyota Jun 3, 2023
07713e6
Moved Quit Message
inigomonyota Jun 3, 2023
66c5047
On menu scroll restart (#38)
MonkoftheFunk Jun 3, 2023
daa7f4a
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota Jun 3, 2023
1e9adf7
Testing ::: Last played count time (#41)
MonkoftheFunk Jun 4, 2023
1477eb8
playCount sort and updated lastPlayed text (#42)
MonkoftheFunk Jun 4, 2023
2a00910
Fixes (#44)
MonkoftheFunk Jun 4, 2023
7051098
Threaded initializeHwnd
inigomonyota Jun 4, 2023
69d2ea7
Reduce meta import check (#45)
MonkoftheFunk Jun 4, 2023
5809655
Fix win priority for linux (#46)
MonkoftheFunk Jun 4, 2023
7c239ce
Fix lastplayed update in lastplayed (#47)
MonkoftheFunk Jun 4, 2023
5ef5730
simplified postMessage, made universal
inigomonyota Jun 4, 2023
6efc828
Fixes again (#48)
MonkoftheFunk Jun 5, 2023
fef9108
Fix reload playcount (#49)
MonkoftheFunk Jun 5, 2023
43d40f4
Playcount file (#50)
MonkoftheFunk Jun 5, 2023
aaed8de
Stop restart if fast (#51)
MonkoftheFunk Jun 5, 2023
cc9a6eb
removed old SDL2-2.0.14 folder
inigomonyota Jun 6, 2023
e3b70bd
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota Jun 6, 2023
46930ab
Fix image reload (#53)
MonkoftheFunk Jun 6, 2023
78ffb46
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota Jun 6, 2023
c719d56
Fix play count import (#54)
MonkoftheFunk Jun 7, 2023
02e13f0
Fix lastplayed game (#55)
MonkoftheFunk Jun 7, 2023
d4bf9b5
Disable playlist jump (#56)
MonkoftheFunk Jun 8, 2023
c2c1b35
Random layout (#57)
MonkoftheFunk Jun 8, 2023
d6e6fbd
bunch of features, see changelog (#60)
MonkoftheFunk Jun 11, 2023
f6912d0
change folder from core to retrofe
inigomonyota May 25, 2023
63499e4
Merge branch 'master' of https://github.com/CoinOPS-Official/RetroFE
inigomonyota Jun 11, 2023
b3dcec0
Fix kiosk image toggle (#63)
MonkoftheFunk Jun 13, 2023
3703154
animated marquee while game launced (#62)
MonkoftheFunk Jun 13, 2023
2cdaaad
getScreenCount function
inigomonyota Jun 15, 2023
d049062
Fix random layouts (#64)
MonkoftheFunk Jun 15, 2023
a49357a
use getScreenCount in render( )
inigomonyota Jun 15, 2023
0008397
Fix sound (#65)
MonkoftheFunk Jun 15, 2023
aaae1a2
Controller combo exit (#66)
MonkoftheFunk Jun 16, 2023
c9db804
Move changelog (#69)
MonkoftheFunk Jun 23, 2023
c3987d9
Additive blend mode
inigomonyota Jun 18, 2023
26f1d70
Add unique window names
inigomonyota Jun 19, 2023
6eb3e01
Additive fix, fixed improper postMessage declaration
inigomonyota Jun 23, 2023
37c9227
Update changelog (#73)
MonkoftheFunk Jun 24, 2023
be6a7ba
Remove monitor0 check and pause alpha=0 videos (#74)
MonkoftheFunk Jun 24, 2023
2ae5334
Sdl2 2.28 (#75)
inigomonyota Jun 24, 2023
ab17e63
GStreamer 1.22.4 (#76)
inigomonyota Jun 24, 2023
e411bd5
Fix alpha=0 pause (#77)
MonkoftheFunk Jun 24, 2023
69c712c
Fadein video fix (#78)
MonkoftheFunk Jun 25, 2023
3867a4a
Collection cycle button (#71)
MonkoftheFunk Jun 25, 2023
ad647da
Fix lastplayed second screen menu (#80)
MonkoftheFunk Jun 25, 2023
d61a02d
Fix high gpu (#81)
MonkoftheFunk Jun 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Documentation/Manual/_build/*
Configuration/Configuration/bin/**
Configuration/Configuration/obj/**
Artifacts/**

BP Files/Page.cpp
BP Files/RetroFE.cpp
/.vs
/RetroFE/Builds
Copy link
Copy Markdown
Author

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

Loading