Garritt McCune glm94
  • Joined on 2020-12-03
glm94 pushed to main at glm94/assm-test 2022-01-18 10:28:59 -06:00
479dc57ea8 Code cleanup in the List code. Possibly saved myself some headache in the future by using the right pointer type in the struct definition.
glm94 pushed to main at glm94/assm-test 2022-01-17 11:21:52 -06:00
929f2a7f4b Made the List generic, though more care needs to be taken when using it since memory leaks can happen when structs are used with it.
glm94 pushed to main at glm94/assm-test 2022-01-07 15:37:43 -06:00
2c18b593ab Expanded the assembly test code partially, and added some ideas on how to encode instructions.
glm94 pushed to main at glm94/assm-test 2022-01-05 16:52:17 -06:00
8656ba7d0c Fixed a bug where the last character of a line would be lost when generating a list of string tokens.
glm94 pushed to main at glm94/assm-test 2022-01-05 10:51:34 -06:00
0b46ac2f54 Added some error handling in the List functions. Just trying to get a feel for how to handle memory allocation failures in C.
glm94 pushed to main at glm94/assm-test 2022-01-05 10:02:15 -06:00
2d3b6f1858 Changed the signatures of some of the List functions to have the 'const' contract. I feel this makes more sense to have since these functions are to not modify all or some of their parameters. Plus it just feels right to have them defined this way.
glm94 pushed to main at glm94/assm-test 2021-12-30 15:21:18 -06:00
08acc6af22 First stage of splitting up a source line complete. Next is tokenizing the list of string being generated.
glm94 pushed to main at glm94/assm-test 2021-12-30 14:56:44 -06:00
4be3a4a7ea Changed the 'AddListItem' function to make a copy of the char array that its sent to make the caller's life a bit easier.
glm94 pushed to main at glm94/assm-test 2021-12-30 14:28:10 -06:00
168d8e1548 Created a list structure for strings. Should work for splitting lines of text up just before they're tokenized.
glm94 pushed to main at glm94/assm-test 2021-12-28 15:23:42 -06:00
9c6b1d9057 Added very simple parsing logic.
5162804270 Initial commit, can read from a list of files passed.
Compare 2 commits »
glm94 created branch main in glm94/assm-test 2021-12-28 15:23:41 -06:00
glm94 created repository glm94/assm-test 2021-12-28 15:22:49 -06:00
glm94 pushed to main at glm94/sdl-test 2021-12-16 13:47:54 -06:00
f84cbb87df There was no bug except my code. Now the 'box' correctly starts and stops around the text.
glm94 pushed to main at glm94/sdl-test 2021-12-16 13:43:07 -06:00
9728abd294 Got a 'GroupBox' type of display going on for the CPU Stats display. Seems to be a bug with the text having a lot of whitespace, but good enough for this test.
glm94 pushed to main at glm94/sdl-test 2021-12-16 12:14:32 -06:00
968458cf1c Added test code to see how drawing lines would work.
glm94 pushed to main at glm94/sdl-test 2021-12-16 10:47:02 -06:00
7ebc28199f Added proof of concept code to render some text to the screen. Split up the two 'screens' that'll be using to keep the code clean.
glm94 pushed to main at glm94/sdl-test 2021-12-14 20:32:28 -06:00
5bda17331c Created a test pattern in the client's screen.
glm94 pushed to main at glm94/sdl-test 2021-12-14 15:45:11 -06:00
31ea565754 Minor code cleanup.
glm94 pushed to main at glm94/sdl-test 2021-12-14 15:06:04 -06:00
2cdd7ee837 Initial commit
glm94 created branch main in glm94/sdl-test 2021-12-14 15:06:04 -06:00