Jordi Albornoz [Mon, 28 Oct 2002 02:04:05 +0000 (02:04 +0000)]
add translation credits, gtetrinet's logo and a hyperlink to gtetrinet's homepage in the About dialog. set bind_textdomain_codeset to "UTF-8". Bump version to 0.5.0pre1.
Jordi Albornoz [Sun, 27 Oct 2002 22:31:33 +0000 (22:31 +0000)]
SECURITY FIXES: replace all uses of strcpy(), strcat(), strncpy() and strncat() with safe versions. Fix buffer overflows in theme code, partyline and other places; cleanup other places to minimize risks. Patch from James Antill.
Jordi Albornoz [Sun, 20 Oct 2002 10:03:01 +0000 (10:03 +0000)]
patches from James Antill: change the attack/defense box's minimum size, to avoid message wraps as much as possible. Change the toggle page keybinds from F1, F2 and F3 to Alt+1,2,3 as the previous ones were normally captured by window managers. Add different colours for events in attacks/defenses. Fix the random order of added special blocks when the player just has one.
Jordi Albornoz [Fri, 28 Jun 2002 23:09:30 +0000 (23:09 +0000)]
added the manpage which I've been distributing with the Debian package for over a year.
install gtetrinet in /usr/games by default.
added NEWS items for all gtetrinet releases, based on info from the ChangeLog.
Fixed a few things in README.
Jordi Albornoz [Fri, 28 Jun 2002 20:39:57 +0000 (20:39 +0000)]
Added an autogen.sh script for CVS setup.
Added xpms in src/images to EXTRA_DIST.
Translated gtetrinet to Catalan.
Removed bogus file from m4/ EXTRA_DIST.
Jordi Albornoz [Mon, 14 Jan 2002 17:10:44 +0000 (17:10 +0000)]
Fixed cosmetic issue in about dialog.
Fixed major problem in ARM, PowerPC and S/390 architectures, char variables aren't signed by default in those systems.