Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eithwa committed Mar 19, 2020
1 parent 7b97ddd commit 8b70e76
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@

## VS-2019 Migration Notes
```
+ In order to support modern libraries, we've moved to VS2019 with MSVC140.
VS2005/2008 will not work now.
+ To ease maintenance, this version of YHANIKI targets only modern windows OSs.
+ A bunch of compiler warnings have been ignored to reduce the workload of this migration.
They should be dealt with after the ongoing refactoring is completed.
+ LibLua and SDL have been rebuilt with MSVC140 and are included in this repository (in folder ThirdParty_rebuild).
+ Using C++14 now. Currently there are some problems with C++17.
+ Old assets pack won't work with this source. Please contact devs for updated assets pack.
```

# StepMania 3.9 永和金城武版(YHANIKI)
+ fork from [stepmania](https://github.com/stepmania/stepmania)
- [tag v390release](https://github.com/stepmania/stepmania/releases/tag/v390release)
+ 部分功能沿用ddrtime編輯器版本StepMania
- [STEPMANIA 3.9 編輯器我流版](https://forum.gamer.com.tw/C.php?bsn=16862&snA=1184)

<!-- TOC -->

- [VS-2019 Migration Notes](#vs-2019-migration-notes)
- [StepMania 3.9 永和金城武版(YHANIKI)](#stepmania-39-%e6%b0%b8%e5%92%8c%e9%87%91%e5%9f%8e%e6%ad%a6%e7%89%88yhaniki)
- [VS-2019 Migration Notes](#vs-2019-migration-notes)
- [一般模式](#%e4%b8%80%e8%88%ac%e6%a8%a1%e5%bc%8f)
- [作譜模式](#%e4%bd%9c%e8%ad%9c%e6%a8%a1%e5%bc%8f)
- [連線模式](#%e9%80%a3%e7%b7%9a%e6%a8%a1%e5%bc%8f)
Expand All @@ -28,6 +16,22 @@
- [偉大貢獻者](#%e5%81%89%e5%a4%a7%e8%b2%a2%e7%8d%bb%e8%80%85)

<!-- /TOC -->

## VS-2019 Migration Notes
```
+ In order to support modern libraries, we've moved to VS2019 with MSVC140.
VS2005/2008 will not work now.
+ To ease maintenance, this version of YHANIKI targets only modern windows OSs.
+ A bunch of compiler warnings have been ignored to reduce the workload of this migration.
They should be dealt with after the ongoing refactoring is completed.
+ LibLua and SDL have been rebuilt with MSVC140 and are included in this repository (in folder ThirdParty_rebuild).
+ Using C++14 now. Currently there are some problems with C++17.
+ Old assets pack won't work with this source. Please contact devs for updated assets pack.
```




## 一般模式
| 快速鍵 | 功能 |
| ---- | ---- |
Expand Down

0 comments on commit 8b70e76

Please sign in to comment.