Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
modal-studios
/
izanagi-2022
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
5
Cometimentos
2
Ramos
70 MiB
Árvore:
cc63e9e338
feature/data-structs
master
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de 'cc63e9e338'
${ noResults }
izanagi-2022
/
dependencies.txt
dependencies.txt
37 B
Em bruto
Vista normal
Histórico
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?
há 2 anos
1
https://github.com/compuphase/minIni