Differences From Artifact [42af4f0845]:
- File names.js — part of check-in [e701e7c58f] at 2018-04-16 00:14:32 on branch trunk — Add some starting for loading class files (not much yet) (user: user, size: 2506) [annotate] [blame] [check-ins using]
To Artifact [1f5387d203]:
- File names.js — part of check-in [966114bc2f] at 2018-08-24 15:12:54 on branch trunk — Add OF_BIZARRO flag, change OF_TRACEIN/OF_TRACEOUT to CF_TRACEIN/CF_TRACEOUT, fix a bug in update logic for CLASSES vtab (user: user, size: 2525) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + |
17 = CREATED
18 = POSTINIT
19 = END_TURN
// New
20 = CLEANUP
21 = COLLIDING
22 = COLLIDE
23 = BIZARRO_SWAP
`.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x);
const standard_sound_names=[];
`
SPLASH
POUR
DOOR
GLASS
|
| ︙ |