Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-08 | feat: add `--scale-factor` option | ||
2024-04-08 | fix: send inputs via messages instead of input | ||
It appears as if lightyear inputs are supposed to be keys that are being held down. This abstraction does not fit well with our inputs, which are one-time actions. In particular, I've found inputs being missed. We hope to improve upon this, by sending inputs as lightyear messages via a reliable, oredered channel. | |||
2024-04-08 | chore: update lightyear to 0.13.0 | ||
2024-04-08 | chore: update bevy to 0.13.2 | ||
2024-04-08 | fix: fix selecting factions | ||
2024-03-24 | fix: attack closest (instead of hovered) target | ||
2024-03-24 | feat: camera controls | ||
2024-03-24 | feat: color projectiles | ||
2024-03-24 | feat: damage types | ||
2024-03-24 | feat: add tower range/ target indicator | ||
2024-03-24 | feat: add `right click` input | ||
2024-03-24 | feat: add stop (`s`) input | ||
2024-03-24 | chore: change factions to purple/yellow | ||
2024-03-23 | feat: towers prioritize non-player targets | ||
2024-03-23 | feat: respawn players | ||
2024-03-23 | fix: only players regen health | ||
2024-03-23 | feat: add client faction | ||
2024-03-23 | feat: camera movement | ||
2024-03-23 | feat: movement collision | ||
2024-03-22 | feat: nexuses | ||
2024-03-22 | feat: minions | ||
2024-03-22 | feat: towers | ||
2024-03-20 | feat: flash ability | ||
2024-03-20 | feat: scale spear damage | ||
2024-03-20 | feat: don't show attack indicator on hover (only on `a`) | ||
2024-03-20 | feat: automatically auto-attack | ||
2024-03-20 | fix: adjust meele's cooldowns | ||
2024-03-20 | fix: pull deals damage | ||
2024-03-20 | fix: dash deals damage | ||
2024-03-19 | feat: render buffs in client | ||
2024-03-19 | feat: area of effect | ||
2024-03-19 | feat: shield ability | ||
2024-03-19 | feat: focus ability | ||
2024-03-19 | chore: tweak champions | ||
2024-03-19 | feat: pull ability | ||
2024-03-19 | feat: dash ability | ||
2024-03-18 | feat: vary attack speed | ||
2024-03-18 | feat: vary max health | ||
2024-03-18 | fix: fix swapped projectiles in ranged/ meele attack | ||
2024-03-18 | fix: fix champion selection | ||
2024-03-18 | fix: show health regen in ui | ||
2024-03-18 | feat: speed ability | ||
2024-03-18 | fix: fix abilities selecting the right cooldown | ||
2024-03-18 | chore: play with network settings | ||
2024-03-18 | chore: run server systems in `fixed update` | ||
2024-03-17 | feat: add damage indicators | ||
2024-03-17 | feat: add hotbar | ||
2024-03-17 | feat: add directional ability indicator | ||
2024-03-17 | chore: refactor abilities | ||
2024-03-17 | feat: skillshots | ||