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 >
Wrap
Text File
|
1990-03-21
|
2KB
|
51 lines
Changes made to bring CRobots from 2.1 to 2.2:
==============================================
Fixed a bug with the NOSHOW option preventing compiled output from being
saved.
Because nothing ever stated that a BOB needs the BorderLine field in the
VS filled in, I was not creating it. This was stomping on location 0, and
has been fixed.
Fixed it so that it doesn't open the icon library everytime the mysetup()
function is called.
Modified the mysetup() function to close the previous window (if any)
before it tries to open the new one. This should let it run on a 512k
machine (I hope).
Cleaned up the encode string routines.
Seperated the intuition executable code from the general data/include
files so that it may be debugged/traced under the optimizer
Corrected a problem in the DEBUG mode which improperly initialized the robot
position, by multiplying the location by 100 instead of CLICK, which
is 10.
Prettied up the compiler output somewhat.
Cleaned up the output in debug mode. Now displays the characters used
for binary operations.
Corrected a problem with the Other robots being displayed in the top left
corner when the first robot was displayed for the first time.
Fixed a problem with the Y axis by inversed for graphics
Changed the motion update values so that the robot CPU's get the same number
of cycles before a position change as they did in the text-only version.
To do:
======
Sound
Voice
Graphics for debug mode
A run mode as well as a step mode while using DEBUG