8022 Commits

Author SHA1 Message Date
NeoBrainX
93dbd93a8d TextureCacheBase: More cleanup... 2012-01-31 18:09:35 +01:00
NeoBrainX
0c1e015ec3 TextureCacheBase: Small change 2012-01-31 18:09:35 +01:00
NeoBrainX
f68ee87e0e TextureCacheBase: De-uglify texcache entry lookup even more + documentation 2012-01-31 18:09:35 +01:00
NeoBrainX
dcf18fbaaf TextureCacheBase: Force autogenerating mipmaps if custom textures are used 2012-01-31 18:09:35 +01:00
NeoBrainX
8bc9e443fd TextureCacheBase: De-uglify entry lookup a bit 2012-01-31 18:09:35 +01:00
NeoBrainX
9c39952c34 TextureCacheBase: Kill deprecated entry member isNonPow2
TextureCacheBase: Add a TODO about a potential bug
2012-01-31 18:09:35 +01:00
NeoBrainX
94a8536b8c TextureCacheBase: Simplify texture cache entry initialization 2012-01-31 18:09:34 +01:00
NeoBrainX
c5008fe9de TextureCache: Renaming some variables
OGL: Fix a possible bug at texture dumping
OGL: Add a TODO about a possible bug
2012-01-31 18:09:34 +01:00
Matthew Parlane
f9979701e1 Added ifdef to make windows only for WSAGetError 2012-01-31 19:43:24 +13:00
Matthew Parlane
552545fa8a delroth pointed out that it should be "starts with" not "contains". Unlikely this has ever affected anyone.... 2012-01-31 19:28:17 +13:00
Matthew Parlane
82ffbc338a status for network has to be 3 to enter settings, fixed files so they can have more than one handle opened at a time. 2012-01-31 19:12:21 +13:00
Matthew Parlane
9a712a9fab My tidy up should have been done AFTER pull :P 2012-01-31 17:36:15 +13:00
Matthew Parlane
54da64529a Missed a rename. 2012-01-31 17:29:55 +13:00
Matthew Parlane
d46aa080a2 Tidied up networking functions 2012-01-31 17:28:45 +13:00
Matthew Parlane
3f98d27a58 Fixed line endings. 2012-01-31 17:16:31 +13:00
Matthew Parlane
53b624c381 No longer need settings files. 2012-01-31 17:03:04 +13:00
Matthew Parlane
289cb5db95 Added generation of serial number for dolphin, we found problems with games like Fifa 11 who tie their user accounts to certain serial numbers. 2012-01-29 21:41:35 +13:00
Matthew Parlane
42e8c6c17f Added auto generation of setting.txt, thanks to Treeki for the base code :D 2012-01-29 16:43:03 +13:00
Matthew Parlane
f2a978e97f Reverted back to old user ID, added comment explaining groupID choice. Added back some debug prints to files... 2012-01-29 13:32:04 +13:00
LPFaint99
04a7e33f0b proper unicode literal and wstring to wxstring conversions.
Fixes issue 5156.
2012-01-27 00:30:52 -08:00
Matthew Parlane
43ba6ce6e5 Stability fixes for network recv and ssl_read functions. Sometimes dolphin is just too fast! 2012-01-27 00:35:43 +13:00
Matthew Parlane
bd27982901 HLE massacre! 2012-01-26 23:51:30 +13:00
Matthew Parlane
6b4c5c4685 Multitude of fixes for networking. 2012-01-26 23:34:56 +13:00
Matthew Parlane
de11c592f2 Added 0x1005 handling 2012-01-26 20:25:04 +13:00
calc84maniac
fd616ccb0c [Jit64] Register-based shift instructions optimized on 64-bit processors 2012-01-22 21:54:39 -05:00
calc84maniac
a7f3f61598 [Jit64] Constant unsigned division and constant multiplication optimizations. Also, signed division can now be recompiled. 2012-01-22 19:58:59 -05:00
NeoBrainX
2d6d73df95 [maintenance] Add a note explaining why we aren't emulating CP clear register writes.
For further reference, see also r700f5eabc752.
2012-01-21 14:58:29 +01:00
Matthew Parlane
2e83a5271f Opera v1024 uses connect() error code to work out if a socket connected successfully. Added correct return code for windows equivalent error code. 2012-01-18 23:37:32 -08:00
LPFaint99
96d56cd8ef fix for memcard manager using sjis for ascii encoded string
thanks to gerbilsoft for finding my mistake, fixes issue 5148
2012-01-18 22:41:35 -08:00
Matthew Parlane
1cafa52c32 Opera v1024 uses connect() error code to work out if a socket connected successfully. Added correct return code for windows equivalent error code. 2012-01-19 19:31:35 +13:00
Shawn Hoffman
bef3d7229e Ensure comment strings in CBannerLoaderWii::SWiiBanner are null-terminated. Fixes issue 5012.
Signed-off-by: Shawn Hoffman <godisgovernment@gmail.com>
2012-01-17 23:59:48 -08:00
Shawn Hoffman
1df04e11a4 matt p's current wii-network changes 2012-01-12 02:16:44 -08:00
Shawn Hoffman
cb03841b7f Add forgotten openssl libs and fix problems from merging Core VS project files. 2012-01-11 21:53:48 -08:00
calc84maniac
79ca43226c Added SHRD/SHLD x86 emitters, further optimized srawx 2012-01-09 00:10:13 -05:00
nitsuja
31ff1907a4 added an option to log to the attached Windows debugger (so e.g. NOTICE_LOG messages can show up in Visual Studio's output window) 2012-01-07 23:04:18 -08:00
nitsuja
9ab69febe5 fix for stack corruption caused by certain DSP LLE JIT ABI calls.
if you were getting crashes or freezes as a result of using the "DSP LLE on Thread" option, this might fix that.
2012-01-07 20:46:41 -08:00
NeoBrainX
b33be736cd D3D9/11: Degrade a PanicAlert related to EFB format changes to an ERROR_LOG 2012-01-06 13:45:51 +01:00
calc84maniac
8fb1a02f6b Fixed small error for instructions with overflow enabled 2012-01-05 22:39:17 -05:00
calc84maniac
5a15d58964 Added emitters for BT/BTR/BTS/BTC x86 instructions, optimized extended arithmetic PowerPC instructions 2012-01-05 22:36:27 -05:00
calc84maniac
a7a6a1859e subfex optimization when RD==RA 2012-01-05 19:07:31 -05:00
calc84maniac
60cddf0823 Fixed some BindToRegister calls (removing unnecessary MOV instructions for speedup) 2012-01-05 18:27:04 -05:00
Shawn Hoffman
aff6a7ac6f WIP patch for networking 2012-01-05 02:59:47 -08:00
Shawn Hoffman
8a1ca0f1b8 add openssl to externals 2012-01-05 02:59:46 -08:00
calc84maniac
ecc63651c7 srawx/srawix optimizations 2012-01-04 14:06:19 -05:00
nitsuja
57d1c87a2d Merge branch 'determinism-fixes' 2012-01-04 01:49:31 -08:00
nitsuja
39613a95a8 initialize the uninitialized 2012-01-04 01:36:09 -08:00
nitsuja
81a1efab8e fixed an issue where the CPU sometimes single-steps an extra time after pausing 2012-01-04 01:33:38 -08:00
nitsuja
ced8ca7219 better support for RTC when recording 2012-01-04 01:33:35 -08:00
nitsuja
c6ce58ab64 fixed a wii recording desync
(some remote init code was running in playback but not recording)
2012-01-04 01:17:11 -08:00
nitsuja
fe5a82357a fix potential wiimote playback desync 2012-01-04 01:16:45 -08:00