Commit Graph

74 Commits

Author SHA1 Message Date
Margen67 525a2fb330
Remove Azure badge 2020-04-13 17:22:06 -07:00
RadWolfie 69d85d2513 add notice for WINE users 2020-04-09 04:06:13 -05:00
RadWolfie f5bbfad86c remove appveyor and travis badge since they are disable 2020-04-09 04:06:13 -05:00
RadWolfie 0f49260821 redirect users to releases page 2020-04-09 04:06:13 -05:00
RadWolfie 9ba943e42b hotfix github badge 2020-04-08 11:38:10 -05:00
Margen67 78e51a7f01 ci: Improvements
Make into one yml, rename to CI;
 if conditions and search filtering make multiple ymls unneeded.
Build all branches.
Ignore unrelated files.
Build with VS2019 and VS2017.
Set fail-fast to false.
Add Debug configuration, and reorder configurations to be consistent.
Don't use master version of actions.
Fetch submodules with new addition to checkout action.
Build in the build directory.
Use -j to potentially speed up building.
Use default shell/robocopy for artifact preparation.
Add SDL2 to artifacts.
Add artifacts for PRs.
Only do artifacts for Release.
Change artifact path to artifacts. (the trailing slash isn't needed)
Change artifact name.
Add release creation job:
 This creates a release with VS2019 and VS2017 builds using a CI-shortcommithash tag;
 For example, CI-31d4ea3
 This job is only ran for commits (push) to master, not pull requests, other branches, or forks.

Add badge to README
2020-04-02 22:35:02 -07:00
RadWolfie b35a19f57b fix CMake version typo 2020-03-21 15:38:50 -05:00
Margen67 dcb198509f
README improvements (#1838)
README improvements

Deleted trailing whitespace.
Raised minimum GPU requirements, and removed LLE GPU since it's disabled.
Make links more direct, and update outdated links.
Removed redundant Development Builds header.
Link to readme instead of directly to compatibility issues so people read the readme.
Move Compiling note where it makes more sense.
Seperated/formatted building steps and made them less confusing.
Grammar/spelling fixes.
2020-03-20 05:16:26 -05:00
Luke Usher 5ea46036be
Activate Travis CI 2019-08-23 08:51:07 +01:00
Margen67 edcb463252 Set up CI with Azure Pipelines 2019-08-21 13:35:10 -07:00
Luke Usher 33b63c2e9e
Removed Gitter Link from Readme
The community has migrated over to Discord and Gitter has not been used for a very long time now.
2019-07-23 08:44:10 +01:00
RadWolfie 32568f68fd fix latest development build link 2019-07-13 19:13:03 -05:00
Margen67 bddedeeb6b Switch to Visual Studio 2019 in README.md
Also minor grammar fixes, style changes, and made Dxbx into a link.
2019-06-15 19:57:13 -07:00
RadWolfie 0f85436b95 update note for VS 16.1 2019 has CMake 3.14 2019-05-25 13:23:26 -05:00
RadWolfie f2318c83c1 fix "git submodule update" for any submodules may not been checked out 2019-05-25 12:07:17 -05:00
RadWolfie 4b67236651 grammar correction in README.md from #1611 review 2019-05-15 11:13:18 -05:00
RadWolfie 56635aca05 update README.md for CMake usage 2019-05-13 22:12:01 -05:00
Luke Usher f2d326e2cd
Remove 'stable' link to reduce confusion. 2019-04-01 16:20:56 +01:00
Luke Usher 6b6d0edb43 XQEMU NVNET credit 2019-03-26 09:18:15 +00:00
Luke Usher 20aa13b44e Rebuilding network support from NVNet Branch
Randomly generate Mac and Serial for new EEPROMs: Thanks dracc
Delay load pcap: Allows the emulator to run (without networking) when pcap isn't present
2019-03-25 19:20:34 +00:00
Luke Usher 9c4836f6c0
Update README.md 2019-02-26 14:49:20 +00:00
RadWolfie a67474fa39
redirect stable build link to github
Since AppVeyor had deleted the build after 6 months time frame.
2019-02-14 14:02:32 -06:00
literalmente-game 50dfb9a1dd
Update README.md
typo
2019-02-05 19:17:58 -02:00
Luke Usher 1b5a432abc
Add note about xqemu derived code. 2019-02-05 20:59:39 +00:00
Luke Usher 30f2dbf44b
Update README.md 2019-02-05 20:13:36 +00:00
Luke Usher 6c4e9d82f8
Update README.md 2018-12-06 13:19:56 +00:00
Luke Usher b46a82b23a
Removed Debug builds
Having multiple build types for each branch is proving to be confusing for some users. 

Ever since we implemented #1388, there has been no end-user benefit for using Debug builds, as they can get the same logging result by toggling the log level to Debug
2018-09-06 08:12:46 +01:00
PatrickvL aeca7066bc
Updated readme
Changed Direct3D 8 into Direct3D 9
Removed d3d8to9 mention
2018-09-02 08:22:48 +02:00
CakeLancelot a8c488c485 Oops 2018-07-24 13:33:04 -05:00
CakeLancelot c581e0b128 Update Discord link to be more consistent with other badges 2018-07-24 13:31:14 -05:00
Luke Usher 2b8ba74a0d
Update README.md 2018-07-13 08:52:58 +01:00
Luke Usher da06670aa7
Update README to better present AppVeyor links 2018-06-18 08:24:45 +01:00
Luke Usher 030c21922d
Update README.md 2018-06-18 08:14:30 +01:00
Luke Usher 658ac6c97e
Update README.md 2018-06-18 08:12:43 +01:00
Luke Usher 1857a2cfc9 Update README.md 2018-06-06 19:49:59 +01:00
Margen67 b2c4fd9146
Comply with Luke's requested changes 2018-05-16 03:14:11 -07:00
Margen67 d362e64025
Update README.md 2018-05-16 02:12:03 -07:00
Margen67 73e6068e7b
Update README.md
Change : to ;
2018-04-28 00:49:05 -07:00
Margen67 0dfa290360
Update README.md
--recursive is deprecated.
Formatting.
Fix small error in 'Fetching the code' section.
Removed screenshot gallery as it's now outdated.
2018-04-27 19:03:19 -07:00
Luke Usher 6630ee4c59
Update README.md 2018-04-01 21:44:48 +01:00
CakeLancelot 74cb6cdf7c
Move requirement to DX9 instead of 8 2018-03-19 04:11:46 -05:00
x1nixmzeng a313f655ff
Download from the last successful non-PR builds
Fixes #996
2018-03-17 19:57:46 +00:00
CakeLancelot 3de68fc7d3
Update README.md
We want people to submit non-working games as well so we can have a more complete database - with issues to update when the status *does*  improve or change.
2018-03-04 23:14:56 -06:00
Luke Usher 9e2c8b196b
Update README.md 2018-02-21 14:20:57 +00:00
x1nixmzeng ec573a5e6b Fixed download links to work with new build scripts 2018-02-16 00:17:07 +00:00
x1nixmzeng 3b68c88f70 Fixed linked to latest debug build 2018-02-14 21:28:13 +00:00
x1nixmzeng 1482230d46 Added links to development artifacts 2018-02-14 20:13:30 +00:00
PatrickvL 08c44bd403
Added link to AppVeyor builds history 2018-01-11 11:49:25 +01:00
Luke Usher adead9631f
Update README.md
Goddammit.
2017-12-02 16:24:06 +00:00
Luke Usher 537e7295bc
Amend typo in README.md 2017-12-02 15:11:32 +00:00