Deliantra-Client
view release on metacpan or search on metacpan
detect corruption as is common on windows (but not limited to
windows, unfortunately).
- fall back to backup config file if main config file cannot be parsed.
- reduce shimmering during smooth scrolls.
- rely on AnyEvent to work around totally broken windows vista
tcp/ip subsystem once more (where getpeername returns fantasy
ports).
- use newer BDB version that works around windows vista tcp/ip
breakage.
- initialise the default resolver during startup, as windows vista
forces us back to the desktop when doing this later(!).
2.02 Wed Dec 24 06:02:53 CET 2008
- mark hidden mapspaces visually with a question mark.
- make hidden spaces as light as the darkest normal spaces.
- don't lie about the window size anymore in fear of crashing
the server (as we are dealing with deliantra servers only these days).
- correctly draw the speech bubbles and other overlays even when the
topmost face isn't visible.
- fix swirly tile draw offset.
- fix a crash when the user clicks on the map during log-in.
bin/deliantra view on Meta::CPAN
while (my ($filename, $zip) = each %PAR::LibCache) {
$zip->extractMember ("SPLASH.bmp", "$ENV{PAR_TEMP}/SPLASH.bmp");
}
require Win32::GUI::SplashScreen;
Win32::GUI::SplashScreen::Show (
-file => "$ENV{PAR_TEMP}/SPLASH.bmp",
);
# initialise the resolver now, as vista forces us back to the desktop
# when doing this later.
require AnyEvent::DNS;
AnyEvent::DNS::resolver ();
$startup_done = sub {
Win32::GUI::SplashScreen::Done (1);
};
}
}
( run in 0.392 second using v1.01-cache-2.11-cpan-299005ec8e3 )