Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Apr 6, 2014
1 parent ea367c4 commit 302a199
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 4 additions & 4 deletions addons/sourcemod/scripting/freak_fortress_2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Updated by Wliu, Chris, Lawd, and Carge after Powerlord quit FF2
#tryinclude <updater>
#define REQUIRE_PLUGIN

#define PLUGIN_VERSION "1.9.3 Beta"
#define DEV_VERSION
#define PLUGIN_VERSION "1.9.3"
//#define DEV_VERSION

#define UPDATE_URL "http://198.27.69.149/updater/ff2-official/update.txt"

Expand Down Expand Up @@ -251,11 +251,11 @@ stock FindVersionData(Handle:panel, versionindex)
DrawPanelText(panel, "2) Fixed a bug where last player glow was being incorrectly removed on the boss (Wliu)");
DrawPanelText(panel, "3) Fixed a bug where the boss would be assumed dead (Wliu)");
DrawPanelText(panel, "4) Fixed having minions on the boss team interfering with certain rage calculations (Wliu)");
DrawPanelText(panel, "5) Fixed a rare bug where the rage percentage could go above 100% (Wliu)");
DrawPanelText(panel, "See next page for the server changelog (press 1)");
DrawPanelText(panel, "See next page for more (press 1)");
}
case 32: //1.9.2
{
DrawPanelText(panel, "5) Fixed a rare bug where the rage percentage could go above 100% (Wliu)");
DrawPanelText(panel, "6) [Server] Fixed possible special_noanims errors (Wliu)");
DrawPanelText(panel, "7) [Server] Added new arguments to rage_cloneattack-no updates necessary (friagram/Wliu)");
DrawPanelText(panel, "8) [Server] Certain cvars that SMAC detects are now automatically disabled while FF2 is running (Wliu)");
Expand Down
12 changes: 3 additions & 9 deletions update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{
"Version"
{
"Latest" "1.9.2"
"Previous" "1.9.1"
"Latest" "1.9.3"
"Previous" "1.9.2"
}

"Notes" "Lots of bugfixes"
"Notes" "Minor bugfixes for 1.9.2."
}

"Files"
Expand All @@ -18,15 +18,9 @@
"Plugin" "Path_SM/plugins/freak_fortress_2.smx"
"Plugin" "Path_SM/plugins/freaks/default_abilities.ff2"
"Plugin" "Path_SM/plugins/freaks/ff2_1st_set_abilities.ff2"
"Plugin" "Path_SM/plugins/freaks/rage_overlay.ff2"
"Plugin" "Path_SM/plugins/freaks/special_noanims.ff2"
"Source" "Path_SM/scripting/freak_fortress_2.sp"
"Source" "Path_SM/scripting/freaks/default_abilities.sp"
"Source" "Path_SM/scripting/freaks/ff2_1st_set_abilities.sp"
"Source" "Path_SM/scripting/freaks/rage_overlay.sp"
"Source" "Path_SM/scripting/freaks/special_noanims.sp"
"Source" "Path_SM/scripting/include/freak_fortress_2.inc"
"Source" "Path_SM/scripting/include/freak_fortress_2_subplugin.inc"
}

"Plugin" "Path_SM/plugins/freak_fortress_2.smx"
Expand Down

0 comments on commit 302a199

Please sign in to comment.