aboutsummaryrefslogtreecommitdiff
path: root/models/blender/engine-with-animation.blend
diff options
context:
space:
mode:
Diffstat (limited to 'models/blender/engine-with-animation.blend')
0 files changed, 0 insertions, 0 deletions
* Add setting for death behavior and implement damage checks betterorwell962019-03-09 | * Basic functions of "stop rail", missing ARS rules and signal.orwell962019-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 itorwell962018-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.orwell962018-08-12 | | | | Now, only the signal aspect setting is still missing * Add Track Circuit Breaks (TCBs), Database and Track Circuit Setuporwell962018-06-20 | | | | Does not get saved yet. * Fix final bugs and to-do's (u.a.save/load system)orwell962018-06-14 | * Fix yaw calculations, track placement orientation and speed up direction ↵orwell962018-06-14 | | | | lookup functions * Implement a reverse path lookup for trains instead of an occupations window ↵orwell962018-06-14 | | | | system * Fix path_dir to actually be an angle, path item deletion and orientation of ↵orwell962018-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 1orwell962018-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 systemorwell962018-06-14 | | | | Still outstanding: trains * Restructure path systemorwell962018-06-14 | | | | The changes to the path system have not yet been integrated... * Decrease the amount of garbage saved in save filesorwell962018-01-07 | * Rewrite rail connection system...orwell962017-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 ↵orwell962017-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 ↵orwell962017-10-25 | | | | those) by custom atround() function * Merge remote-tracking branch 'lemon-melon-repo/master'orwell962017-10-11 |\ * | Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20 |/ * Restructure mod directoryorwell962017-01-04 | * remove train type concept and calculate train's capabilities based on used ↵orwell962016-12-22 | | | | wagons