Campbell Barton
2451d7d57e
Cleanup: use _NUM suffix for space/region type ranges
...
- Replace SPACE_TYPE_LAST with SPACE_TYPE_NUM (adding 1).
- Rename RGN_TYPE_LEN to RGN_TYPE_NUM
This makes it possible to tag space-type/region-type combinations
with `bool tag[SPACE_TYPE_NUM][RGN_TYPE_NUM]` which reads more clearly
than `bool tag[SPACE_TYPE_LAST + 1][RGN_TYPE_LEN]`.
2022-04-12 11:59:25 +10:00
..
2022-02-11 09:14:36 +11:00
2022-04-04 13:34:42 +10:00
2022-04-11 23:49:37 +02:00
2022-04-11 12:03:09 +10:00
2022-04-08 21:40:05 -07:00
2022-02-28 14:37:07 +01:00
2022-04-07 14:34:51 +10:00
2022-04-01 15:04:18 +02:00
2022-02-11 14:23:54 +11:00
2022-04-11 12:03:09 +10:00
2022-04-11 12:03:09 +10:00
2022-04-12 11:59:25 +10:00
2022-04-11 12:03:09 +10:00
2022-04-11 12:03:09 +10:00
2022-04-06 16:58:59 -05:00
2022-04-11 12:03:09 +10:00
2022-04-05 11:42:55 -07:00
2022-03-16 11:58:22 +11:00
2022-04-11 20:10:42 +02:00
2022-04-11 12:03:09 +10:00
2022-04-12 11:59:25 +10:00
2022-04-11 23:49:37 +02:00
2022-04-08 17:57:35 +02:00
2022-04-11 23:49:37 +02:00
2022-04-11 16:59:18 -03:00
2022-04-05 08:02:01 +10:00
2022-04-11 12:03:09 +10:00
2022-04-04 13:34:42 +10:00
2022-03-02 10:05:15 -08:00
2022-04-12 11:59:25 +10:00
2022-03-25 12:04:14 +11:00