Mercurial > mm7
log
age | author | description |
---|---|---|
Tue, 11 Jun 2013 15:24:05 +0200 | Grumpy7 | Player::SetVariable cleanup - moved around some cases to group similar types together, some cases reordered according to enum values |
Mon, 10 Jun 2013 04:16:49 +0200 | Grumpy7 | aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls |
Mon, 10 Jun 2013 03:57:16 +0200 | Grumpy7 | aWinProc cleanup - extracting conditions to a separate function |
Mon, 10 Jun 2013 03:41:30 +0200 | Grumpy7 | aWinProc cleanup - fixing bad condition, exctracting common code from conditions, part 1 |