このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-studios
/
izanagi-2022
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
11
コミット
2
ブランチ
70 MiB
ツリー:
093653d1e6
feature/data-structs
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'093653d1e6' から
${ noResults }
izanagi-2022
/
dependencies.txt
dependencies.txt
76 B
Raw
通常表示
履歴
Add ini parser, setup custom config We use minIni to parse ini files instead of implementing our own. This is useful for config modifiable by the user, such as controls. However, we haven't implemented a fault-tolerant config that writes to the config when the existing file is corrupted or non-existent. We will have to define a "save" as soon as we have all values defined for our in-memory config, regardless if we have retrieved the values successfully or provided default hardcoded values. Since we use an external dependency to manage our configs, the CMake config must be modified and the source files included in the build. How do we organize the dependencies from other Git repositories moving forward?
2年前
Add unit tests Use bdd-for-c for unit tests.
2年前
1
2
https://github.com/compuphase/minIni
https://github.com/grassator/bdd-for-c