Age | Commit message (Collapse) | Author |
|
macros for endian conversion
This increases the execution speed a lot since GCC can't detect the OTTD macro as an endian conversion
while Apple's code uses the instruction to convert endian instead of a series of instructions to produce the same result
Since we don't have that many endian conversions in the game, overall performance should not increase noteworthy
|
|
target by default
|
|
comments, excess empty lines, minor other changes
nothing spectacular, just some stuff, which piled up
|
|
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
|