Skip to content

Commit

Permalink
Release 2_6_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Nov 21, 2020
1 parent 6e674bd commit 645bc94
Show file tree
Hide file tree
Showing 15 changed files with 6,958 additions and 6,917 deletions.
18 changes: 7 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,20 @@ Fred van Stappen [email protected]

DJ layout colorized:

![alt text](https://user-images.githubusercontent.com/3421249/88124912-78e20000-cbce-11ea-8d54-70b984398d63.png)

DJ layout silver:

![alt text](https://user-images.githubusercontent.com/3421249/89722538-f7220d00-d9ea-11ea-9f8f-94f12ec4d496.png)
![alt text](https://user-images.githubusercontent.com/3421249/99883934-b2815100-2c2a-11eb-9709-e6eb5748f13a.png)

DJ layout carbon:

![alt text](https://user-images.githubusercontent.com/3421249/68096426-ec14dc00-feb0-11e9-9b47-2de27b890753.png)
![alt text](https://user-images.githubusercontent.com/3421249/99883940-bb722280-2c2a-11eb-9055-56dcc509baa0.png)

Jam layout:

![alt text](https://user-images.githubusercontent.com/3421249/68096427-f040f980-feb0-11e9-9025-1e4316a8d4a1.png)
![alt text](https://user-images.githubusercontent.com/3421249/99883960-de9cd200-2c2a-11eb-943a-55d128e03afa.png)

All docked colorized:

![alt text](https://user-images.githubusercontent.com/3421249/89722588-a3fc8a00-d9eb-11ea-86cb-aba8dad9e2ce.png)

All docked carbon:

![alt text](https://user-images.githubusercontent.com/3421249/68096431-f505ad80-feb0-11e9-8c90-2a33827911b9.png)

All tab:

![alt text](https://user-images.githubusercontent.com/3421249/89722494-592e4280-d9ea-11ea-8651-78675ba9a9f1.png)
Expand All @@ -52,3 +44,7 @@ Chords randomizer:

![alt text](https://user-images.githubusercontent.com/3421249/89698734-0a69a580-d923-11ea-8ec0-ba58ed2698de.png)

Image Dancer:

![alt text](https://user-images.githubusercontent.com/3421249/99883946-ca58d500-2c2a-11eb-92fb-12c3d5b0956b.png)

21 changes: 18 additions & 3 deletions src/commander.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ object commanderfo: tcommanderfo
frame.localprops1 = []
frame.template = tframecomp2
face.localprops = []
face.template = mainfo.tfaceorange
face.template = tfaceorange
taborder = 20
visible = False
bounds_x = 33
Expand Down Expand Up @@ -3443,7 +3443,22 @@ object commanderfo: tcommanderfo
object ttimer1: ttimer
options = [to_single]
ontimer = ontimerinit
left = 258
top = 54
left = 328
top = 38
end
object tfaceorange: tfacecomp
template.fade_pos.count = 2
template.fade_pos.items = (
0
1
)
template.fade_color.count = 2
template.fade_color.items = (
16775664
16751892
)
template.fade_direction = gd_down
left = 288
top = 11
end
end
1 change: 1 addition & 0 deletions src/commander.pas
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ tcommanderfo = class(tdockform)
nameplayers: tstringdisp;
nameplayers2: tstringdisp;
namegen: tstringdisp;
tfaceorange: tfacecomp;
procedure formcreated(const Sender: TObject);
procedure visiblechangeev(const Sender: TObject);
procedure onplay(const Sender: TObject);
Expand Down
4,479 changes: 2,244 additions & 2,235 deletions src/commander_mfm.pas

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ object mainfo: tmainfo
options = [mao_separator, mao_shortcutcaption]
end
item
caption = ' &Exit '
caption = ' &Exit '
hint = ' Terminate StrumPract '
state = [as_localcaption, as_localhint, as_localonexecute]
onexecute = onexit
Expand Down
Loading

0 comments on commit 645bc94

Please sign in to comment.