Initial commit of Version 3.7.0.

Added color planes, sidebar, stagger. More efficient display update,
fps counter, portrait/landscape, moment save.
master
argyle77 2014-11-14 17:49:15 -05:00
parent bb089749c1
commit c4e95ec486
4 changed files with 1319 additions and 539 deletions

View File

@ -8,7 +8,7 @@ project(tensorPattern)
# Let's set a version number.
# This file must be manually changed to effect version change.
set (VERSION_MAJOR 3)
set (VERSION_MINOR 6)
set (VERSION_MINOR 7)
set (VERSION_PATCH 0)
set (VERSION_PRERELEASE)

View File

@ -1,6 +1,6 @@
Tensor pattern generation - Version 3.6.0
Functionally similar to v3.4.0, v3.5.0, but added rotozoom, moved some keys
around, separated multiply and the output limiter.
Tensor pattern generation - Version 3.7.0
Added color planes, sidebar, stagger. More efficient display update,
fps counter, portrait/landscape, moment save
"Be the light you wish to see in the world."

View File

@ -58,7 +58,7 @@ const char *Tensor_Section_Crap[] = {
const char *Tensor_IPs_1[9];
const char *Tensor_IPs_2[9];
int tensor_sections_order[3] = {1,3,2};
int tensor_sections_order[3] = {1,2,3};
int tensor_sock;

File diff suppressed because it is too large Load Diff