aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/fixedpoint.cpp
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Formatting fixesEric Fry
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double
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 actor related codejohndoe123
- Add isTimerExpired function
2018-07-20ILLUSIONS: More work on the Camera classjohndoe123
- Add fixed point code (untested and probably wrong)