1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
== Logicpuzzle bundel (v1.6) ==
-- lpsudoku.sty (v1.0) --
21/03/2013 added lpsmag [jk]
20/03/2013 added createlpsudoku [jk]
18/03/2013 added lpsudoku.sty [jk]
== Logicpuzzle bundel (v1.5) ==
-- chaossudoku.sty (v1.0) --
14/03/2013 added chaossudoku.sty [jk]
-- hakyuu.sty (v1.0) --
13/03/2013 added hakyuu.sty [jk]
-- logicpuzzle.sty (v1.2a) --
13/03/2013 Bugfix: added pgf layer LPbgcolor for drawing colored background [jk]
== Logicpuzzle bundel (v1.4) ==
-- skyline.sty (v1.0) --
06/03/2013 added option sudoku [jk]
05/03/2013 added \skylinecell [jk]
05/03/2013 added skelton of skyline.sty [jk]
-- bokkusu.sty (v1.1) --
05/03/2013 added \lets for \valueH, \valueV,
\sumH, \sumV [jk]
see: logicpuzzle.sty v1.2 (05/03/2012)
-- logicpuzzle.sty (v1.2) --
06/03/2013 added \LP@drawsudokugrid [jk]
06/03/2013 added \setcell [jk]
06/03/2013 added \framearea, \fillarea [jk]
06/03/2013 added environments puzzlebackground, puzzleforeground [jk]
-> added pgf layer LPbackground, LPforeground
05/03/2013 deleted option color [jk]
05/03/2013 added \setrow, \setcolumn [jk]
05/03/2013 added \LP@bottomrow, \LP@toprow,
\LP@leftcolumn. \LP@leftcolumn [jk]
== Logicpuzzle bundel (v1.3) ==
-- bokkusu.sty (v1.0) --
28/02/2013 added bokkusu.sty [jk]
-- battleship.sty (v1.3) --
27/02/2013 added option cvoffset [jk]
to set indiviual vertical counter offsets
-- logicpuzzle.sty (v1.1) --
26/02/2013 added \LP@ingrid to \fillcell [jk]
26/02/2013 added \valueH, \valueV, \sumH, \sumV, \fillcell,
\fillrow, \fillcolumn [jk]
26/02/2013 Bugfix: mix up column and row in \setXcontents [jk]
-- battleship.sty (v1.2) --
19/02/2013 implemented \classicgame [jk]
for drawing game sheets for classic Battleship
18/02/2013 implemented option title [jk]
-> \titleformat
18/02/2013 implemented option counterstyle [jk]
-> \puzzlecounter, \setpuzzlecounter
\definecounterstyle
17/02/2013 implemented option bgcolor [jk]
17/02/2013 moved code base for logic puzzles into logicpuzzle.sty [jk]
-- battleship.sty (v1.1) --
12/02/2013 added \placewater [jk]
puts a water marker into the grid
12/02/2013 added \placeisland [jk]
puts an island with random outline into the grid
12/02/2013 renamed \ship -> \placesegment [jk]
added \let\ship\placesegment
11/02/2013 implemented \placeship{direction}{column}{row}{length} [jk]
placement of complete ship at (column,row) in direction {V|H}
with length length.
11/02/2013 implemented \BS@ingrid [jk]
checks if coordinate is in the grid
-> PackageError
10/02/2013 added \battleshipsetup [jk]
for resetting global options
-- battleship bundle --
2013/02/09 IPO of battleship on CTAN
|