TheoryOfNekomata
eaf9cebfbf
Add SVG sprites, update grouping
Ensure no transforms are done with the sprite components.
2 роки тому
TheoryOfNekomata
e014ce1af6
Draw Paragon magazine, showcase all weapons
The magazine for Paragon is now drawn. Also the weapons showcase is
added for showing all the available geometry of all the weapons.
2 роки тому
TheoryOfNekomata
422f53e06d
Update Militant magazine
Ensure magazine is completely drawn.
2 роки тому
TheoryOfNekomata
dc25d90719
Update weapons
Fix sprite grouping, add more neutral codenames to weapons.
2 роки тому
TheoryOfNekomata
1ceafa9423
Update .50 AE
Use measurements from CIP.
2 роки тому
TheoryOfNekomata
307f1e6722
Update bullet sprite
Use construction sheet for 9mm.
2 роки тому
TheoryOfNekomata
b73c32d7dd
Draw rifle bullets, correction to 50 AE graphic
Draw the rifle bullets according to dimension charts.
2 роки тому
TheoryOfNekomata
63021f04d1
Trace weapon ammo
The magazines for each weapon except the rifles have been drawn.
2 роки тому
TheoryOfNekomata
a460ff3067
Update weapons info, add props sprite source
Add remarks for M9.
2 роки тому
TheoryOfNekomata
7a8f97cad5
Update weapons sprites
Small changes to weapons sprites.
2 роки тому
TheoryOfNekomata
d627a7bd0a
Remove right-to-left weapon sprites
We'll just use the flipped versions for ease of development.
2 роки тому
TheoryOfNekomata
5ad083d293
Add weapon codenames, weapon sprites
Include weapon sprites, however the flipped versions need re-tracing
details.
2 роки тому
TheoryOfNekomata
4a6b32256c
Update audio, add todo item
Organize audio. The sfx are also rearranged.
2 роки тому
TheoryOfNekomata
938b9c1250
Add tools
Include tools for testing various parts of the app
2 роки тому
TheoryOfNekomata
6fa602afe0
Group shell drop sounds
Put shell sounds to their own directory.
2 роки тому
TheoryOfNekomata
2ae87c59e8
Reorganize audio
Rename audio to corresponding audio event.
2 роки тому
TheoryOfNekomata
9e06bc780a
Update documentation and assets
Provide latest versions of the files.
2 роки тому
TheoryOfNekomata
b8c6aff742
Add assets
Assets for weapons.
2 роки тому
TheoryOfNekomata
f3d50bcd99
Save config upon loading
Ensure that initial loading of the config saves the values back to the
config file, in order to account for fallback values.
2 роки тому
TheoryOfNekomata
aa41c57db6
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 роки тому