• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A simple mod for the game "Factorio" that does what it's name implies.


Commit MetaInfo

Revision60b67768f85b0b20153b372763854333b7e285f0 (tree)
Time2020-05-01 00:42:34
AuthorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Stop using long-deprecated consume mode for toggle key.

Change Summary

Incremental Difference

diff -r d4ec390d2a9c -r 60b67768f85b changelog.txt
--- a/changelog.txt Fri Jan 31 13:49:18 2020 -0800
+++ b/changelog.txt Thu Apr 30 08:42:34 2020 -0700
@@ -1,3 +1,11 @@
1+---------------------------------------------------------------------------------------------------
2+Version: 0.2.1
3+Date: 30. 04. 2020
4+ Features:
5+ - Fix control prototype to no longer use long-deprecated
6+ 'script-only' consume mode.
7+ - Change default binding for toggle key to F6 to avoid conflicting
8+ with keys that are part of Factorio base.
19 ---------------------------------------------------------------------------------------------------
210 Version: 0.2.0
311 Date: 31. 01. 2020
diff -r d4ec390d2a9c -r 60b67768f85b data.lua
--- a/data.lua Fri Jan 31 13:49:18 2020 -0800
+++ b/data.lua Thu Apr 30 08:42:34 2020 -0700
@@ -3,8 +3,8 @@
33 {
44 type = "custom-input",
55 name = "runspeedtoggle_hotkey",
6- key_sequence = "F1",
7- consuming = "script-only"
6+ key_sequence = "F6",
7+ consuming = "none"
88 },
99 }
1010 )
diff -r d4ec390d2a9c -r 60b67768f85b info.json
--- a/info.json Fri Jan 31 13:49:18 2020 -0800
+++ b/info.json Thu Apr 30 08:42:34 2020 -0700
@@ -1,6 +1,6 @@
11 {
22 "name": "RunSpeedToggle",
3- "version": "0.2.0",
3+ "version": "0.2.1",
44 "title": "Run Speed Toggle",
55 "author": "Omnifarious",
66 "contact": "eric-factorio@omnifarious.org",