File: ChangeLog

package info (click to toggle)
miaviewit 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,120 kB
  • sloc: cpp: 16,811; sh: 4,004; ansic: 379; makefile: 158
file content (87 lines) | stat: -rw-r--r-- 2,637 bytes parent folder | download | duplicates (3)
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
2016-07-24  Gert Wollny <gw.fossdev@gmail.com> 

	* version bump to 1.0.4
	* Enable compiling against libxml++-3.0 
	* Enable compiling against mia-2.4

2016-02-28  Gert Wollny <gw.fossdev@gmail.com> 

	* version bump to 1.0.3 
	* replace BOOST-threads by c++11 threads (Closes: #4)
	* correct SO-name handling

2015-10-21  Gert Wollny <gw.fossdev@gmail.com> 

	* version bump to 1.0.2
	* fix link dependencies with latest mia-2.2 release 
    * fix link dependencies on BOOST 
	

2014-09-09  Gert Wollny <gw.fossdev@gmail.com>

	* version bump to 1.0.1
	* depends now on mia-2.2
	* gui/src/WinMain.cc: support multiple point lists and volume textures
	* viewit/sphere.cc: correct color handling
	* update automake boost macros

2013-05-21  Gert Wollny <gw.fossdev@gmail.com>

	* version bump because of changed dependecy
	* update dependency on libvistaio >= 1.2.14
	* update distribution files
	* remove unused files in subdirectories
	* make the proptotype volume rendering optional
	* correct linking deps
	* correct light and color values
	* use mia class for snapshot saving
	* correct the thread handling
	* compile with clang
	* add and port GUI
	* update make files and shapshot server
	* Move from libmona to  MIA

2004-08-26  Gert Wollny  <wollnyatcbs.mpg.de>

	* viewit/mesh.hh: move base_header definition from libmona to this file

2004-07-14  Gert Wollny  <wollny at cns.mpg.de>
	* all: minimise libsigc++ dependecy
	* conficgure.ac: better checking for libgle, libGLU, and libGL
	* texture.cc: include <GL/glext.h> for glTexImage3D

2004-02-24  Gert Wollny  <wollny at cbs.mpg.de>

	* arrow.hh: added arrow list that is initialized by  a pair of iterators

2004-02-12 Gert Wollny <wollny at cbs.mpg.de>

	* Mirko made a dynamic library and added a lot of stuff


2001-09-18  Gert Wollny  <wollny at cns.mpg.de>

	* texture.cc: Work around a OpenGL implementation bug which does not allow glTexSubImage2D to have odd width
	* arrow.cc:   started class to draw arrows to represent field

2001-08-29  Gert Wollny  <wollny at cns.mpg.de>

	* removed support for fullscreen
	* changed texture handling

2001-08-23  Gert Wollny  <wollny at cns.mpg.de>

	* main.cc: made the thing compile with gcc 3.0.1 - dynamic_cast seems to be broken
	* clip_plane.cc: added support for clip plane
	* mesh.cc/camera.cc: improoved transparency ( seems to work now for a single object )

2001-08-22  Gert Wollny  <wollny at cns.mpg.de>

	* main.cc: colored mesh color scale show
	* mesh.cc: added simple back-to-front ordering for the transparent case
	* camera.cc: added a new camera model

2000-09-20  Gert Wollny  <wollny at cns.mpg.de>