From: Michael Andreen Date: Wed, 17 Apr 2002 18:42:57 +0000 (+0000) Subject: some minor changes X-Git-Tag: HBS_0_2_0 X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=commitdiff_plain;h=acd5e6eb664984cd6dfdbf75e29c7102ceeeddc2 some minor changes --- diff --git a/ChangeLog b/ChangeLog index 6f675f8..776325c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,5 @@ -Mon Apr 15 22:17:15 CEST 2002: - * Implemented scorechange for the planet. All fleets with "Home" in their name is counted. +Changes since hbs 0.1.1 + * Implemented scorechange for the planet. All fleets with "Home" in their name is counted. (so the capping changes between ticks) + * Slightly changed the interface (moved the tick changing to the toolbar) + * Added a possibility to change the output format between a few different formats, show unit difference, blocked units and survived units. + * Makes the readonly editline between the unit number update more automaticaly diff --git a/config.h b/config.h index 9b7e9bb..ef18a71 100644 --- a/config.h +++ b/config.h @@ -1,37 +1,2 @@ -/* config.h. Generated automatically by configure. */ -/* config.h.in. Generated automatically from configure.in by autoheader. */ - -/* The number of bytes in a char *. */ -#define SIZEOF_CHAR_P 4 - -/* The number of bytes in a int. */ -#define SIZEOF_INT 4 - -/* The number of bytes in a long. */ -#define SIZEOF_LONG 4 - -/* Name of package */ -#define PACKAGE "bc" - /* Version number of package */ -#define VERSION "0.1" - -/* C++ compiler supports template repository */ -#define HAVE_TEMPLATE_REPOSITORY 1 - -/* Defines if your system has the crypt function */ -#define HAVE_CRYPT 1 - -/* Define the type of the third argument for getsockname - */ -#define ksize_t socklen_t - -/* Define if you have libz */ -#define HAVE_LIBZ 1 - -/* Define if you have libpng */ -#define HAVE_LIBPNG 1 - -/* Define if you have libjpeg */ -#define HAVE_LIBJPEG 1 - +#define VERSION "0.2"