Differences From Artifact [72305d8afa]:
- File internals.doc — part of check-in [c295ff21b6] at 2022-06-28 03:57:49 on branch trunk — Some more changes in game.c and in documentation, to work with the new move list encoding/decoding functions. (user: user, size: 5450) [annotate] [blame] [check-ins using]
To Artifact [e7768cb272]:
- File internals.doc — part of check-in [e71ea9875c] at 2022-06-30 05:46:45 on branch trunk — Implement the .saveSolutions.private option (and the SQL functions to work with it), and remove the unused .allowMouseWarp option. (user: user, size: 5513) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
151 152 153 154 155 156 157 158 159 160 161 162 | * 0xC1 to 0xFF = Eight more bytes The new format is always small-endian. Record types: * 0x01 = Replay list * 0x41 = Level version, if solved (omitted otherwise) * 0x42 = Mark position | > > > > | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | * 0xC1 to 0xFF = Eight more bytes The new format is always small-endian. Record types: * 0x01 = Replay list * 0x02 = Best personal solution * 0x41 = Level version, if solved (omitted otherwise) * 0x42 = Mark position * 0x81 = Best personal score |