Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
The frame number argument to showframe is 9 bits of ax in the
original asm, but was passed in a uint8.
|
|
ah should contain the next char to print for kernchars(), but
it was getting clobbered in one code path, and not even set in another.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to bgKa for looking at this.
|
|
COMPOSER: Merge engine
|
|
|
|
|
|
|
|
Sound Fx driver
|
|
DREAMWEB: Translate printing subsystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Another regression of the CoktelDecoder rewrite.
Thanks to digitall for finding the offending commit. :)
|
|
The first element of the _data array in PathFindingHeap was never
used, fix that.
|
|
This halves the size of the pathifnding heap, but adds warnings if push()
is attempted on a full heap.
|
|
|
|
|