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