Colin McMillen mcmillen
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:51:02 -05:00
63aa190afe move Debug.Enabled check into DrawToasts
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:58 -05:00
e30aa75f80 Debug: draw rasterized DebugLines to screen
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:55 -05:00
bba9f643eb Implement Bresenham's algorithm for line rasterization.
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:52 -05:00
252fe5b243 remove unused using
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:49 -05:00
3246f8ea45 capitalize struct field names
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:45 -05:00
cb66a32a24 add 1-space gap so that i can test bug #4
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:41 -05:00
34e7ab3ee1 make Toasts a list & implement FPS counter as a toast
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:37 -05:00
bee17a99af create Debug.AddLine() function [currently does nothing]
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:34 -05:00
938a38bd77 Camera.Update: remove unused time parameter
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:30 -05:00
8752f53ac8 add GitLab config to copybara config
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:26 -05:00
ae8fa0d21d Revert "Add .gitignore and .gitattributes."
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:22 -05:00
cb1b78b875 Add .gitignore and .gitattributes.
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:18 -05:00
f6f25144b6 SharedTests: don't depend on specific MonoGame version
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:15 -05:00
ea07fc146b add TODO about setting ySpeed = 0 in head-bonk
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:11 -05:00
2f75847615 remove toast
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:07 -05:00
459e43186a refactor Player input/state handling to be less tangled
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:50:03 -05:00
ea82c4ffd3 rename SpritePosition -> SpriteIndex
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:49:59 -05:00
03b8688f1e World: use single multi-line string instead of a string[]
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:49:55 -05:00
a719e5b370 Add secondary buttons for jump & attack
mcmillen pushed to master at semicolin/sneak 2020-02-13 14:49:51 -05:00
bbdc3c3053 SneakGame: remove History<GamePadState> & History<KeyboardState>.