Age | Commit message (Collapse) | Author |
|
svn-id: r24765
|
|
to be packed, so I've removed the packing and added the 'refresh' field to
AnimData instead of having it as a separate array.
On the other hand, animHeaderStruct and animHeader2Struct *should* have been
packed, but weren't. I've changed they way they are initialised so that the
packing should no longer matter for them either.
svn-id: r22651
|
|
element to the savefile, including data pointers. After reading the savefile,
it would then test if ptr1 was NULL, to see if it should load the object.
I've extended the savefile format with a byte to indicate whether or not ptr1
was non-NULL. This seems to fix the problems I had with with loading savegames,
but of course any old savegame is now even more broken than before.
I still can't seem to get out of the room with the machine, though. Another
regression when migrating the code from cinE, or just my ability to get past
this annoying, timed puzzle?
svn-id: r21772
|
|
svn-id: r21683
|
|
svn-id: r21630
|
|
to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
svn-id: r21500
|
|
svn-id: r21414
|
|
svn-id: r21412
|
|
- revised the way NUM_MAX_PARTDATA and NUM_MAX_ANIMDATA are used
- renamed some variables
- constify'ed function arguments
- minor cleanup
svn-id: r21338
|
|
svn-id: r21045
|
|
svn-id: r20957
|
|
svn-id: r20881
|
|
svn-id: r20857
|
|
- added a const/static here and there
- started to reduce header dependencies
svn-id: r20856
|
|
svn-id: r20851
|
|
svn-id: r20846
|
|
svn-id: r20835
|
|
svn-id: r20824
|
|
svn-id: r20821
|
|
svn-id: r20813
|