Skip to content

Tags: TokTok/cmp

Tags

v19

Toggle v19's commit message
Restructure the skipping functions and clarify their comments

v18

Toggle v18's commit message
Bump version

v17

Toggle v17's commit message
Merge pull request camgunz#43 from camgunz/develop

Develop

v16

Toggle v16's commit message
Fix issue camgunz#24

Bump version

Update copyrights

v10

Toggle v10's commit message
Increment version (skip unused/bad version 9) to 10

v9

Toggle v9's commit message
Merge pull request #12 from madmo/master

fix byteorder bugs in s16 s32 s64 reads

v8

Toggle v8's commit message
Increment version from 7 to 8

v7

Toggle v7's commit message
Merge branch 'master' of github.com:camgunz/cmp

v6

Toggle v6's commit message
Merge pull request #8 from MeetLima/master

fix: make cmp_write_object handle CMP_TYPE_STR8

v5

Toggle v5's commit message
Add Object API which, among other things, can be used for peeking

EXT types and sizes and sizes were swapped when writing and reading
them; fixed and updated tests

Clean up test code formatting; no line exceeds 80 chars now

Remove undefined behavior from test buffer code

Remove custom 'dboolean' bool type from test code

Remove custom 'byte' uint8_t type from test code

Replace Doom-specific I_Error function with errorf_and_exit function
that does the same thing

Move error_and_exit to utils.c so the buffer can make use of it

Add function names and line numbers to test errors