Colin McMillen mcmillen
mcmillen pushed to master at semicolin/sneak 2020-02-24 19:02:07 -05:00
ab2a57d632 update LangVersion=latest in all projects
mcmillen opened issue semicolin/sneak#23 2020-02-24 18:06:59 -05:00
Add letterboxing to deal with weird aspect ratios on UWP
mcmillen pushed to master at semicolin/sneak 2020-02-24 17:07:45 -05:00
f081a3db4e Apply VS suggestion for refactoring TextureRef.Get
mcmillen pushed to master at semicolin/sneak 2020-02-21 10:24:34 -05:00
26649ce20d Draw debug output within the TV-safe area.
mcmillen pushed to master at semicolin/sneak 2020-02-20 16:39:42 -05:00
ed7afd2fa1 TextureRef: make Get a property rather than a function
mcmillen pushed to master at semicolin/sneak 2020-02-20 16:37:55 -05:00
e72b8999e4 Make TextureRef class for holding textures.
mcmillen pushed to master at semicolin/sneak 2020-02-20 16:37:52 -05:00
0e164f7b75 mark field readonly
mcmillen closed issue semicolin/sneak#16 2020-02-20 14:14:48 -05:00
Add visual decorations to stages
mcmillen commented on issue semicolin/sneak#16 2020-02-20 14:14:24 -05:00
Add visual decorations to stages

Done as of today -- relevant patches include:

2934296649
6b9aa0844c
f1b71ca87d
c4e211e750
mcmillen pushed to master at semicolin/sneak 2020-02-20 13:37:35 -05:00
0ee671c8b1 fix how the first line of World is parsed
mcmillen pushed to master at semicolin/sneak 2020-02-20 13:37:31 -05:00
c4e211e750 more level decorations
mcmillen pushed to master at semicolin/sneak 2020-02-20 12:26:51 -05:00
f1b71ca87d Tiles can now be obstacles (in the foreground) or decorations (in the background).
mcmillen pushed to master at semicolin/sneak 2020-02-19 17:33:47 -05:00
08a31231e9 Draw LinesOfSight behind most other things.
mcmillen pushed to master at semicolin/sneak 2020-02-19 17:18:29 -05:00
2fe8e53e77 Call GC.SuppressFinalize() from Dispose().
mcmillen pushed to master at semicolin/sneak 2020-02-19 16:36:54 -05:00
af9a48bc5d small cleanups suggested by VS
mcmillen pushed to master at semicolin/sneak 2020-02-19 16:33:36 -05:00
026623ac82 Fix memory leaks of graphics resources.
mcmillen pushed to master at semicolin/sneak 2020-02-19 15:34:31 -05:00
1eb4d7a7d2 Debug off by default
mcmillen pushed to master at semicolin/sneak 2020-02-19 15:09:07 -05:00
44bd3c6896 Show lines of sight only when Debug enabled
mcmillen pushed to master at semicolin/sneak 2020-02-19 15:07:59 -05:00
b858c45b7e Cycle through levels when player hits the "restart level" button.
mcmillen pushed to master at semicolin/sneak 2020-02-19 15:07:55 -05:00
6b9aa0844c Update demo level.