home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff331.lzh / CRobots / changes.22 < prev    next >
Text File  |  1990-03-21  |  2KB  |  51 lines

  1. Changes made to bring CRobots from 2.1 to 2.2:
  2. ==============================================
  3.  
  4. Fixed a bug with the NOSHOW option preventing compiled output from being
  5. saved.
  6.  
  7. Because nothing ever stated that a BOB needs the BorderLine field in the
  8. VS filled in, I was not creating it. This was stomping on location 0, and
  9. has been fixed.
  10.  
  11. Fixed it so that it doesn't open the icon library everytime the mysetup()
  12. function is called.
  13.  
  14. Modified the mysetup() function to close the previous window (if any)
  15. before it tries to open the new one. This should let it run on a 512k
  16. machine (I hope).
  17.  
  18. Cleaned up the encode string routines.
  19.  
  20. Seperated the intuition executable code from the general data/include
  21. files so that it may be debugged/traced under the optimizer
  22.  
  23. Corrected a problem in the DEBUG mode which improperly initialized the robot
  24. position, by multiplying the location by 100 instead of CLICK, which
  25. is 10.
  26.  
  27. Prettied up the compiler output somewhat.
  28.  
  29. Cleaned up the output in debug mode. Now displays the characters used
  30. for binary operations.
  31.  
  32. Corrected a problem with the Other robots being displayed in the top left
  33. corner when the first robot was displayed for the first time.
  34.  
  35. Fixed a problem with the Y axis by inversed for graphics
  36.  
  37. Changed the motion update values so that the robot CPU's get the same number
  38. of cycles before a position change as they did in the text-only version.
  39.  
  40. To do:
  41. ======
  42.  
  43. Sound
  44.  
  45. Voice
  46.  
  47. Graphics for debug mode
  48.  
  49. A run mode as well as a step mode while using DEBUG
  50.  
  51.