source: git/ChangeLog @ 2d5edf4

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 2d5edf4 was 2d5edf4, checked in by Olly Betts <olly@…>, 14 years ago

survex.iss.in: Clean up comments from over-enthusiastic search and
replace which modified comments as well as code.

git-svn-id: file:///home/survex-svn/survex/trunk@3476 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 19.9 KB
Line 
1Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
2
3        * survex.iss.in: Clean up comments from over-enthusiastic search and
4          replace which modified comments as well as code.
5
6Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
7
8        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
9          with a "Point" class.
10
11Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
12
13        * src/Makefile.am: Remove FIXME which has already been resolved.
14
15Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
16
17        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
18          is required by Aven in 1.1.x, so remove mention of Motif from manual.
19
20Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
21
22        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
23          Correctly capitalise "GTK".
24
25Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
26
27        * doc/manual.sgml: Note that on Linux we only regularly test builds
28          with the GTK+ version (change taken from 1.0).
29
30Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
31
32        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
33          version of the manual.
34
35Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
36
37        * configure.in: Only ask for core, gl, and html wx libs to avoid
38          linking to a load of others we don't use.
39
40Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
41
42        * INSTALL: Update.
43
44Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
45
46        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
47
48Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
49
50        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
51          file updates from 1.0.39.1-4 Debian package.
52
53Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
54
55        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
56
57Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
58
59        * NEWS: Update from ChangeLog.
60
61Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
62
63        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
64          "alternative manual formats" zip file - people will generally just
65          want one of them, so downloading several together isn't very useful.
66          Replace PostScript version of manual with a PDF version (more
67          compact and more people will have software to read PDF).  Don't
68          generate RTF format by default as PDF is more useful if you want
69          a formatted version to print.
70
71Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
72
73        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
74          List" section.
75
76Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
77
78        * Makefile.am,make_release: Just produce a zip file with the
79          alternative manual formats - a self-extracting .exe is harder to
80          use on other platforms, and most people have a zip file extractor
81          installed.
82
83Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
84
85        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
86          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
87          the issue with building the package on Debian is no longer
88          relevant.
89
90Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
91
92        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
93
94Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
95
96        * doc/manual.sgml: Remove out of date postal addresses - we can
97          probably safely assume people have email these days.  Direct
98          people to the mailing list since they are likely to get a
99          quicker response rather than mailing individuals.  Remove
100          mention of a paper mailing list.  Remove mention of sending
101          us a floppy (!) or blank CDR to get a version as I can't recall
102          the last time I gave someone a copy on physical media.
103
104Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
105
106        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
107          and people can just as easily build binary RPMs from the source
108          tarball as from the srpm, so just remove the rpm target from the
109          makefile and code which uses it from make_release - it's less to
110          have to maintain too.
111
112Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
113
114        * make_release: Use "set -e" rather than checking the exit codes of
115          commands.  -t no longer disables targets - set mk to do that.
116
117Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
118
119        * make_release: Fix defaulting of list of things to do.
120
121Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
122
123        * src/gdtconvert: Add "Generated" comment to output file.
124
125Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
126
127        * src/gdtconvert: Add GPL license boilerplate.
128
129Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
130
131        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
132          missing it.
133
134Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
135
136        * src/: Update FSF address in licence notices.
137
138Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
139
140        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
141          survey is loaded now that we persist the window size between
142          invocations.
143
144Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
145
146        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
147          anti-aliased TXF files.
148
149Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
150
151        * src/fnt.cc: Use font size from txf file rather than trying to
152          calculate it from the texture fragment sizes.
153
154Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
155
156        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
157          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
158          allow distribution of modified versions.
159
160Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
161
162        * lib/afm2txf.pl: Add support for -o option to specify output .txf
163          file.
164
165Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
166
167        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
168          Remove the temporary .ppm file at the end.
169
170Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
171
172        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
173          SVN.
174
175Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
176
177        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
178
179Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
180
181        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
182
183Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
184
185        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
186
187Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
188
189        * lib/afm2txf.pl: Clean up trailing whitespace.
190
191Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
192
193        * lib/afm2txf.pl: Add GPL script for creating txf files.
194
195Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
196
197        * lib/splash.png: Remove now unused graphical splash screen (it has
198          hardcoded (C) details, which wasn't a good approach).
199
200Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
201
202        * src/fnt.cc: Handle the left bearing and character width correctly.
203
204Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
205
206        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
207          being able to set the font texture from a byte array.
208
209Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
210
211        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
212          fntTexFont::puts() rather than recalculating it inside the
213          method.
214
215Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
216
217        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
218          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
219          with sizing and resizing of the panes.
220
221Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
222
223        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
224          a wxString.
225
226Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
227
228        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
229          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
230          call char_str() instead for now.
231
232Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
233
234        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
235          bar which we know to be ASCII.  No need to use msgPerm() for a
236          message we assign to a wxString.
237
238Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
239
240        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
241          baseleaf_from_fnm().
242
243Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
244
245        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
246          a wide string, which doesn't work with fopen(), etc, so call
247          char_str() instead for now.
248
249Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
250
251        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
252          wxString::FromUTF8() instead of wxConvUTF8.
253
254Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
255
256        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
257          wxString.
258
259Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
260
261        * src/Makefile.am: Use wx-config's --rescomp option to get the command
262          and options needed to turn .rc files into object files.
263
264Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
265
266        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
267          amount of the installer size.  Specify "DisableWelcomePage=yes"
268          which is apparently in line with what other modern installers do.
269
270Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
271
272        * configure.in,make_release,make_release.in: We no longer need VERSION
273          in make_release, so no need to generate it from configure.
274
275Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
276
277        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
278          under Wine, so just run wine directly and removed version of
279          Debian's xvfb-run script.
280        * make_release.in: Pass variables to configure on the command line
281          rather than in the enviornment.  Running "make distcheck" no longer
282          fails extend.tst, so remove comment about that.  Use case rather
283          than expr to check what we've been asked to build.  Update to use
284          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
285          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
286          potential bugs from that.  Enable -Werror for the wxmsw build.
287        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
288          (add pt and sk) and where we copy them from.  Copy the unofficial
289          InnoSetup i18n files (.isl) from lib.
290
291Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
292
293        * doc/HACKING.htm: Update InnoSetup info.
294
295Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
296
297        * survex.iss.in: Update for InnoSetup 5.3.9.
298        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
299          i18n files for InnoSetup which we use.
300
301Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
302
303        * src/Makefile.am: Update path to wx RC file.
304
305Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
306
307        * src/mainfrm.cc: Explicitly construct temporary wxString() which
308          is needed to avoid overload ambiguity under __WXMSW__.
309
310Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
311
312        * src/cavernlog.cc: Add missing wxT() to string and character
313          constants only used in __WXMSW__ build.
314
315Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
316
317        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
318          kludge to substitute Czech if Slovak isn't found.
319
320Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
321
322        * src/aboutdlg.cc: Fix character constant to be a string constant when
323          building under WXMSW.
324
325Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
326
327        * NEWS: Update from ChangeLog for 1.1.13.
328
329Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
330
331        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
332          .deb building machinery from upstream Makefile.
333
334Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
335
336        * make_release.in: Remove ancient workaround for getting wine to work.
337          Remove .deb building machinery.  Reenable distcheck to see if the
338          problem with extend.tst has gone away.  Update mingw cross-building
339          machinery.
340
341Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
342
343        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
344          - just link to the FSF's page.
345
346Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
347
348        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
349          update debian/changelog.
350
351Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
352
353        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
354          generating an HTML version of the ChangeLog - it's too low level to
355          be of interest to non-developers, and developers can look at the
356          source code.
357
358Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
359
360        * src/cavernlog.cc: Whitespace tweaks.
361
362Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
363
364        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
365          About dialog.  Change "OK" button to "Close" since nothing is being
366          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
367          to make the copied text persist after aven is closed, though this
368          seems to currently do nothing on wxGTK at least.
369
370Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
371
372        * doc/HACKING.htm: Note jadetex needed.
373          Note autoconf 2.64 works well.
374
375Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
376
377        * src/fnt.cc: Remove now superfluous ().
378
379Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
380
381        * debian/Makefile.am: Update EXTRA_DIST
382
383Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
384
385        * src/cavernlog.cc: Fix small memory leak
386
387Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
388
389        * src/img.c: Don't leak filename_opened member.
390
391Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
392
393        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
394          don't use them uninitialised.
395
396Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
397
398        * src/gfxcore.h: Declare constants with enum rather than #define so
399          they automatically get allocated unique values, and so they show up
400          in the debugger.
401
402Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
403
404        * src/fnt.cc: Make the map array static const
405
406Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
407
408        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
409          use a "byte format" font file without any translation, while a
410          "bitmap format" font file needs a temporary array half the size.
411
412Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
413
414        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
415          using them potentially uninitialised.
416
417Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
418
419        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
420          file on the command line.
421
422Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
423
424        * configure.in: Update copyright years.
425
426Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
427
428        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
429          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
430          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
431          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
432          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
433          src/printwx.cc, src/printwx.h:
434          + Fix to build with a "unicode" build of wx.
435          + Add "Copy" button to the About dialog to copy the system info
436            to the clipboard.
437          + List OpenGL extensions last, since there are usually lots of
438            them with a modern gfx card.
439          + When processing survey data, auto-scroll the log window until
440            we've reported a warning or error.
441          + Put the survey data log window in a splitter in the standard
442            frame rather than having a separate frame for it.
443
444Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
445
446        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
447
448Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
449
450        * src/aboutdlg.cc: Build string using preprocessor string
451          concatenation rather than runtime appending, where possible.
452
453Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
454
455        * src/aboutdlg.cc: Update (C) date.
456
457Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
458
459        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
460          events to avoid spinning on the CPU.
461
462Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
463
464        * configure.in: New preferred env var for wx-config script is
465          WX_CONFIG.  WXCONFIG still supported for compatibility.
466
467Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
468
469        * src/mainfrm.cc: The presentation filename now defaults to using
470          the basename of the currently loaded dataset, but we always prompt
471          before we first save with such a name.
472
473Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
474
475        * configure.in: Add comment to explain why we call wx-config twice.
476
477Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
478
479        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
480          contains '%' (m comes from the messages file, so this isn't
481          exploitable by sending someone a "bad" .svx or .3d file).
482
483Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
484
485        * src/mainfrm.cc: Fix to open rather than save when doing "open
486          presentation" with wxmotif.
487
488Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
489
490        * doc/3dformat.htm: Document that this is version 6 and when we
491          started to use it.
492
493Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
494
495        * src/gla-gl.cc: When saving a screenshot, perform the vertical
496          flip of the image data in-place rather than using wxImage::Mirror()
497          which creates a whole new wxImage object.
498
499Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
500
501        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
502          contains a '%' character.
503
504Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
505
506        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
507          needed.
508
509Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
510
511        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
512          longer set or used.
513
514Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
515
516        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
517          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
518          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
519          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
520          "wxWidgets" instead of "wxWindows" consistently.
521          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
522
523Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
524
525        * doc/3dformat.htm: Update for v6 format from Mike McCombe
526
527Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
528
529        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
530          need to store the value in a variable rather than calling it twice!
531
532Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
533
534        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
535          some which had the wrong descriptions.
536          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
537          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
538          numeric values, so the shorter (now official) names are better.
539
540Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
541
542        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
543          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
544          src/quaternion.h: Just set the pan and tilt directly as OpenGL
545          rotations rather than messing around setting up and then decoding a
546          quaternion.  This fixes some glitches when tilting while looking
547          east, and eliminates 2 source files and 2 headers!
548
549Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
550
551        * NEWS, configure.in, src/aven.cc, src/wx.h:
552          (Unix version): aven: Fix display of degree symbol in status bar and
553          messages with accented characters in.
554          (Mac OS X version): Require at least wxWidgets 2.5.1.
555
556Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
557
558        * src/message.c: Test S_ISREG since that's what we use here
559
560Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
561
562        * src/message.c: Always use utf-8 for aven on unix
563
Note: See TracBrowser for help on using the repository browser.