| Commit message (Expand) | Author | Age |
... | |
| * | add unit tests for serialize_lib | Gabriel PĂ©rez-Cerezo | 2021-01-31 |
| * | Fix serialisation: breach of contract, file left open | Blockhead | 2021-01-18 |
| * | Fix atomic saving on windows when save file does not exist | orwell96 | 2021-01-17 |
| * | Some more serializer fixes (backported from new_lzb): | orwell96 | 2021-01-12 |
| * | serialize_lib: Allow empty strings in key | orwell96 | 2021-01-12 |
| * | Serialize_lib: finish up and add atomic api | orwell96 | 2021-01-12 |
| * | Implement basic serialization and file opening | orwell96 | 2021-01-12 |
* | Remove serialize_lib in order to re-add it as subtree | orwell96 | 2021-03-13 |
* | Replace deprecated depends.txt's by mod.conf and organize dependencies consis... | orwell96 | 2021-03-13 |
* | Signal influence points: Make sure to clear on removal of signal, clear orpha... | orwell96 | 2021-03-12 |
* | Track can-dig check: also notify user when digging is not allowed | orwell96 | 2021-03-12 |
* | Split out all train mods as basic_trains and remove them from main repo | orwell96 | 2021-03-12 |
* | Added alternative recipes, falling back on the default: items as they seem to... | Maverick2797 | 2021-03-06 |
* | LuaATC: add sending atc command to train by ID, and getters for in/out text (... | orwell96 | 2021-03-02 |
* | Fix protection of TSR rail | orwell96 | 2021-02-19 |
* | Add some missing craft recipes | orwell96 | 2021-02-19 |
* | LuaATC: add interrupt_safe() and clear_interrupts(), fix queue mainloop | orwell96 | 2021-02-17 |
* | LuaATC: Improve error/print logging, log only to subscribed players | orwell96 | 2021-02-17 |
* | Clean up structure of atlatc README.md after rebase | orwell96 | 2021-02-17 |
* | Updated atlac readme to consistently use Markdown formatting | Maverick2797 | 2021-02-17 |
* | Make DTIME_LIMIT and SAVE_INTERVAL globally accessible | orwell96 | 2021-02-15 |
* | Restore LuaATC autocouple interface accidentally lost in 74a2199 | orwell96 | 2021-02-15 |
* | LZB: Look ahead before movement, not after | orwell96 | 2021-02-12 |
* | Don't try to invalidate_ahead when path has been regularily invalidated before | orwell96 | 2021-02-10 |
* | Prevent calling approach callbacks during routesetting | orwell96 | 2021-02-10 |
* | fix legacy signal aspect converter | orwell96 | 2021-02-10 |
* | LZB: don't look ahead past red signal | orwell96 | 2021-02-10 |
* | Fix manual train control | orwell96 | 2021-02-10 |
* | Make anti-LZB-flicker system work after rebase onto hud redesign | orwell96 | 2021-02-10 |
* | Fix hud and trainlogic to work together | orwell96 | 2021-02-10 |
* | Replace deprecated object:getxxx()/setxxx() by get_xxx()/set_xxx() | orwell96 | 2021-02-10 |
* | Add save interval setting, fix accidental global variable, at_sync_ndb on ser... | orwell96 | 2021-02-10 |
* | luaatc: Train event: also remember arrow connection in enter callback, remove... | orwell96 | 2021-02-10 |
* | Log how long saving takes | orwell96 | 2021-02-10 |
* | Make dtime limiting a setting | orwell96 | 2021-02-10 |
* | Remove debug facilities | orwell96 | 2021-02-10 |
* | luaatc: don't fail train event when train has already passed the rail at even... | orwell96 | 2021-02-10 |
* | Add global slowdown factor instead of hard dtime limiting | orwell96 | 2021-02-10 |
* | Rewrite movement logic again | orwell96 | 2021-02-10 |
* | Add debug prints, modify LZB to fix problems with look_ahead | orwell96 | 2021-02-10 |
* | Stoprail: Set LZB checkpoint speed back to 2 | orwell96 | 2021-02-10 |
* | Add IGNORE_WORLD mode to test using only the advtrains save data | orwell96 | 2021-02-10 |
* | Add sign to make shunt moves proceed as main and improve doc of signals | orwell96 | 2021-02-10 |
* | Make cab signalling work with renamed lzb fields | orwell96 | 2021-02-10 |
* | Fix new green signals bug caused by old trav_lzbdata, and callback loop in si... | orwell96 | 2021-02-10 |
* | Start using path_invalidate_ahead() | orwell96 | 2021-02-10 |
* | Hm, forget about it for now. Might be perfectly valid when train goes farther... | orwell96 | 2021-02-10 |
* | More debug info to hopefully gain more info on the bug | orwell96 | 2021-02-10 |
* | Fix HUD position and Remote Routesetting button | orwell96 | 2021-02-10 |
* | Try to track down why ATC is broken | orwell96 | 2021-02-10 |