| Commit message (Collapse) | Author | Age |
|
|
|
| |
consistently, add modpack.conf
|
|
|
|
| |
orphaned when digging rail
|
| |
|
|
|
|
|
|
|
| |
- LuaATC remains non-craftable for now (elevated privs necessary anyway)
- Some crafts altered from dario's proposal
Co-authored-by: W3RQ01 <dario23@linux-forks.de>
|
| |
|
| |
|
| |
|
|
|
|
| |
interlocking.set_route() was updating the signal aspect, which caused LZB's invalidate_ahead callback to run, although the route isn't yet fully set. Don't look ahead at this point, but instead in the next train step.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
server priv not limited, timetaking for restore_all
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
signalling formspec
|
| |
|
|
|
|
| |
farther than train length in step
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(this caused the lzb approach to be called on nodes that have just received an enter event, which is not intended)
|
| |
|
|
|
|
| |
digiline_send(), move on_updated_from_nodedb to advtrains table
|
|
|
|
|
|
| |
distance-based approach or minetest.is_block_active() if available
See also https://github.com/minetest/minetest/pull/10897
|
| |
|
| |
|
|
|
|
|
|
| |
- Move DUMP_DEBUG_SAVE block before the actual saving so it can be used to trace serializer errors
- Don't crash on functions in data, ignore them silently
- Increase the save interval
|
|
|
|
| |
integrate ndb in serialize_lib atomic system
|
|
|
|
| |
Old save format will be gracefully migrated
|
| |
|
|
|
|
| |
Thanks, Maverick2797
|
|
|
|
|
|
|
| |
This command kicks out all passengers when the train is stopped and
its doors are open. In addtion, a wagon:is_driver_stand(seat) function
was added to allow finding out easily if a seat is the driver stand of
the wagon.
|
| |
|
| |
|
| |
|
| |
|