summaryrefslogtreecommitdiff
path: root/advtrains.zip
AgeCommit message (Collapse)Author
2017-09-20Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy
2017-08-15Repack for gpcf's PRorwell96
2017-06-08Update Zip - Release 1.8.3orwell96
2017-05-31Fix still broken ndb restoring, and make sid() honor nil valuesorwell96
2017-05-30Fix detector rails changing to default orientationorwell96
Release 1.8.1
2017-05-22Fix command + Update zip file - Version 1.8orwell96
2017-05-12write the saved nodedb state back to the map when restoring after a crashorwell96
also, print a complete stack trace when an error happens also, don't replace nodes in the nodedb when worldedit has been used
2017-05-03Performance improvements: Don't clear paths unless absolutely necessaryorwell96
instead delete path elements that are too far from the train one-by-one Also when switching a switch or changing rails, only clear train paths of trains that are nearby.
2017-04-29Merge nocrash branch into master and merging it with the unified functions ↵orwell96
so that restoring works how it should Also fix minor bugs and an occasional crash with couples
2017-04-29Add pcall wrapper to prevent server crashes when advtrains throws an errororwell96
Instead, read save files again and restore state before the crash Rebased to latest commit
2017-04-27Add Andrew's Crossorwell96
2017-04-12Fix bug introduced by last commit (revert change)orwell96
2017-04-09Add privilege for basic train operation.orwell96
This privilege is granted to singleplayer by default, but is not granted on servers. This prevents unexperienced or evil players from breaking automatic train operation on servers.
2017-04-07record_protection_violation: fix player name not being passedorwell96
2017-04-05Fix #59orwell96
2017-04-02Actually check for protection when placing trains and use the train_place ↵orwell96
privilege
2017-03-30Assert some variable types obtained from lua automationorwell96
2017-03-16Fix privilege enforcement being uselessorwell96
Privilege violations caused an error message but didn't abort the operation
2017-03-12Fix Atc arrows pointing into wrong directionorwell96
2017-03-12update zip (release 1.7)orwell96
2017-02-21Fix collision issuesorwell96
2017-02-20Fix manual operation of mesecon switchesorwell96
2017-02-15fix crash on seatpc nilorwell96
2017-02-15fix #34 - end_index not set when step_a returned in phase 2orwell96
2017-02-09Proper implementation for getting on by walking into train, rework damage ↵orwell96
and player controls in train, fix death and join bugs, do not spawn bones on death
2017-02-05Fix ATC components being randomly ignored by trains.orwell96
Also add warnings to off_track stuff Also pack for release
2017-02-04Commit 1.6.2orwell96
- Add some more stuff to API for LuaATC rails - Warn on strange events even if debug info is disabled - save atlatc on shutdown too - fix detector rails in unloaded chunks - do not fail silently in simple ATC rails
2017-02-03pack for releaseorwell96
2017-02-02Add documentation and pack for releaseorwell96
2017-01-29Limit dtime to prevent trains moving too far in a single steporwell96
and update zip
2017-01-28Fix a crash, update translations and zip fileorwell96
2017-01-25update ziporwell96
2017-01-19update ziporwell96
2017-01-18update ziporwell96
2017-01-17update zip file and disable debug messagesorwell96
2017-01-10ziporwell96
2017-01-06update ziporwell96
2017-01-04also print ATC reverse command warningorwell96
and move atc_command.txt at a better place
2017-01-04Purge all debug messages and change 'print' function name to 'atprint'orwell96
Ready for 2.0 release.
2017-01-04update makefile to new circumstancesorwell96
2017-01-04Restructure mod directoryorwell96
2016-12-13Fix behavior when using get_look_yaw() instead of get_look_horizontal()orwell96
get_look_yaw returns values that are 90° rotated
2016-12-13Don't decrease stack itemcount of slope placer in creativeorwell96
2016-12-13Implement better slope placement systemorwell96
Only look in the desired direction and place slope node on lowest slope part. will automatically adjust slope to next higher node.
2016-12-05try to fix damage bugorwell96
2016-12-04fix bug about seats on wagonorwell96
sometimes a single character can cause great mess...
2016-12-03remove the legacy replacement lbms/abmsorwell96
Until now, everyone should have updated at least once...
2016-12-03add description, screenshot and update manualorwell96
also fix crafting recipe for box wagon
2016-11-29add/update crafting recipes for bumpers and detector railsorwell96
2016-11-24drop player on the platform if there is oneorwell96