Skip to content

Commit

Permalink
update version (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako authored Apr 16, 2023
1 parent 735d357 commit afdf9bb
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LAMBS Danger FSM
<p align="center">
<a href="https://github.com/nk3nny/LambsDanger/releases/latest">
<img src="https://img.shields.io/badge/Version-2.5.3-blue.svg?style=flat-square" alt="Lambs Danger Version">
<img src="https://img.shields.io/badge/Version-2.6.0-blue.svg?style=flat-square" alt="Lambs Danger Version">
</a>
<a href="https://github.com/nk3nny/LambsDanger/issues">
<img src="https://img.shields.io/github/issues-raw/nk3nny/LambsDanger.svg?style=flat-square&label=Issues" alt="Lambs Danger Issues">
Expand Down
2 changes: 1 addition & 1 deletion addons/danger/scripts/lambs_danger.fsm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*%FSM<HEAD>*/
/*
item0[] = {"Start_Danger",0,250,-75.000000,-175.000000,25.000000,-125.000000,0.000000,"Start Danger"};
item1[] = {"LAMBS_DANGER_FSM",-1,250,-675.000000,-175.000000,-225.000000,-100.000000,0.000000,"LAMBS DANGER FSM" \n "v.2.5.4"};
item1[] = {"LAMBS_DANGER_FSM",-1,250,-675.000000,-175.000000,-225.000000,-100.000000,0.000000,"LAMBS DANGER FSM" \n "v.2.6.0"};
item2[] = {"true",8,218,-75.000000,-75.000000,25.000000,-25.000000,0.000000,"true"};
item3[] = {"Init",2,250,-75.000000,50.000000,25.000000,100.000000,0.000000,"Init"};
item4[] = {"Vehicle",4,218,-325.000000,150.000000,-225.000000,200.000000,0.000000,"Vehicle"};
Expand Down
2 changes: 1 addition & 1 deletion addons/danger/scripts/lambs_dangerCivilian.fsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*%FSM<COMPILE "scriptedFSM.cfg, Danger">*/
/*%FSM<HEAD>*/
/*
item0[] = {"LAMBS_DANGER___v2",-1,250,-1225.000000,-425.000000,-875.000000,-175.000000,0.000000,"LAMBS DANGER - v2.5.0 ~ civilian fsm" \n "0 - DCEnemyDetected, // the first enemy detected" \n "1 - DCFire, // fire visible" \n "2 - DCHit, // vehicle hit" \n "3 - DCEnemyNear, // enemy very close to me" \n "4 - DCExplosion, // explosion detected" \n "5 - DCDeadBodyGroup, // dead soldier from my group found" \n "6 - DCDeadBody, // other dead soldier found" \n "7 - DCScream // hit soldier screaming" \n "8 - DCCanFire // can fire weapon ~nkenny" \n "9 - DCBulletClose // bullet whizzes by head - nkenny"};
item0[] = {"LAMBS_DANGER___v2",-1,250,-1225.000000,-425.000000,-875.000000,-175.000000,0.000000,"LAMBS DANGER - v2.6.0 ~ civilian fsm" \n "0 - DCEnemyDetected, // the first enemy detected" \n "1 - DCFire, // fire visible" \n "2 - DCHit, // vehicle hit" \n "3 - DCEnemyNear, // enemy very close to me" \n "4 - DCExplosion, // explosion detected" \n "5 - DCDeadBodyGroup, // dead soldier from my group found" \n "6 - DCDeadBody, // other dead soldier found" \n "7 - DCScream // hit soldier screaming" \n "8 - DCCanFire // can fire weapon ~nkenny" \n "9 - DCBulletClose // bullet whizzes by head - nkenny"};
item1[] = {"Init",0,250,-850.000000,-425.000000,-700.000000,-350.000000,0.000000,"Init"};
item2[] = {"End",1,250,150.000000,600.000000,250.000000,650.000000,0.000000,"End"};
item3[] = {"Causes__4__7__9",4,218,-840.000000,-60.000000,-700.000000,0.000000,2.000000,"Causes:" \n "4, 7, 9"};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GVAR(debug_TextFactor) = linearConversion [0.55, 0.7, getResolution select 5, 1,
/*
Moved Event Wrappers
Moved in v2.5.0
Removed with v2.6.0???
Removed with v2.7.0???
*/
[QGVAR(OnCheckBody), {
[_this select 0, QEGVAR(danger,OnCheckBody), _this] call BIS_fnc_callScriptedEventHandler;
Expand Down
2 changes: 1 addition & 1 deletion hemtt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "LAMBS Danger"
prefix = "lambs"
author = "LAMBS Dev Team"
sig_version = 3
version = "2.5.4"
version = "2.6.0"
reuse_private_key = false
files = [
"mod.cpp",
Expand Down
30 changes: 15 additions & 15 deletions tools/stringtableChecker/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "stringtableChecker",
"version": "1.0.0",
"description": "",
"main": "stringChecker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"xml2js": "^0.5.0"
}
}
{
"name": "stringtableChecker",
"version": "1.0.0",
"description": "",
"main": "stringChecker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"xml2js": "^0.5.0"
}
}

0 comments on commit afdf9bb

Please sign in to comment.