-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
63 lines (48 loc) · 1.77 KB
/
changelog.txt
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
---------------------------------------------------------------------------------------------------
Version: 0.0.8
Date: 2020-06-25
Changes:
- Make more use of filters.
Bugfixes:
- Put release date on changelog entry.
- Make vehicles work.
---------------------------------------------------------------------------------------------------
Version: 0.0.7
Date: 2020-05-31
Changes:
- Update to 0.18
- Take advantage of the new event filters.
Bugfixes:
- Reformat changelog correctly.
- switch to using on_tick instead of on_nth_tick for MP compatability.
---------------------------------------------------------------------------------------------------
Version: 0.0.6
Date: 2019-05-01
Changes:
- support for 0.17.35
---------------------------------------------------------------------------------------------------
Version: 0.0.5
Date: 2019-04-27
Bugfixes:
- ignore events that don't supply a reference to an entity.
---------------------------------------------------------------------------------------------------
Version: 0.0.4
Date: 2019-04-13
Bugfixes:
- script_raised_built sets entity rather than created_entity.
---------------------------------------------------------------------------------------------------
Version: 0.0.3
Date: 2019-04-09
Bugfixes:
- Populate player_index before making use of it.
---------------------------------------------------------------------------------------------------
Version: 0.0.2
Date: 2019-04-08
Bugfixes:
- Now scans for players when added to an existing game
- Check if value is assigned before using it
---------------------------------------------------------------------------------------------------
Version: 0.0.1
Date: 2019-04-07
Major Features:
- Initial release