aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/fixedpoint.h
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
2018-07-20ILLUSIONS: Implement pathwalking (actual pathfinding todo)johndoe123
2018-07-20ILLUSIONS: More work on the Camera classjohndoe123
- Add fixed point code (untested and probably wrong)