Commit Graph

  • ae65f9b7f5 update zip orwell96 2017-01-25 12:27:33 +0100
  • bd0a4a51b8 Fix typo that caused crash orwell96 2017-01-25 12:26:43 +0100
  • edc7f1ec5f Fix find&replace mistake that broke ATC command interpretation orwell96 2017-01-24 21:10:53 +0100
  • 29886d5657 Fix crash when train went off track orwell96 2017-01-24 20:41:37 +0100
  • a2d0b1b8f2 Create new models and textures for japanese train orwell96 2017-01-24 19:09:33 +0100
  • 631e77b189 Do not recover wagons from minetest's static storage Since missing wagons are spawned anyway by update_trainpart_properties, this only causes visible trouble when a train gets into loaded area. also avoids placing entities into unloaded terrain randomly. orwell96 2017-01-23 21:36:38 +0100
  • fac8b518c9 Add intllib support and German translation orwell96 2017-01-23 21:29:59 +0100
  • 7950659798 update zip orwell96 2017-01-19 20:40:15 +0100
  • 203a36a5eb Merge branch 'master' of https://github.com/orwell96/advtrains orwell96 2017-01-19 20:36:00 +0100
  • 9d3542d4a4 Merge pull request #17 from gpcf/master orwell96 2017-01-19 19:00:52 +0100
  • 647b3c8a4c
    Removed last occurrence of minetest.env Gabriel Pérez-Cerezo 2017-01-18 23:28:23 +0100
  • fc67d4531a
    Merged priv Gabriel Pérez-Cerezo 2017-01-18 23:22:06 +0100
  • 0030409dd3
    Revert "Added stop and reverse rail" Gabriel Pérez-Cerezo 2017-01-18 22:47:26 +0100
  • 6060556796 Make signals work with the nodedb again orwell96 2017-01-18 21:19:03 +0100
  • 7ab4154216 Add 'collision mercy' to get stuck trains out of walls. Also change the collision logic so that the collision mercy can't be activated accidentally. orwell96 2017-01-18 20:51:47 +0100
  • 341de7845a update zip orwell96 2017-01-18 19:04:23 +0100
  • f7dbd932ca Update manual orwell96 2017-01-18 19:04:02 +0100
  • f52b67a37c Add door controls and ATC commands orwell96 2017-01-18 19:03:27 +0100
  • d73289237e Make 'print debug messages' a setting orwell96 2017-01-18 17:50:40 +0100
  • 4bc5163787 update zip file and disable debug messages orwell96 2017-01-17 22:35:33 +0100
  • ea01c9605c Update readme.txt with contributions orwell96 2017-01-17 22:34:15 +0100
  • 2f5ebd63c3 Add detailed steam engine contributed by mbb and Krokoschlange orwell96 2017-01-17 22:31:29 +0100
  • 262826fb8c Correct view offset and wagon_span on new subway wagon orwell96 2017-01-17 21:59:32 +0100
  • b6e2aeea71 Add animation for steam engine I needed to completely rewrite the animation because irrlicht couldn't handle the animation NathanS created. orwell96 2017-01-17 21:54:50 +0100
  • 9c400f7d43 Model, animate, texture and integrate new subway wagon engine follows! orwell96 2017-01-17 20:02:25 +0100
  • 33c3631ef5 Download recent contributions and put them into the assets directory orwell96 2017-01-17 15:44:11 +0100
  • 275579c364 Don't crash when wagons do not exist but show a warning instead orwell96 2017-01-17 15:29:37 +0100
  • b649ea5fe4 replace trackdb by nodedb - trackdb is kept for large rail networks to still work but not saved anymore - saving node name and param2 instead of track connections, so also signals can be saved. - small serialization format - fast access times, almost no redundancy orwell96 2017-01-16 20:07:04 +0100
  • dc8b47a066 Unite all save data (except the track database) into a single save file orwell96 2017-01-12 17:33:43 +0100
  • 04d14dc1bf zip orwell96 2017-01-10 23:05:01 +0100
  • ddd42163be Prevent non-initialized wagons from accidentally polluting the world sometimes wagons get created/loaded but are not initialized. These stand around and can't be removed. Now if a wagon does not get initialized after 20 steps, something went wrong and the wagon is removed. orwell96 2017-01-10 22:54:10 +0100
  • c2a92608fa Fix restoring the detector.on_node table when paths get cleaned up orwell96 2017-01-10 22:44:27 +0100
  • 0d2ec6f49a Clean up debug message code orwell96 2017-01-08 21:10:02 +0100
  • eae99812e9 update zip orwell96 2017-01-06 19:10:53 +0100
  • 9bc069f825 Add fancy passenger wagon orwell96 2017-01-06 17:54:16 +0100
  • c0957b8a31 also print ATC reverse command warning and move atc_command.txt at a better place orwell96 2017-01-04 21:49:16 +0100
  • bf68c6f0d5 Purge all debug messages and change 'print' function name to 'atprint' Ready for 2.0 release. orwell96 2017-01-04 21:34:18 +0100
  • dd4e989639 update makefile to new circumstances orwell96 2017-01-04 21:25:32 +0100
  • 400cb55bb0 Fix bug in track database the entire database was broken due to a not removed indexing orwell96 2017-01-04 21:23:15 +0100
  • 2d0b51b897 Restructure mod directory orwell96 2017-01-04 19:10:03 +0100
  • 853a9e690e Add Automatic Train Control system orwell96 2017-01-04 12:02:00 +0100
  • a9d43ce2ca add API documentation orwell96 2017-01-03 18:48:00 +0100
  • cc6cf09ac8 make detector code clear entries of trains that do not exist orwell96 2017-01-02 18:54:24 +0100
  • 79d0549c8a unify update_trainpart_properties and check_trainpartload orwell96 2017-01-02 18:40:49 +0100
  • 2a924d086a fix discouple not disappearing and a logical mistake with owners orwell96 2017-01-02 13:55:25 +0100
  • 8784ee41dd Do not duplicate definitions of 'print' in every file orwell96 2017-01-02 13:49:20 +0100
  • 987cd5b7f0 spawn couple on train collision also fix empty trains hanging around for too long orwell96 2016-12-31 15:16:19 +0100
  • 176ee0627e
    Added privilege to remove trains Gabriel Pérez-Cerezo 2016-12-29 00:27:07 +0100
  • d08e202346 remove train type concept and calculate train's capabilities based on used wagons orwell96 2016-12-22 18:55:10 +0100
  • b4b4936b15
    Added mechanism to avoid double-detection Gabriel Pérez-Cerezo 2016-12-22 12:54:02 +0100
  • 7a1c4990d9
    Revert "Depends on Mesecons" Gabriel Pérez-Cerezo 2016-12-22 12:06:26 +0100
  • 633d514f5b
    Added stop and reverse rail Gabriel Pérez-Cerezo 2016-12-22 12:02:44 +0100
  • f806ed9eee Turning mod into a modpack and separating the trains from the core mod orwell96 2016-12-20 14:17:39 +0100
  • 2f799655fa
    Merge branch 'master' of https://github.com/orwell96/advtrains Gabriel Pérez-Cerezo 2016-12-17 12:30:29 +0100
  • 05ce694dec Fix behavior when using get_look_yaw() instead of get_look_horizontal() get_look_yaw returns values that are 90° rotated orwell96 2016-12-13 19:49:28 +0100
  • 6eea76a2ff Don't decrease stack itemcount of slope placer in creative orwell96 2016-12-13 19:40:20 +0100
  • 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. orwell96 2016-12-13 19:28:10 +0100
  • 0e185b9fb8 increase couple validity radius orwell96 2016-12-13 19:27:38 +0100
  • 631636f757 try to fix damage bug orwell96 2016-12-05 20:53:43 +0100
  • 8f5c0feb45 fix bug about seats on wagon sometimes a single character can cause great mess... orwell96 2016-12-04 23:18:28 +0100
  • f155011e1a remove the legacy replacement lbms/abms Until now, everyone should have updated at least once... orwell96 2016-12-03 23:53:12 +0100
  • e9eacee7df add description, screenshot and update manual also fix crafting recipe for box wagon orwell96 2016-12-03 23:18:12 +0100
  • 902a4f7a02 add/update crafting recipes for bumpers and detector rails orwell96 2016-11-29 17:20:06 +0100
  • 072ca535bf
    Merge branch 'master' of https://github.com/orwell96/advtrains Gabriel Pérez-Cerezo 2016-11-28 11:47:35 +0100
  • 3afa9a3434 Fix hud not disappearing when pressing Shift+Use orwell96 2016-11-25 22:35:57 +0100
  • 9859d8870d Delete unused textures orwell96 2016-11-25 22:32:08 +0100
  • 942b2a11e3
    Merge branch 'master' of https://github.com/orwell96/advtrains Gabriel Pérez-Cerezo 2016-11-25 10:32:26 +0100
  • 6f444cd10e drop player on the platform if there is one orwell96 2016-11-24 21:52:17 +0100
  • 8c43f4d026 document new train controls and add combination for getting off orwell96 2016-11-24 20:56:23 +0100
  • 7eb17b3233 change train controlling system and keybindings also, fix various small bugs orwell96 2016-11-24 20:25:07 +0100
  • cccdad4aeb adjust to new close_formspec feature (minetest 0d1c959) this won't break compatibility with older minetest versions. orwell96 2016-11-23 19:28:39 +0100
  • 1d6cd12895 Make mesecons optional again orwell96 2016-11-21 19:56:10 +0100
  • 5f377f7b6c
    Depends on Mesecons Gabriel Pérez-Cerezo 2016-11-12 21:47:23 +0100
  • 3cb4ab79b5 update readme file with recent contributions (thanks everyone) and update zip I forgot it again! orwell96 2016-11-11 21:20:46 +0100
  • 32c0b1b423 Change names of the images mbb committed and delete remaining $color.png images orwell96 2016-11-11 21:15:58 +0100
  • aaf1d20221 Merge pull request #10 from mbblp/master orwell96 2016-11-11 21:05:38 +0100
  • ee24a50b25 add better textures mbblp 2016-11-11 17:58:07 +0100
  • 46a4f22647 Fix detector rails rotating when a train passes orwell96 2016-11-11 14:45:43 +0100
  • 7b357883b3 update zip fileJ orwell96 2016-11-11 14:34:15 +0100
  • e7ee0e96c7 fix trackplacer patternmatching issue and implement failure messages better also reindent the code that was broken by emacs(or so) orwell96 2016-11-11 14:20:23 +0100
  • 06f0150b61 Add detector rails orwell96 2016-11-10 22:58:27 +0100
  • 5bece1ecc1 remove an unnecessary dump() instruction orwell96 2016-11-10 22:35:48 +0100
  • 9476083c8a Remove the "register_bumpers" workaround function and register them how they should be registered orwell96 2016-11-10 21:08:39 +0100
  • b7eb7ddbfd tweak wagon_span values and model sizes/positions Together with the rewritten collision system it should work for now. orwell96 2016-11-10 20:38:34 +0100
  • ab652da5f4 rewrite collision system again this time, it is based on nodes that trains stand on. advtrains.detector (in tracks.lua) keeps a table with nodes that trains are standing /driving on. This will be used now for detector rails. orwell96 2016-11-10 20:24:47 +0100
  • 6a0186f042 integrate mbb's new train models and correct some wagon_spans, wagon/engine scalings and file names issue with collisions needs to be fixed. orwell96 2016-11-06 23:21:03 +0100
  • 72766b974c sandstone brick platform orwell96 2016-11-05 20:33:55 +0100
  • c838c4534f 100th commit: disable debug messages orwell96 2016-11-03 21:21:28 +0100
  • 85a8517bde make smoke also distribute horizontally a bit orwell96 2016-11-03 15:50:50 +0100
  • 245f07d323 Add a box wagon Alongside with coding wagon inventories, and several bugfixes orwell96 2016-11-03 11:27:17 +0100
  • 31b579bc5c move a line to correct behavior orwell96 2016-11-03 09:03:23 +0100
  • 20a1171144 rework entity handling some modularization, clarify 'initialized' property, some re-implementations orwell96 2016-11-02 11:17:42 +0100
  • ee6b7494bb add 2 value sanity checks which should not be needed but are for any reason game crashed because of these values being nil, I don't know how these values could even become nil, but whatever. Interestingly, I never found the wagon entity that was causing the crashs orwell96 2016-10-29 21:08:26 +0200
  • be37a649f7 fix unloaded map chunk travelling orwell96 2016-10-29 21:07:51 +0200
  • cddc92d1de Include zip in repo, because of hosting. No .tar.gz. orwell96 2016-10-27 15:34:05 +0200
  • a6ba53f3bb add .gitignore to not include the .zip and .tar.gz into the repo orwell96 2016-10-27 15:30:24 +0200
  • 90a46557c1 shorten readme file rapidly since I always forget to update it orwell96 2016-10-27 15:24:18 +0200
  • 656969abe2 Revert "also remove two xcfs in the textures folder" orwell96 2016-10-27 15:17:23 +0200
  • 6baebc085f Merge pull request #9 from gpcf/master orwell96 2016-10-27 11:54:58 +0200
  • 8f409f5920
    Merge branch 'master' of https://github.com/orwell96/advtrains Gabriel Pérez-Cerezo 2016-10-26 17:01:31 +0200