Bill Kendrick
44d7d0ee5d
Re-run indent.sh under GNU indent 2.2.13
...
Slight change to its default behavior re: pointer variables
(before: "type * var"; now seems to prefer: "type *var").
2024-10-20 11:22:30 -07:00
Bill Kendrick
18f9cad6fe
Adding "indent.sh" to re-indent code; ran it!!!
2023-04-23 23:26:00 -07:00
Bill Kendrick
cc05925d9e
Re-ran indent on all .c & .h source code files
...
Like so --
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Pere Pujal i Carabantes
73c1cabac1
Android fix for magic tools under 64 bits devices by Terrence Sheflin, see 345d3cc78a
2022-07-20 23:38:04 +02:00
Pere Pujal i Carabantes
31594dfa62
Android tweaks coming from the Tuxpaint-Android repo at github by Terrence Sheflin.
2022-06-25 10:37:17 +02:00
Pere Pujal i Carabantes
a24c65451a
Data like brushes, starters,... now is loaded from assets in the android port.
2018-01-18 00:41:38 +01:00