Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document starter_choose.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also some general formatting fixes for constants.
|
|
|
|
|
|
|
|
Mostly variables mislabeled as global and some formerly unknown stuff.
|
|
|
|
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
|
|
|
|
* use max mon moves constant where able
* fix errors in script commands file
* fix more errors
|
|
|
|
|
|
|