Apply some more missing constants
Remove a pair of variable declarations
Apply missing KEY_ESCAPE constant
Indent non-recipe Makefile lines with spaces
Define NDEBUG in RELEASE builds
Make Makefile CXXFLAGS overriding safe
Minor cleanup to IsEnableBitmap
Add warnings to Makefile, and fix WINDRES
Note a 60FPS/50FPS-related inconsistency
ASM-accuracy improvement for Profile.cpp
Comment style tweaks in the last three files
Clean up and accuracy fix for ValueView.cpp
Merge pull request #75 from GabrielRavier/betterComments
betterComments : Some stuff for the PR to accurate
Documentation : Removed comment which talks about an issue fixed by commit e34f492418a6ec18c6b24303c31ca043f8e3e143
Documentation : Tried to clarify comment on random conversion to short
Documentation : Made some comments clearer
Added better comment for random self-assign in Fade.cpp
Documentation : Comment an always true expression
Documentation : Comment duplicate line
Documentation : Comment always true condition
Documentation : Commented the fact that "swPlay % 2" is always true
Documentation : Note that the fact 96 is already listed results in the condition always being false
Documentation : Add note about duplicate block of code