Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: Formatting fixes | Eric Fry | |
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double | |||
2018-07-20 | ILLUSIONS: Replace spaces with tabs | Eric Fry | |
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability | |||
2018-07-20 | ILLUSIONS: Implement pathwalking (actual pathfinding todo) | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on actor related code | johndoe123 | |
- Add isTimerExpired function | |||
2018-07-20 | ILLUSIONS: More work on the Camera class | johndoe123 | |
- Add fixed point code (untested and probably wrong) |