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
Documentation : Document identical function bodies for InitBullet and ClearBullet
Documentation : Comment redundant if
Documentation : Comment identical case branches in NpcAct280
Documentation : Add note about identical case branches in NpcAct020
Documentation : Document the identical HitMyCharMap case branches
Documentation : Document identical case branches in ActBullet
Add note about identical case branches
Documentation : Commented redundant check
Documentation : Comment implicit truncation
Documentation : Add note about irreproductability of __DATE
Fix some more incorrectly-decompiled code
Merge pull request #77 from GabrielRavier/cmpUnclear
Merge pull request #81 from GabrielRavier/surroundMacroWithParentheses
Merge pull request #82 from GabrielRavier/correctEnumTypeBeingConvertedToBool
Bug : Fix wrong `==` to `!=`
Bug : Put parentheses around IS_COMMAND and its parameters
Check "no" against MUS_SILENCE instead of converting it to a bool
Use "memcmp(a, b) != 0" instead of "memcmp(a, b)" so it's clearer we're searching for a difference
Use "strcmp(a, b) != 0" so it's clearer what we're checking for
Make memcmp usage clearer
Merge pull request #74 from GabrielRavier/parenthesizeFlagsMacros
Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions
Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate)
Documentation : Make operator priority clearer)
Add actual dependencies to the .rc file
Add a 'compiling resources' message to Makefile