Version 0.9.4 (2005-01-21) -------------------------- Suggestions by Martin Norrefeldt: * Country tag -6 (current emperor). * Triggers: elector, emperor. * Command actions: flagname. * Give warning for use of provinceculture trigger. * Updated for new countries and cultures in EU2 v1.0.8. Version 0.9.3 (2003-08-07) -------------------------- * Added the removecot command type (available in the 1.06/1.07 betas) Version 0.9.2 (2003-07-21) -------------------------- * First public version of EU2Lint, the successor application to the EU2 Event Parser (v0.9.1). Now parses leader and monarch files, as well as events. Improved the object-oriented design of the modules, to allow easier modification and extension. * Added the badboy command action { type = badboy value = x } (new in EU2 v1.07) * Range of Leader IDs 20000-->200000 * Range of Monarch IDs changed (tentatively) to 200000. The EU2 1.07 readme only specifies the leader range, so I need to confirm this * Handle multi-line quoted strings. * Detect accented characters as valid letters in a word. * Revamped logging routines. Code for how to log can be redefined from the default, which prints to the standard error stream * eventcheck.cgi uses external parser classes, instead of duplicating it locally