Commit Graph

57 Commits (337db2a573ccaa1672e713855022e96106679803)

Author SHA1 Message Date
orwell96 337db2a573 Add Andrew's Cross 2017-04-27 15:33:40 +02:00
orwell96 64dcbad3d2 Fix bug introduced by last commit (revert change) 2017-04-12 15:11:44 +02:00
orwell96 fe8794b353 Add privilege for basic train operation.
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-09 15:17:51 +02:00
orwell96 4ea222fd6a record_protection_violation: fix player name not being passed 2017-04-07 23:06:02 +02:00
orwell96 e795f51293 Fix #59 2017-04-05 13:35:39 +02:00
orwell96 0447e43be9 Actually check for protection when placing trains and use the train_place privilege 2017-04-02 17:07:58 +02:00
orwell96 327b12d488 Assert some variable types obtained from lua automation 2017-03-30 22:17:54 +02:00
orwell96 a091ac2e1d Fix privilege enforcement being useless
Privilege violations caused an error message but didn't abort the operation
2017-03-16 22:04:32 +01:00
orwell96 ba0e75a692 Fix Atc arrows pointing into wrong direction 2017-03-12 19:27:40 +01:00
orwell96 b29b88482d update zip (release 1.7) 2017-03-12 12:23:04 +01:00
orwell96 be1ac1e68e Fix collision issues 2017-02-21 11:39:13 +01:00
orwell96 6b5f5ea345 Fix manual operation of mesecon switches 2017-02-20 11:31:14 +01:00
orwell96 5eac1d1d27 fix crash on seatpc nil 2017-02-15 21:19:30 +01:00
orwell96 5b7a06fe0f fix #34 - end_index not set when step_a returned in phase 2 2017-02-15 19:45:43 +01:00
orwell96 3f382974b8 Proper implementation for getting on by walking into train, rework damage and player controls in train, fix death and join bugs, do not spawn bones on death 2017-02-09 00:13:36 +01:00
orwell96 b31229d62e Fix ATC components being randomly ignored by trains.
Also add warnings to off_track stuff
Also pack for release
2017-02-05 17:57:46 +01:00
orwell96 61e48fff28 Commit 1.6.2
- 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-04 18:35:34 +01:00
orwell96 1e3bd3a5fd pack for release 2017-02-03 20:44:12 +01:00
orwell96 bcf82ed70d Add documentation and pack for release 2017-02-02 22:26:43 +01:00
orwell96 1648de4114 Limit dtime to prevent trains moving too far in a single step
and update zip
2017-01-29 21:50:11 +01:00
orwell96 724b03abb9 Fix a crash, update translations and zip file 2017-01-28 17:58:19 +01:00
orwell96 ae65f9b7f5 update zip 2017-01-25 16:31:42 +01:00
orwell96 7950659798 update zip 2017-01-19 20:40:15 +01:00
orwell96 341de7845a update zip 2017-01-18 19:04:23 +01:00
orwell96 4bc5163787 update zip file and disable debug messages 2017-01-17 22:53:02 +01:00
orwell96 04d14dc1bf zip 2017-01-10 23:05:01 +01:00
orwell96 eae99812e9 update zip 2017-01-06 19:10:53 +01:00
orwell96 c0957b8a31 also print ATC reverse command warning
and move atc_command.txt at a better place
2017-01-04 21:49:16 +01:00
orwell96 bf68c6f0d5 Purge all debug messages and change 'print' function name to 'atprint'
Ready for 2.0 release.
2017-01-04 21:34:18 +01:00
orwell96 dd4e989639 update makefile to new circumstances 2017-01-04 21:25:32 +01:00
orwell96 2d0b51b897 Restructure mod directory 2017-01-04 19:10:03 +01:00
orwell96 05ce694dec Fix behavior when using get_look_yaw() instead of get_look_horizontal()
get_look_yaw returns values that are 90° rotated
2016-12-13 19:49:28 +01:00
orwell96 6eea76a2ff Don't decrease stack itemcount of slope placer in creative 2016-12-13 19:40:20 +01:00
orwell96 1f66cab169 Implement better slope placement system
Only look in the desired direction and place slope node on lowest slope part. will automatically adjust slope to next higher node.
2016-12-13 19:28:10 +01:00
orwell96 631636f757 try to fix damage bug 2016-12-05 20:53:43 +01:00
orwell96 8f5c0feb45 fix bug about seats on wagon
sometimes a single character can cause great mess...
2016-12-04 23:20:19 +01:00
orwell96 f155011e1a remove the legacy replacement lbms/abms
Until now, everyone should have updated at least once...
2016-12-03 23:53:12 +01:00
orwell96 e9eacee7df add description, screenshot and update manual
also fix crafting recipe for box wagon
2016-12-03 23:29:28 +01:00
orwell96 902a4f7a02 add/update crafting recipes for bumpers and detector rails 2016-11-29 17:20:32 +01:00
orwell96 6f444cd10e drop player on the platform if there is one 2016-11-24 21:52:51 +01:00
orwell96 8c43f4d026 document new train controls and add combination for getting off 2016-11-24 20:56:23 +01:00
orwell96 7eb17b3233 change train controlling system and keybindings
also, fix various small bugs
2016-11-24 20:25:07 +01:00
orwell96 cccdad4aeb adjust to new close_formspec feature (minetest 0d1c959)
this won't break compatibility with older minetest versions.
2016-11-23 19:28:39 +01:00
orwell96 1d6cd12895 Make mesecons optional again 2016-11-21 19:56:10 +01:00
orwell96 3cb4ab79b5 update readme file with recent contributions (thanks everyone) and update zip
I forgot it again!
2016-11-11 21:20:46 +01:00
orwell96 46a4f22647 Fix detector rails rotating when a train passes 2016-11-11 15:03:06 +01:00
orwell96 7b357883b3 update zip fileJ 2016-11-11 14:34:15 +01:00
orwell96 06f0150b61 Add detector rails 2016-11-10 22:58:27 +01:00
orwell96 b7eb7ddbfd tweak wagon_span values and model sizes/positions
Together with the rewritten collision system it should work for now.
2016-11-10 20:38:34 +01:00
orwell96 72766b974c sandstone brick platform 2016-11-05 20:33:55 +01:00