Differences From Artifact [3a1df8e65c]:
- File names.js — part of check-in [156b0a7c35] at 2022-07-06 05:20:21 on branch trunk — Several changes needed to allow coordinate input to be implemented in future (including the CLICK message and InputXY keyword). Also fixes a bug that was caused by changing MoveItem from Uint8 to Uint16. (user: user, size: 2782) [annotate] [blame] [check-ins using]
To Artifact [c748daa1b0]:
- File names.js — part of check-in [60b09ee8e4] at 2022-10-19 22:28:12 on branch trunk — Implement returning classes/objects from COLLIDEBY message to transform objects. (Not fully tested yet) (user: user, size: 2796) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 21 = COLLIDEBY 22 = COLLIDE 23 = COLLIDING 24 = BLOCKED 25 = CONNECT 26 = NEXTWARP 27 = CLICK `.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x); const standard_sound_names=[]; ` SPLASH POUR DOOR GLASS | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 21 = COLLIDEBY 22 = COLLIDE 23 = COLLIDING 24 = BLOCKED 25 = CONNECT 26 = NEXTWARP 27 = CLICK 28 = XCREATE `.split("\n").map(x=>/^ *([0-9]+) = ([^ ]*) *$/.exec(x)).filter(x=>x); const standard_sound_names=[]; ` SPLASH POUR DOOR GLASS |
︙ | ︙ |