Commit Graph

84 Commits

Author SHA1 Message Date
RadWolfie 4056974209
review remark 2021-02-02 06:31:42 -06:00
RadWolfie 87196b8231
remove extra line 2021-02-02 05:16:01 -06:00
RadWolfie 463277c5d8
add notice + fix header 2021-02-02 05:14:48 -06:00
RadWolfie 6166a6ee85
update prerequisites section 2021-02-02 04:59:05 -06:00
Luke Usher ffee8ace55
Update Readme.md: Link to Compatibility website 2021-01-12 15:39:45 +00:00
RadWolfie 2720c5b430 readme: fix grammars 2020-08-28 15:49:25 -05:00
RadWolfie a501e9a4a4 readme: update bug report section 2020-08-28 15:49:25 -05:00
RadWolfie e1f587a629 readme: update to focus only on push events than include pull requests 2020-08-25 02:12:22 -05:00
Serentty 82c61be866
One more Wine-related edit
Somehow I missed the very first line of the readme, which also makes it sound Windows-exclusive, in my last PR. Sorry for the spam.
2020-05-07 16:52:51 -04:00
Serentty 2ab2965f3a
Mention Wine support more prominently in the readme
Right now the first mention of Wine is down next to the download link, and no mention is made of it under the system requirements. Given that compatibility with Wine has been a goal for this project in the past (in terms of bugfixes that fixed issues that only emerged when using it), I thought it would be a good idea to show that this use case is indeed considered by the developers. As a Linux user myself, this kind of thing would be more likely to consider using Cxbx after glancing at the repository.
2020-05-07 16:40:21 -04:00
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