Colin McMillen mcmillen
mcmillen pushed to master at semicolin/sneak 2020-02-16 19:22:39 -05:00
e2ea2e1d3f Add ability to restart the level. Fixes #9.
mcmillen closed issue semicolin/sneak#20 2020-02-15 16:50:00 -05:00
Add unit tests for Geometry.Rotate(Vector2)
mcmillen pushed to master at semicolin/sneak 2020-02-15 16:50:00 -05:00
a32ef2a0eb Add unit tests for Geometry.Rotate(Vector2).
mcmillen pushed to master at semicolin/sneak 2020-02-15 16:32:43 -05:00
1ffe1444b2 Debug: draw rects as 4 GPU-accelerated lines.
mcmillen pushed to master at semicolin/sneak 2020-02-15 16:32:37 -05:00
48a9297a57 draw Debug stuff on top of everything (after lighting)
mcmillen closed issue semicolin/sneak#3 2020-02-15 16:06:02 -05:00
UwpProgram.SetFullScreen(): adjust backbuffer size after the display mode change?
mcmillen commented on issue semicolin/sneak#3 2020-02-15 16:05:59 -05:00
UwpProgram.SetFullScreen(): adjust backbuffer size after the display mode change?

I think the current code is fine.

mcmillen closed issue semicolin/sneak#19 2020-02-15 15:47:48 -05:00
Draw Debug lines using GPU
mcmillen pushed to master at semicolin/sneak 2020-02-15 15:47:48 -05:00
5d21ff2a0f Debug.DrawLines: use GPU to draw lines.
mcmillen pushed to master at semicolin/sneak 2020-02-15 15:15:28 -05:00
a21802e9f2 FMath.DegToRad(): use look-up table.
mcmillen pushed to master at semicolin/sneak 2020-02-15 15:00:30 -05:00
24078d6c62 move FieldOfView into Player
mcmillen closed issue semicolin/sneak#21 2020-02-15 14:57:24 -05:00
Player: rename or remove GetFacing & GetPose
mcmillen pushed to master at semicolin/sneak 2020-02-15 14:57:24 -05:00
66f895fab8 Player: remove GetPose, add VisionRange and VisionRay.
mcmillen pushed to master at semicolin/sneak 2020-02-15 14:49:38 -05:00
c94ae6eb25 Player: make Facing an int property.
mcmillen pushed to master at semicolin/sneak 2020-02-14 00:28:56 -05:00
faa45d6fea add new URLs to copybara config
mcmillen pushed to master at semicolin/sneak 2020-02-14 00:26:39 -05:00
96668a6d0a update README for new /semicolin/ paths
mcmillen transferred repository colin/sneak to semicolin/sneak 2020-02-14 00:21:26 -05:00
mcmillen pushed to master at semicolin/sneak 2020-02-14 00:06:27 -05:00
e7f15bb94e bcs: allow names of other tree-likes, such as MonoGame's 'develop' branch
mcmillen pushed to master at semicolin/sneak 2020-02-13 23:42:07 -05:00
a84231582c bcs: add -x argument to specify a file extension
mcmillen pushed to master at semicolin/sneak 2020-02-13 23:30:33 -05:00
5210ef7398 bcs: add ability to set context lines; clean up some expansions