From b4b9d2793a0a01cbc77277201a805d70ac95b3ab Mon Sep 17 00:00:00 2001 From: ivanzhestkov99 Date: Mon, 25 Nov 2019 23:39:38 +0300 Subject: [PATCH 1/5] update-readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5408c68..fbac008 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ## Features -+ Support for helicopters; -+ Realistic fuel consumption; -+ Customizable helicopter pads (refuel stations); -+ An ability to refuel any supported vehicle type with a fuel truck. ++ Support for helicopters ++ Realistic fuel consumption ++ Customizable helicopter pads (refuel stations) ++ An ability to refuel any supported vehicle type with a fuel truck ## Roadmap -- [ ] Add support for planes & boats; -- [ ] Add sound effects for air vehicles, e.g. low fuel alert. +- [ ] Add support for planes & boats +- [ ] Add sound effects for air vehicles, e.g. low fuel alert From 9030ea483cfbc0b7094e267a495975e496a079a9 Mon Sep 17 00:00:00 2001 From: ivanzhestkov99 Date: Mon, 25 Nov 2019 23:43:08 +0300 Subject: [PATCH 2/5] finish-translation --- HUD.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HUD.cs b/HUD.cs index 691ed54..39db8a2 100644 --- a/HUD.cs +++ b/HUD.cs @@ -174,7 +174,7 @@ public void InstructTurnOffEngine() buttons.CallFunction("TOGGLE_MOUSE_BUTTONS", 0); buttons.CallFunction("CREATE_CONTAINER"); - buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Заглушить"); + buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, false), "Turn engine off"); buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1); } @@ -222,8 +222,8 @@ public void InstructRefuelOrTurnOnEngine() buttons.CallFunction("TOGGLE_MOUSE_BUTTONS", 0); buttons.CallFunction("CREATE_CONTAINER"); - buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Заправить"); - buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Завести"); + buttons.CallFunction("SET_DATA_SLOT", 0, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)Control.Jump, false), "Refuel"); + buttons.CallFunction("SET_DATA_SLOT", 1, Function.Call((Hash)0x0499D7B09FC9B407, 2, (int)FRFuel.engineToggleControl, 0), "Turn engine on"); buttons.CallFunction("DRAW_INSTRUCTIONAL_BUTTONS", -1); } From fb1f19586fe84c9f337b961d73815ad7b260d7e7 Mon Sep 17 00:00:00 2001 From: ivanzhestkov99 Date: Mon, 25 Nov 2019 23:44:02 +0300 Subject: [PATCH 3/5] update-license --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 62dde19..c496b04 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2017 Alexander Kukhta +Copyright h0kkaido & Alexander Kukhta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 28322012ced5d82d54e529ee46df7acd4630e9f1 Mon Sep 17 00:00:00 2001 From: ivanzhestkov99 Date: Mon, 25 Nov 2019 23:45:53 +0300 Subject: [PATCH 4/5] update-version --- README.md | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbac008..6eeba81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FRFuel+ +# FRFuel+ 1.1 :fuelpump: A long-awaited successor to [@thers](https://github.com/thers/FRFuel) FRFuel. ![FRFuel+](https://i.imgur.com/QUdmaW5.png) diff --git a/version.txt b/version.txt index a20e2d8..9459d4b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.7.0 +1.1 From c22c5bea01510800ce06f6260d419daadf7e7f54 Mon Sep 17 00:00:00 2001 From: ivanzhestkov99 Date: Mon, 25 Nov 2019 23:46:25 +0300 Subject: [PATCH 5/5] update-readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eeba81..fbac008 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FRFuel+ 1.1 +# FRFuel+ :fuelpump: A long-awaited successor to [@thers](https://github.com/thers/FRFuel) FRFuel. ![FRFuel+](https://i.imgur.com/QUdmaW5.png)