298 Commits (9bf5a157e7c35725ab1385faa60a6eb19449349e)

Author SHA1 Message Date
Colin McMillen 8c6b0e3c92 set vsync = true; setting it false seems to cause crashes on UWP 4 years ago
Colin McMillen 95acee959d clean up private fields/properties 4 years ago
Colin McMillen 7e8e5c3e6d pull Width and Height into properties 4 years ago
Colin McMillen 16062f65c3 World: convert from Tile[][] to List<Tile> 4 years ago
Colin McMillen e6fa78e30f World: convert fields to properties 4 years ago
Colin McMillen 84fa044675 more readability fixed via Visual Studio suggestions 4 years ago
Colin McMillen 4b14aef1b5 make a bunch of fields readonly 4 years ago
Colin McMillen 0c7c15c047 set target framerate back to 60 4 years ago
Colin McMillen f5ca85264f Add Clock class & use it from Player and SneakGame 4 years ago
Colin McMillen c7ec9e3ad7 start Player on ground 4 years ago
Colin McMillen 1ea4d6c39b don't vsync; set target FPS to 120-ish 4 years ago
Colin McMillen 87100eaa67 Player.Update now takes a float which is the model time elapsed. 4 years ago
Colin McMillen 83839c92ac add Pause functionality 4 years ago
Colin McMillen 63aa190afe move Debug.Enabled check into DrawToasts 4 years ago
Colin McMillen e30aa75f80 Debug: draw rasterized DebugLines to screen 4 years ago
Colin McMillen bba9f643eb Implement Bresenham's algorithm for line rasterization. 4 years ago
Colin McMillen 3246f8ea45 capitalize struct field names 4 years ago
Colin McMillen cb66a32a24 add 1-space gap so that i can test bug #4 4 years ago
Colin McMillen 34e7ab3ee1 make Toasts a list & implement FPS counter as a toast 4 years ago
Colin McMillen bee17a99af create Debug.AddLine() function [currently does nothing] 4 years ago
Colin McMillen 938a38bd77 Camera.Update: remove unused time parameter 4 years ago
Colin McMillen ae8fa0d21d Revert "Add .gitignore and .gitattributes." 4 years ago
Colin McMillen cb1b78b875 Add .gitignore and .gitattributes. 4 years ago
Colin McMillen ea07fc146b add TODO about setting ySpeed = 0 in head-bonk 4 years ago
Colin McMillen 2f75847615 remove toast 4 years ago
Colin McMillen 459e43186a refactor Player input/state handling to be less tangled 4 years ago
Colin McMillen ea82c4ffd3 rename SpritePosition -> SpriteIndex 4 years ago
Colin McMillen 03b8688f1e World: use single multi-line string instead of a string[] 4 years ago
Colin McMillen a719e5b370 Add secondary buttons for jump & attack 4 years ago
Colin McMillen bbdc3c3053 SneakGame: remove History<GamePadState> & History<KeyboardState>. 4 years ago
Colin McMillen db6f3e1425 Add Input class to group gamepad & keyboard inputs together. 4 years ago
Colin McMillen 9a1c6646dd properly handle non-rectangular input string[]s 4 years ago
Colin McMillen f58faa0b9f comment out Toast from Camera 4 years ago
Colin McMillen fb074dc318 History: make backing array readonly 4 years ago
Colin McMillen cc37561076 run dos2unix on all source files 4 years ago
Colin McMillen 960521a6e0 History: add ToArray() method to make tests cleaner 4 years ago
Colin McMillen b169584794 cleanup: spritePosition -> SpritePosition 4 years ago
Colin McMillen 361a02c67f rm KeyboardInput 4 years ago
Colin McMillen 660d163119 converted all TODOs into Issues 4 years ago
Colin McMillen 9959c5702b rename LICENSE -> LICENSE.txt & add copy to tools/ 4 years ago
Colin McMillen ef84fa85a1 Add LICENSE to Shared/ directory 4 years ago
Colin McMillen 710d1042ab remove TODO 4 years ago
Colin McMillen f0630d1679 go back to just a single RenderTarget 4 years ago
Colin McMillen 9af191e801 remove last Jumpy vestiges 4 years ago
Colin McMillen d75a469acc Move JumpyGame -> SneakGame & fix references 4 years ago
Colin McMillen 096f577e61 change namespace to SemiColinGames 4 years ago
Colin McMillen 7e64f2a0be remove "Jumpy." from {Android, OpenGL, UWP} 4 years ago
Colin McMillen 569a330e89 move Jumpy.Shared -> Shared directory 4 years ago