1 # News about Tscope5 updates
6 # 2015-01-06 Tscope5 0.5 released! {#Ts505}
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>
13 # 2015-01-06 Mingw4Tscope5 0.5 released! {#Mw505}
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>
22 # 2014-09-10 Tscope5 0.4 released! {#Ts504}
24 - added a software voice key
25 - added functions
for serial port (arduino) response registration
26 - download the source <a href="http:
27 - download the windows installer <a href="http:
30 # 2014-09-10 Mingw4Tscope5 0.4 released! {#Mw504}
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>
37 # 2014-05-26 Tscope5 0.3d released! {#Ts503d}
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
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>
52 # 2014-03-10 Tscope5 0.3c released! {#Ts503c}
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>
59 # 2014-03-06 Tscope5 0.3b released! {#Ts503b}
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
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>
75 # 2014-01-28 Tscope5 0.3 released! {#Ts503}
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>
85 # 2014-01-28 Mingw4Tscope5 0.3 released! {#Mw503}
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>
93 # 2013-03-07 Tscope5 0.2 released! {#Ts502}
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>
119 # 2013-03-07 Mingw4Tscope5 0.2 released! {#Mw502}
121 - added indent utility
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>
131 # 2012-10-24 Tscope5 0.1 released! {#Ts501}
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>
137 # 2012-10-24 Mingw4Tscope5 0.1 released! {#Mw501}
139 - download the windows installer <a href="http://users.ugent.be/~masteven/tscope5/download/MinGW4Tscope5-0.1.exe">here</a>
double ts5_flip_display()
Make what has been drawn visible on the screen.
int ts5_hide_response_button(int button)
Temporarily deactivates a response button.