summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-03fixed warningjohannes
2024-07-11fixed wrong sizes in malloc and unpacking of snapJohannes Herman
2024-05-03added void paramjohannes
2024-05-03changed all binary numbers to hexjohannes
2024-05-03changed escape sequence from '\e' to '\033'johannes
2024-04-14added warning message for player not foundjohannes
2024-04-14removed old command systemjohannes
2024-04-06implemented extract mapjohannes
2024-03-03added freeargsjohannes
2024-02-22minor args help fixjohannes
2024-02-14fixed args not working with full namesjohannes
2024-02-14fixed -Wsign-compare warningsjohannes
2024-02-14removed old functionjohannes
2024-02-14changed args parsingjohannes
2024-02-13miscjohannes
2024-02-11changed demoprintjohannes
2024-02-11format alljohannes
2024-02-11added argument parser and run functionjohannes
2024-02-10finalized changemapjohannes
2024-02-10added setskinbyidjohannes
2024-02-10added free demo, new test datajohannes
2024-02-10added change map functionjohannes
2024-02-09readdemomap no longer read v6 magic for older versionsjohannes
2024-02-09added change name and skin functionsjohannes
2024-02-09changed executable namejohannes
2024-02-09added optional print chunksjohannes
2024-02-09added read demo and write demo functionsjohannes
2024-02-09added printsnap funcjohannes
2024-02-09correct read / write of demo filejohannes
2024-02-09added read and write ctring from intjohannes
2024-02-07cleanupjohannes
2024-02-07added source of copied/inspired functionsjohannes
2024-02-07changed type from char to demochunktypejohannes
2024-02-07added write snap, fixed some bugsjohannes
2024-02-07changed read int to take char ** instead of unsigned char **johannes
2024-02-07added packed int writerjohannes
2024-02-07finished writedemotickjohannes
2024-02-07fixed bug in writedemomap, did not write mapmagicjohannes
2024-02-07start write chunk tickjohannes
2024-02-07added simple read message and delta functionsjohannes
2024-02-06added write demo functionsjohannes
2024-02-06made readdemomap follow versionjohannes
2024-02-06refactor readdemoheaderjohannes
2024-02-06changed magic bytes to macrojohannes
2024-02-06changed chunk type to enumjohannes
2024-02-06moved reverseint to packjohannes
2024-02-06reformatjohannes
2024-02-06added read snap and read tickjohannes
2024-01-31initial init, huffman and demoheaderjohannes