diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-18 18:44:12 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-18 18:44:12 +0000 |
commit | 171e3f1b4c0117a7ea0160e2977d1e08e6612c0a (patch) | |
tree | 84adcc8d16e1a3e26382c65b2bad7200c02aba7e /ChangeLog | |
parent | b95233cbf32a705d67886ed401df589e13c1fec5 (diff) | |
download | mana-171e3f1b4c0117a7ea0160e2977d1e08e6612c0a.tar.gz mana-171e3f1b4c0117a7ea0160e2977d1e08e6612c0a.tar.bz2 mana-171e3f1b4c0117a7ea0160e2977d1e08e6612c0a.tar.xz mana-171e3f1b4c0117a7ea0160e2977d1e08e6612c0a.zip |
Optimized with single loop approach and nicer printing calls, inspired by
doener's version. Also added list of update entries and their respective
update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ the game was not started. * tools/upalyzer/analyse.php: Added initial version of the update analysis tool upalyzer. + * tools/upalyzer/analyse.php: Optimized with single loop approach and + nicer printing calls, inspired by doener's version. Also added list of + update entries and their respective update. 2007-12-14 Philipp Sehmisch <tmw@crushnet.org> |