328 Commits

Author SHA1 Message Date
Thomas--S
58f5e1a062 Add forgotten Textures 2016-09-09 18:19:30 +02:00
Thomas--S
f2da2d6f1e Adding Chainlink Fence and Preparing the mod for release 2016-09-08 21:52:24 +02:00
Thomas--S
07d2355a87 Adding Matrix Screen
Originally written by @HybridDog
Modified by @Thomas--S
2016-09-07 14:05:13 +02:00
Thomas--S
9fcc0a1328 Improvements Regarding Signs
- New structure
- EU signs finished
- Fixed sign back texture
2016-09-05 19:10:14 +02:00
Thomas--S
e1b52ab98a New Sidewalk Texture
Make the sidewalk texture look a bit like pavement
to make it better distinguishable from roadmarkings.
2016-09-04 13:28:37 +02:00
Thomas--S
95291bd7ec Simplify the new roadmarking system a little bit 2016-09-03 19:41:46 +02:00
Thomas--S
9516f9c1d6 Fix a few bugs regarding the new roadmarking system 2016-09-03 17:04:58 +02:00
Thomas--S
f96e7f7c40 Change Roadmarking System
Register new "Roadmarking Tools".
Dig node to remove marking.
The changes were needed to
* fix some minor bugs
* simplify the roadbuilding process
* make roadmarkings a bit less expensive
* make roadmarkings a bit more realistic
2016-09-03 15:19:39 +02:00
Thomas--S
fe7133336e Fix bug regarding minetest.is_protected
The regarding functions need player names instead of objects.
2016-08-30 15:26:50 +02:00
webdesigner97
fd08fcfdde merge conflict 2016-07-26 12:56:32 +02:00
Thomas--S
e803a284a5 Improve Sign Workshop Formspec to avoid too long tabheaders. (#82) 2016-07-19 10:14:41 -05:00
Thomas--S
93f453d3be Add rotation to offset roadmarking. 2016-07-13 17:07:54 +02:00
Thomas--S
b90ac17384 Fix bug in stairsplus registrations 2016-07-12 19:24:56 +02:00
Thomas--S
1b6e1eb4a4 Fix a asphalt workshop bug. 2016-07-12 18:10:20 +02:00
Thomas--S
1d99d17d8d Fix a little trafficlight bug. 2016-07-10 17:18:33 +02:00
Thomas--S
3699df2927 Fix a little street light bug. 2016-07-10 16:48:08 +02:00
Thomas--S
51df4d44fc Register less nodes. 2016-07-10 12:58:22 +02:00
Thomas--S
6bd025dfd6 Add more roadmarkings 2016-07-10 12:48:23 +02:00
Thomas--S
cebeace478 Make Manhole Selection Box Equal With Nodebox 2016-07-09 18:30:00 +02:00
Thomas--S
5308103ef7 Fix Manhole Bug 2016-07-09 15:02:29 +02:00
Thomas--S
a70da71c75 Add Street Lights.
They can be used together with the street poles.
Not backwards compatible!
2016-06-29 06:06:43 +02:00
Thomas--S
7ceb743b3d (Re-)add some roadmarkings, fix a little problem with the asphalt workshop 2016-06-26 13:00:03 +02:00
Thomas--S
31c536526b Change collsion box of steel support a bit. 2016-06-24 22:05:05 +02:00
Thomas--S
454e289d8b Add a barrier tape 2016-06-18 18:00:27 +02:00
webdesigner97
817866e297 Merge branch 'relaunch' of https://github.com/webdesigner97/streets into relaunch 2016-06-17 22:57:02 +02:00
Thomas--S
43f3456a79 Improve Roadwork Delineators 2016-06-17 19:16:14 +02:00
Thomas--S
5de832e7df Add a roadwork delineator 2016-06-16 21:43:20 +02:00
webdesigner97
069d20ab9c Merge branch 'relaunch' of https://github.com/webdesigner97/streets into relaunch 2016-06-14 08:29:01 +02:00
Thomas--S
21e54c90b0 Add a license for code. (#83) 2016-06-13 22:45:58 -05:00
Thomas--S
b3e25b2162 Merge branch 'delineator' into relaunch 2016-06-11 13:30:02 +02:00
Thomas--S
f7636a231f Improve delineators. 2016-06-11 13:28:56 +02:00
Thomas--S
eda0fe0930 Merge remote-tracking branch 'upstream/relaunch' into relaunch 2016-06-11 13:27:29 +02:00
Thomas--S
0811d18ca1 Improve delineators. 2016-06-11 13:20:31 +02:00
Thomas--S
51bd3c301b Improve delineators. 2016-06-11 13:16:53 +02:00
Thomas--S
572e5458e1 Make street signs compatible with street poles. 2016-06-11 11:17:57 +02:00
Thomas--S
ad829ec2e3 Add drop field to manhole and protection support. 2016-06-07 21:16:21 +02:00
Thomas--S
76c6939a2a Improve traffic fence nodebox. 2016-06-06 06:14:07 +02:00
Thomas--S
dc9a427d82 Make crafting dependencies optional 2016-06-06 05:41:22 +02:00
Thomas--S
b0c4b65ce7 Add more types of street poles. (#81) 2016-06-05 18:00:20 -05:00
Thomas--S
cb3d0bbb75 Improve Pylons. 2016-06-05 21:05:20 +02:00
Thomas--S
00587ac8db Add a pylon.
Improvements are welcome.
2016-06-05 19:55:53 +02:00
Thomas--S
399b9f07be Add a traffic fence. 2016-06-05 16:53:03 +02:00
Thomas--S
36f164e1f6 Bollard is now up when having no signal. (#79)
This seems more logical to me, as the bollard is up most of the time.
Work well together with player detectors.
2016-06-03 17:13:52 -05:00
Thomas--S
d0134f9bb3 Improve roadmarking system (#78) 2016-06-03 17:10:09 -05:00
webdesigner97
13c0983625 add first set of EU signs 2016-06-03 23:46:22 +02:00
webdesigner97
56ea0e84dd improve style 2016-06-03 23:09:10 +02:00
Carter Kolwey
5a0ff5e589 Fix bollard behavior
The bollards were previously changing state every time they got a mesecons signal, which broke things when 2+ mesecons were connected, and generally resulted in strange behavior otherwise.
2016-06-02 13:26:38 -05:00
Carter Kolwey
132844bd81 Add pedestrian crossing sign/button assemblies 2016-06-02 13:17:18 -05:00
Carter Kolwey
4eaf5b5db6 Add inventory image for portable traffic light 2016-06-02 01:09:34 -05:00
Carter Kolwey
1255253ce2 Add craft recipe for portable traffic light 2016-06-02 00:59:57 -05:00