James Rowe and GitHub
19f1216e72
Merge pull request #2811 from MerryMage/qtdebug
...
configure_debug: Add label warning that CPU JIT needs to be disabled …
2017-06-28 12:19:05 -06:00
James Rowe and GitHub
7af6931fb5
Merge pull request #2812 from tiagmoraismorgado/patch-1
...
fixing a couple of typos
2017-06-28 07:32:45 -06:00
James Rowe and GitHub
8c22334f96
Merge pull request #2737 from Subv/decryptbeacondata
...
Services/UDS: Implement DecryptBeaconData.
2017-06-07 10:08:43 -06:00
James Rowe and GitHub
8f0a23b631
Merge pull request #2747 from atouchet/readme-url
...
Fix FAQ Link in Readme
2017-06-03 21:05:08 -06:00
James Rowe and GitHub
a7ddec88d4
Merge pull request #2746 from Kloen/just-why
...
Remove unused imports in game_list_p.h
2017-06-03 10:51:57 -06:00
James Rowe and GitHub
0f2e32c017
Merge pull request #2718 from citra-emu/appveyor-vs2017
...
Upgrade AppVeyor to Visual Studio 2017
2017-05-21 17:18:58 -06:00
James Rowe
fc2f7b0df6
Frontend: Prevent FileSystemWatcher from blocking UI thread
...
Instead of tying the QFileSystemWatcher to the GameList and updating in
the UI thread, this change moves it to the worker thread. Since it gets
deleted and recreated as part of the worker thread, this prevents it from
ever getting used from multiple threads (which is why it was originally
done on the UI thread)
2017-05-10 09:37:44 -06:00
James Rowe and GitHub
9007c48992
Merge pull request #2658 from JayFoxRox/blend-equation-fix
...
Pica/Regs: Correct bit width for blend-equations
2017-04-09 13:40:00 -06:00
James Rowe
bf325d3859
Change travis tar command to specify compression format
...
macOS uses bsdtar which doesn't have the -a flag which determines
compression based on file extension.
2017-02-25 14:02:46 -07:00
James Rowe and Yuri Kunde Schlesner
0be8f8716c
Fixes file upload pattern in the travis.yml to include macOS releases ( #2592 )
2017-02-24 18:12:37 -08:00
James Rowe and bunnei
26823cd38b
Use QFileSystemWatcher to reload the game list when a change is detected. ( #2555 )
...
* Added a refresh game directory option to the file menu
* Make the game list watcher recursive and have it start watching from the initial load
* Rework game list watcher to be thread safe
* Fix code style issues
2017-02-23 16:29:00 -05:00
James Rowe and GitHub
df8c01604e
Revert use gzip for linux
...
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip)
2017-02-23 14:05:47 -07:00
James Rowe
c4de706ace
Use gzip instead of lzma on macOS and linux releases
...
A common report from macOS users is they can't figure out how to unzip the
program. This will allow them to double click to unzip the archive which
is what users on macOS expect.
2017-02-23 10:01:50 -07:00
James Rowe
b090422991
Gui: Change title bar to include build name
...
Nightly builds now have "Citra Nightly" in the titlebar
Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
2017-02-23 00:42:55 -07:00
James Rowe and GitHub
372db835f4
Merge pull request #2478 from jfmherokiller/master
...
fixed the override warning
2017-01-27 15:02:20 -07:00
James Rowe and GitHub
0ae7092ba4
Merge pull request #2418 from jroweboy/appveyor_master
...
Prevents appveyor from attempting to deploy except on the nightly repo
2017-01-08 12:11:12 -07:00
James Rowe
84c6a98374
Prevents appveyor from attempting to deploy except on the nightly repo
2017-01-08 11:17:44 -07:00
James Rowe and GitHub
4650486b8e
Merge pull request #2407 from jroweboy/nightly-deploy
...
Change travis to deploy on push to citra-nightly.
2017-01-04 21:42:00 -07:00
James Rowe
c4ad608870
Change travis to deploy on push to citra-nightly. Add more information to the releases page
2017-01-04 21:31:40 -07:00
James Rowe and GitHub
0920950d5e
Merge pull request #2405 from jroweboy/nightly-deploy
...
Change deploy to use github releases instead
2017-01-04 21:02:51 -07:00
James Rowe
0a6ca01991
Change deploy to use github releases instead, but only for the citra-nightly repo
2017-01-04 20:53:46 -07:00
James Rowe and GitHub
3289892cd3
Merge pull request #2401 from jroweboy/travis-key
...
Try a different travis key
2017-01-03 20:03:57 -07:00
James Rowe
737c8bee16
Try a different travis key
2017-01-03 20:00:26 -07:00
James Rowe and GitHub
0b897c45d2
Merge pull request #2390 from jroweboy/bintray
...
Try a different encrypted bintray api key for travis.
2016-12-31 23:57:36 -05:00
James Rowe
8f6c3b5c20
Try a different encrypted bintray api key for travis. Change appveyor to upload to a long git hash (since travis is stuck uploading to the full hash name)
2016-12-31 23:38:15 -05:00
James Rowe and GitHub
bb396ed8fc
Merge pull request #2254 from jroweboy/bintray
...
Add deploy to bintray for builds to master
2016-12-31 22:16:44 -05:00
James Rowe
4a6cf7ecaf
Trying to make a consistent nightly versioning
2016-12-31 19:37:21 -05:00
James Rowe
b03e7bf28f
Add deploy to bintray for builds to master
2016-12-31 13:54:51 -05:00
James Rowe and bunnei
f32309400c
Update dynarmic to the latest version ( #2234 )
2016-11-29 23:22:19 -05:00
James Rowe
bbe57a66ca
Expose page table to dynarmic for optimized reads and writes to the JIT
2016-11-24 20:41:18 -07:00
James Rowe and GitHub
c96d143135
Merge pull request #2207 from wwylele/fix-2195
...
Fix format error from #2195
2016-11-22 12:46:12 -07:00
James Rowe and GitHub
f68f37b520
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
...
Minor formatting change
2016-11-19 13:51:14 -07:00
James Rowe
19acec351c
Minor formatting change
2016-11-19 13:35:07 -07:00
James Rowe
c3ea6f4ddb
Add mingw compile support
2016-11-13 23:50:46 -07:00
James Rowe
793339b73a
Round the rectangle size to prevent float to int casting issues
...
And other minor style changes
2016-11-12 10:49:47 -07:00
James Rowe
20b622ec89
Remove cmake from the install list. Its now up to date on the new travis mac image
2016-11-11 14:45:52 -07:00
James Rowe
d9305b0a07
Add default hotkey to swap primary screens.
...
Also minor style changes
2016-11-05 03:46:43 -06:00
James Rowe
5f72aade77
Rework frame layouts to use a max rectangle instead of hardcoded calculations
2016-11-05 02:55:58 -06:00
James Rowe
2b1654ad9b
Support additional screen layouts.
...
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
2016-11-05 02:55:41 -06:00
James Rowe
93bcd00e44
Create a separate archive for debugsymbols on windows
...
This reduces the main download size and uploads the symbols to a different
directory
2016-09-01 10:47:31 -06:00
James Rowe
8b685c4308
MSVC: Add RelWithDebInfo and removing debugging from Release.
...
This should reduce build size on windows from roughly 12MB compressed to 7MB
2016-08-31 20:45:38 -06:00
James Rowe
a976c2e3ba
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
...
In QT 5.7 they added a new check for CXX features which appends a minimum
required standard to the CXX_FLAGS. Because we were writing the flag
directly previously, cmake assumed it needed to add a c++11 flag to the
build. This tells cmake to use c++14 on every build.
2016-08-04 17:16:16 -06:00
James Rowe and Jannik Vogel
98923ab6e5
Config: Restore previously selected audio sink option ( #1824 )
2016-05-20 20:37:34 +02:00
James Rowe
1bc7829ee9
Move input values into an array
2015-07-27 21:41:21 -06:00
James Rowe
a406207cd8
Use condition var to properly pause the CPU thread
...
Adds support for threaded pausing so citra doesn't spin wait on pause
2015-05-18 08:15:57 -06:00
James Rowe
37a9d0635e
Updated the appveyor build to no longer copy the QT dlls since it is done in post build now.
2015-03-28 02:21:37 -06:00
James Rowe
635ed87788
unsetting a few more variables that arent needed outside of this function
2015-03-26 04:11:05 -06:00
James Rowe
5b9a5493c5
Updated the copy commands to run on post_build and use generator expressions to simplify the code as well
2015-03-26 04:04:24 -06:00
James Rowe
2d7008f03c
Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time
2015-03-26 04:04:23 -06:00
James Rowe
4a7e21eb58
More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.
2015-03-26 04:04:22 -06:00
James Rowe
fa79b3f4f4
Small changes to the CMake file to make windows build easier
2015-03-26 04:04:22 -06:00