Commit Graph
8 Commits
Author SHA1 Message Date
Grigory Ustinov 8bba55df41 Make gcc10 happy
gcc-10 and above flipped a default from -fcommon to -fno-common.
So now GCC will reject multiple definitions of global variables.
2020-12-21 18:56:41 +03:00
Grigory Ustinov 33d903165a Detect possible win situation 2018-02-23 18:40:54 +03:00
Grigory Ustinov 0981739c86 Replace magic numbers by defined names 2018-02-23 18:52:43 +03:00
Grigory Ustinov ccaac9b3ac Add todos for fixing errors in game tests 2018-02-12 20:45:27 +03:00
Grigory Ustinov bb3a7900df Fix 2 stack tests 2018-02-12 20:45:08 +03:00
Grigory Ustinov 464615fdaa Add possibility of deselecting full stack by shift+N 2018-02-09 16:21:29 +03:00
Grigory Ustinov e540b13a5d Add possibility of selecting full stack by shift+M 2018-02-09 15:43:05 +03:00
Grigory Ustinov f43152c420 Fix non-critical warning: unused result 2017-11-01 21:28:38 +03:00