Commit Graph

423 Commits

Author SHA1 Message Date
29463eb834 make DesktopGL build work with "dotnet run" 2021-07-22 11:14:46 -04:00
d86793197e add FNA to solution 2021-07-21 15:49:44 -04:00
a0030dcf0d add FNA build 2021-07-21 15:42:21 -04:00
9bf5a157e7 make debug toasts show up below the player's hearts 2021-07-21 15:14:51 -04:00
9e490dbd2f enable music by default 2021-07-15 21:00:43 -04:00
5e6f95beee revert back to Newtonsoft.Json for now 2021-07-15 20:52:05 -04:00
b98bb61bd9 rewrap to fit line length 2021-07-14 17:19:31 -04:00
bd8df00305 LinesOfSight: FNA compatibility. 2021-07-14 17:18:08 -04:00
f6dde30804 FNA compat changes: SpriteBatch.Begin & DrawIndexedPrimitives. 2021-07-14 16:48:16 -04:00
92ace31d90 add Vectors class and use Vectors.Round() & Vectors.Floor(). 2021-07-14 13:13:16 -04:00
f05142066d remove use of Math.Clamp() 2021-07-14 11:23:43 -04:00
899b17d955 comment out MonoGame platform printing 2021-07-14 11:23:29 -04:00
1a025c275b just use WorldBounds.{Width,Height} instead of {Size.X,Size.Y} 2021-07-14 11:13:38 -04:00
f12d4b1e36 remove Newtonsoft.Json reference 2021-07-13 12:00:48 -04:00
3cd98d08f4 Newtonsoft.Json -> System.Text.Json for SneakWorld.cs 2021-07-13 11:54:15 -04:00
b15a55afd1 Newtonsoft.Json -> System.Text.Json for Sprites.cs 2021-07-13 11:00:19 -04:00
b561cf7243 add System.Text.Json to dependencies 2021-07-13 10:44:44 -04:00
7ed2f3ebb6 MusicPlayer: add Enabled bool (defaults to off) 2021-07-12 15:27:29 -04:00
d2d671e24f debug off by default 2021-07-12 15:27:18 -04:00
fb0fee59ad back to SneakScene as default 2021-07-12 15:10:18 -04:00
a01c4a1d51 add Debug.AddPoint, enable debug by default 2021-07-12 14:58:29 -04:00
239dc167f9 add Terran planet texture 2021-07-12 14:57:49 -04:00
20c4bd8b3a SpiderWorld: tweak constants / anchor positions 2021-07-12 14:57:22 -04:00
1fd19f14dc add Spider* files to project and SneakGame 2021-02-09 10:14:10 -05:00
0b555af7a1 add Spider game 2021-02-08 17:26:40 -05:00
f4d2439263 set default non-fullscreen resolution to 720p 2021-02-08 17:26:04 -05:00
123ea724d0 enemy now moves 2021-02-08 16:08:01 -05:00
95d24a63ec pass in a newShots list instead of returning one 2020-11-30 17:20:14 -05:00
9c289bd132 add basic Enemy skeleton 2020-11-30 17:12:09 -05:00
d8f3d940ef move Draw() into Player & Shot 2020-11-30 16:23:35 -05:00
b5853828bd ShmupWorld: pad screen bounds for reaping objects 2020-11-30 15:34:59 -05:00
0f5f7b84f7 ShmupWorld: add Player.Update() as separate function 2020-11-30 15:11:52 -05:00
2b17501bab ProfilingList: add AddRange() function 2020-11-30 15:11:31 -05:00
88c8aa033b lint.py: fix amount of ..'s for new repo layout 2020-11-30 15:10:56 -05:00
7faf1ecd97 add better comment to gitignore 2020-11-20 18:06:52 -05:00
c82bce200e rename OpenGL -> DesktopGL 2020-11-20 17:52:40 -05:00
6293d549dd move OpenGL/ UWP/ and Sneak.sln into public repo 2020-11-20 17:42:05 -05:00
8792db1eed add Content/ to gitignore 2020-11-20 17:38:35 -05:00
7f7da206c9 add whitespace line 2020-11-20 17:38:23 -05:00
5d9a7205a1 add autofire (with a cooldown); don't shoot a plethora of shots at once 2020-11-20 16:18:12 -05:00
ed3dd73493 add debug toasts & more shots at once 2020-11-19 19:38:31 -05:00
18f80f8a70 lots pewpews, in rotating colors 2020-11-19 18:52:56 -05:00
db01dcea28 generate Shots on user input & reap them once offscreen 2020-11-19 17:55:27 -05:00
057292c138 separate letterboxColor from backgroundColor. 2020-11-19 17:54:45 -05:00
3c08579ed9 add some shots (pew pew pew) 2020-11-19 17:26:50 -05:00
6fed3acdda add ProfilingList.RemoveAll() 2020-11-19 17:26:05 -05:00
5732d60047 add projectiles to Textures 2020-11-19 17:03:45 -05:00
7695f45cc0 clamp player movement to world 2020-11-19 16:36:21 -05:00
bdfe5555b8 add more ship textures 2020-11-19 15:25:54 -05:00
7b9147d901 Input: flip y-motion to match our usual coordinates (top left is (0, 0)) 2020-11-19 14:44:45 -05:00