source: git/NEWS @ 762dcb3

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 762dcb3 was 1690fa9, checked in by Olly Betts <olly@…>, 22 years ago

New presentation code is mostly working.
Also fixed animation code to depend on machine speed once more.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@2544 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 23.1 KB
Line 
1Changes between 1.0.26 and 1.1.0:
2
3* NOTE: Survex 1.1.X releases are development snapshots made available for
4  the purposes of allowing wider testing and getting more user feedback.  Once
5  the code has stabilised the version number will be raised to 1.2.0.
6
7* aven: Now uses OpenGL for 3d rendering - you may need to install drivers if
8  you're using Windows 95 - these can be obtained from:
9  http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/Opengl95.exe
10
11* aven: Solid passages - passage dimensions are currently inferred from
12  the leg length (pretty effective as you can measure longer legs in
13  larger passages).  Use of real LRUD data coming soon...
14
15* aven: Depth colouring is now continuously varying.
16
17* aven: Find stations moved onto the toolbar and now uses a simple wildcarded
18  match (? matches any character, * matches any number of characters).
19
20* aven: We now use the status bar for coordinates, distances, etc to make
21  better use of screen space.
22
23* aven: Full screen mode (F11).
24
25* aven: Perspective view.
26
27* aven: Context sensitive cursor shape - needs more work.
28
29* aven: Mouse actions changed (hopefully they're now more natural, but
30  you may find the change disorientating - feedback wanted on this).
31
32* aven: Added "presentations" which allow you to set up fly-through paths
33  and load/save/run them.
34
35* cavern: Dates given to *date are now stored in the 3d file.
36
37Changes in 1.0.26:
38
39* cavern: Fixed interleaved topofil data style - the length was always being
40  calculated as zero.
41
42* (Unix version): aven: "All Files" now shows files without extensions too.
43
44* aven: added Ctrl+Q as shortcut for File->Exit.
45
46* aven: depth colouring now uses a proper colour gradient.
47
48* (MacOS X version): aven: the keyboard and mouse now work!  It turns out that
49  we must apply resources *after* installing.
50
51* (MacOS X version): aven: now works when run from the MacOS X Finder.
52
53* (MacOS X version): look for message files and other resources relative to the
54  binaries so that the user can install Survex from a disk image in the location
55  of their choice.
56
57* (MacOS X version): fixed not to try to build aven if wxWindows isn't
58  installed.
59
60* cad3d: fixed -e and -r options to not crash (the long versions have always
61  worked).
62
63* extend: fixed to initialise an internal structure - failing to do so was
64  probably causing crashes on some platforms.
65
66* Fixed standard graphics for "Note", "Warning", etc in the PostScript manual.
67
68* Documentation updated.
69
70* (Unix version): fixed svxedit man page which previously contained xcaverot
71  documentation!
72
73* test suite: check that cavern doesn't report "nan" or "NaN" for any values.
74
75* (Unix version): fixed configure --enable-defaultlang=XX to work.
76
77* (Unix version): fixed configure code to turn on lots of GCC warnings and fixed
78  most of them.
79
80* (MS Windows version): assorted tweaks to allow building with MS Visual C/C++.
81
82Changes in 1.0.25:
83
84* (MacOS X version): hopefully fixed building of aven.
85
86* (Unix version): updated config.guess and config.sub so should build out of
87  the box on more Unix platforms.
88
89* (Unix version): Debian: added missing Build-Depends on xlibs-dev.
90
91* (Unix version): RPMs: give up supplying binary RPMs due to apparently
92  insurmountable technical problems.
93 
94Changes in 1.0.24:
95
96* cavern: fixed LEVEL (broken since around 1.0.8) and added test case.
97
98* cavern: corrected handling of declination in Compass DAT files and added test
99  case; also added tests for other aspects of Compass DAT file reading.
100
101* printps/printpcl: fixed blank page detection in some obscure cases.
102
103* Documentation: started manual section on working with Compass data files.
104
105* (Unix version): fixed compilation problems with aven and getopt.h on MacOS X
106  (and probably some other Unix versions).
107
108* (Unix version): Debian package now Build-Depends on gcc-3.2 and g++-3.2.
109
110Changes in 1.0.23:
111
112* Documentation: include 3d v3 file format description on MS Windows, MS DOS,
113  and RISC OS too; include PNG graphics for manual on MS Windows; minor updates
114  to manual.
115
116* Prefer wxWindows 2.4 if it's available.
117
118* (MacOS X version): detect MacOS X and look for MacOS X build of wxWindows;
119  automatically add resource fork to aven binary.
120
121* Disabled experimental support for Chinese (LANG=zh) - it isn't currently
122  working and makes the printer drivers unusable on Chinese versions of MS
123  Windows.
124
125* (Unix version): tweaked debian packaging.
126
127* cavern: Handling of "*:" at start of file wasn't fully fixed in 1.0.19.
128
129Changes in 1.0.22:
130
131* aven: Fixed handling of extended elevations (and other flat surveys) -
132  they are meant to be "locked flat" but this wasn't fully working before.
133
134* Documentation: 3d v3 file format description: fixed error in description of
135  codes 0x01-0x0e; include it in binary packages (not only with the source
136  code).
137
138Changes in 1.0.21:
139
140* cavern: when reading Compass DAT files, we now processes compass and clino
141  backsights, and recognise the "X" flag which indicates a leg should be
142  entirely ignored.  And we now report correct line number with errors in
143  Compass .MAK files.
144
145* cavern: if "*infer plumbs on", don't infer a plumb if the clino is
146  +/- 90 degrees, but the backclino isn't (and vice versa).
147
148* cavern: fixed 3dx output so it actually works with Chasm once more.
149
150* cavern: don't allocate extra space needed for producing 3dx output for
151  Chasm unless we're actually producing that output - saves about 8 bytes
152  per station.
153
154* cavern: removed slightly too keen sanity check which could misfire in very
155  unusual circumstances.
156
157* (MS Windows version): all .ico files except 3d.ico have been missing since
158  1.0.17 (or maybe 1.0.16) - fixed.  You wouldn't notice this if you installed
159  over an previous version.
160
161Changes in 1.0.20:
162
163* aven: update display when "Metric" or "Degrees" is toggled.
164
165* cavern: fixed handling of compass and clino corrections in Compass survey
166  data - these were interpreted as radians rather than degrees so the
167  correction was about 57 times too large!)
168
169* Improved handling of Compass PLT files - if the survey name is empty, don't
170  insert a survey separator character.
171
172* Documentation: fixed incorrect markup which resulted in a bogus footnote.
173
174Changes in 1.0.19:
175
176* cavern: you can now process Compass format survey data (.DAT and .MAK files) -
177  these can even be linked into a Survex dataset with "*include fulford.dat" or
178  "*include lech.mak" to allow processing of mixed datasets.
179
180* cavern: major speedup (up to 60%) when reading in survey data containing
181  a lot of stations in the same survey hierarchy level (which is how Compass
182  files are handled).
183
184* cavern: don't warn about a compass reading on a plumbed leg if the
185  plumb was inferred and the compass reading is zero.
186
187* cavern: reduced memory usage in code which reads a survey station name.
188
189* cavern: reported CPU time would go negative if cavern ran for more than
190  about 36 minutes (highly unlikely but not impossible on a slow machine
191  with a large, highly interconnect survey) - fixed.
192
193* cavern: avoid unnecessary work when --percentage isn't specified.
194
195* cavern: Writing "*:" at the start of a .svx file would crash cavern - fixed
196  and added test case.  This is an error anyway, but it shouldn't cause a
197  crash.
198
199* Don't distribute unused toolbar icons.
200
201* Documentation: minor updates.
202
203Changes in 1.0.18:
204
205* (Unix version): Fixed "Process" action on .svx files.
206
207* (Unix version): File associations: if svxedit isn't installed, run gnome-edit
208  instead.
209
210* (Unix version): In Debian packages, now include file associations and file
211  icons in the survex package rather than survex-aven.
212
213* (Unix version): File associations were missing from RPM packages; moved
214  aven and svxedit man pages to their respective subpackages; moved aven icons
215  to the aven subpackage.
216
217* Documentation: added details of the 3d file format (version 3).
218
219* Updated TODO list.
220
221Changes in 1.0.17:
222
223* (MS Windows version): Fixed "Open in SvxEdit" to work (and if tcl isn't
224  install this action now falls back to using notepad).  SvxEdit now has
225  its own icon.
226
227* (Unix version): Install mime types, icons, and file associations for Gnome.
228  Note: at present GMC doesn't seem to notice new files being created (e.g.
229  Process on a .svx file creates .3d and .err files) - you have to manually
230  refresh the view.
231
232* Minor update to manual.
233
234Changes in 1.0.16:
235
236* (MS Windows version): Really fixed bug introduced in 1.0.14 which often stops
237  programs from finding the message files.
238
239* (MS Windows version): Remove any existing "Open" file association for .svx
240  files.
241
242Changes in 1.0.15:
243
244* (MS Windows version): Fixed bug introduced in 1.0.14 which often stops
245  programs from finding the message files.
246
247* (MS Windows version): "Open in Notepad" is now the double-click action
248  for .svx files once again, "Open in SvxEdit" is an action in the menu
249  obtained with the right mouse button.
250
251Changes in 1.0.14:
252
253* svxedit: This is a Survex data entry editor from the therion team.  It needs
254  tcl and wish installed - for MS Windows an installer is available for free
255  from Activeware.
256
257* Improved handling of Compass PLT files and CMAP xyz files - no longer change
258  dots to spaces in survey and station names - instead use a space as the
259  separator between survey name and station name.
260
261* aven: when picking non-overlapping labels, show a slight preference to shorter
262  labels with the aim of displaying more labels.
263
264* aven: fixed hard to notice problem which could cause the cave to appear
265  tilted sideways after a lot of manipulation.
266
267* cavern: Modest speed improvement (0.5% for sample dataset).
268
269* cavern: fixed a rarely sighted bug which caused erroneous error about some
270  stations not being attached to a fixed point.
271
272* cavern: fixed clino readings and DIRECTION to work in interleaved data.
273
274* cavern: improved error reporting when an invalid value is given for a
275  DIRECTION reading.
276
277* cavern: fixed "singular matrix" error when very low SDs were specified.
278
279* print*: if the --raw is used, the survey can now use the space this would
280  have taken up.
281
282* Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings
283  once again.  Added regression test for this.
284
285* (MS Windows version): Programs run from the command line now find message
286  files without SURVEXHOME needing to be set.
287
288* Updated documentation.
289
290Changes in 1.0.13:
291
292* aven: Fixed bug which caused the occasional spurious leg to be shown
293  connecting arbitrary stations.
294
295* extend: try to extend along a survey, and make breaks where other surveys
296  join.
297
298* cavern: Number reading code reworked to allow repeat readings to be
299  supported, but the actual repeat reading code is currently disabled,
300  and everything should work exactly as before.
301
302* Experimental support for Chinese (LANG=zh) - only a few messages are
303  currently translated.
304
305Changes in 1.0.12:
306
307* diffpos: fixed to work on 64bit architectures.
308
309* sorterr: fixed to work with more than 1024 traverses.
310
311* Fixed handling of iso-8859-2 character set and MS Windows code page 1250
312  (both cover Eastern European languages).
313
314* (MS Windows version): install file associations for Compass .plt and .plf
315  files and for CMAP .xyz files.  Also install the file icon for .plt and
316  .plf files in case Compass isn't installed (thanks to Larry Fish for
317  permission to include the icon).
318
319* (Unix version): running an installed program with an explicit path works
320  again.
321
322* (Unix version): xcaverot: automatically switch on PDA mode if the screen is
323  less than 640 pixels wide or less than 480 pixels high.
324
325* (Unix version): minor portability improvements.
326
327* Updates to Portuguese translation - all translations are now up-to-date.
328
329Changes in 1.0.11:
330
331* aven: improvements in 1.0.10 to the file type selector only work properly
332  on MS Windows, and with wxGtk >= 2.3 on Unix (the latest stable release is
333  2.2.9 where this doesn't work).  Fixed to work as well as possible on 2.2.9,
334  and as intended on 2.3.
335
336* aven: fixed so that loading PLT files works regardless of the current locale
337  (previously it would fail for locales where the decimal character wasn't
338  '.').
339
340* aven: key actions during autorotation no longer temporarily pause
341  autorotation.
342
343* aven: switching to plan or elevation while rotating is now smooth.
344
345* aven: removed undocumented and confusing "free rotation mode".
346
347* (MS Windows version): aven: focus now set correctly after loading a file by
348  double-clicking or from the command line.
349
350* cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
351
352* printwin/printps: now support coloured printouts.
353
354* print*: fixed to work correctly with PLT files.
355
356* extend: fixed to work correctly with PLT files.
357
358* Updates to Italian translation.
359
360* Minor documentation updates.
361
362Changes in 1.0.10:
363
364* (MS Windows version): aven: fixed assert failure upon turning on station
365  names.
366
367* aven: only add a file to the list of recently used files if it was opened
368  successfully.
369
370* aven: recognise ".plf" as a Compass PLT file too; and on Unix list "*.PLT",
371  "*.PLF", "*.XYZ", and "*.3D" as well as the lowercase versions to help people
372  who transfer files from MSDOS/MS Windows.
373
374* cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure
375  that this should be valid, but the warning given wasn't appropriate).
376
377* Fixed scaling problem when reading PLT file (feet->metres conversion
378  factor was being applied backwards!)
379
380* Fixed potential problem when reading or writing a 3d file which couldn't
381  be opened.
382
383* Translate dots to spaces in survey names in Compass PLT files.
384
385* Better handling of PLT files which have a D command before any M command.
386
387* Updates to German and Italian translations.
388
389Changes in 1.0.9:
390
391* aven: Fixed jerky start when auto-rotation begins.
392
393* cavern: Fixed Direction reading - bug previously made it unusable.
394
395* (MS Windows version): cad3d: fixed broken PLT output (had a double CR at the
396  end of each line).
397
398* (Unix version): RPMs now have the docs in /usr/share/doc and the man pages
399  in /usr/share/man to conform with the FHS (and where RedHat packages put
400  them).
401
402* Updates to French, Spanish, Catalan, and Slovak translations.
403
404Changes in 1.0.8:
405
406* Slovak translation added; updated German, Catalan, and Spanish translations.
407
408* aven: reduced memory usage by around 25% and increased speed and
409  responsiveness.
410
411* aven: rate of rotation and switching between plan and elevation now adjusted
412  to the speed of redraw, so aven behaves in a similar way independent of the
413  speed of the computer or size of the survey.
414
415* aven: provide list of most recently loaded files (preserved between runs of
416  the program).
417
418* aven: settings for "Metric" and "Degrees" are preserved between runs.
419
420* aven: moved some menu items from "View" to "Controls" as they probably
421  belong there and the "View" menu was getting out of hand.
422
423* aven: cursor keys now translate cave in the same way the mouse does (i.e. now
424  work as in caverot and xcaverot).
425
426* aven: eliminated the "twinkling label" effect when dragging the cave with the
427  right mouse button.
428
429* aven: the measuring line moves much more smoothly now: the mouse cursor now
430  snaps to the nearest station, rather than just a near station; and when the
431  line moves, we now only redraw the affected area of the window.
432
433* aven: resolved annoying limit on zooming in on large surveys.  This was a
434  crude way of preventing random lines due to overflow in the windowing system.
435  Aven now clips lines itself at high zoom levels, and limits zoom in to
436  approximately 1mm/pixel.
437
438* aven: zoom in/out with keyboard wasn't subject to any limits - now restricted
439  to sane values as with zoom in/out with the mouse.
440
441* print*: added --raw switch to turn of info box, scale bar, and page footer.
442  This can be useful if you want to import the output into another application.
443 
444* print*: improved output when --no-border is used.
445
446* printpcl/printdm: Added new .ini setting "font_bitmap" which allows the user
447  to choose between alternative fonts.  Current we supply "default" and "bold".
448
449* printps/printhpgl: Fixed --skip-blanks which would incorrectly skip non-blank
450  pages on rare occasions.
451
452* cavern: added support for BackCompass and BackClino.
453
454* cavern: implemented "*units clino percent".
455
456* cavern: added "*infer export on".  Any stations seen while this is on will
457  have the necessary *export-s inferred when accessed from outside their
458  own survey.  This allows linking a survey which uses *export to one which
459  doesn't.  It's also useful for a maze cave where so many stations can
460  be linked to that listing them explicitly isn't desirable.
461
462* cavern: N-S, E-W, and vertical ranges now only count stations which are in
463  underground surveys.
464
465* cavern: *infer plumbs wasn't inferring -90 to be DOWN - fixed.
466
467* cavern: *infer was giving an internal error if the argument was unknown -
468  now it gives the correct error message.
469
470* cavern: fixed handling of omitted clino readings when OMIT is *set to be
471  different from MINUS and PLUS (new test omitclino).
472
473* cavern: fixed a bogus warning for any station which was only used in a line
474  of data which was rejected because of an error.
475
476* cavern: added error if the *units factor is zero (e.g. "*units tape 0 feet").
477
478* cavern: removed the ill-thought-out and never implemented LENGTHOUTPUT
479  and ANGLEOUTPUT quantities.
480
481* cavern: resolved mismatch between bcra5.svx and the default SDs, and the
482  odd values in bcra3.svx.  We are now interpreting the BCRA limits as 2
483  standard deviations (previously bcra5.svx used 3 sds, bcra3 used 3.33 sds for
484  tape and position, and .75 sds for compass and clino, and cavern used 1 sd
485  by default).
486
487* ChangeLog now only includes entries since the previous release (the full file
488  is 220K or so, and of interest to very few people).  MSDOS and MS Windows
489  versions now comfortably fit on a 1.44M floppy once again.
490
491* Test suite now checks that all programs will run successfully with "--help"
492  and with "--version".  This should avoid problems such as that which broke
493  the printer drivers in 1.0.4-1.0.6.
494
495* (Unix version): uninstalled binaries now use the path they are run with to
496  find support files, which means SURVEXHOME is no longer required, and has
497  been removed.
498
499Changes in 1.0.7:
500
501* print*: halted with a failed assertion in 1.0.4-1.0.6.
502
503Changes in 1.0.6:
504
505* aven: "Reverse Controls" now works as in xcaverot and caverot.
506
507* aven: free rotation mode (engage by pressing control while left dragging,
508  exit with Delete) improved.
509
510* aven: using File->Open when a file was already loaded caused a crash
511  if a station was "grey highlighted" in the survey tree - fixed.
512
513* aven: added hourglass for "find" operation.
514
515* aven: reenabled loading of files by drag-and-drop (accidentally disabled
516  in 1.0.4 and 1.0.5).
517
518* aven: improved handling of flat surveys (e.g. output of extend, surveys
519  with no clino information).
520
521* aven: surveys with stations but no legs no longer cause the labels and
522  crosses buttons to behave oddly.
523
524* aven: removed quite a bit of unused and superfluous code.
525
526* Spell-checked documentation.
527
528Changes in 1.0.5:
529
530* Fixed bug in img_open_survey() which could cause a crash if you tried to
531  open an unrecognised file (i.e. not .3d, .pos, .plt, or .xyz format).
532
533* North and East were the wrong way round when reading in .plt files.
534
535* cad3d: Improved .plt file output a little - there's probably enough file
536  structure for Compass to read them now.
537
538* Documentation updates.
539
540Changes in 1.0.4:
541
542* extend: previously only kept one name for an equated group of stations in the
543  extended .3d file; now keeps all the names.
544
545* cad3d: if an output filename is given, use its extension to pick the default
546  output format.
547
548* aven: movement with keyboard is now accelerated by Shift as in caverot.
549
550* print*: --no-borders fixed to work as documented; --no-cutlines added to
551  turn off the dashed lines where pages join on multi-page printouts.
552
553* aven: tracked down two uninitialised variables which seems to fix the
554  failure to load a survey on startup which some people have been experiencing
555  on Microsoft Windows.
556
557* aven: code cleaned up - should improve performance a little.
558
559* img routines: img_rewind() now returns a value indicating success/failure.
560
561* Improvements to .plt file reading, notably that distances in the file are
562  now interpreted as being in feet rather than metres.  Also .plt files should
563  now be recognised even with a different extension, and we cope with an odd
564  special case better.
565
566* Added support for reading CMAP XYZ files.  There are two variants of these
567  - the "shot" format is fully implemented, the "station" format currently
568  just reads the station names and positions - the legs are ignored (sadly
569  the sample files I have do not match the format specification).
570
571* (MacOS X version): aven: aven now builds on MacOS X - we just need to sort
572  out packaging now...
573
574* (MSDOS version): upgraded graphics library used to Allegro 4.0.1.
575
576* Documentation updates.
577
578Changes in 1.0.3:
579
580* aven: you can now select distances to be displayed in feet (or miles when
581  you zoom right out) instead of metres, and angles to be in grads instead
582  of degrees.
583
584* aven: show altitude of mouse pointer when in elevation view.
585
586* cad3d: fixed bug which caused --plt to crash on some platforms.
587
588* print*: added "Printing to `XXX'..." message to say where output is being
589  written.
590
591* Updated French translation; minor updates to other translations (mostly
592  sorting out clashing menu shortcuts in aven).
593
594* (Unix version): assorted portability tweaks.
595
596Changes in 1.0.2:
597
598* printdm/printpcl/printwin: take notice of font_size_labels setting in
599  print.ini etc.
600
601* cavern: Topofil can now be used with DIVING and CYLPOLAR styles; TOPOFIL
602  style is now synonymous with NORMAL.
603
604* cavern: *INFER EQUATES and *DATA TOPOFIL now work together correctly.
605
606* cavern: *FIX with 3 standard deviations but no covariances now works.
607
608* (MacOS X version): command line programs now build.  We're working on Aven.
609
610* Updates to the Catalan and Spanish translations.
611
612* xcaverot: documented environmental variables XCAVEROT_INDICATOR_RADIUS and
613  XCAVEROT_FONTNAME.
614
615* cad3d: added --plt option to produce crude approximation to Compass .plt
616  files - should be good enough for reading into Carto.
617
618* img library enhanced to allow Compass .plt files to be read as if they were
619  .3d files.
620
621Changes in 1.0.1:
622
623* (MS Windows version): printwin: fixed sizes of cross and page alignment
624  ticks.
625
626* Updates to the Portuguese and Italian translations.
627
628Changes in 1.0.0:
629
630* Fixed --survey option supported by many programs which was broken in 0.99.
631
632* aven: altered colours of "fixed points" and "entrances" buttons to match
633  the coloured blobs used to indicate them.
634
635* (MS Windows version): aven: changed current point highlighting in the
636  survey tree to use a light grey background rather than bold (bold causes
637  the text to "wriggle" as the highlight runs up or down).
638
639* (MS Windows version): file icons now have transparent backgrounds.
640
641* survex: removed conversion wrapper - you should use "cavern file.svx"
642  instead of "survex file.svx".
643
644* (Unix version): GCC 2.95 sometimes fails with an internal error when trying
645  to compile gfxcore.cc - if it does, the Makefile will now try recompiling
646  with a lower optimisation level.
647
648* (Unix version): when doing an "in directory" build from source, the HTML
649  manual is now installed in its own subdirectory as when doing a non
650  "in directory" build.
651
652* German translation now completely up-to-date.
Note: See TracBrowser for help on using the repository browser.