Commit Graph

  • 9ac6e35b5f Add static and const qualifiers to the maps. Lioncash 2014-02-06 03:23:13 -05:00
  • 78356ce184 Simplified GetAreaCode() and GetHardwareModel() to simply use a map in comparisons. Lioncash 2014-02-05 19:59:13 -05:00
  • 9a24ba343b Merge pull request #34 from lioncash/geckocode-foreach Pierre Bourdon 2014-02-05 17:07:40 +01:00
  • cfa2d012c8 Merge pull request #36 from lioncash/generic-clamp-function Matthew Parlane 2014-02-05 22:07:53 +13:00
  • 249b00c469 Change the modified parameter in the Clamp function to be a pointer. Lioncash 2014-02-05 04:04:35 -05:00
  • 6b87a0ef20 Introduce a generic clamp function to clean up some similarly duplicated code. Lioncash 2014-02-04 20:43:07 -05:00
  • 8039963858 Add const qualifiers to two foreach loop variables for consistency. Lioncash 2014-02-04 19:44:02 -05:00
  • 59e2179172 Merge pull request #35 from lioncash/videocommons-kill-xchg-in-statistics Pierre Bourdon 2014-02-04 16:40:25 -08:00
  • 6d9cd07bb9 [VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does the same thing. Lioncash 2014-02-04 19:35:27 -05:00
  • a73a600343 Fix name conventions of some of the foreach loop variables. Lioncash 2014-02-04 19:30:46 -05:00
  • 63700ad28a Change some for+iterator loops in GeckoCode.cpp and GeckoCodeConfig.cpp into foreach loops. Lioncash 2014-02-04 19:19:48 -05:00
  • 3ca1d0fce1 Automatic translation template update Dolphin i18n Bot 2014-02-05 00:00:10 +00:00
  • fee35cc546 Merge pull request #33 from Tilka/readme Matthew Parlane 2014-02-04 15:50:57 -08:00
  • 7c47825038 Readme: add link to issue tracker Tillmann Karras 2014-02-05 00:41:43 +01:00
  • af24ed782d Merge pull request #14 from degasus/uboWorkaroundRemove Tony Wasserka 2014-02-04 14:05:55 -08:00
  • 00089433a6 Merge pull request #31 from Sonicadvance1/slowmemfix Ryan Houdek 2014-02-04 12:55:43 -08:00
  • 57f86f7f52 [JITARM] Fixes an issue in the slowmem path that causes grey THP movies, and issues of games not working like Mario Kart being incapable of getting ingame. This was due to me forgetting an instruction. Ryan Houdek 2014-02-04 13:44:26 -06:00
  • 158de304a8 Merge pull request #30 from Tilka/nits Pierre Bourdon 2014-02-04 01:44:40 -08:00
  • 442796b681 Jit64IL: nits Tillmann Karras 2014-02-04 09:04:56 +01:00
  • 0c2a826693 Merge pull request #29 from lioncash/remove-pointless-cstr Matthew Parlane 2014-02-03 19:48:53 -08:00
  • 7ebc829b17 Remove a pointless c_str() call in FileUtil.cpp. The function takes a string in it's parameter Lioncash 2014-02-03 21:31:12 -05:00
  • 36f6ec8b89 Merge pull request #27 from delroth/swcp-struct-fix Pierre Bourdon 2014-02-03 16:42:05 -08:00
  • eb457c88a7 Merge pull request #28 from Tilka/warnings Pierre Bourdon 2014-02-03 16:39:50 -08:00
  • 8ef57064b2 Silence warning Tillmann Karras 2014-02-04 01:30:39 +01:00
  • 8ab6ed4b49 SWCommandProcessor: fix the CPReg structure fields Pierre Bourdon 2014-02-04 01:08:36 +01:00
  • 9856110782 Automatic translation resources update from Transifex Dolphin i18n Bot 2014-02-03 00:00:41 +00:00
  • 3363b396af Merge pull request #23 from lioncash/sorta-large-input-cleanup Pierre Bourdon 2014-02-02 15:11:15 -08:00
  • 70f66ad325 Merge pull request #24 from lioncash/remove-ocl-references Ryan Houdek 2014-02-02 01:53:53 -08:00
  • e96f464eb5 [VideoCommon] Remove references to now non-existant files OpenCL.h and OpenCL/OCLTextureDecoder.h in the Visual Studio vcxproj file. Lioncash 2014-02-01 21:52:06 -05:00
  • 3efb0aa5f7 Purely stylistic cleanup of Core/HW/WiimoteEmu/Attachment/* files. Lioncash 2014-02-01 19:13:38 -05:00
  • c31a623780 Clean up InputConfigDiag.cpp. Lioncash 2014-02-01 18:15:18 -05:00
  • 557015626a Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Allows for the automatic handling of resource deallocation. Lioncash 2014-02-01 17:20:35 -05:00
  • 6089e4470a OGL: remove ubo workaround degasus 2014-01-30 16:38:11 +01:00
  • 97119d0e89 Merge pull request #18 from lioncash/small-jit-macro-cleanup Pierre Bourdon 2014-02-01 09:29:00 -08:00
  • 4680d22ead Automatic translation resources update from Transifex Dolphin i18n Bot 2014-02-01 11:30:34 +00:00
  • 3b26bcfcdd Automatic translation template update Dolphin i18n Bot 2014-02-01 11:29:37 +00:00
  • 5a95b9ec2e Merge pull request #21 from degasus/master Pierre Bourdon 2014-02-01 02:40:17 -08:00
  • 31c3bee5bc VertexShaderGen: fix D3D posmtx attribute regression by VertexLoaderCleanup branch degasus 2014-02-01 11:35:46 +01:00
  • 3dd31fe22b Merge pull request #11 from degasus/VertexLoaderCleanup Tony Wasserka 2014-01-31 06:13:26 -08:00
  • 0735fb7a52 Merge pull request #13 from degasus/dlCacheRemove neobrain 2014-01-31 03:42:06 -08:00
  • 91fc1d7438 Merge pull request #19 from degasus/buildbot_try_branches Pierre Bourdon 2014-01-31 01:04:26 -08:00
  • 9d87b8b3c8 buildbot: find base revision and generate diff explicit degasus 2014-01-31 07:45:11 +01:00
  • 91cddd874b GameSettings: wipe cache display lists degasus 2014-01-31 07:40:37 +01:00
  • 3437c7f060 VideoCommon: small VertexLoader(Manager)? refactoring degasus 2014-01-30 14:48:23 +01:00
  • 010a0d481a VideoCommon: remove Cache Displaylist degasus 2014-01-30 15:51:20 +01:00
  • a65162f1cd PortableVertexFormat: use AttributeFormat for posmtx attribute format degasus 2014-01-24 15:41:08 +01:00
  • 6c59b691b0 PortableVertexFormat: use AttributeFormat for texcoord attribute format degasus 2014-01-24 15:32:27 +01:00
  • ef2d6e7d53 PortableVertexFormat: use AttributeFormat for color attribute format degasus 2014-01-24 15:23:50 +01:00
  • b38ef39ab7 PortableVertexFormat: use AttributeFormat for normal attribute format degasus 2014-01-24 15:16:52 +01:00
  • 210f4f3e55 PortableVertexFormat: add a struct which hold all needed information for every vertex and use this for position degasus 2014-01-24 14:46:05 +01:00
  • 89001accd8 Move two macros that literally doesn't change across all JIT platforms (JITDISABLE and INSTRUCTION_START) and simply have it in the JitBase.h source file. This way the macro is just located in one spot rather than 6 places. Lioncash 2014-01-30 22:11:39 -05:00
  • 825c5f689b Remove some unnecessary comments, as pointed out by Matt_P. Lioncash 2014-01-30 20:21:18 -05:00
  • d91a5abba1 Light cleanup to a little bit of InputCommon. Replaces much of the iterators that litter this section of the codebase. Lioncash 2014-01-30 19:51:21 -05:00
  • b5b02de663 Merge pull request #16 from lioncash/core-timing-string-fix Pierre Bourdon 2014-01-30 13:28:58 -08:00
  • fea3076241 Fix an unused variable within function GetScheduledEventsSummary() in CoreTiming.cpp. Lioncash 2014-01-30 15:52:27 -05:00
  • 02d1d8e6a0 NativeVertexFormat: swap unsigned / signed formats to match GX order degasus 2014-01-24 14:18:55 +01:00
  • 72cc6431e5 Merge pull request #9 from Sonicadvance1/Fix-AndroidRender Pierre Bourdon 2014-01-29 15:08:32 -08:00
  • 23e64001dd Merge pull request #10 from Sonicadvance1/Fix-AdrenoBlitRotate Pierre Bourdon 2014-01-29 14:43:29 -08:00
  • 99b6c82ac3 [Android] Fix Adreno v53 development drivers rotating framebuffer Older Qualcomm drivers rotated the framebuffer 90 degrees and this fix didn't work. Now for some obscene reason it rotates a full 180 degrees. This can at least be worked around by flipping around the image on our end. Ryan Houdek 2014-01-29 16:15:10 -06:00
  • 990be70eb7 [Android] Fix Android not calling eglSwapBuffers This isn't the cleanup that GLInterface needs, but for now it makes it so it'll swap and not just black screen A cleanup to GLInterface will be coming in a couple weeks. Ryan Houdek 2014-01-29 15:54:55 -06:00
  • 5df958fe23 Merge pull request #8 from lioncash/remove-dx9-tidbits Matthew Parlane 2014-01-29 11:47:54 -08:00
  • 0f555d3a47 Remove two references to DX9 in VideoCommon. Lioncash 2014-01-29 14:39:13 -05:00
  • e358cb92fd Merge pull request #7 from lioncash/readme-markdown Pierre Bourdon 2014-01-29 08:20:43 -08:00
  • ae42c18f84 Correct the dolphin-emu.org links to use https. Lioncash 2014-01-29 11:03:22 -05:00
  • df2e542697 Monospace files, folders, keys, and commands within the Readme.md file. Lioncash 2014-01-29 10:40:48 -05:00
  • 48cde2685c Merge pull request #6 from lioncash/readme-markdown neobrain 2014-01-29 06:45:10 -08:00
  • d7268dd176 Add a period in the system requirements list for consistency. Lioncash 2014-01-29 09:41:34 -05:00
  • e015cb0bca Move the recommended CPU/GPU sentences onto their own indented line in the system requirements list (thanks go to neobrain for pointing this out). Lioncash 2014-01-29 09:38:56 -05:00
  • 1d5fab41dc Update the Readme.md with suggestions and improvements by neobrain. Lioncash 2014-01-29 09:29:53 -05:00
  • ab51d14290 Fix formatting within the Readme.md. A little more. Lioncash 2014-01-29 09:08:19 -05:00
  • daa562458e Change the readme to use markdown instead of being a regular .txt file. Lioncash 2014-01-29 08:22:17 -05:00
  • ac2ebd264d Merge pull request #5 from lioncash/android-info-fix Ryan Houdek 2014-01-29 04:46:01 -08:00
  • 74d9d7923e Fix three limits in GLES2InfoFragment.java. Lioncash 2014-01-29 07:35:07 -05:00
  • 7ed9f5e63e Upgrade Android API. Buildbot system user 2014-01-28 23:35:13 +00:00
  • 7b459d2463 Merge pull request #4 from lioncash/android-about-menu-info neobrain 2014-01-28 15:19:05 -08:00
  • fabdd8ab39 Merge pull request #2 from degasus/enable_buffer_storage neobrain 2014-01-28 10:42:43 -08:00
  • b1290a8630 OGL: remove version check for buffer_storage on windows degasus 2014-01-28 15:15:26 +01:00
  • 5d1db5d717 Fix compilation Jules Blok 2014-01-27 21:40:28 +09:00
  • 76019848a4 Fix coding style Jules Blok 2014-01-27 21:24:35 +09:00
  • 0eadc2e2a4 Implement SwapInterval for AGL interface Zakk 2014-01-27 21:11:03 +09:00
  • b9e7749fe6 [Android] Implement CPU info retrieval within the about menu. Lioncash 2014-01-26 21:37:43 -05:00
  • ec8e17c50f Automatic translation resources update from Transifex Dolphin i18n Bot 2014-01-27 00:00:40 +00:00
  • 9b6c6fa9e4 BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs in Mickey's Magical Mirror. This change fixes the glitches in both games. crudelios 2014-01-26 13:21:22 +00:00
  • d3fd0eddbb OSX: don't avoid unsync mapping on nvida gpus just because the windows driver doesn't like it degasus 2014-01-26 10:55:10 +01:00
  • 6f74f59427 [Core] Remove an unnecessary pragma directive from EXI_Channel.h. Lioncash 2014-01-25 17:12:59 -05:00
  • e94a6f07f4 Fix warning Tillmann Karras 2014-01-25 17:45:36 +01:00
  • 23b8465621 BBox: fix for a small rounding issue. crudelios 2014-01-25 19:13:32 +00:00
  • 90a7e053c5 Merge branch 'master' of https://code.google.com/p/dolphin-emu crudelios 2014-01-25 18:06:58 +00:00
  • 5f14f0e3ce BBox: read from the proper world matrix index when transforming vertexes to screen coordinates. crudelios 2014-01-25 18:04:15 +00:00
  • 3a7cd4e873 Gameini database update for Crash Tag Team Racing (gc), Baten Kaitos Eternal Wings and the Lost Ocean (gc), Disney's Magical Mirror starring Mickey Mouse (gc), Disney's Hide & Sneak (gc), Skylanders: Swap Force (wii). Fixes issue 6984. Fixes issue 6972. kostamarino@hotmail.com 2014-01-25 19:29:48 +02:00
  • b34fe2b8f1 x64: fix parameter names of WriteModRM() Tillmann Karras 2014-01-25 17:33:31 +01:00
  • cdfe58f7ed Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211. crudelios 2014-01-25 15:36:23 +00:00
  • dd42af9a7c Videosoftware: Fix memory cleanup code. Scott Mansell 2014-01-25 11:06:18 +13:00
  • a3d1b9aba7 Increase save state version. Rachel Bryk 2014-01-24 00:15:56 -05:00
  • 202054708b EGL: Fix android build broken by last commit Scott Moreau 2014-01-23 19:41:07 -07:00
  • d4ff195cad EGL: Properly set parent window. Scott Moreau 2014-01-23 19:20:22 -07:00
  • 1898524c96 VideoCommon: fix "Buffer not large enough for all vertices!" degasus 2014-01-23 23:39:20 +01:00
  • fd8757a64b Fix OpenGL 2.1 devices that support everything we need. The only two devices that do this are Mesa software rasterizer and Intel Ironlake(With a few hacks). Basically since it doesn't support OpenGL 3.0, it can't grab the version the new way. So failing that, it sets to GL 2.1, and continues. Ryan Houdek 2014-01-23 16:02:53 -06:00
  • 65121cf9a9 OpenGL: remove unused OpenGL headers degasus 2014-01-23 18:52:57 +01:00
  • bfd0b7275e Merge branch 'StreamBuffers' degasus 2014-01-23 18:40:56 +01:00