- Added a a general data handling object

- Extended the callback interface to register scipts on callbacks
- Fixed a stop bug in the anticollision object
- Modified the HM code to do zero through a client connection
This commit is contained in:
cvs
2003-06-13 11:35:35 +00:00
parent f3853c20f0
commit 6819991e85
26 changed files with 1649 additions and 98 deletions

View File

@@ -26,7 +26,6 @@
#define VALUECHANGE 0
#define MOTDRIVE 1
#define MOTEND 13
#define MONITOR 2
#define ROTSTART 3
#define ROTMOVE 4
@@ -38,6 +37,7 @@
#define COUNTSTART 10
#define COUNTEND 11
#define FILELOADED 12
#define MOTEND 13
#line 92 "event.w"