Differences From Artifact [c9a54ecacf]:
- File heromesh.h — part of check-in [2f7b9e4144] at 2020-12-05 08:02:02 on branch trunk — Remove the IOF_DEAD and IOF_ANIM flags; use a different implementation (user: user, size: 6713) [annotate] [blame] [check-ins using]
To Artifact [431eca0830]:
- File heromesh.h — part of check-in [8d8bcb34ca] at 2020-12-08 03:53:34 on branch trunk — Add a few structures and stuff related to animation; not complete (user: user, size: 6801) [annotate] [blame] [check-ins using]
︙ | |||
163 164 165 166 167 168 169 170 171 172 173 174 175 176 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | + + + + + | // == function == void init_sql_functions(sqlite3_int64*ptr0,sqlite3_int64*ptr1); // == exec == #define VOIDLINK ((Uint32)(-1)) #define ANI_STOP 0x00 #define ANI_ONCE 0x01 #define ANI_LOOP 0x02 #define ANI_OSC 0x08 typedef struct { //TODO } Animation; typedef struct { Sint32 height,weight,climb,density,volume,strength,arrivals,departures,temperature; |
︙ |