Overview
| Comment: | Correct the implementation of the BizarroSwap instruction. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | trunk |
| Files: | files | file ages | folders |
| SHA1: |
dcebadcbcd6ca1d71594ae8d5c9a3f3c |
| User & Date: | user on 2025-08-17 21:59:28.043 |
| Other Links: | manifest | tags |
Context
|
2025-08-17
| ||
| 21:59 | Correct the implementation of the BizarroSwap instruction. Leaf check-in: dcebadcbcd user: user tags: trunk | |
|
2025-07-26
| ||
| 00:59 | Correct the loading of the third list of filter chains in multidependent picture lumps. check-in: 23f2a4e55d user: user tags: trunk | |
Changes
Modified exec.c
from [191a372e4a]
to [c8bc133a86].
| ︙ | |||
1819 1820 1821 1822 1823 1824 1825 | 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 | - - + + - + |
n=bizplayfield[x.u+y.u*64-65];
while(n!=VOIDLINK) {
c|=b&classes[objects[n]->class]->collisionLayers;
b|=classes[objects[n]->class]->collisionLayers;
n=objects[n]->up;
}
if(c) return c;
|
| ︙ |