Commit Graph

20190 Commits

Author SHA1 Message Date
YoshiRulz 8c5697d861 ab 2023-03-02 19:05:30 +01:00
YoshiRulz 0422f52d85 aa 2023-03-02 19:05:29 +01:00
YoshiRulz 4efad57a20 z 2023-03-02 19:05:29 +01:00
YoshiRulz c19a55cb07 y 2023-03-02 19:05:29 +01:00
YoshiRulz 56c6881f4a x 2023-03-02 19:05:29 +01:00
YoshiRulz 9a73a01ab3 w 2023-03-02 19:05:29 +01:00
YoshiRulz bca1c686c4 v 2023-03-02 19:05:29 +01:00
YoshiRulz 1983e78425 u 2023-03-02 19:05:29 +01:00
YoshiRulz be1e7605f4 t 2023-03-02 19:05:29 +01:00
YoshiRulz a69b200845 s 2023-03-02 19:05:29 +01:00
YoshiRulz 09b49edac8 r 2023-03-02 19:05:29 +01:00
YoshiRulz 65c8886bdb q 2023-03-02 19:05:29 +01:00
YoshiRulz 3d006ddb12 p 2023-03-02 19:05:29 +01:00
YoshiRulz 64cf031355 o 2023-03-02 19:05:29 +01:00
YoshiRulz 154483ee41 n 2023-03-02 19:05:29 +01:00
YoshiRulz 6ddd324f92 m 2023-03-02 19:05:29 +01:00
YoshiRulz eaf1f79218 l 2023-03-02 19:05:29 +01:00
YoshiRulz c88c8cb8b8 k 2023-03-02 19:05:29 +01:00
YoshiRulz c7477c755c j 2023-03-02 19:05:29 +01:00
YoshiRulz 00a9b43360 i 2023-03-02 19:05:29 +01:00
YoshiRulz 3012294014 h 2023-03-02 19:05:29 +01:00
YoshiRulz 7311bcfd55 g 2023-03-02 19:05:29 +01:00
YoshiRulz 407965ff0c f 2023-03-02 19:05:29 +01:00
YoshiRulz b7d4fd4836 e 2023-03-02 19:05:28 +01:00
YoshiRulz df6b42f2e2 d 2023-03-02 19:05:28 +01:00
YoshiRulz cc032bf45e c 2023-03-02 19:05:28 +01:00
YoshiRulz a1eea4b9ac b 2023-03-02 19:05:28 +01:00
YoshiRulz be5f9facf1 a 2023-03-02 19:05:28 +01:00
YoshiRulz 36412e2256 collect non-cores 2023-03-02 19:05:28 +01:00
YoshiRulz 80c4ffd111 add 2.9 partially formatted, uncollected 2023-03-02 19:05:28 +01:00
YoshiRulz 6c9d4e1f36 Check-in current changelog 2023-03-02 19:05:28 +01:00
YoshiRulz 1a30f6551e
Use LuaPictureBox' custom resize in all cases 2023-02-26 14:35:35 +10:00
CasualPokePlayer 2c3fb68776 fix PictureBox when width or height is null 2023-02-24 13:29:18 -08:00
Morilli b45668ecea Parse RTC in DsmImport
see #3555
2023-02-21 18:33:46 +01:00
CasualPokePlayer 5804ff04e7 Fix memory handling for DSi achievements 2023-02-20 12:10:58 -08:00
CasualPokePlayer 27eef71085 Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer)
Update rcheevos, and with that add in the new DSi console ID
Experimentally revamp the build system, I'm looking into cmake here and it seems to do a great job. The builds committed here were built with clang-cl 15.0.1 and clang 15.0.7 (for Windows and Linux respectively). gcc/clang with msys2 still works fine. gcc on Linux should still work fine. MSVC (cl) itself even works (although as a note, it doesn't work with lto (/GL) due to the force everything exported flag I set). The old Makefile is still kept for future reference.
2023-02-19 23:42:33 -08:00
CasualPokePlayer 7b4bd52150 fix edge case with PSX hashing with RetroAchievements 2023-02-15 16:23:39 -08:00
Morilli fcbc44b64f Resolve part of #3506 2023-02-12 12:30:14 +01:00
vadosnaprimer a2ff685fc1 release the mame core
I asked others and nobody minds. it's not like we're releasing a raw core that has accuracy or integration problems. it mostly works, and it's just modern mame with its current level of accuracy. if integration needs further tweaks to support more games, they will duly arrive while people use it for games that already work.

tasvideos used to only accept hawk submissions for cores marked as released in the code, which usually means the core author (or porter) considers it ready for business. I'm the original porter, and tasvideos staff, and I consider it generally ready. again, the other porter (CPP) didn't seem to mind.
2023-02-12 10:37:20 +03:00
YoshiRulz a137cc406b
Allow `EmuClientApi.SpeedMode(6400)` (to match GUI; Lua max was 6399)
logic broken since introduction in 858f133f9, though the limit wasn't 6400% at
the time, that was changed in 5f9757d7d
2023-02-10 13:53:27 +10:00
CasualPokePlayer 2350dddb69 fix pause at end of movie when playing a tasproj without tastudio
old commits seem to suggest the IsPlayingOrFinished special logic was only intended for HandleFrameLoopForRecordMode. doing it otherwise causes issues with other end movie actions (e.g. if at pause at end of movie, it will just spam pause every time you unpause the movie). when in tastudio `Settings.MovieEndAction == MovieEndAction.Record` is always true, so this only affects playing tasprojs outside of tastudio
2023-02-09 12:26:10 -08:00
CasualPokePlayer b48649a91b fix Lower Is Better checkmark with RCheevosLeaderboardForm 2023-02-09 11:52:04 -08:00
CasualPokePlayer 8c2751bb58 fix PCECD and PCFX hashing for retroachievements 2023-02-09 10:26:25 -08:00
CasualPokePlayer a61be6ba2b fix incorrect memory being used with a2600 and retroachievements 2023-02-09 08:25:58 -08:00
YoshiRulz 5bdbe110e9
Make ext. tool build scripts pass args through to dotnet 2023-02-09 00:47:49 +10:00
YoshiRulz b14a741ffe
Merge `Where` calls
fixes 0d02d5c49 and e7884f679
2023-02-09 00:47:49 +10:00
YoshiRulz eafb1fdcf5
Clean up Windows version comparison
fixes 1b8158f4c
2023-02-09 00:47:46 +10:00
zeromus 6ea9e37e33 NES PPU Viewer - SpriteViewer also needed to be drawn without getting blurred 2023-02-08 05:09:33 -05:00
zeromus 6fe91ae56c Nes PPU Viewer - undo part of ac20835172 which made ctrl+c no longer work on pattern viewer 2023-02-08 05:07:26 -05:00
zeromus 8b38237948 fix jacked up blur in patternviewer 2023-02-08 04:59:58 -05:00