@@ -322,7 +322,7 @@ o The version number is now correctly displayed in the title of help
322322 screens. (Fixes #154)
323323o When run from the Visual Studio debugger, the working directory of
324324 the program is properly set to the home directory. (Fixes #153)
325- o Corrected an assert popup during a Debug build. (Fixes #147, #140)
325+ o Corrected an assert popup during a Debug build. (Fixes #147, #140)\
326326o When the monitor configuration changed since the last time Id was run
327327 and the previous window position is no longer on-screen, the previous
328328 window position is forgotten and the window is placed by the system.
@@ -337,27 +337,27 @@ o When changing fractal types, if the the fractal parameters screen or
337337
338338Code Cleanup in Version 1.1:
339339
340- o Code style guide created to assist contributors. (Fixes #166)
340+ o Code style guide created to assist contributors. (Fixes #166)\
341341o More unit tests added, when reasonable, to prove buggy behavior and
342342 validate their fixes.
343343o Library libid source and header files organized into subdirectories by
344344 role: 3d, engine, fractals, io, math, misc and ui.
345345o test-id unit tests files organized into subdirectories, matching the
346346 function or file they test.
347- o Identifier names renamed to conform to style guide.
348- o Names of files updated to conform to style guide.
347+ o Identifier names renamed to conform to style guide.\
348+ o Names of files updated to conform to style guide.\
349349o Calls to standard library functions qualified with namespace std to
350350 conform to style guide.
351351o All platform (e.g. linux vs. Windows) variations isolated to CMake
352352 checks in the config library.
353353o All calls to stricmp, strnicmp, and strncasecmp replaced with
354354 string_case_compare and string_case_equal from config library.
355- o Platform driver types selected by config library in driver_types.h.
356- o Platform file descriptor I/O header selected by config library in fdio.h.
357- o Platform filelength function selected by config library in filelength.h.
358- o Platform getpid function selected by config library in getpid.h.
359- o Platform path limits selected by config library in path_limits.h.
360- o All XFRACT conditionally compiled code eliminated by using config library.
355+ o Platform driver types selected by config library in driver_types.h.\
356+ o Platform file descriptor I/O header selected by config library in fdio.h.\
357+ o Platform filelength function selected by config library in filelength.h.\
358+ o Platform getpid function selected by config library in getpid.h.\
359+ o Platform path limits selected by config library in path_limits.h.\
360+ o All XFRACT conditionally compiled code eliminated by using config library.\
361361o Many more small improvements, see the git commit history for details.
362362
363363Known limitations:
0 commit comments