| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
server priv not limited, timetaking for restore_all
|
|
|
|
| |
remove obsolete code
|
| |
|
| |
|
| |
|
|
|
|
| |
event time
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Caused problems when approaching stoprail in manual control
also better for compatibility
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
Previous commit did not fix saving, but is kept because there is a corner case for which it is required (see MT forum)
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Move the UI of station rails to use checkboxes rather then dropdowns
for the reverse command.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|