aboutsummaryrefslogtreecommitdiff
path: root/assets/mdl
Commit message (Collapse)AuthorAgeFilesLines
* forgot to track the wedge.vmdl. all this time.rodri2023-02-251-0/+13
|
* began building a universe for every party.rodri2021-08-011-7/+6
| | | | | | | get rid of the notes file. i already keep them on paper. adapted the client to use an rframe for drawing. implemented some VModel methods for testing. FPS2MS → HZ2MS. it makes more sense and is shorter.
* brought the Sprite struct for future animations.rodri2021-07-281-0/+14
implemented per-party game state and dynamics. now the state is broadcast after integration, not before. fixed a bug in the broadcast procedure where it would keep referencing an already freed Party and its players. implemented a proper Keymap the user will be able to configure. added mkfile rules to manage installation and dependencies. defined a ton of structs in dat.h for new game objects. started work on a general vector model abstraction to define ship `skins'. removed some debug clauses we no longer need. fixed some other ones.