1 ---------------------------------------------------------------------------------------------------
6 - Overall better error handling.
8 ---------------------------------------------------------------------------------------------------
13 - More pcalls = more good.
15 ---------------------------------------------------------------------------------------------------
20 - Global storage should work again.
21 - Language file update.
23 ---------------------------------------------------------------------------------------------------
28 - Initial compatibility with Factorio 2.0
30 ---------------------------------------------------------------------------------------------------
35 - Fixed bug introduced with the last bugfix. "game.print(game.players[1].name)" should work again.
37 ---------------------------------------------------------------------------------------------------
42 - Fixed game.player string replacement to support non-chained use: "local a = game.player game.print(a.name)" should work now.
44 ---------------------------------------------------------------------------------------------------
49 - Set a maximal height of the console frame to prevent controls getting lost.
51 ---------------------------------------------------------------------------------------------------
56 - Make console movable and autocenter on open.
58 ---------------------------------------------------------------------------------------------------
63 - Version-Bump. No functional changes. (I am still alive :)
65 ---------------------------------------------------------------------------------------------------
70 - Version-Bump. No functional changes.
72 ---------------------------------------------------------------------------------------------------
77 - Now remembers the input-script.
78 - Last input can be executed without opening by using keybindings only.
79 - Default keybinding to execute last input-script: CONTROL + ENTER.
82 - Default keybinding to open: from SHIFT + RIGHTBRACKET to CONTROL + RIGHTBRACKET.
84 ---------------------------------------------------------------------------------------------------
89 - No functional changes.
91 ---------------------------------------------------------------------------------------------------
96 - Moved git repository. No functional changes.
98 ---------------------------------------------------------------------------------------------------
103 - Update to factorio 0.18.x.
105 ---------------------------------------------------------------------------------------------------
112 ---------------------------------------------------------------------------------------------------
117 - Added check for admin status ... but this mod should not be used in multiplayer games anyway!
119 ---------------------------------------------------------------------------------------------------
124 - Polished, gitified and published my transition helper mod.