aboutsummaryrefslogtreecommitdiff
path: root/advtrains.zip
Commit message (Collapse)AuthorAge
* Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20
|
* Repack for gpcf's PRorwell962017-08-15
|
* Update Zip - Release 1.8.3orwell962017-06-08
|
* Fix still broken ndb restoring, and make sid() honor nil valuesorwell962017-05-31
|
* Fix detector rails changing to default orientationorwell962017-05-30
| | | | Release 1.8.1
* Fix command + Update zip file - Version 1.8orwell962017-05-22
|
* write the saved nodedb state back to the map when restoring after a crashorwell962017-05-12
| | | | | also, print a complete stack trace when an error happens also, don't replace nodes in the nodedb when worldedit has been used
* Performance improvements: Don't clear paths unless absolutely necessaryorwell962017-05-03
| | | | | 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.
* Merge nocrash branch into master and merging it with the unified functions ↵orwell962017-04-29
|\ | | | | | | | | | | so that restoring works how it should Also fix minor bugs and an occasional crash with couples
| * Add pcall wrapper to prevent server crashes when advtrains throws an errororwell962017-04-29
|/ | | | | Instead, read save files again and restore state before the crash Rebased to latest commit
* Add Andrew's Crossorwell962017-04-27
|
* Fix bug introduced by last commit (revert change)orwell962017-04-12
|
* Add privilege for basic train operation.orwell962017-04-09
| | | | 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.
* record_protection_violation: fix player name not being passedorwell962017-04-07
|
* Fix #59orwell962017-04-05
|
* Actually check for protection when placing trains and use the train_place ↵orwell962017-04-02
| | | | privilege
* Assert some variable types obtained from lua automationorwell962017-03-30
|
* Fix privilege enforcement being uselessorwell962017-03-16
| | | | Privilege violations caused an error message but didn't abort the operation
* Fix Atc arrows pointing into wrong directionorwell962017-03-12
|
* update zip (release 1.7)orwell962017-03-12
|
* Fix collision issuesorwell962017-02-21
|
* Fix manual operation of mesecon switchesorwell962017-02-20
|
* fix crash on seatpc nilorwell962017-02-15
|
* fix #34 - end_index not set when step_a returned in phase 2orwell962017-02-15
|
* Proper implementation for getting on by walking into train, rework damage ↵orwell962017-02-09
| | | | and player controls in train, fix death and join bugs, do not spawn bones on death
* Fix ATC components being randomly ignored by trains.orwell962017-02-05
| | | | | Also add warnings to off_track stuff Also pack for release
* Commit 1.6.2orwell962017-02-04
| | | | | | | | - 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
* pack for releaseorwell962017-02-03
|
* Add documentation and pack for releaseorwell962017-02-02
|
* Limit dtime to prevent trains moving too far in a single steporwell962017-01-29
| | | | and update zip
* Fix a crash, update translations and zip fileorwell962017-01-28
|
* update ziporwell962017-01-25
|
* update ziporwell962017-01-19
|
* update ziporwell962017-01-18
|
* update zip file and disable debug messagesorwell962017-01-17
|
* ziporwell962017-01-10
|
* update ziporwell962017-01-06
|
* also print ATC reverse command warningorwell962017-01-04
| | | | and move atc_command.txt at a better place
* Purge all debug messages and change 'print' function name to 'atprint'orwell962017-01-04
| | | | Ready for 2.0 release.
* update makefile to new circumstancesorwell962017-01-04
|
* Restructure mod directoryorwell962017-01-04
|
* Fix behavior when using get_look_yaw() instead of get_look_horizontal()orwell962016-12-13
| | | | get_look_yaw returns values that are 90° rotated
* Don't decrease stack itemcount of slope placer in creativeorwell962016-12-13
|
* Implement better slope placement systemorwell962016-12-13
| | | | Only look in the desired direction and place slope node on lowest slope part. will automatically adjust slope to next higher node.
* try to fix damage bugorwell962016-12-05
|
* fix bug about seats on wagonorwell962016-12-04
| | | | sometimes a single character can cause great mess...
* remove the legacy replacement lbms/abmsorwell962016-12-03
| | | | Until now, everyone should have updated at least once...
* add description, screenshot and update manualorwell962016-12-03
| | | | also fix crafting recipe for box wagon
* add/update crafting recipes for bumpers and detector railsorwell962016-11-29
|
* drop player on the platform if there is oneorwell962016-11-24
|