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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use STR_CONV constants
|
|
|
|
|
|
|
|
|
|
|
|
Also properly label the link contest flags variable, and label the
contest window ID's.
|
|
|
|
|
|
|
|
|
|
Document overworld.c and link stuff in general
|
|
|
|
Must have forgotten to check FillWindowPixelRect.
|
|
|
|
|
|
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
|
|
I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|