Commit Graph

  • 5b7c4c0b2c
    Merge pull request #4313 from NeatNit/patch-1 Mat M 2018-10-06 07:32:41 -0400
  • 784bd9a79f const pointer arg in touch events NeatNit 2018-10-06 14:24:45 +0300
  • cdad690185 made touch events private NeatNit 2018-10-06 13:40:42 +0300
  • 3aa5f7653d style - PascalCase for function names NeatNit 2018-10-06 13:35:35 +0300
  • 1341b47242 various minor style and code improvements NeatNit 2018-10-06 13:18:20 +0300
  • de0d6f6791 static_cast (SDL) NeatNit 2018-10-06 12:56:55 +0300
  • 7a0aa7f714 change TouchToPixelPos to return std::pair<int, int> NeatNit 2018-10-06 12:20:32 +0300
  • 31369c9a8c
    CONTRIBUTING.md - remove note about casting numeric types NeatNit 2018-10-06 11:57:50 +0300
  • 61155a25c3 Update fmt to 5.2.1 It seems to fix msvc warnings Weiyi Wang 2018-10-06 01:58:09 -0400
  • 389d3d630e fs/archive: wrap states into archive manager Weiyi Wang 2018-09-29 12:39:31 -0400
  • 7678327bf2 fs/archive: move file and directory classes to their own files Weiyi Wang 2018-09-28 10:45:35 -0400
  • 81657b737f
    Remove "#" in the version number (#4311) Weiyi Wang 2018-10-06 00:55:52 -0400
  • 7a15139723 Remove "#" in the version number Valentin Vanelslande 2018-10-05 21:17:40 -0500
  • 821423df84
    Remove "#" in the version number Weiyi Wang 2018-10-05 22:12:08 -0400
  • f0faaf0db4 implemented touch in Qt and SDL NeatNit 2018-10-01 22:42:49 +0300
  • e32d8fb1e4 minor change Valentin Vanelslande 2018-10-05 18:47:56 -0500
  • 2d7f5995cf remove Qt::WindowOverridesSystemGestures which didn't do anything useful NeatNit 2018-10-06 02:22:54 +0300
  • acd9c68dd7 minor changes Valentin Vanelslande 2018-10-05 18:12:32 -0500
  • a4e6a559ae touch update Valentin Vanelslande 2018-10-05 18:10:22 -0500
  • ce96480554 put conversion from (0..1) to pixel position in its own function NeatNit 2018-10-06 01:57:28 +0300
  • 1726093deb touch input in SDL NeatNit 2018-10-06 01:40:38 +0300
  • 0e42fa9fa7
    Merge pull request #4307 from valentinvanelslande/movie Pengfei Zhu 2018-10-05 17:37:52 -0500
  • dcd6e7f99f movie: fix some checks Fixes invalid movie error Valentin Vanelslande 2018-10-05 17:20:09 -0500
  • 1e4c3bca7b give up on SetWindowFeedbackSettings NeatNit 2018-10-05 20:14:11 +0300
  • 68437476d9 current state NeatNit 2018-10-05 19:50:08 +0300
  • 25d334e973 this isn't working NeatNit 2018-10-05 19:42:33 +0300
  • bac5dcf678 minor changes Valentin Vanelslande 2018-10-05 11:39:56 -0500
  • 990e9adc90 CI: add installing ffmpeg to appveyor/mingw and macos zhupengfei 2018-10-05 21:46:39 +0800
  • a9d0e0dcf5 video_core, citra_qt: Address review zhupengfei 2018-10-05 20:56:32 +0800
  • 8d99c69750 citra: add --dump-frames option zhupengfei 2018-10-03 20:47:49 +0800
  • 806ed813cd citra_qt: Add frame dumping to Movie menu zhupengfei 2018-10-03 20:40:18 +0800
  • 016d46bd54 video_core: Add a frame dumper zhupengfei 2018-10-03 13:15:32 +0800
  • e43a3495a5 remove tons of logging code NeatNit 2018-10-05 18:42:25 +0300
  • 4fd0a74d46 fix inconsistency issue NeatNit 2018-10-05 18:39:05 +0300
  • 8e51fe85ae add {} Valentin Vanelslande 2018-10-05 10:11:59 -0500
  • 2dae1499d3
    use braces in if statement BreadFish64 2018-10-05 10:06:58 -0500
  • e7d66b3864
    mingw fix update Valentin Vanelslande 2018-10-05 10:01:17 -0500
  • b163502744
    Core: pass down Core::System reference to all services (#4272) Weiyi Wang 2018-10-05 10:59:43 -0400
  • 008242c5f3 appveyor: fix mingw build (#4303) Pengfei Zhu 2018-10-05 09:58:33 -0500
  • 794498c33e
    Merge pull request #4289 from wwylele/sdl-twice-twice Weiyi Wang 2018-10-05 10:54:45 -0400
  • 2306af3600 Handle cases when std::optional does not contain a value B3n30 2018-10-05 16:51:33 +0200
  • dff90755a9 Move if Valentin Vanelslande 2018-10-05 09:29:21 -0500
  • 53afb1cc2d
    Move if Valentin Vanelslande 2018-10-05 09:27:16 -0500
  • 2a90426cb8
    Merge pull request #4267 from zhaowenlan1779/movie Pengfei Zhu 2018-10-05 08:20:33 -0500
  • 96fb3f6a35 fixes Valentin Vanelslande 2018-10-05 07:32:32 -0500
  • 19ef115f50
    Address comment Valentin Vanelslande 2018-10-05 07:22:26 -0500
  • 0617de58ec minor change Valentin Vanelslande 2018-10-05 07:21:39 -0500
  • d37a2270d6 Replace boost::optional with std::optional where possible B3n30 2018-10-05 12:37:55 +0200
  • 7efe60ed23 Use SPSCQueue::PopWait in Scripting B3n30 2018-10-05 11:25:23 +0200
  • 9b49a79a72 threadsafe_queue: Add WaitIfEmpty and use it in logging B3n30 2018-09-09 13:08:57 +0200
  • 678cbd177e
    it seems that I can just remove the -Syy Pengfei Zhu 2018-10-05 14:20:34 +0800
  • 87e16c80ac
    Merge pull request #4229 from zhaowenlan1779/open-folder Pengfei Zhu 2018-10-05 00:46:43 -0500
  • 49dc8fe779
    add comment as well as trigger rebuild Pengfei Zhu 2018-10-05 12:34:40 +0800
  • cc1451a061 Re-add mingw support, revert build file name change and re-add 7z files Valentin Vanelslande 2018-10-04 20:41:11 -0500
  • c6273de70a
    still need to syyu twice it seems Pengfei Zhu 2018-10-05 08:58:33 +0800
  • fd5387388f fix some games crashing with hardware shaders enabled & other minor changes Valentin Vanelslande 2018-10-04 19:43:55 -0500
  • 65625b0528
    what if only syyu once? Pengfei Zhu 2018-10-05 08:51:33 +0800
  • 1931779ef2 log log log log NeatNit 2018-10-05 03:36:53 +0300
  • d97d834d70 minor changes Valentin Vanelslande 2018-10-04 19:34:35 -0500
  • c655c2e8bd
    what about don't overwrite? Pengfei Zhu 2018-10-05 08:31:38 +0800
  • cdf8d80c87
    Merge pull request #4300 from FearlessTobi/port-1429-1431 Weiyi Wang 2018-10-04 19:38:54 -0400
  • c9ba2527ab
    Update appveyor.yml Pengfei Zhu 2018-10-05 07:33:38 +0800
  • a4dd1faace
    Update appveyor.yml Pengfei Zhu 2018-10-05 07:24:25 +0800
  • bca3ba54ec
    Try to manually overwrite Pengfei Zhu 2018-10-05 06:59:47 +0800
  • 213bdf3cf6 minor change Valentin Vanelslande 2018-10-04 16:59:24 -0500
  • 9f6fd2e0f8 ir, sm: rb () to {} Valentin Vanelslande 2018-10-04 15:45:32 -0500
  • 1732111113 misc changes Valentin Vanelslande 2018-10-04 14:46:05 -0500
  • a5daf60e62
    Merge pull request #4301 from citra-emu/revert-4241-port-yuzu-1367 Weiyi Wang 2018-10-04 15:03:03 -0400
  • eb494c574d
    Merge pull request #4244 from wwylele/swap-enum Weiyi Wang 2018-10-04 14:51:49 -0400
  • dfe2a08303 fix a bug Valentin Vanelslande 2018-10-04 11:41:05 -0500
  • a8daac0e01 attempts to make multi-touch give an average of all the fingers NeatNit 2018-10-04 00:28:40 +0300
  • cd3f35db3c put touch events in their own functions NeatNit 2018-10-03 21:54:03 +0300
  • 7cd2ab3e31 Implement multiple controller profiles Closes #412 Valentin Vanelslande 2018-10-04 11:09:21 -0500
  • 4352c6784b
    Revert "Port yuzu/#1367 from yuzu: "game_list: Handle plurals within setFilterResult() better"" Weiyi Wang 2018-10-04 12:04:49 -0400
  • 4c1b93e1a2 cecd: change rp () to {} Valentin Vanelslande 2018-10-04 08:54:35 -0500
  • e3146a3981 Adressed feedback B3n30 2018-10-04 12:34:51 +0200
  • 458346d1e8 Adressed feedback B3n30 2018-10-04 12:34:51 +0200
  • be534b9388 configure_audio: Move combo box index setting to their own functions Lioncash 2018-10-02 20:17:14 -0400
  • 2a612f7bd4 configure_audio: Use QString::fromStdString() for converting audio device names Lioncash 2018-10-02 19:50:48 -0400
  • 97e8354fb0 configure_audio: Add disambiguation comment for the volume percentage string Lioncash 2018-10-02 19:45:09 -0400
  • 00af9da245 configure_input: Make analog mapping strings translatable Lioncash 2018-10-02 19:31:31 -0400
  • 45952d0e96 configure_audio: Move combo box index setting to their own functions Lioncash 2018-10-02 20:17:14 -0400
  • f75a8db17d configure_audio: Use QString::fromStdString() for converting audio device names Lioncash 2018-10-02 19:50:48 -0400
  • aa1b90335d configure_audio: Add disambiguation comment for the volume percentage string Lioncash 2018-10-02 19:45:09 -0400
  • e90b079768 configure_input: Make analog mapping strings translatable Lioncash 2018-10-02 19:31:31 -0400
  • 22308f2c76 minor change Valentin Vanelslande 2018-10-03 18:14:28 -0500
  • 2b3b86a62b misc changes Valentin Vanelslande 2018-10-03 17:58:59 -0500
  • cb3abae0a6 Cleanup NWM_UDS::SendTo B3n30 2018-10-03 23:29:40 +0200
  • 2ae42a35b0 Add filter to PacketHandling; Fix some issues with Disconnect B3n30 2018-10-03 14:01:24 +0200
  • cfaa859911 Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms. Subv 2018-10-03 14:48:39 -0500
  • 4441aaed2d misc changes Valentin Vanelslande 2018-10-03 17:03:10 -0500
  • 38f136048e Cleanup NWM_UDS::SendTo B3n30 2018-10-03 23:29:40 +0200
  • ea53b0f795
    Merge pull request #4298 from Subv/am_titles Weiyi Wang 2018-10-03 17:41:40 -0400
  • 8aea4a9a7f attempts to make multi-touch give an average of all the fingers NeatNit 2018-10-04 00:28:40 +0300
  • 7e7f17c78d Add filter to PacketHandling; Fix some issues with Disconnect B3n30 2018-10-03 14:01:24 +0200
  • cfa52e2b7b
    Merge pull request #4296 from B3n30/service_getter Weiyi Wang 2018-10-03 15:58:27 -0400
  • 0f6f7cfd95 Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms. Subv 2018-10-03 14:48:39 -0500
  • a95dc1f9c7 Services/AM: Support using FS subfiles with the CIA-related service functions. Subv 2018-10-02 08:52:00 -0500
  • 2da7588611 fixup! Give frontend access to the hle service interfaces B3n30 2018-10-03 20:08:01 +0200
  • 08de0773a9 Give frontend access to the hle service interfaces B3n30 2018-10-03 19:05:31 +0200