21 Commits

Author SHA1 Message Date
cheapie
b4a526b4c0 Add car call security 2024-05-07 18:16:19 -05:00
cheapie
785edbd5fd Add more decorations
Adds (decorative) tape, including variants with magnets or brackets, and new textures for the outside of the car.
2024-05-04 22:27:36 -05:00
cheapie
3ed317a526 Add door sills 2024-04-26 07:05:02 -05:00
cheapie
c5954749b7 Add door light curtain 2024-04-25 14:00:54 -05:00
cheapie
e29d179464 Prevent crashing when minetest.get_objects_inside_radius() returns garbage 2024-04-22 17:55:20 -05:00
cheapie
b96d939f98 Fix possible crash when removing car 2024-04-22 17:23:03 -05:00
cheapie
d3d844ab31 Fix possible crash in car top box right-click handling 2024-04-21 13:35:19 -05:00
cheapie
5c85c16570 Entity and lighting tweaks 2024-04-20 14:40:05 -05:00
cheapie
3d078bb99a Improve setup experience and inventory items 2024-04-18 20:38:05 -05:00
cheapie
a0f604f950 Add door operator textures 2024-04-16 21:19:35 -05:00
cheapie
ec35f3c66f Fix several bugs 2024-04-16 19:45:33 -05:00
cheapie
5b91601b6e Add car top inspection 2024-04-14 18:49:14 -05:00
cheapie
4f04035bc4 Add in-car switch panel and independent service, also fix a few bugs
Switches for fire service phase 2 (not yet implemented) and car fan and light (no plans) are also available
2024-04-13 20:23:08 -05:00
cheapie
a50ceb4d27 Add car doors 2024-04-13 17:00:40 -05:00
cheapie
23826516ca Add COP
Still more things I want to add to it, but it works for now.
Should show up in existing cars (once they do something for the first time, for now)
2024-04-12 20:48:19 -05:00
cheapie
12c3ce32dc Make in-car PI work 2024-04-04 20:57:56 -05:00
cheapie
e35e98148a Initial in-car PI work
PI is now spawned and moves with the car, no actual display yet
2023-08-12 23:36:00 -05:00
cheapie
a39b70a90a Handle entities unloading
If the car disappears while moving (someone did /clearobjects, the server restarted, the mapblock unloaded, etc.), simulate the rest of the motion and spawn a new car upon arrival
2023-08-11 21:32:24 -05:00
cheapie
08cbd3adfe Add initial car motion functionality
Place a machine (no texture yet) above the car somewhere when the car is at the lowest floor, then pair it to the drive with the pairing tool. Not much error checking yet, it'll probably crash if you do anything weird.
2023-08-08 22:16:42 -05:00
cheapie
e1e3a59966 Add car interior textures 2023-08-08 17:22:37 -05:00
cheapie
22f5bf7d76 Initial car prototype
No textures yet and all of the nodes have to be placed manually at the moment
2023-08-07 17:56:31 -05:00