]> git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/meshtex/HISTORY
Radiant:
[xonotic/netradiant.git] / contrib / meshtex / HISTORY
1 Version history
2
3 3.0 in progress:
4 - Rewrite.  Bugfixes along the way.  Bugs undoubtedly introduced.
5 - Moved to GtkRadiant 1.5 compatibility.
6 - A few new features, TBD (to be documented).
7 - Dropped Linux build for now.
8
9 ...time passes, things happen, continents drift...
10
11 2.4 May 17, 2001:
12 - Flipped the T scaling, to be consistent with the way Natural scaling works
13   in the new GtkRadiant.
14 - Linux version still untested, but it's been updated too.
15
16 2.3 May 13, 2001:
17 - Added a Version resource.
18 - Added a TEST compile of the plugin for Linux... no idea if it works.
19
20 2.2 May 8, 2001:
21 - Flipped sense of min/max align if scale/reps is negative.
22 - Disallowed scale/reps of zero.
23
24 2.1 May 5, 2001:
25 - Fixed max align for natural scale without reference row.
26
27 2.0 May 5, 2001:
28 - Added the Set S/T Scale dialog and the General Function dialog.
29 - Reworked Get Info, added capability to transfer scale info to the
30   Set S/T Scale dialog.
31 - General noodlings to make negative scales work, other fixes.
32 - Updated the texture mapping explanation and moved it into its own file.
33
34 1.1 April 28, 2001:
35 - Fixed the Min/Max Align functions, they weren't getting dispatched.
36 - Fixed the Stretch/Shrink functions to work if the min S/T is nonzero.
37 - Added Both Align, S Align, and T Align.
38 - Added the +/- indicator in the info dialog.
39
40 1.0 April 27, 2001:
41 - Hey, it works and stuff.