37 Commits (9bf5a157e7c35725ab1385faa60a6eb19449349e)

Author SHA1 Message Date
Colin McMillen 9bf5a157e7 make debug toasts show up below the player's hearts 3 years ago
Colin McMillen d2d671e24f debug off by default 3 years ago
Colin McMillen a01c4a1d51 add Debug.AddPoint, enable debug by default 3 years ago
Colin McMillen 63a2645814 Timer: suppress printouts when not in DEBUG mode 4 years ago
Colin McMillen e4a4754ace fix comment to match new Xbox UI 4 years ago
Colin McMillen f7567686b3 Debug.AddLine(): make the 4-ints version the default 4 years ago
Colin McMillen 4c2437e1ac add Debug.AddPoint() 4 years ago
Colin McMillen a93076419d Debug: turn functions into noops if not compiled with DEBUG. 4 years ago
Colin McMillen 8720896e87 make top-level classes public 4 years ago
Colin McMillen 0a64d17db5 fix lint errors 4 years ago
Colin McMillen bd78586a1d rm newline 4 years ago
Colin McMillen 74b5e1ec2d Debug rects: pull in top & left sides by a 1-pixel margin. 4 years ago
Colin McMillen 26649ce20d Draw debug output within the TV-safe area. 4 years ago
Colin McMillen 1eb4d7a7d2 Debug off by default 4 years ago
Colin McMillen 57d15cbbd9 Load all textures & fonts in one place. 4 years ago
Colin McMillen 1ffe1444b2 Debug: draw rects as 4 GPU-accelerated lines. 4 years ago
Colin McMillen 5d21ff2a0f Debug.DrawLines: use GPU to draw lines. 4 years ago
Colin McMillen 4d64d6fa12 Initialize and dispose of whiteTexture in SneakGame. 4 years ago
Colin McMillen ff0c9ddc26 Add a transformation matrix to spriteBatch.Draw(). 4 years ago
Colin McMillen 141a0660c4 Debug: draw lines correctly based on camera position. 4 years ago
Colin McMillen 57b65f559c rename Aabb -> AABB 4 years ago
Colin McMillen 50479bac3c while paused, don't clear the list of Debug rects & lines 4 years ago
Colin McMillen 4410ff137a add Debug.AddRect(AABB) function 4 years ago
Colin McMillen bff5d2b490 enable Debug by default 4 years ago
Colin McMillen 57e9ea558a add Debug.AddLine() function that takes in integer coordinates instead of Points 4 years ago
Colin McMillen 4b14aef1b5 make a bunch of fields readonly 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 3246f8ea45 capitalize struct field names 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 ae8fa0d21d Revert "Add .gitignore and .gitattributes." 4 years ago
Colin McMillen cb1b78b875 Add .gitignore and .gitattributes. 4 years ago
Colin McMillen cc37561076 run dos2unix on all source files 4 years ago
Colin McMillen 660d163119 converted all TODOs into Issues 4 years ago
Colin McMillen 096f577e61 change namespace to SemiColinGames 4 years ago
Colin McMillen 569a330e89 move Jumpy.Shared -> Shared directory 4 years ago
Colin McMillen fc02b768a1 remove stale TODO 4 years ago
Colin McMillen 7ed88960a5 gate toasts behind Debug.Enabled, rearrange their position & color 4 years ago
Colin McMillen 22db0ee696 basic scrolling world! 4 years ago
Colin McMillen 22a0fab70f add Debug.WriteLine delegate 4 years ago
Colin McMillen 6c5c7d4992 add Debug class for displaying rects on-screen 4 years ago