Age | Commit message (Collapse) | Author |
|
|
|
|
|
Format is:
common/scummsys.h (Only if a .cpp file)
header file for this file (Only if a .cpp file)
zengine includes
other includes, grouped by module
|
|
The new algorithm is potentially slower, but it doesn't need
to use sort. Speed shouldn't be a problem because the function
isn't used that often and in each case the size of the container
is small.
|
|
|
|
|
|
Also convert the argument to a reference instead of a pointer
|
|
|
|
The general thought is int is faster than int16 or byte. So if you can afford the
space, use it over int16 or byte. Also, only use int32 when you specifically need
the 32 bits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scr files
|
|
reference.
|
|
|
|
|
|
|
|
function
|
|
scr files are stored and encrypted in archive files. This is an easy
way to dump them for debugging purposes.
|