[go: up one dir, main page]

Menu

/engine/loadfile.c Commit Log


Commit Date  
[r17] (11.9 kB) by jpmorris

12-12-10 -Converted map formats to be all-ASCII. There is a size
penalty for this, but it will mean that they can be
version-controlled and diffed if need be. The designs
aren't terribly efficient space-wise but they're not a
disaster either. One of the design constraints was that
it should be possible to merge them together and this
has reduced efficiency somewhat.
Nonetheless, sparse maps with a lot of repeating tiles
and few rooftops or lightings can actually be considerably
smaller than the original binary formats.
There will be some loss of performance, however.

-The map readers are backwards-compatible. The maps will
obviously not load in earlier versions of the program,
though.

-Fixed lots more const-correctness bugs and other warnings

2010-12-13 00:53:43 View
Download
[r15] (10.9 kB) by jpmorris

11-12-10 -You cannot now break the pathfinder by barracading yourself
in with movable objects

-Changed file signatures. Backwards compatible.

-Fixed bug where flags would be corrupted when an object
was unwielded.

-Wielded items table is not now restored from the savegame
if you are only changing map. Specifically, party members
wield tables aren't. Everyone outside the party (who hasn't
changed map, basically) still has theirs backed up and restored.

-Wielded items table is not now erased for party members
changing map.

2010-12-12 00:59:16 View
Download
[r7] (10.7 kB) by jpmorris

Major 64-bit overhaul. Fixed several major bugs including one where
we were using more wield points than we had.

2010-12-05 20:13:40 View
Download
[r1] (10.7 kB) by jpmorris

Initial put from 2009 sourcebase

2010-07-23 11:37:42 View
Download