Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
modal-studios
/
izanagi-2022
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Ревизии
2
Клонове
70 MiB
ИН на ревизия:
cc63e9e338
feature/data-structs
master
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от 'cc63e9e338'
${ noResults }
izanagi-2022
/
dependencies.txt
dependencies.txt
37 B
Директен файл
Normal View
История
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 години
1
https://github.com/compuphase/minIni