Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | |
2017-08-15 | Repack for gpcf's PR | orwell96 | |
2017-06-08 | Update Zip - Release 1.8.3 | orwell96 | |
2017-05-31 | Fix still broken ndb restoring, and make sid() honor nil values | orwell96 | |
2017-05-30 | Fix detector rails changing to default orientation | orwell96 | |
Release 1.8.1 | |||
2017-05-22 | Fix command + Update zip file - Version 1.8 | orwell96 | |
2017-05-12 | write the saved nodedb state back to the map when restoring after a crash | orwell96 | |
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-03 | Performance improvements: Don't clear paths unless absolutely necessary | orwell96 | |
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-29 | Merge 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-29 | Add pcall wrapper to prevent server crashes when advtrains throws an error | orwell96 | |
Instead, read save files again and restore state before the crash Rebased to latest commit | |||
2017-04-27 | Add Andrew's Cross | orwell96 | |
2017-04-12 | Fix bug introduced by last commit (revert change) | orwell96 | |
2017-04-09 | Add 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-07 | record_protection_violation: fix player name not being passed | orwell96 | |
2017-04-05 | Fix #59 | orwell96 | |
2017-04-02 | Actually check for protection when placing trains and use the train_place ↵ | orwell96 | |
privilege | |||
2017-03-30 | Assert some variable types obtained from lua automation | orwell96 | |
2017-03-16 | Fix privilege enforcement being useless | orwell96 | |
Privilege violations caused an error message but didn't abort the operation | |||
2017-03-12 | Fix Atc arrows pointing into wrong direction | orwell96 | |
2017-03-12 | update zip (release 1.7) | orwell96 | |
2017-02-21 | Fix collision issues | orwell96 | |
2017-02-20 | Fix manual operation of mesecon switches | orwell96 | |
2017-02-15 | fix crash on seatpc nil | orwell96 | |
2017-02-15 | fix #34 - end_index not set when step_a returned in phase 2 | orwell96 | |
2017-02-09 | Proper 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-05 | Fix ATC components being randomly ignored by trains. | orwell96 | |
Also add warnings to off_track stuff Also pack for release | |||
2017-02-04 | Commit 1.6.2 | orwell96 | |
- 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-03 | pack for release | orwell96 | |
2017-02-02 | Add documentation and pack for release | orwell96 | |
2017-01-29 | Limit dtime to prevent trains moving too far in a single step | orwell96 | |
and update zip | |||
2017-01-28 | Fix a crash, update translations and zip file | orwell96 | |
2017-01-25 | update zip | orwell96 | |
2017-01-19 | update zip | orwell96 | |
2017-01-18 | update zip | orwell96 | |
2017-01-17 | update zip file and disable debug messages | orwell96 | |
2017-01-10 | zip | orwell96 | |
2017-01-06 | update zip | orwell96 | |
2017-01-04 | also print ATC reverse command warning | orwell96 | |
and move atc_command.txt at a better place | |||
2017-01-04 | Purge all debug messages and change 'print' function name to 'atprint' | orwell96 | |
Ready for 2.0 release. | |||
2017-01-04 | update makefile to new circumstances | orwell96 | |
2017-01-04 | Restructure mod directory | orwell96 | |
2016-12-13 | Fix behavior when using get_look_yaw() instead of get_look_horizontal() | orwell96 | |
get_look_yaw returns values that are 90° rotated | |||
2016-12-13 | Don't decrease stack itemcount of slope placer in creative | orwell96 | |
2016-12-13 | Implement better slope placement system | orwell96 | |
Only look in the desired direction and place slope node on lowest slope part. will automatically adjust slope to next higher node. | |||
2016-12-05 | try to fix damage bug | orwell96 | |
2016-12-04 | fix bug about seats on wagon | orwell96 | |
sometimes a single character can cause great mess... | |||
2016-12-03 | remove the legacy replacement lbms/abms | orwell96 | |
Until now, everyone should have updated at least once... | |||
2016-12-03 | add description, screenshot and update manual | orwell96 | |
also fix crafting recipe for box wagon | |||
2016-11-29 | add/update crafting recipes for bumpers and detector rails | orwell96 | |
2016-11-24 | drop player on the platform if there is one | orwell96 | |