1 ---------------------------------------------------------------------------------------------------
6 - Initial compatibility with Factorio 2.0
8 ---------------------------------------------------------------------------------------------------
13 - Fixed bug introduced with the last bugfix. "game.print(game.players[1].name)" should work again.
15 ---------------------------------------------------------------------------------------------------
20 - Fixed game.player string replacement to support non-chained use: "local a = game.player game.print(a.name)" should work now.
22 ---------------------------------------------------------------------------------------------------
27 - Set a maximal height of the console frame to prevent controls getting lost.
29 ---------------------------------------------------------------------------------------------------
34 - Make console movable and autocenter on open.
36 ---------------------------------------------------------------------------------------------------
41 - Version-Bump. No functional changes. (I am still alive :)
43 ---------------------------------------------------------------------------------------------------
48 - Version-Bump. No functional changes.
50 ---------------------------------------------------------------------------------------------------
55 - Now remembers the input-script.
56 - Last input can be executed without opening by using keybindings only.
57 - Default keybinding to execute last input-script: CONTROL + ENTER.
60 - Default keybinding to open: from SHIFT + RIGHTBRACKET to CONTROL + RIGHTBRACKET.
62 ---------------------------------------------------------------------------------------------------
67 - No functional changes.
69 ---------------------------------------------------------------------------------------------------
74 - Moved git repository. No functional changes.
76 ---------------------------------------------------------------------------------------------------
81 - Update to factorio 0.18.x.
83 ---------------------------------------------------------------------------------------------------
90 ---------------------------------------------------------------------------------------------------
95 - Added check for admin status ... but this mod should not be used in multiplayer games anyway!
97 ---------------------------------------------------------------------------------------------------
102 - Polished, gitified and published my transition helper mod.