Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | SCI32: Rewrap comments to 80 columns in lists32.h | Colin Snover | |
2016-10-26 | SCI32: Use standard max_size method instead of ARRAYSIZE for a container | Colin Snover | |
2016-03-08 | SCI: Slight template formatting fixes. | Johannes Schickel | |
2016-03-08 | SCI: Add missing namespace comments in graphics/. | Johannes Schickel | |
2016-02-21 | SCI: Skip NULL entries in FindByObject | Willem Jan Palenstijn | |
Lists can contain gaps if they're searched before Pack() is called. | |||
2016-02-18 | SCI: Minor cleanup | Colin Snover | |
1. Reorder member initialisations to match class member order 2. Use #pragma mark instead of comments for annotating sections 3. Remove useless >=0 checks on unsigned types | |||
2016-02-18 | SCI: Implement accurate renderer architecture for SCI32 | Colin Snover | |