2002.01.16
	* reduce a bit lag in multiclient mode
	* added support for multiple languages:
	use -locale <locale name> to set language to use:
	locale name can be:
	"ENG", "USA", "English"
	"ESP", "Espana", "Spaish"
	"FRA", "French"
	"POR"
	"ITA", "Italian"
	"JPN", "Japanese"
	"KOR", "Korean"
	"SIN", "Singaporean"
	"CHI", "Chinese"
	"POL", "Polak",	"Latin2"
	"RUS", "Russian", "CYR"
	* add support for memory pattern searching in script
        see the sample script for details, idea comes from
	d2hackit project, thanks thohell. :)
	* add option -mpq <file name> to load a specific mpq
	file as game data. files in this MPQ will always be
	checked first (even before patch_d2.mpq). this make
	your load mods a bit easier. also, It is easy to use
	multiple cdkeys with one copy of game files at the same
	time in one machine (with my new cdkey refiller)
	
		
2001.12.07
	version v1.09b11
	* plugin system improved, now plugin can comunicate with
game's internal data structure, the structure contains lots of 
useful game's runtime information (see d2param.h).this makes 
plugin much more powerful and easier, also added some comments
to the new plugin in header files.
	* updated chatlog plugin for patch v1.09d. and now, 
chatlog plugin will record the game name, game pass and etc 
each time you enter or leave game with the new plugin feature.

2001.11.18:
	version v1.09b10
	* rebased some plugins for compatible problems (e.g maphack unknown version)
	* support diablo2 and lod patch v1.09c
Notice:
        Actually, there is not any change in the loader only except
the version number :P, but all plugins are rewrited -- It is necessary
to upgrade all plugins (or you can simply remove the old ones).
Also, It is recommeded to use maphack as a d2loader plugin,in this
case:
        1. -title "Diablo II" is no needed
        2. maphack will works well even you run multiple diablo2
        3. you do not need to switch out game and run maphack each
           time you started it.

        To do this, the only thing you need to do is copy all
maphack files (maphack v4.3 is required for patch v1.09c) into
diablo2 plugin directory.

2001.10.10:
	version v1.09b9
	* fixed some video problem.
	* plugin system rewrited
	* also, mousepad have rewritten his great maphack in dll,
	  and you may also use it as d2loader plugin to let
	  it loaded the maphack automatically at startup (this
	  also make it possibile to support maphack in multiply
	  window), thanks mousepad :P
	* added some new options, one maybe useful is -l if you
	  meet some problem with d2loader. this will log some
	  debug information into d2loader.log
	* make the option -direct more smart, it will read
	  files from disk directly if possible. otherwise, it
 	  will read files from MPQ still,thanks Remco v. Hest
	  for this comment.
	* -gamma, -lowquality, -perspective, -vsync option is 
	  really supported now. also, added some explain for
	  this options from Shawn Cox.
	* fixed a bug that there is no loot button in hardcore
	  game if -multiclient option is set.thanks Chris Wilson
	  for the bug report.
	* fixed a bug which will cause the child window will not popup
	  when running in -multiclient if the command line is too long.
	
	
2001.9.10:
	add a color hack plugin colorhack.dll

2001.8.29:
	still v1.09b8 (Build on Aug. 29th)
	fix a bug which will cause verion check error when 
multiple diablo2 process is running,thanks yywjwyy.

2001.8.28:
	version v1.09b8
	readme rewrited, hope now it is ok :)
	full list of support options in readme.txt
	add a sample plugin(with c source code) winkey.dll

2001.8.18:
	version v1.09b7

	support for the coming Diablo2 classic and expansion v1.09
	fix a bug in script load
	add auto-detect for dynamic library relocation when patching
	add auto dynamic unloading for patch
	more compatible with the game server library (D2GS v1.09b7)
	some other minor fix and improvements.		

2001.7.13:
	the D2-NoCd-all is renamed to d2loader(v1.0b1) now(for the new 
changes)
	now,there is no difference between d2 classic and expansion
for the loader,it will automatically detect your game version and run
in correct mode.simply copy the file "Diablo II.exe" into your diablo2
directory and enjoy.

	Lots of useful new features added in this version:
	1.memory patching script support. see d2hack.script for details.
(with a sample)
	2.plugin support, also with a sample in it (see plugin\readme.txt)
	3.video mode autodetect. (using d2vidtest registry setting)
	4.some other bug fix and improvements.(d2x music,npc speech and etc...)
	
btw:	1.Blizzard has patched the expansion cdkey bypassing way, it doesn`t
	work now -- no,should say doesn`t work as perfect as before due to
	server side patch. and the new hacking way will not open to public
	for it is not perfect. you'd better to buy a copy of d2x -- that
	is my suggestion, Emails about this will be ignored.
	and also,you should stop trying of the previous cdkey hack.or your ip
	will be banned from battle.net chat server for some hours.
	
	2. -multiclient still works fine both on d2 and d2x, the only difference
is backup of bnclient.dll,d2client.dll,game.exe is no need now -- for the loader
is changed to use memory patching.

	3. d2music.mpq deleted from the package, you can create your own by
using any MPQ creating tools, i prefer Quantam's MPQ2k v1.10.

2001.6.27:
	i got d2x retail just now,updated support for it(d2x v1.08),
enjoy :)

2001.6.26:
	support for expansion single and battle.net(without 
expansion cdkey),check d2exp.txt for details.

2001.6.20:
	support for v1.08 now,actually,the damn v1.08 Diablo II
code is 99% as the expansion(from the beta one i got).that is, 
blizzard will sell one game twice...
	also,fix two bugs:
	1.fixed the problem that -multiclient not run properly
in full screen mode,now it works,but i still strongly suggest you
to run it in window mode.
	2.fix a game password bug.

	another thing should metion is: when your game need 
automatically upgrade from battle.net(or the official patch),
you should rename d2client.bak and bnclient.bak to the original name.
or the patch will fail on file check.

2001.5.28:
	automatically change the child window name in such
format: "character name(*account name) game name@realm name"
this can let you easily switch between different character's
game window.

2001.5.27:
	hacked cdkey check for D2 v1.06,you can use one cdkey
to join games as much as possibile.details is in d2-cdkey.txt.
not fully tested,bug report is welcome.

2001.5.13:
	make expansion beta loader support v1.41-v1.44,
also,i found that some argument struct changed from v1.05-v1.06
so "Diablo II.exe" is updated and no longer support version
earlier than 1.06,use "Diablo II-105.exe" if you are running
under version 1.06.

2001.5.11:
	Add loader for the Expansion beta(D2XP.exe),

2001.4.20:
	Add support for version 1.06,it support from 1.00-1.06 
now.

2001.2.6:
	Add support for chinese version,you can use argument
-lng [chi/eng] to change language freely.
