Commit: bb72422a0136b05d6d4489c0b9854a222b258a96 Trac URL: http://developer.wz2100.net/changeset/bb72422a0136b05d6d4489c0b9854a222b258a96
Author: Per Inge Mathisen <[email protected]> Date: Tue Nov 2 21:30:39 2010 +0100 Cache the blocked status of tiles in a bitset to make lookups faster, especially for time consuming map analysis like danger maps. See ticket:2283 for discussion. src/droid.c | 17 ++++++++++++ src/droiddef.h | 1 + src/feature.c | 10 +++---- src/fpath.c | 74 ++++++++++++++++++++++++++----------------------------- src/fpath.h | 10 ++++++- src/map.c | 61 +++++++++++++++++++++++++++++++++++---------- src/map.h | 27 +++++--------------- src/move.c | 4 +-- src/raycast.c | 2 +- src/structure.c | 30 ++++++++++------------ 10 files changed, 135 insertions(+), 101 deletions(-) ------------------------- ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Warzone2100-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
