Commits (4)
-
Robert Sprowson authored
Include paths changed to Unix style. Debug and non debug CMHG definitions replaced by one which is selected by passing predefines to CMHG. Removed dummy services.h. Don't bother calling TinyStubs SWI since in ROM it does nothing, and the RAM versions haven't used it since ~1997. Use module header constants generated from CMHG rather than hand made one. Reject out of range SWIs (fixes ticket #305). Version 0.20. Tagged as 'ColourDbox-0_20'
1a091094 -
Robert Sprowson authored
No headers to export (they're in tboxlibs), state this explicitly. Retagged.
196e1eeb -
Robert Sprowson authored
Contrary to the Toolbox manual, ColourDbox was taking a zero "max title length" field as the cue to substitute the title, followed by setting the title string pointer to NULL, trying to strlen() it, and ending up with the default from the Res file for this object. The code to look up the default title in the Messages was never called. Changed to follow the docs: a NULL title string pointer uses the default and no significance is attached to the max buffer length in that case. Messages file (which is now used as a result) changed to have the same default title as before. Thanks to Nick Roberts for spotting & testing this. Version 0.21. Tagged as 'ColourDbox-0_21'
7845bbed -
Robert Sprowson authored
Copy into the provided colour_block pointer, rather than the address of the pointer. Also, make the calculation of required size a bit more readable by replacing multiple occurences with a variable. Fixes ticket #443. Version 0.22. Tagged as 'ColourDbox-0_22'
0c3b8f71
Showing
cmhg/Modhdr_NoD
deleted
100644 → 0