Anthony
|
35eb63de2c
|
Merge pull request #8300 from AdmiralCurtiss/gcmemcard-construction
GCMemcard: Rework construction logic.
|
2019-08-21 08:56:31 -07:00 |
|
Anthony
|
288dd649da
|
Merge pull request #8273 from CookiePLMonster/config-threading-fixes
Threading fixes for config layers
|
2019-08-21 08:55:03 -07:00 |
|
Tilka
|
bbae0424a1
|
Merge pull request #8319 from Tilka/mcrfs
Jit64: fix mcrfs
|
2019-08-20 21:28:52 +01:00 |
|
Connor McLaughlin
|
674a66aab2
|
Merge pull request #8312 from JosJuice/btreal-bitwise-enum
BTReal.cpp: Don't use bitwise operators on enum values
|
2019-08-20 12:24:57 +10:00 |
|
Connor McLaughlin
|
82fe8f61b6
|
Merge pull request #8308 from CookiePLMonster/cmdline-headless
Make --batch run Dolphin headless
|
2019-08-20 12:22:50 +10:00 |
|
Connor McLaughlin
|
6efab4e3c6
|
Merge pull request #8280 from CookiePLMonster/alert-msg-box-modality-fix
Make alert messages application modal and not window modal
|
2019-08-20 10:58:57 +10:00 |
|
Silent
|
fe8c9dfa14
|
WinUpdater: Properly initialize COM on window thread and release ITaskbarList3 on exit
|
2019-08-19 22:37:48 +02:00 |
|
Tillmann Karras
|
ee85ec95b4
|
Jit64: fix mcrfs
It was deleting the wrong bits. This fixes issue 10074 (Super Monkey
Ball 2 minigame). I introduced this regression in
0f2c656687.
|
2019-08-18 03:49:32 +01:00 |
|
Silent
|
12ac784a41
|
Fix "Muted%" OSD message when muting sounds via a hotkey
|
2019-08-17 12:17:09 +02:00 |
|
Admiral H. Curtiss
|
7b9d43a834
|
Qt/GCMemcardManager and Qt/GameCubePane: Give detailed error messages for invalid memory cards.
|
2019-08-15 18:21:48 +02:00 |
|
Admiral H. Curtiss
|
ba8ffd9391
|
GCMemcard: Check if the Directory's number-of-blocks claim for files matches the BAT, and report an error if it doesn't.
|
2019-08-15 18:21:48 +02:00 |
|
Admiral H. Curtiss
|
7d4cabea07
|
GCMemcard: The update counters are interpreted as signed values for the newer-than comparison.
|
2019-08-15 18:21:47 +02:00 |
|
Admiral H. Curtiss
|
8fc2f0ff2d
|
GCMemcard: Rename MemCardXMb constants to MBIT_SIZE_MEMORY_CARD_X for consistency with other constants.
|
2019-08-15 18:21:45 +02:00 |
|
Admiral H. Curtiss
|
b54a49eaaf
|
GCMemcard: Rework construction logic to better match our knowledge of the format, while providing better error reporting facilities.
|
2019-08-15 18:18:56 +02:00 |
|
QuellaZhang
|
e67eb4693e
|
Fix implicit false-to-nullptr conversions
|
2019-08-15 17:49:57 +02:00 |
|
Connor McLaughlin
|
181d79228a
|
Merge pull request #8275 from bdr99/netplay-player-log
NetPlay: Show a message in chat when a player joins or leaves
|
2019-08-14 11:23:18 +10:00 |
|
Brandon Rothweiler
|
8857db9833
|
Check validity of iterator before dereferencing
|
2019-08-13 18:00:12 -07:00 |
|
JosJuice
|
f3dac2c041
|
BTReal.cpp: Don't use bitwise operators on enum values
https://bugs.dolphin-emu.org/issues/11692#note-11
|
2019-08-13 23:58:18 +02:00 |
|
Silent
|
b6df0bff93
|
Make --batch run Dolphin in headless mode, provided --exec is also passed
|
2019-08-11 20:58:04 +02:00 |
|
Silent
|
80e8037e0b
|
Truly use emplace_back in CommandLineConfigLayerLoader constructor
|
2019-08-11 20:43:18 +02:00 |
|
JosJuice
|
9cc719db02
|
Fix TitleDatabase
a2a1e04 regression.
|
2019-08-09 18:20:45 +02:00 |
|
Connor McLaughlin
|
b88e5610ab
|
Merge pull request #8204 from JosJuice/volumeverifier-underdump-wbfs
VolumeVerifier: Show underdump warnings for WBFS/CISO too
|
2019-08-10 01:24:15 +10:00 |
|
Connor McLaughlin
|
428ae5a43d
|
Merge pull request #8172 from nokturnusmf/relative-input-hold
Added (held) key for relative input
|
2019-08-10 00:37:53 +10:00 |
|
JosJuice
|
8c8bab3657
|
VolumeVerifier: Show underdump warnings for WBFS/CISO too
|
2019-08-09 16:13:50 +02:00 |
|
Connor McLaughlin
|
5c3e9a34c3
|
Merge pull request #8226 from lioncash/fmt-core
Core/Core: Use fmt where applicable
|
2019-08-09 23:43:39 +10:00 |
|
Connor McLaughlin
|
8be5ee9fe2
|
Merge pull request #8277 from lioncash/code
DolphinQt/Config/ARCodeWidget: Avoid unnecessary disk operations
|
2019-08-09 23:42:55 +10:00 |
|
Connor McLaughlin
|
48ca2c6f2e
|
Merge pull request #8233 from JosJuice/stringutil-string-view
StringUtil: Use std::string_view more
|
2019-08-09 23:39:01 +10:00 |
|
Connor McLaughlin
|
0ab7e2eed7
|
Merge pull request #8223 from JosJuice/titledatabase-unknown-language
TitleDatabase: Don't crash on unknown language
|
2019-08-09 23:35:53 +10:00 |
|
Connor McLaughlin
|
f64f4a08c8
|
Merge pull request #8290 from lioncash/const-fn
UICommon/NetPlayIndex: Minor interface cleanup
|
2019-08-09 23:05:48 +10:00 |
|
Connor McLaughlin
|
ec1fe41eb2
|
Merge pull request #8298 from CookiePLMonster/win-updater-hide-fix
WinUpdater: Properly hide window on startup as intended
|
2019-08-09 23:04:53 +10:00 |
|
JosJuice
|
cd02ca17ce
|
VolumeVerifier: Allocate QProgressDialog on stack
No reason to have it on the heap.
This also lets us skip calling reset, since the dialog closes
when the QProgressDialog object goes out of scope.
|
2019-08-09 14:47:15 +02:00 |
|
Connor McLaughlin
|
e87a3f91a9
|
Merge pull request #8303 from JosJuice/volumeverifier-very-small
Fix problems with running VolumeVerifier on very small disc images
|
2019-08-09 22:16:33 +10:00 |
|
Connor McLaughlin
|
2df522d4eb
|
Merge pull request #8299 from JosJuice/volumeverifier-performance
VolumeVerifier: Performance improvements
|
2019-08-09 22:10:09 +10:00 |
|
Connor McLaughlin
|
22ed2c0e0c
|
Merge pull request #8269 from lioncash/osd-move
VideoCommon/OnScreenDisplay: Minor cleanup
|
2019-08-08 12:38:44 +10:00 |
|
Connor McLaughlin
|
e5a4a86f59
|
Merge pull request #8297 from Miksel12/bugreport-qt
DolphinQt: Add bug tracker button
|
2019-08-08 12:27:05 +10:00 |
|
Connor McLaughlin
|
1bd8f03362
|
Merge pull request #8271 from lioncash/qstring
DolphinQt: Replace unnecessary QStringLiterals with alternatives where applicable
|
2019-08-08 12:25:30 +10:00 |
|
Connor McLaughlin
|
1092efa77a
|
Merge pull request #8276 from stenzek/adreno-efb-access
Fix CPU EFB access on Adreno with Vulkan backend
|
2019-08-08 12:23:27 +10:00 |
|
Connor McLaughlin
|
9477c8b0ed
|
Merge pull request #8293 from lioncash/ref
VideoCommon/TextureCacheBase: Make OnConfigChanged's parameter a const reference
|
2019-08-08 12:17:26 +10:00 |
|
JosJuice
|
107291dc5a
|
Fix problems with running VolumeVerifier on very small disc images
|
2019-08-07 19:48:10 +02:00 |
|
Silent
|
8e79705854
|
WinUpdater: Wait in UI::Init until window is done creating to avoid losing UI::SetVisible signals
|
2019-08-06 19:24:38 +02:00 |
|
JosJuice
|
34fb608dd6
|
VolumeVerifier: Multithreading
|
2019-08-06 16:42:59 +02:00 |
|
JosJuice
|
f754a1a548
|
VolumeVerifier: Don't read data multiple times
|
2019-08-06 16:32:01 +02:00 |
|
Silent
|
f70efbb963
|
WinUpdater: Create updater window as hidden by default
UpdaterCommon attempts to hide updater window directly after creating,
so creating it hidden avoids the window from showing for a split second
|
2019-08-05 21:47:05 +02:00 |
|
Mike Kuijl
|
03b20c702d
|
DolphinQt: Add bug tracker button
|
2019-08-05 18:45:14 +02:00 |
|
Connor McLaughlin
|
24718c1a38
|
Merge pull request #8294 from lioncash/render-const
VideoCommon/RenderBase: Make functions const where applicable
|
2019-08-05 16:25:21 +10:00 |
|
Lioncash
|
07aa18eb2b
|
VideoCommon/TextureCacheBase: Collapse for loop into a fill() in Invalidate()
Same thing, less code.
|
2019-08-04 23:30:27 -04:00 |
|
Lioncash
|
d52dd2e04f
|
VideoCommon/TextureCacheBase: Use emplace_back where applicable
Same thing, less code.
|
2019-08-04 23:28:14 -04:00 |
|
Lioncash
|
fd12ae1408
|
VideoCommon/TextureCacheBase: Remove use of the texture cache global
We can just call the functions that are part of the interface instead of
using the global in order to execute those functions.
|
2019-08-04 23:23:04 -04:00 |
|
Lioncash
|
7366b4281f
|
VideoCommon/RenderBase: Remove dependency on renderer global within renderer
There's no need to have a dependency when we can simply call the
function itself as part of the instance itself.
|
2019-08-04 23:01:19 -04:00 |
|
Lioncash
|
cfdfbbff38
|
VideoCommon/RenderBase: Use structured bindings where applicable
Same behavior, but immediately assigns to variables, allowing them to be
const.
|
2019-08-04 22:59:07 -04:00 |
|