index
:
floormat.git
feature/bptr
master
wip
wip2
wip22
game project in early development
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
critter.cpp
Age
Commit message (
Expand
)
Author
2024-02-29
prefer array over jump table
Stanislaw Halik
2024-02-28
cleanup some math code
Stanislaw Halik
2024-02-28
clean up a bit
Stanislaw Halik
2024-02-28
adjust critter move speed
Stanislaw Halik
2024-02-28
calculate critter move speed at compile-time
Stanislaw Halik
2024-02-28
enable move speed scaling with critter.speed
Stanislaw Halik
2024-02-28
fix diagonal movement offset bug
Stanislaw Halik
2024-02-27
actually speed should be the property of critter
Stanislaw Halik
2024-02-07
src: move tile defs that need Vector2 into their own file
Stanislaw Halik
2024-02-04
b
Stanislaw Halik
2024-01-24
c
Stanislaw Halik
2024-01-24
a
Stanislaw Halik
2024-01-11
zz
Stanislaw Halik
2024-01-11
try fixing hz
Stanislaw Halik
2023-11-22
a
Stanislaw Halik
2023-10-08
now use Math::sqrt at compile time
Stanislaw Halik
2023-09-14
add more constexpr math and tests
Stanislaw Halik
2023-09-07
calculate move vectors at compile-time
Stanislaw Halik
2023-09-05
short-circuit movement on collision in critter::update
Stanislaw Halik
2023-09-05
remove some clangd warnings
Stanislaw Halik
2023-09-05
src/critter: clean up before implementing pathfinding
Stanislaw Halik
2023-09-04
short circuit empty critter movement
Stanislaw Halik
2023-09-02
src: fix the move speed formula a abit
Stanislaw Halik
2023-09-01
rename character -> critter
Stanislaw Halik