Mercurial > fife-parpg
comparison ext/guichan-0.8.2/NEWS @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 2009-09-03 Fourteenth Beta release Guichan 0.8.2 | |
2 | |
3 A minor release that fixes some bugs in 0.8.1 as well as updating outdated | |
4 autoconf files in the release. | |
5 | |
6 2008-04-26 Thirteenth Beta release Guichan 0.8.1 | |
7 | |
8 A minor release that fixes a soname problem along with a couple of GCC | |
9 3.4.2 issues. | |
10 | |
11 2008-04-06 Twelfth Beta release Guichan 0.8.0 | |
12 | |
13 The new version of Guichan has better HGE support, enhanced API documentation, | |
14 enhanced examples and two new widgets called TabbedArea and Tab. Also a | |
15 number of nasty bugs have been fixed. | |
16 | |
17 2007-07-11 Tenth Beta release Guichan 0.7.1 | |
18 | |
19 Small update compared to the 0.7.0 release. Missing source for the add ons, | |
20 the HGE support and the OpenLayer support was added. | |
21 | |
22 2007-06-30 Ninth Beta release Guichan 0.7.0 | |
23 | |
24 The new version of Guichan contains support for the library OpenLayer | |
25 and experimental support for the library HGE. As users have had many | |
26 problems related to binary incompatibility with DLLs we are not going | |
27 to provide pre-compiled binaries anymore. From now on users are encourage | |
28 to compile Guichan themselves either by making DLLs and library files or | |
29 by simply including the source of Guichan in to the project using Guichan. | |
30 | |
31 2007-01-23 Eigth Beta release Guichan 0.6.1 | |
32 | |
33 A small update compared to the 0.6.0 release which fixes a prolem | |
34 with inclusion OpenGL headers on Macintosh and removes some unneccesary | |
35 container functions from Widget. | |
36 | |
37 2007-01-14 Seventh Beta release Guichan 0.6.0 | |
38 | |
39 We are getting closer and closer to a final stable 1.0 release. This | |
40 release introduced events to Guichan. The way Guichan handles input | |
41 has been refactored and should now be powerfull and flexible. | |
42 | |
43 2006-06-29 Sixth Beta release Guichan 0.5.0 | |
44 | |
45 After a long awating comes the sixth beta release of Guichan. The major | |
46 change since the last version is a refactoring of the way Guichan handles | |
47 images, it should now be easier to extend Guichan with backends for | |
48 graphics handling. Also, containers have gone through a refactoring as | |
49 well making it much easier to make container widgets of your own. | |
50 | |
51 2005-05-17 Fith Beta release (and Norways national day) Guichan 0.4.0 | |
52 | |
53 And here comes yet yet another beta release of Guichan. The major | |
54 feature add to this version is modal focus. For a complete list | |
55 of changes, see the ChangeLog. | |
56 | |
57 2005-03-18 Fourth Beta release Guichan 0.3.0 | |
58 | |
59 And here comes yet another beta release of Guichan. This time | |
60 we have included everything we didn't have time to include for | |
61 the 0.2.0 release. For a complete list of changes, see the | |
62 ChangeLog. | |
63 | |
64 Again a big thank you to Thorbjørn Lindeijer. This Guichan release | |
65 contains many API improvements suggested by Thorbjørn. | |
66 | |
67 2004-12-17 Third Beta release Guichan 0.2.0 | |
68 | |
69 Here comes a new version of Guichan! This could be seen as | |
70 a "half release" of sorts, there were some things we would have | |
71 liked to put in this release, but didn't. We felt it was more | |
72 important to get a new version out before christmas, as a lot of | |
73 bugs had been fixed. See the ChangeLog for further details. | |
74 | |
75 Big thanks goes to Thorbjørn Lindeijer and the rest of | |
76 "The Mana World"-team for helping in finding bugs, and suggesting | |
77 API improvements (that you probably will see implemented in 0.3.0) | |
78 | |
79 2004-09-24 Second Beta release Guichan 0.1.0 | |
80 | |
81 Ten days after the first Beta comes the second which contains | |
82 some improvments, bug fixes and new implementations. For a | |
83 complete list of changes, check out the ChangeLog. | |
84 | |
85 2004-09-14 First Beta release Guichan 0.0.1 | |
86 | |
87 The first Guichan API is ready for testing and evaluation. | |
88 Please send us feedbacks. | |
89 |