-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
87 lines (65 loc) · 3.21 KB
/
Copy pathchangelog.txt
File metadata and controls
87 lines (65 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---------------------------------------------------------------------------------------------------
Version: 0.3.3
Date: 2024-12-07
Fixes:
- Fixed crash when trying to load old savefile which 0-event-trace mod is activated.
- Fixed events from other mods are not updated in list when changing mod configuration. (from new feature of core 2.0.24)
- Fixed importing filter list function modifies strings in text which is making ignore custom events. (from new feature of core 2.0.24)
---------------------------------------------------------------------------------------------------
Version: 0.3.2
Date: 2024-10-22
Changes:
- Changed version string to Factorio 2.0
- Changed a few reserved words in source code to make compatible to 2.0
---------------------------------------------------------------------------------------------------
Version: 0.3.1
Date: 2022-05-09
Fixes:
- Fixed crash when lua pattern character input in search field.
---------------------------------------------------------------------------------------------------
Version: 0.3.0
Date: 2020-11-24
Changes:
- Changed only version string to Factorio 1.1
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: 2020-09-11
Changes:
- Added remote.call("__gvv__0-event-trace","get_last_index",<player_name>, <event_name>)
Fixes:
- Fixed wrong indexing in gvv if index > 99999.
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 2020-09-10
Fixes:
- Fixed gvv global table can cause savefile to be corrupted.
Saving LuaItemStack and LuaLazyLoadedValue in global is blacklisted to fix.
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: 2020-09-10
Fixes:
- Fixed "player_index" doesn't leave "_T_player_index.position" and "_T_player_index.surface" in gvv log.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2020-09-10
Changes:
- Log of LuaObject in gvv global leaves a few information such as name, position... with "_T_" header for the cases that LuaObject is no more exist.
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 2020-09-10
Changes:
- Added collaborative function working with "gvv" mod. "gvv" mod can keep event logs and investigate them.
https://mods.factorio.com/mod/gvv
- Main window can be minimized to do not disturb game play while logging. (Closing window will stop logging)
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 2020-08-31
Changes:
- Shows string parameter of on_console_chat and on_console_command.
- Shortens string to show if it is too long. (Not applied to table keys or object names.)
- Shows extra information of LuaObject such as LuaTrain, LuaCustomChartTag, LuaUnitGroup, etc.
---------------------------------------------------------------------------------------------------
Version: 0.1.0
Date: 2020-08-30
Info:
- First push.