Colin McMillen mcmillen
mcmillen closed issue semicolin/sneak#24 2020-02-25 19:41:45 -05:00
test issue please ignore 1
mcmillen closed issue semicolin/sneak#25 2020-02-25 19:41:37 -05:00
test issue please ignore 2
mcmillen pushed to master at semicolin/sneak 2020-02-25 19:19:13 -05:00
0a64d17db5 fix lint errors
mcmillen closed issue semicolin/sneak#5 2020-02-25 19:16:02 -05:00
make linter script
mcmillen closed issue semicolin/sneak#4 2020-02-25 19:16:02 -05:00
Add code style guidelines
mcmillen pushed to master at semicolin/sneak 2020-02-25 19:16:02 -05:00
efccefa5b1 Add lint script.
mcmillen pushed to master at semicolin/sneak 2020-02-25 17:43:09 -05:00
3e8b438b0f change copybara config to use new domain
mcmillen opened issue semicolin/sneak#25 2020-02-25 17:13:25 -05:00
test issue please ignore 2
mcmillen opened issue semicolin/sneak#24 2020-02-25 17:13:13 -05:00
test issue please ignore 1
mcmillen commented on issue semicolin/sneak#6 2020-02-25 11:06:36 -05:00
Target C# 8 and MonoGame 3.8

Targeting C# 8 ("latest") happened in ab2a57d632. We're now using MonoGame 3.8 from nightlies: version 3.8.0.1074 on golbez & rydia.

mcmillen closed issue semicolin/sneak#6 2020-02-25 11:06:36 -05:00
Target C# 8 and MonoGame 3.8
mcmillen commented on issue semicolin/sneak#2 2020-02-25 10:32:34 -05:00
SneakGame: move scrolling backgrounds into Scene

Done-enough for now via 7e7b0f77153973694306ca8b8639e8fdac751d1b and follow-ons.

mcmillen closed issue semicolin/sneak#2 2020-02-25 10:32:34 -05:00
SneakGame: move scrolling backgrounds into Scene
mcmillen commented on issue semicolin/sneak#1 2020-02-25 10:31:40 -05:00
SneakGame.LoadContent: decouple things like Player and World from their textures

Done in 57d15cbbd96a3257527ad249976ea1b893a5c496 and follow-ons.

mcmillen closed issue semicolin/sneak#1 2020-02-25 10:31:40 -05:00
SneakGame.LoadContent: decouple things like Player and World from their textures
mcmillen pushed to master at semicolin/sneak 2020-02-25 10:31:00 -05:00
bd78586a1d rm newline
mcmillen pushed to master at semicolin/sneak 2020-02-25 09:58:44 -05:00
74b5e1ec2d Debug rects: pull in top & left sides by a 1-pixel margin.
mcmillen pushed to master at semicolin/sneak 2020-02-25 09:36:02 -05:00
a0ea63f96b make Input readonly
mcmillen pushed to master at semicolin/sneak 2020-02-25 09:26:31 -05:00
4e4c2cccb3 Input: process debugging commands first & exit early if any are pressed.
mcmillen pushed to master at semicolin/sneak 2020-02-24 20:46:27 -05:00
6802b3f162 Make separate ExtensionMethods file.