Tscope5
tscope5-0.5/00news.md
1 # News about Tscope5 updates
2 
3 [TOC]
4 
5 
6 # 2015-01-06 Tscope5 0.5 released! {#Ts505}
7 
8 - made some compatibility updates for Allegro 5.1.9.
9 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.5.tar.bz2">here</a>
10 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.5.exe">here</a>
11 
12 
13 # 2015-01-06 Mingw4Tscope5 0.5 released! {#Mw505}
14 
15 - updated MinGW packages
16 - updated Allegro dependencies
17 - updated Allegro to version 5.1.9
18 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.5.exe">here</a>
19 
20 
21 
22 # 2014-09-10 Tscope5 0.4 released! {#Ts504}
23 
24 - added a software voice key
25 - added functions for serial port (arduino) response registration
26 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.4.tar.bz2">here</a>
27 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.4.exe">here</a>
28 
29 
30 # 2014-09-10 Mingw4Tscope5 0.4 released! {#Mw504}
31 
32 - updated MinGW packages
33 - updated Allegro dependencies
34 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.4.exe">here</a>
35 
36 
37 # 2014-05-26 Tscope5 0.3d released! {#Ts503d}
38 
39 - added video streaming functions
40 - added audio recording functions
41 - added functions to generate audio on the fly
42 - minor changes to the audio functions
43  - frequency becomes samplerate
44  - audio position is counted in seconds now
45 - bugfix for Cedrus Lumina
46 - another fix to ts5_flip_display
47 - added functions to set the parallel port address manually
48 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3d.tar.bz2">here</a>
49 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3d.exe">here</a>
50 
51 
52 # 2014-03-10 Tscope5 0.3c released! {#Ts503c}
53 
54 - minor bugfix in ts5_flip_display
55 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3c.tar.bz2">here</a>
56 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3c.exe">here</a>
57 
58 
59 # 2014-03-06 Tscope5 0.3b released! {#Ts503b}
60 
61 - display functions:
62  - increased the precision of ts5_flip_display timing
63  - made TS5_FULLSCREEN_WINDOW programs exit cleanly on Windows
64  - TS5_FULLSCREEN_WINDOW is now the preferred window mode on all operating systems.
65 - cedrusbox functions:
66  - tightened the timing loop for Cedrusboxes
67  - added support for Cedrusbox trigger input
68 - installation:
69  - minor bugfix Mac OS X installation
70  - initial port of Tscope5 to the Raspberry Pi single-board computer
71 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3b.tar.bz2">here</a>
72 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3b.exe">here</a>
73 
74 
75 # 2014-01-28 Tscope5 0.3 released! {#Ts503}
76 
77 - added parallel port code to ts5_hide_response_button
78 - removed the ts5_cedrusbox_set_parameter functions. If you need to change the parameters of a Cedrus device, Use Cedrus' own Xidon program instead.
79 - updated OS X compilation instructions for Mavericks.
80 - made some compatibility updates for Allegro 5.1.8.
81 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3.tar.bz2">here</a>
82 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.3.exe">here</a>
83 
84 
85 # 2014-01-28 Mingw4Tscope5 0.3 released! {#Mw503}
86 
87 - updated MinGW packages
88 - updated Allegro dependencies
89 - updated Allegro to version 5.1.8
90 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.3.exe">here</a>
91 
92 
93 # 2013-03-07 Tscope5 0.2 released! {#Ts502}
94 
95 - added installation instructions for Mac OS X
96 - added installation instructions for Linux
97 - added macros for all coordinate conversion functions
98 - added a todo and bug list to the documentation
99 - general cleanup of de code (break long lines)
100 - fixed a bug in ts5_set_display_position
101 - moved ts5_set_drawing_target, ts5_get_target_size etc. to bitmaps
102 - functions to query the size of the display (adapter), bitmaps etc. now always return a value in pixels, even when the relative coordinate scale is in use
103 - added program priority functions
104 - random integer and seeds are now unsigned long int
105 - made the compiler less strict (do not warn for conversions between data types)
106 - find fonts on Windows in a slightly more elegant way
107 - parallel port code (Windows) selects the right driver (32 or 64 bit) automatically
108 - fixed C++ compilation
109 - make cedrus voice key parameter commands work again (not tested yet)
110 - cleanup of the examples
111 - added functions to query the number of response devices and the number of buttons on each device
112 - fixed a bug that made large fonts look ugly
113 - fixed a bug that made clear screen work slow on windows
114 - _key functions have been renamed to _button functions
115 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.2.tar.bz2">here</a>
116 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.2.exe">here</a>
117 
118 
119 # 2013-03-07 Mingw4Tscope5 0.2 released! {#Mw502}
120 
121 - added indent utility
122 - added cygutils
123 - added parallel port drivers for 32 and 64 bit windows
124 - added Notepad++ to the installer
125 - added indent/compile/run/cleanup shortcuts to Notepad++
126 - added Tscope5 update button to Notepad++
127 - bugfix run shortcut in Notepad++
128 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.2.exe">here</a>
129 
130 
131 # 2012-10-24 Tscope5 0.1 released! {#Ts501}
132 
133 - download the source <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.1.tar.bz2">here</a>
134 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/tscope5-0.1.exe">here</a>
135 
136 
137 # 2012-10-24 Mingw4Tscope5 0.1 released! {#Mw501}
138 
139 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.1.exe">here</a>
140 
double ts5_flip_display()
Make what has been drawn visible on the screen.
Definition: display.c:529
int ts5_hide_response_button(int button)
Temporarily deactivates a response button.
Definition: timer.c:307