Commit Graph

  • 9ac5d7ecd5 msvc: skip copying Data dir and precompiled dlls to Binary dir if they are already there (unless the source files are newer). Shawn Hoffman 2014-08-20 16:57:34 -07:00
  • 636dbc32d7 Gameini updates. Linktothepast 2014-08-21 01:42:23 +03:00
  • 965b1f1f2c Removed the typedefs for Elf32 word types Charles Rozhon 2014-08-20 15:21:41 -05:00
  • d84b2f3be4 Changed unsigned ints and chars to cstdint counterparts Charles Rozhon 2014-08-20 14:43:10 -05:00
  • 77ce389bb0 DolphinWX: Get rid of unnecessary hotkey code. Lioncash 2014-08-20 14:43:08 -04:00
  • b5337ea1b5 Merge pull request #826 from lioncash/wx-events Lioncash 2014-08-20 14:34:17 -04:00
  • 20f8ec9afa Core: Join a few if statements in IR.cpp Lioncash 2014-08-20 14:26:16 -04:00
  • 99ae79f7f9 Core: Better assert messages for stx op Lioncash 2014-08-20 14:16:05 -04:00
  • d694637938 Core: Clean up brace/body placements for JitIL Lioncash 2014-08-20 12:25:54 -04:00
  • b005ba2797 Core: Clean up body/brace placements in JitArm32 Lioncash 2014-08-20 11:23:32 -04:00
  • d29e333142 Merge pull request #833 from shuffle2/msvc-improvements shuffle2 2014-08-20 10:57:31 -07:00
  • 6145ced5f7 Core: Change "unsigned result" to "u32 result" in rlwinmx for Jit64 Lioncash 2014-08-20 10:56:06 -04:00
  • e7f49692e8 Core: Clean up body/brace placements in Jit64 and JitCommon Lioncash 2014-08-20 10:50:40 -04:00
  • 99df57a35e Place bundled SFML include paths before others Dmitry Marakasov 2014-08-20 17:44:18 +04:00
  • a9c33075f2 msvc: enable compiler warnings as errors. Shawn Hoffman 2014-08-19 20:20:29 -07:00
  • d9fcc855a7 msvc: resolve all warnings in DolphinWX. Shawn Hoffman 2014-08-19 20:19:12 -07:00
  • 5471c71819 msvc: resolve all warnings in VideoBackends/OGL. Shawn Hoffman 2014-08-19 20:18:02 -07:00
  • fd16065979 msvc: resolve all warnings in VideoBackends/Software. Shawn Hoffman 2014-08-19 20:17:29 -07:00
  • 4bf031c064 msvc: resolve all warnings in VideoCommon. Shawn Hoffman 2014-08-19 20:16:50 -07:00
  • 043ea31f14 msvc: resolve all warnings in Core. Shawn Hoffman 2014-08-19 20:15:56 -07:00
  • 317e63e7ba msvc: disable compiler warnings when building all Externals (cl /W0), except for wxWidgets, where all warnings are fixed. Shawn Hoffman 2014-08-19 20:12:14 -07:00
  • 9df2127865 msvc: enable strictStrings solution-wide for release. Shawn Hoffman 2014-08-19 20:06:27 -07:00
  • 80be585fef x64Emitter: remove redundant "Gen::" Tillmann Karras 2014-08-20 02:56:07 +02:00
  • a363f4fa3e x64Emitter: make 'packed' parameter a bool Tillmann Karras 2014-08-20 02:54:30 +02:00
  • a09cf1d8f1 Merge pull request #835 from lioncash/table Lioncash 2014-08-19 14:20:51 -04:00
  • a013830b4f Core: Fix vertical alignment of a table in DSPTables.cpp Lioncash 2014-08-19 13:58:59 -04:00
  • 6dbafa9238 Core: Move the titlebar / statusbar abstraction to DolphinWX Jasper St. Pierre 2014-08-19 10:17:33 -04:00
  • 3bad4bcfdb PPCSymbolDB: Don't show any messages in the status bar Jasper St. Pierre 2014-08-19 10:09:33 -04:00
  • 4a16211bae Core: Don't display messages in the titlebar / statusbar Jasper St. Pierre 2014-08-19 10:07:59 -04:00
  • 271efb450c Add back X11 support to EGL Jasper St. Pierre 2014-08-09 10:31:27 -04:00
  • e39543b963 X11_Util: Don't specify a background pixel Jasper St. Pierre 2014-08-09 10:54:42 -04:00
  • 2d974b6086 GLInterface: Destroy GLWin Jasper St. Pierre 2014-08-09 09:49:45 -04:00
  • 63f1a16969 Core: Remove UpdateFPSDisplay Jasper St. Pierre 2014-08-06 22:38:39 -04:00
  • 7ca8d8dfc7 Core: Don't pass through a reference to the window handle Jasper St. Pierre 2014-08-06 00:44:21 -04:00
  • 6e312dce91 Core: Remove Core::GetWindowHandle Jasper St. Pierre 2014-08-06 22:24:08 -04:00
  • e2e3f2a20b EGL: Stop the window_handle shuffling as well Jasper St. Pierre 2014-08-09 10:23:28 -04:00
  • e7471958e4 X11_Util: Resize the GLX window by listening to events on the parent Jasper St. Pierre 2014-08-06 22:22:13 -04:00
  • d6f4f4df42 MainNoGUI: Move a majority of the event handling from the GLX backend Jasper St. Pierre 2014-08-06 14:58:34 -04:00
  • 0dd7f6f5ea MainNoGUI: Supply a window in Host_GetRenderHandle Jasper St. Pierre 2014-08-06 22:11:50 -04:00
  • 071e175a1d X11Utils: Explicitly pass the window to fullscreen into ToggleFullscreen Jasper St. Pierre 2014-08-06 22:17:21 -04:00
  • 2eacf229ed X11Utils: Simplify the Fullscreen interface Jasper St. Pierre 2014-08-06 22:16:28 -04:00
  • 09eb30ea3b MainNoGUI: Remove old OS X backend that doesn't work, rearchitect Jasper St. Pierre 2014-08-06 00:34:31 -04:00
  • e3a9ba30e3 GLX: Remove evdpy / dpy split Jasper St. Pierre 2014-08-05 23:44:25 -04:00
  • 12f073c56b Remove support for EGL under X11 Jasper St. Pierre 2014-08-05 20:45:18 -04:00
  • 8bd4b9d2f9 Remove support for Wayland Jasper St. Pierre 2014-08-05 20:33:50 -04:00
  • 355f7b366b Merge pull request #831 from FioraAeterna/cleanupimm Ryan Houdek 2014-08-19 04:15:22 -05:00
  • 2bcc8d414c Merge pull request #807 from FioraAeterna/avoidpcstore Dolphin Bot 2014-08-19 11:12:54 +02:00
  • 961c1db116 Merge pull request #746 from FioraAeterna/fastermtcrf Dolphin Bot 2014-08-19 11:10:18 +02:00
  • a1655a0e3c JIT: avoid saving the PC on every store Fiora 2014-08-14 23:36:50 -07:00
  • 7246ea9616 Merge pull request #792 from booto/dsp-cleanup Matthew Parlane 2014-08-19 20:28:51 +12:00
  • bac9634fde Merge pull request #803 from ChuckRozhon/cast_from_double_to_u8_warnings Ryan Houdek 2014-08-18 17:01:02 -05:00
  • 1a36210093 JIT: cleanup unnecessary immedate size-checking logic Fiora 2014-08-18 08:19:27 -07:00
  • 6f210016a3 Merge pull request #830 from shuffle2/msvc-rvalueCast shuffle2 2014-08-18 00:17:47 -07:00
  • 8c81ea0aad Windows: Enable /Zc:rvalueCast solution-wide. Shawn Hoffman 2014-08-18 00:04:31 -07:00
  • 859564a2d0 Merge pull request #829 from Sonicadvance1/qualcomm-fixed-rotation Ryan Houdek 2014-08-18 01:29:45 -05:00
  • 7d90a00bbe Qualcomm fixed screen rotation in their latest v66 development drivers. Ryan Houdek 2014-08-18 00:17:09 -05:00
  • a6ebdff198 Merge pull request #778 from shuffle2/fix-memcard-flush shuffle2 2014-08-17 22:00:56 -07:00
  • 2d624780c0 Catch broken configurations inside of the Post Processing shaders. Ryan Houdek 2014-08-17 22:57:39 -05:00
  • bd7f856424 Rewrite raw memcard threading code. Intended to fix issue 7484. Shawn Hoffman 2014-08-12 22:55:07 -07:00
  • 87c324c55a Add Common::Event::WaitFor(), which has the same semantics as std::condition_variable::wait_for() (with millisecond units). Shawn Hoffman 2014-08-12 22:53:17 -07:00
  • 375be67158 Add Common/Event.h to the VS project files. Shawn Hoffman 2014-08-12 22:51:43 -07:00
  • 5bfc3ad342 Merge pull request #827 from Sonicadvance1/fix-pp-config Pierre Bourdon 2014-08-18 05:02:17 +02:00
  • 32fb61816b Fixes PP-shaders on !Mesa targets. Ryan Houdek 2014-08-17 21:22:00 -05:00
  • 6a8dfda0ea DolphinWX: Use the typesafe equivalents for declaring wx event types Lioncash 2014-08-17 16:18:54 -04:00
  • 9e2fbaf405 Merge pull request #823 from KScorp/depthmatrixshaders Pierre Bourdon 2014-08-17 22:08:42 +02:00
  • b7f3797689 Wx: further cleanup to toolbar creation process archshift 2014-08-15 22:33:58 -07:00
  • b74a34795b Fixed toolbar's disabled button color. archshift 2014-08-15 21:16:14 -07:00
  • 15a3b30e27 Merge pull request #790 from lioncash/ogl-cleanup Lioncash 2014-08-17 15:17:04 -04:00
  • e3e1869493 Merge pull request #825 from FioraAeterna/x64emitter Ryan Houdek 2014-08-17 13:07:56 -05:00
  • 802b28daf9 x64Emitter: refactor to support longer opcodes Fiora 2014-07-26 18:59:03 -07:00
  • 97dce14368 Fixed depth matrix shaders in OpenGL and Direct3D to be more precise. Fixes some graphical glitches in some games. KScorp 2014-08-17 02:14:29 -05:00
  • 7222eb11e0 Merge pull request #822 from FioraAeterna/integerflush2 Ryan Houdek 2014-08-17 02:34:15 -05:00
  • 75279881cc JIT: flush *after* the merged branch, not before Fiora 2014-08-17 00:02:00 -07:00
  • 66a30d0fc6 Merge pull request #820 from RachelBryk/movie-includes Lioncash 2014-08-17 02:24:37 -04:00
  • 97ffb08a42 Merge pull request #767 from lioncash/namespaces Lioncash 2014-08-17 02:09:02 -04:00
  • 4759510f70 Get rid of instances of "using namespace std;" in the project Lioncash 2014-08-09 22:44:27 -04:00
  • 6ee2267b2d Merge pull request #771 from lioncash/32bit-cruft Lioncash 2014-08-17 01:40:23 -04:00
  • 1d88091e0b Merge pull request #821 from FioraAeterna/fixjitcompare Dolphin Bot 2014-08-17 07:29:25 +02:00
  • a317dac089 Debugger: fix JIT block viewer PPC view Fiora 2014-08-16 22:25:49 -07:00
  • 6bfe3714c4 Merge pull request #819 from lioncash/preproc Lioncash 2014-08-17 00:00:36 -04:00
  • f0743e2571 OGL: Removed some unnecessary preprocessor directives from Render.cpp. Lioncash 2014-08-16 23:00:57 -04:00
  • d8baf64747 Remove a couple unneeded includes from Movie.cpp. Rachel Bryk 2014-08-16 23:54:11 -04:00
  • ac0ac18655 Merge pull request #796 from lioncash/threading Lioncash 2014-08-16 23:42:46 -04:00
  • 1b92c68f05 Common: Add Flag.h to the Visual Studio project. Lioncash 2014-08-14 01:43:55 -04:00
  • d18d3e1f3e Common: Get rid of StdConditionVariable, StdMutex, and StdThread. Lioncash 2014-08-14 01:14:35 -04:00
  • 2270c3e90a Merge pull request #797 from shuffle2/msvc-pch shuffle2 2014-08-16 14:58:28 -07:00
  • bc1d9056cc Merge pull request #818 from ChuckRozhon/videocommon_bool_warnings Lioncash 2014-08-16 15:56:52 -04:00
  • 6f34a8ac47 Removed warnings by assigning to bool Charles Rozhon 2014-08-16 13:23:22 -05:00
  • 07f72b1afc Merge pull request #811 from FioraAeterna/fixblowup Lioncash 2014-08-16 12:42:27 -04:00
  • b9404f9aee Merge pull request #809 from degasus/master Pierre Bourdon 2014-08-16 13:38:38 +02:00
  • a64b0bf499 VertexLoader: cache NativeVertexFormat degasus 2014-08-15 16:17:06 +02:00
  • 7a2fe73310 Merge pull request #816 from Sonicadvance1/fix-not-button Ryan Houdek 2014-08-15 20:25:56 -05:00
  • 239e04db02 Merge pull request #757 from Tilka/ps_sum0 Ryan Houdek 2014-08-15 20:25:14 -05:00
  • 9afc16961f Fix the Not button showing up in the advanced control dialog. Ryan Houdek 2014-08-15 20:09:35 -05:00
  • 444e47a07a Merge pull request #812 from FioraAeterna/fixundefined Dolphin Bot 2014-08-16 00:36:08 +02:00
  • 1cb50c9609 JIT64: faster implementation of mtcrf and mcrxr Fiora 2014-08-06 09:17:10 -04:00
  • c936984c96 JIT64: faster + branchless crxxx Fiora 2014-08-06 09:38:52 -04:00
  • 8c71703098 JIT64: faster implementation of mfcr Fiora 2014-08-06 08:51:25 -04:00
  • 1c068843c8 Merge pull request #815 from lioncash/include Lioncash 2014-08-15 16:19:44 -04:00
  • f11e587fa4 OGL: Get rid of an unnecessary WIN32 ifdef in main.cpp Lioncash 2014-08-15 16:16:47 -04:00