Differences From Artifact [f9d077868e]:
- File exec.c — part of check-in [51526b8cd6] at 2023-08-28 19:02:25 on branch trunk — Add the (Pc) block (counting pattern block). (user: user, size: 171795) [annotate] [blame] [check-ins using]
To Artifact [191a372e4a]:
- File exec.c — part of check-in [ee231f02dd] at 2024-05-11 06:16:03 on branch trunk — Start of implementation of the (Trigger) block (currently only syntax is implemented) to control timing/ordering of some events. (user: user, size: 171812) [annotate] [blame] [check-ins using]
| ︙ | |||
40 41 42 43 44 45 46 47 48 49 50 51 52 53 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + |
Value*array_data;
Uint16 ndeadanim;
DeadAnimation*deadanim;
Uint8 no_dead_anim;
Uint32 max_trigger;
Uint8 conn_option;
Sint32 gameover_score;
Uint32 trigmode;
typedef struct {
Uint16 msg;
Uint32 from;
Value arg1,arg2,arg3;
} MessageVars;
|
| ︙ |