Commit Graph

  • ee09def802 Merge branch 'cpp11' Jordan Woyak 2012-02-28 00:28:13 -06:00
  • 38823b6371 Add comment here so people know what's up. Jordan Woyak 2012-02-28 00:27:16 -06:00
  • 6ccb30ac5f Forced timeout. Matthew Parlane 2012-02-27 23:21:13 +13:00
  • 1d16785590 Implement ES_Sign and GetDeviceCert and others Matthew Parlane 2012-02-27 23:20:29 +13:00
  • 57e3fbed91 Debug vprintf! Matthew Parlane 2012-02-27 23:18:43 +13:00
  • fea02b8dca Add SSL debug, everyone needs it! Matthew Parlane 2012-02-27 23:17:06 +13:00
  • 5b01af5a37 openssl: fix linker warning by adding those pesky pdb files. Shawn Hoffman 2012-02-27 00:54:11 -08:00
  • e5b7e81f44 openssl: enable ec/dsa and rearrange files in Externals a bit. Shawn Hoffman 2012-02-26 23:23:58 -08:00
  • c3293b1a1c Improvement to revision b8bef29bcc5a .. :P NeoBrainX 2012-02-25 10:49:04 +01:00
  • b8bef29bcc Fixed a divide by zero error in the hash functions skidau 2012-02-25 20:36:49 +11:00
  • f92d1e1e93 fix some clang compilation errors Jordan Woyak 2012-02-24 14:25:02 -06:00
  • 8a8dc77ef1 enable c++11 compilation in cmakelists Jordan Woyak 2012-02-24 14:19:24 -06:00
  • f15aeb26b3 Use an auto typed variable in IniFile.cpp Jordan Woyak 2012-02-24 19:20:17 -06:00
  • b251880d8b GameConfig: Remove an empty file NeoBrainX 2012-02-24 17:31:17 +01:00
  • 9866cae4ff net: create directory for config file if it doesn't exist. Shawn Hoffman 2012-02-23 12:48:54 -08:00
  • f73c82c232 net: add inet_ntop Shawn Hoffman 2012-02-23 12:37:46 -08:00
  • 3a9fed0ba2 PixelShaderGen: Fix a bug introduced in revision 9adc119e3c2f. D3D11: Fix shader constant mapping. NeoBrainX 2012-02-21 12:51:41 +01:00
  • 1c2004fe5d Wrong japan game value. parlane 2012-02-20 20:26:48 +00:00
  • 9adc119e3c PixelShaderGen: For custom textures and scaled EFB copies, use correct texel to pixel mapping when sampling textures (D3D9 only) NeoBrainX 2012-02-20 17:55:18 +01:00
  • d068686a7f Revert revision f7d757b46eaa271e7f58e1c61df4fb34b5ff47f9. NeoBrainX 2012-02-20 11:51:40 +01:00
  • c42a6f156e Added Korean handling of settings file. Fixes issue 5215. parlane 2012-02-19 23:02:01 +00:00
  • b9aeba7f7c Make SO_POLL work on Linux (and probably better on Windows :P) Pierre Bourdon 2012-02-19 19:32:24 +01:00
  • 31788791e8 Logging messages change errno, save the return value from recv before logging Pierre Bourdon 2012-02-19 19:31:55 +01:00
  • 81d7eefd6a Correctly map Wii/native socket level and optname for GETSOCKOPT Pierre Bourdon 2012-02-19 19:30:37 +01:00
  • 87456054d6 Move the sockopt mapping to the toplevel (needed for GETSOCKOPT too) Pierre Bourdon 2012-02-19 19:30:04 +01:00
  • 2c9109936c Linux uses EAGAIN instead of EWOULDBLOCK (only used on Windows) Pierre Bourdon 2012-02-19 19:29:18 +01:00
  • ef4ac51170 Added some error comments. Matthew Parlane 2012-02-19 14:29:57 +13:00
  • 40c9f481df Fixed some warnings, removed unneeded linux ifdefs Matthew Parlane 2012-02-19 13:06:05 +13:00
  • 959d116530 Handle SSL_ERROR_WANT_WRITE too in the NET_SSL_READ ioctl handler (+ cleanup) Pierre Bourdon 2012-02-18 23:25:42 +01:00
  • 5fe49e4185 Implement SO_SETSOCKOPT for POSIX systems Pierre Bourdon 2012-02-18 19:01:22 +01:00
  • 6026f245c8 Make getNetErrorCode more generic between Windows and POSIX systems. Might break Windows build. Pierre Bourdon 2012-02-18 17:50:49 +01:00
  • 6cc02747a0 Implement SO_FCNTL correctly on Linux Pierre Bourdon 2012-02-18 17:28:53 +01:00
  • 60b8227df2 Display errno in Linux getNetErrorCode defautl case Pierre Bourdon 2012-02-18 17:28:31 +01:00
  • 77effd8913 SO_POLL Linux implementation Pierre Bourdon 2012-02-18 10:22:28 +01:00
  • d5dd80931a getNetErrorCode on Linux should not display anything if ret >= 0 Pierre Bourdon 2012-02-18 10:22:00 +01:00
  • 40e6e9b9fa Fix Linux build Pierre Bourdon 2012-02-18 09:46:58 +01:00
  • ede0889e3d Merge branch 'wii-network' of https://code.google.com/p/dolphin-emu into wii-network Matthew Parlane 2012-02-18 21:20:35 +13:00
  • 43954d20c4 Fixed Pokemon Battle Something, used two unimplemented SSL funcs. Matthew Parlane 2012-02-18 21:18:48 +13:00
  • e58692653a PixelShaderGen: Use correct texel to pixel mapping when sampling textures (D3D9 only) NeoBrainX 2012-02-17 17:09:17 +01:00
  • 570a12dcd1 Fix ICMP ping. Obey timeout. Shawn Hoffman 2012-02-17 00:41:31 -08:00
  • 2d5e80d36c Added shutdown command to fs, but did not implement Matthew Parlane 2012-02-17 21:50:00 +13:00
  • 7fa0ffa6d5 Added getpeername Matthew Parlane 2012-02-17 20:50:15 +13:00
  • 5176335546 Regression fix, temp fix for Fifa 11 Matthew Parlane 2012-02-16 18:57:43 +13:00
  • bea635d1d5 Fixes issue 5214 for real! parlane 2012-02-15 20:56:50 +00:00
  • cbab832907 Updated English translation, fixes issue 5214. parlane 2012-02-15 20:52:03 +00:00
  • 87810d8945 INETATON: 4 was a guess, 1 is correct. Matthew Parlane 2012-02-15 21:58:39 +13:00
  • 8f74f3dc7d Possible "*THE* fix" Matthew Parlane 2012-02-15 21:34:47 +13:00
  • f81524e827 shorten ssl logs too Shawn Hoffman 2012-02-12 23:21:14 -08:00
  • 4e62015e9a implement ICMP stuff (on windows). should be very similar on *nix...might just be able to compile the current code :) Shawn Hoffman 2012-02-12 23:19:22 -08:00
  • 2046fb0457 remove an extraneous variable Shawn Hoffman 2012-02-12 15:13:54 -08:00
  • 831b6b947b net: change some logging to not be so incredibly log that it doesn't fit on a 30" screen. Shawn Hoffman 2012-02-12 14:53:14 -08:00
  • 5a61a499a2 fixup IOCTL_SO_GETHOSTBYNAME. Fixes SSBB crash. Shawn Hoffman 2012-02-12 14:49:40 -08:00
  • 643770bff9 more work towards correct file importing LPFaint99 2012-02-06 23:48:13 -08:00
  • e68b892cc6 more changes from u8[] to u16/u32 LPFaint99 2012-02-06 17:55:10 -08:00
  • ebdab914cb Change UpdateCounter to u16 LPFaint99 2012-02-06 17:49:17 -08:00
  • 0aeb94d3be disable changing a dentry to "broken file" before removing it, the ipl does not always do this LPFaint99 2012-02-06 17:40:06 -08:00
  • 3d20c57458 Update directorys and BlockAllocs correctly, use the most uptodate directory/bat instead of always the first LPFaint99 2012-02-06 17:27:49 -08:00
  • 1fe67e19ab use BAT for block locations instead of assuming nonfragmented blocks *untested* LPFaint99 2012-02-06 01:52:13 -08:00
  • 8355363dcd change the data section from a plain array to a vector of blocks (arrays of 0x2000) LPFaint99 2011-12-10 15:44:40 -08:00
  • dfe890e8f1 pass by reference instead of pointer in several places, LPFaint99 2011-12-10 15:44:08 -08:00
  • d5c393fe96 initial work on displaying, exporting, and deleting from LPFaint99 2011-12-09 15:02:05 -08:00
  • 98993bfbd3 fix the twocardsloaded settings, correctly disables the copy functions when only one card is loaded LPFaint99 2011-12-09 14:58:58 -08:00
  • 6b583ab00e add IOCTLV_WD_GET_INFO Shawn Hoffman 2012-02-10 14:58:09 -08:00
  • 68e7f0d170 add IOCTLV_WD_GET_INFO Shawn Hoffman 2012-02-10 14:28:33 -08:00
  • 35d573fd79 fix regression Shawn Hoffman 2012-02-10 12:01:47 -08:00
  • f412227cd5 show a wifi AP :) Shawn Hoffman 2012-02-10 03:28:26 -08:00
  • 8ddfff6425 log params to /net/wd/command Shawn Hoffman 2012-02-10 01:59:18 -08:00
  • bad1c7e67a fixup net/ncd/manage Shawn Hoffman 2012-02-09 23:37:50 -08:00
  • ac0883044e move SettingsHandler to Common lib Shawn Hoffman 2012-02-09 21:04:07 -08:00
  • c8129bc802 fixup net/kd/time Shawn Hoffman 2012-02-09 10:21:26 -08:00
  • fc3eb7c6a7 Fixed a few warnings. Matthew Parlane 2012-02-09 17:18:46 +13:00
  • c9dfcf8cf7 Add Support for Wii Motion Plus INSIDE Wii Remotes on Mac OS X. Andrew de los Reyes 2012-02-03 21:46:10 -08:00
  • 25eae39b7c Rearranged the SSE detection. Patch by lordlyhobo. skidau 2012-02-06 20:51:24 +11:00
  • 8f83a89416 Removed the busy-wait from DSP LLE on thread. Reduces the CPU usage in this scenario by around a third. skidau 2012-02-05 17:18:11 +11:00
  • c53283185d Added an error check for invalid contents in ES_OPENCONTENT. Fixes Jungle Speed and Doc's Punch Out. skidau 2012-02-05 16:16:33 +11:00
  • 0bbb112298 Merge branch 'texcache-preload' NeoBrainX 2012-02-04 13:19:32 +01:00
  • 439613b833 TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff) NeoBrainX 2012-02-04 13:01:52 +01:00
  • 3ec25a9e3f SET/WRITE Config are practically the same. Matthew Parlane 2012-02-04 16:53:02 +13:00
  • 0cf3222e68 Some poll changes and changed INFO to WARN, also commented out POLL debug as it was way too much. Made all net funcs non-blocking, due to stupid Skylanders :D Matthew Parlane 2012-02-04 16:50:52 +13:00
  • ea2e0e9063 Added the HID2.WPE condition to dcbz. Fixes issue 5114. skidau 2012-02-04 13:25:04 +11:00
  • eb01a110c9 Implement texture preloading NeoBrainX 2012-01-29 21:49:50 +01:00
  • dabb35afce Prepare texture preloading support NeoBrainX 2012-01-29 21:17:22 +01:00
  • 20a4735b4d Update some license headers. NeoBrainX 2012-02-02 14:02:39 +01:00
  • 5cfb03da26 Merge branch 'variousSmallFixes' LPFaint99 2012-02-01 16:50:09 -08:00
  • d6de53f235 convert name, notes and creator to wxstring using *wxConvCurrent instead of FromAscii. fix issue 5069 LPFaint99 2012-01-31 23:49:47 -08:00
  • a78c5f984f download codes for virtualconsole titles LPFaint99 2012-01-31 20:31:30 -08:00
  • a0d6d68243 sysconf SetArayData use the minimum of the buffersize or the dataLength LPFaint99 2011-08-21 21:10:58 -07:00
  • 8e332948bf less log noise from CNandContentLoader LPFaint99 2011-08-21 21:09:18 -07:00
  • c3e46d5b45 partial fix for issue 4742 LPFaint99 2011-08-21 18:33:21 -07:00
  • 60594c079d allow just ejecting the disc by canceling the file dialog LPFaint99 2011-08-21 18:27:48 -07:00
  • 303d1b83eb minor cleanup to /dev/es, fix for grabbing titleid from the disc, and es_gettitledir LPFaint99 2011-08-21 18:25:01 -07:00
  • 3fb42f6bb6 split adding the ticket to its own function (installing a wad) LPFaint99 2011-08-21 18:20:22 -07:00
  • 1f83078b5f add some new game inis LPFaint99 2011-08-21 17:36:02 -07:00
  • 013bda74ee Merge branch 'texcache-cleanup' NeoBrainX 2012-01-31 19:58:26 +01:00
  • d1605abfa9 Add license header for TextureCacheBase files NeoBrainX 2012-01-29 21:55:07 +01:00
  • 1446fb33d5 TextureCacheBase: Replace the efbcopy_state member variable of texture cache entries with a more general "texture type" NeoBrainX 2012-01-29 20:24:23 +01:00
  • cf899781f9 TextureCacheBase: Update and improve documentation for EFB copies NeoBrainX 2012-01-24 16:38:27 +01:00
  • b34b6e47f2 TextureCacheBase: Remove a redundant variable NeoBrainX 2012-01-24 15:25:01 +01:00
  • 9fed10fc75 Remove SaveTexture declaration in VideoCommon since it's only actually defined in OpenGL NeoBrainX 2011-12-30 01:10:42 +01:00
  • cc54ee7d94 TextureCache: Move EFB copy cache code from TextureConverter to TextureCache NeoBrainX 2011-12-30 01:00:34 +01:00