Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-05 | Changes to some of the validation functions to allow immediate '0' in | Oskar | |
MODE_N | |||
2024-03-31 | Alright. 'D' and 'X' will work exactly like validate_LN with MODE_N. May | Oskar | |
change in the future but for now it will only support MODE_N for simplicity sake. I really want the new input system out. | |||
2024-03-29 | Renamed validate_L to validate_LN. The name may change. I should also | Oskar | |
find a better way to implement vlaidate_check_p_m but for now all that matters is that its working correctly... Which i think it does... | |||
2024-03-29 | Removed validate_N because its redundant | Oskar | |
2024-03-22 | vimmn prepared forgot to make a branch :( | Oskar | |
2024-03-22 | vcimm tested, some invalid checks are let through but thats out of scope for ↵ | Oskar | |
this function. It will be checked for in other functions. | |||
2024-03-22 | updated test/Makefile for easier testing | Oskar | |
2024-03-22 | Created tests. Will create more testcases later. | Oskar | |
2024-03-21 | i think validate_plus_continue is working now, it took way too long to ↵ | Oskar | |
figure this out | |||
2024-03-21 | Moved around even more. Probably some things i am missing or removed somehow ↵ | Oskar | |
but overall it already feels a bit better to have moved everything to smaller more manageable functions | |||
2024-03-21 | Moving around alot of code now. It probably wont compile | Oskar | |
2024-03-21 | added i_validation.c and i_validation.h to make the code a bit easier and ↵ | Oskar | |
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces |