RealBadAngel
2012-12-13 b8d77627a4d28c624e63423eef317dd09c68e533
commit | author | age
b8d776 1 Changelog
R 2 ---------
3
4 2012-08-24: Added square-ish pneumatic tubes, with their own autoplace code 
5 (they do not connect to the steel pipes or their related devices).
6
7 2012-08-22: Added outlet grate, made it participate in autoplace algorithm.  
8 Extended storage tank to show fill level in 10% steps (0% to 100%).  Added 
9 "expansion tank" that appears if the user stacks tanks upwards.  (Downwards is 
10 not checked).
11
12 2012-08-21: Made storage tank participate in autoplace algorithm.  Tuned API a 
13 little to allow for more flexible placement.  Re-organized code a bit to allow 
14 for some upcoming rules changes.  Made storage tanks' upper/lower fittins and 
15 intake grate participate in autoplace algorithm.
16
17 2012-08-20: Added temporary nodes for storage tank and intake grating, but 
18 without autoplace.
19
20 2012-08-19: Pumps and valves now fully participate in the 
21 auto-rotate/auto-place algorithm.
22
23 2012-08-18: Total rewrite again.  All pipes are now nice and round-looking, and 
24 they auto-connect!  Also added temporary nodes for pump and valve (each with an 
25 on/off setting - punch to change).  No crafting recipes yet and the pipes still 
26 don't do anything useful yet.  Soon.
27
28 2012-08-06:  Moved this changelog off the forum post and into a separate file.
29
30 2012-08-05 (multiple updates): Rewrote pipeworks to use loops and tables to 
31 create the nodes. Requires far less code now. Added -X, +X, -Y, +Y, -Z, +Z 
32 capped stubs and a short centered horizontal segment. Changed node definitions 
33 so that the aforementioned "short centered" segment is given on dig/drop.  
34 Renamed it to just "pipeworks:pipe" (and pipe_loaded). Added empty/loaded 
35 indicator images to the capped ends, removed some redundant comments. Made the 
36 empty/loaded indication at the capped end more prominent.
37
38 2012-07-21: Added screenshot showing pipes as they look now that nodebox 
39 texture rotation is fixed.
40
41 2012-07-18: Changed the mod name and all internals to 'pipeworks' instead of 
42 'pipes'... after a couple of mistakes :-)
43
44 2012-07-12: moved project to github.
45
46 2012-06-23: Initial release, followed by reworking the textures a bit.