forked from audun/factorio-closestfirst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
66 lines (66 loc) · 2.66 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
64
65
66
---------------------------------------------------------------------------------------------------
Version: 0.17.3
Date: 2019-03-10
Features:
- Support upgrade planner
Performance:
- Use configuration events instead of checking settings every tick
- Unregister tick handler when in Off-mode, but adjust equipment when settings change so mod can be used with zero performance penalty
---------------------------------------------------------------------------------------------------
Version: 0.17.2
Date: 2019-02-28
Changes:
- Added thumbnail.png for new mod portal
- Make the changelog readable in game mod browser too
---------------------------------------------------------------------------------------------------
Version: 0.17.1
Date: 2019-02-27
Changes:
- Updated for Factorio version 0.17
---------------------------------------------------------------------------------------------------
Version: 0.1.7
Date: 2019-01-15
Bugfixes:
- Using unlimited search area caused a crash
---------------------------------------------------------------------------------------------------
Version: 0.1.6
Date: 2019-01-15
Changes:
- Performance:
- Only find entities belonging to neutral and player's force
- Various API usage improvements based on Bilka's suggestions
---------------------------------------------------------------------------------------------------
Version: 0.1.5
Date: 2019-01-14
Bugfixes:
- Updates should now happen equally often for all players
---------------------------------------------------------------------------------------------------
Version: 0.1.4
Date: 2019-01-13
Changes:
- Performance:
- Only one task per player per tick in multiplayer
- Documentation / UX:
- Updated readme
- User-friendly settings
---------------------------------------------------------------------------------------------------
Version: 0.1.3
Date: 2019-01-12
Changes:
- Massive performance boost
- Avoid slow player.force call
- Use buckets instead of sorting
- Split the tasks of finding entities and processing them into separate ticks
---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: 2019-01-11
Features:
- Compatibility with Creative Mode Fix v0.0.32 and other personal roboport mods
Bugfixes:
- Don't try to search the equipment grid if there isn't any
- Search area setting was interpreted twice as large as intended (radius instead of area)
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 2019-01-10
Features:
- Initial version.