From 871c21cd35f1670c1cba4a6754a298f8e75ddf01 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 16 Jan 2011 01:20:12 -0800 Subject: [PATCH 1/3] Updated 1/16/2011 --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index c13ac864a..6223ffa76 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,16 @@ Bukkit TODO -Create Groups Plugin for the Groups system -Split vMinecraft hMod into smaller plugins for bukkit - -vChat for chat features (noss) -vAdmin for the new admin mod and admin features -vGuilds for the guild and party system (noss) -vGroups for the groups system (Cere) -Finish up the hMod planned features -Include updatr support with the new plugins --Port as many of vMinecrafts features as possible \ No newline at end of file +-Port as many of vMinecrafts features as possible + +vChat TODO +High Priority +-Rewrite wordWrap() (cere?) +Low Priority +-Fix bug where xmas/rainbow don't continue on the second line +-Fix bug where ^x & ^r are inserted to the end of the message when using xmas/rainbow \ No newline at end of file From 4bc895750a19bd50f8a974b97eeefc292ca2a608 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 16 Jan 2011 01:37:05 -0800 Subject: [PATCH 2/3] Dem bugs --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6223ffa76..cd449f111 100644 --- a/TODO +++ b/TODO @@ -13,4 +13,5 @@ High Priority -Rewrite wordWrap() (cere?) Low Priority -Fix bug where xmas/rainbow don't continue on the second line --Fix bug where ^x & ^r are inserted to the end of the message when using xmas/rainbow \ No newline at end of file +-Fix bug where ^x & ^r are inserted to the end of the message when using xmas/rainbow +-Rainbow (Possibly xmas as well) crashing clients when entering the second line. My guess is it is a color code being inserted at the end. From 03fb8654ed2c09909a4a4dd79a71a0a334dfac20 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 16 Jan 2011 01:47:21 -0800 Subject: [PATCH 3/3] Even more up to date --- TODO | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index cd449f111..c402ee16b 100644 --- a/TODO +++ b/TODO @@ -10,8 +10,19 @@ Bukkit TODO vChat TODO High Priority --Rewrite wordWrap() (cere?) + -Rewrite wordWrap() (cere?) + -Rainbow (Possibly xmas as well) crashing clients when entering the second line. My guess is it is a color code being inserted at the end. + +Medium Priority + -Ignore + -Default Chat Color + -Settings file + -Chat channels + -Nicknames + -Suffix + -Prefix + Low Priority --Fix bug where xmas/rainbow don't continue on the second line --Fix bug where ^x & ^r are inserted to the end of the message when using xmas/rainbow --Rainbow (Possibly xmas as well) crashing clients when entering the second line. My guess is it is a color code being inserted at the end. + -Fix bug where xmas/rainbow don't continue on the second line + -Fix bug where ^x & ^r are inserted to the end of the message when using xmas/rainbow + \ No newline at end of file