ChangeLog
Changes made to each version are detailed below:
v0.90
- Fixed various bugs with Pokemon that are always male or female.
v0.89b
- Disable some additional mission types.
- Did some magic that probably broke target2-requiring missions more.
v0.89a
- Disabled arrest mission support in normal mode for further research on why they crash the game under some conditions sometimes.
v0.89
- Added basic support for treasure hunt missions. You can't set rewards yet.
- Made some progress on other special floor missions (need more research, but they may work for specific target combinations; untested)
v0.88b
- Allow the reward item box to be set for reward types 1 (previously "cash + random") and 4 (previously "random").
v0.88a
- In advanced mode, allow the reward item box to be set for all reward types. The value is ignored for eggs and recruits.
v0.88
- Don't enable advanced mode when loading from file://.
v0.87
- Sealed Chamber and Golden Chamber missions should work now.
v0.86
- Fixed several mission type descriptions.
- Made the main page more obvious.
- Arrest missions are now split into two categories by client.
v0.85
- Fixed a bug where approximately 1/200 of generated codes wouldn't work.
v0.84
- Fixed things in Chrome (it doesn't do <form onchange>, whoops).
v0.83
- Remove all IE6 support due to it not actually working.
- Revert back to using DOM methods.
- Made various optimizations to the code.
v0.82
- Added validity checks for rewards & target items.
- Improved loading performance by using innerHTML rather than proper DOM manipulation.
- Added yet another set of IE6 hacks.
v0.80
- Added unsupported support for Internet Explorer 6 (albeit with a VERY long load time).
- Added plenty of warnings discouraging anyone from using IE6 or IE7.
- The generator now uses the list of valid clients by default. Add "?advanced=1" to the URL to change this.
v0.77
- Speed up performance when loading in several browsers (especially Chrome).
v0.76
- Added usage tracking as a way for me to see how many people are using the tool (currently, about 1/3 pageviews generate a code).
v0.74
- Updated the defaults to be more sane.
- Fixed special Challenge Request codes.
- Add some features to advanced mode.
- Minor fixes to WM format (to be consistent with the game, even though it doesn't seem to care).
v0.71
- Made the rules more strict.
- Add some features to advanced mode.
v0.70
- The generator now uses the list of valid dungeons by default. Add "?advanced=1" to the URL to change this.
v0.60
- Made the thing work, fixes all around.
- Almost complete rewrite from v0.50.