Fix dependencies on built executables to include $(EXEEXT) for win32 support.
[gnushogi.git] / TODO
1 Target for v1.5:
2
3 - integrate H.G.Muller's work on the xboard protocol on top of new driver-like
4   display handling
5 - deprecate xshogi in favor of xboard
6 - make minishogi a run-time option rather than a compile-time one,
7   using the "variant" mechanism of the xboard protocol
8
9 Generic cleanups
10
11 - switch cli parsing to getopt
12 - hunt for extern's and prototypes spread all over the source
13 - hunt for more hardcoded variant-specific constants
14   - position of captured pieces in curses mode
15   - compile with bound-checker
16 - add autosave mode to ease hunt for segfaults ?
17 - ? use 2D array for the board, get rid of the (i)nunmap stuff
18 - fixup build procedure to support parallel make runs
19 - investigate those preexisting "overflow in implicit constant
20   conversion" warnings
21
22 Minishogi-related stuff
23
24 - minishogi patterns
25 - tune difficulty levels
26 - other tunings to investigate
27   * PromotionZoneDistanceBonus
28   * OPENING_HINT
29 - add minishogi stuff to the doc
30 - use valid minishogi moves in online help
31
32 Improvements
33
34 - find out why the engine is so weak
35   - make it battle against Mutz-era gnushogi, and other engines, and
36     compare their evaluation results
37   - see what needs updating in book
38 - express available commands as display-dependant, instead of using if(XSHOGI)
39   - make "help" list commands available for current display
40 - make X and raw two different display drivers