245
edits
Vinterstum (talk | contribs) |
m (fixed small typo) |
||
Line 2: | Line 2: | ||
* Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now. | * Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now. | ||
* check for places that use char or unsigned char for boolean values, and change those to use type bool instead | * check for places that use char or unsigned char for boolean values, and change those to use type bool instead | ||
* more formatting fixes: | * more formatting fixes: The SCI code puts return values on separate lines all over the place, e.g. | ||
<syntax type="C++"> | <syntax type="C++"> |
edits