Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Auto-assign signal to TCB if it finds one ahead of the influence point | orwell | 2024-11-25 |
| | |||
* | Use conn_map in the path calculation | orwell | 2023-10-15 |
| | |||
* | Begin major rework of track registration system | orwell96 | 2023-09-04 |
| | |||
* | TCB Xlinking added, to make nonconnected crossings possible | orwell96 | 2023-05-27 |
| | |||
* | Auto-Repair Track Sections/TCBs (automatically when adding/removing or ↵ | orwell96 | 2023-05-27 |
| | | | | triggered by interlocking tool) | ||
* | Add TrackIterator interface as a common framework for walking along tracks ↵ | orwell96 | 2023-05-27 |
| | | | | | | (also for third-party libs) This will replace the interlocking traverser and will be used in the new itrainmap implementation | ||
* | Discard get_node_or_nil() for area-loaded check and use either a ↵ | orwell96 | 2021-02-03 |
| | | | | | | distance-based approach or minetest.is_block_active() if available See also https://github.com/minetest/minetest/pull/10897 | ||
* | Remove last files with CR-LF line endings. | Gabriel Pérez-Cerezo | 2020-10-11 |
| | |||
* | Enable three-way turnouts with proper conns support on all sides | Blockhead | 2020-09-11 |
| | | | | | | | I chose to make three-way turnouts have 5 conns (last one is not used) so that they can be distinguished from crossings easily without refactoring the code. Three-ways should have their last entry with {["3"]=0} instead as a sort of internal mark. | ||
* | Workaround to handle split points (dt. aufgefahrene Weichen), fixing H#77 | orwell96 | 2020-06-10 |
| | |||
* | Add setting for death behavior and implement damage checks better | orwell96 | 2019-03-09 |
| | |||
* | Basic functions of "stop rail", missing ARS rules and signal. | orwell96 | 2019-01-24 |
| | | | | For signal, need to think of a callback system for signals and moving atlatc queue to core? | ||
* | Implement new position encoding function and benchmark it | orwell96 | 2018-11-29 |
| | | | | | This shall replace all "pos_to_string" hashes in the long term. Performs a bit better than pos_to_string (but still worse than the "nested tables" layout the nodedb uses (an unmatched open parenthesis leaves a tension that will stay all day... 2 do even more | ||
* | Add routesetting callbacks. | orwell96 | 2018-08-12 |
| | | | | Now, only the signal aspect setting is still missing | ||
* | Add Track Circuit Breaks (TCBs), Database and Track Circuit Setup | orwell96 | 2018-06-20 |
| | | | | Does not get saved yet. | ||
* | Fix final bugs and to-do's (u.a.save/load system) | orwell96 | 2018-06-14 |
| | |||
* | Fix yaw calculations, track placement orientation and speed up direction ↵ | orwell96 | 2018-06-14 |
| | | | | lookup functions | ||
* | Implement a reverse path lookup for trains instead of an occupations window ↵ | orwell96 | 2018-06-14 |
| | | | | system | ||
* | Fix path_dir to actually be an angle, path item deletion and orientation of ↵ | orwell96 | 2018-06-14 |
| | | | | | | | | wagons The occupation system as it is now will change. For each position, I will save the index in the train's path, and implement a callback system. I need this because the occupation window system will not be enough to cover all use cases (e.g. to make a train stop with it's center or back at a certain position, I need 3 different brake distances, which doesn't fit into the scheme) | ||
* | Bugfixes part 1 | orwell96 | 2018-06-14 |
| | | | | There's something wrong with the new paths, next time build a path validity checker to trace the issue | ||
* | Adapt wagons to new path system | orwell96 | 2018-06-14 |
| | | | | Still outstanding: trains | ||
* | Restructure path system | orwell96 | 2018-06-14 |
| | | | | The changes to the path system have not yet been integrated... | ||
* | Decrease the amount of garbage saved in save files | orwell96 | 2018-01-07 |
| | |||
* | Rewrite rail connection system... | orwell96 | 2017-12-18 |
| | | | | | | | | | ...to support an arbitrary number of connections for rails, which leads to these new features: - switches now get recognized by the trackworker correctly - ability to add real rail crosses During this, I also rewrote the rail registering system and the conway function (important part of path prediction) Note, developers: the track preset format changed, you might need to rewrite them according to the presets in tracks.lua if you wrote your own (possibly breaks advcarts) | ||
* | Make trackplacer align rails by any tracks, not just by tracks with the same ↵ | orwell96 | 2017-11-22 |
| | | | | | | | nnpref This finally fixes the need to rotate atc rails and bumpers. Also prefers rotation that is closer to the player's look dir (placed bumpers will face the player) | ||
* | Replace many math.floor(x+0.5) calls (or math.floor calls that should be ↵ | orwell96 | 2017-10-25 |
| | | | | those) by custom atround() function | ||
* | Merge remote-tracking branch 'lemon-melon-repo/master' | orwell96 | 2017-10-11 |
|\ | |||
* | | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | 2017-09-20 |
|/ | |||
* | Restructure mod directory | orwell96 | 2017-01-04 |
| | |||
* | remove train type concept and calculate train's capabilities based on used ↵ | orwell96 | 2016-12-22 |
| | | | | wagons | ||
* | Turning mod into a modpack and separating the trains from the core mod | orwell96 | 2016-12-20 |