Commit Graph

12815 Commits

Author SHA1 Message Date
teknomunk be3bcbb426 Complete rework of curve/tee rail direction functions 2024-11-12 00:59:50 +01:00
teknomunk d12896c162 Rework rail_dir_curve to significantly reduce code size 2024-11-12 00:59:50 +01:00
teknomunk bb0f0747ae Convert curved rails direction code to use fourdir 2024-11-12 00:59:50 +01:00
teknomunk 644393c856 Change verticle offset for testing reattaching to rail to 0.55, which is a bit more than the stair step height 2024-11-12 00:59:50 +01:00
teknomunk 0f364016ee Fix cart detaching without unregistering from everything 2024-11-12 00:59:50 +01:00
teknomunk 407133bdd3 Fix typo, set use_texture_alpha = clip for all rail 2024-11-12 00:59:50 +01:00
teknomunk 133184c329 Fix several undefined global warnings, fix cart movement when over maximum speed, fix cart reattachment to sloped track 2024-11-12 00:59:50 +01:00
teknomunk 597147e9cd Revert changed made to debug minecart-updates integration into tsm_railcorridors 2024-11-12 00:59:50 +01:00
teknomunk a71ed25496 Make punch move minecarts a little, comment out more debug prints 2024-11-12 00:59:50 +01:00
teknomunk 9ed1d0a059 Fix visual artifacts on the sides of rails 2024-11-12 00:59:50 +01:00
teknomunk ffd3dbc7b1 Stop carts from reversing when they stop, make stopped carts try to start moving in the direction the player is facing 2024-11-12 00:59:50 +01:00
teknomunk a7d8b52510 Fix crash after entering a minecart not on rails 2024-11-12 00:59:50 +01:00
teknomunk a3b3585300 Fix placed rail conversion, start automatic inventory rail conversion 2024-11-12 00:59:50 +01:00
teknomunk b0f12dfabb Fix players repelling carts with new player metadata system 2024-11-12 00:59:50 +01:00
teknomunk b8ed85a004 Cleanup debug prints 2024-11-12 00:59:50 +01:00
teknomunk edf3b54fd4 Add documentation for newly exposed attach_driver 2024-11-12 00:59:50 +01:00
teknomunk fad40d9444 Add persistent player-specific metadata into mcl_playerinfo, simple cart reattachment (only exists if the luaentity for the cart exists when the player logs in) 2024-11-12 00:59:50 +01:00
teknomunk d5ab0b5406 More fixes for minecart-hopper movement 2024-11-12 00:59:50 +01:00
teknomunk 2cde46563d Get rail placement creating corners that lead into a downward sloped rail 2024-11-12 00:59:50 +01:00
teknomunk e495dbc0a2 Create mcl_util.metadata_timer, fix crashes, add checks to prevent hoppers from pulling from carts that are not in the square above it 2024-11-12 00:59:50 +01:00
teknomunk 0af628a8d4 Fix hopper-minecart interaction, convert ipairs(table) to use for i=1,#table instead 2024-11-12 00:59:50 +01:00
teknomunk 889c89c0e6 Update mineshafts for new rail and minecarts, add loot to generated chest and hopper minecarts (and remove notes about a hack) 2024-11-12 00:59:50 +01:00
teknomunk a388b6ebff Give carts a small vertical lift when pushed to allow them to get back on rails 2024-11-12 00:59:50 +01:00
teknomunk 0368cf958b Stop rail from being placed directly above rail (floating in air) 2024-11-12 00:59:50 +01:00
teknomunk 938c05e68e Fix sloped power,activator and detector rails, remove debug print 2024-11-12 00:59:50 +01:00
teknomunk 8bcf9388d4 Modify mcl_entity_invs to add support for save/load items hooks in entities, add save/load hooks to minecarts to store item list in the minecart data and not in the entity data so that respawn doesn't destroy items 2024-11-12 00:59:50 +01:00
teknomunk 4c6a10f613 Add documentation on the rail 2024-11-12 00:59:50 +01:00
teknomunk d250678689 Add documentation on file structure and overviewes of each file 2024-11-12 00:59:50 +01:00
teknomunk 57525d2072 Fix crashes, fix link in documentation 2024-11-12 00:59:50 +01:00
teknomunk 9df1f9a588 More documentation, add myself to copyright list in README.txt 2024-11-12 00:59:50 +01:00
teknomunk 17705348c3 More minor changes to API.md, start overall implementation documentation 2024-11-12 00:59:50 +01:00
teknomunk 6160534ed5 Fix table of contents 2024-11-12 00:59:50 +01:00
teknomunk 3881cd60f5 Finish writing API documentation, remove drop_railcarts (replaced by try_detach_minecart), rename constants to ALL CAPS for consistency, change mcl_minecarts. to mod. for API function definitions 2024-11-12 00:59:50 +01:00
teknomunk d22aa7285d Nearly finish API documentation, create mcl_minecarts.add_blocks_to_map() 2024-11-12 00:59:50 +01:00
teknomunk c8513d5acd Continue writing API documentation, update call signatures for a couple of API functions 2024-11-12 00:59:50 +01:00
teknomunk 20bf40a6ec Change document formatting, finally move cactus cart dropping to node definition for mcl_core:cactus 2024-11-12 00:59:50 +01:00
teknomunk b17710db9c Correct crashes/item duplication with dropping carts, start API documentation 2024-11-12 00:59:50 +01:00
teknomunk 1d9ba2211f Fix cart controls, cart pushing 2024-11-12 00:59:50 +01:00
teknomunk d41f2f03ce Fix typo in rail replacement mapping, fix several crashes 2024-11-12 00:59:50 +01:00
teknomunk 14b50faf92 Implement movement thru tee rails 2024-11-12 00:59:50 +01:00
teknomunk 464771b79d Tune respawn distance limit 2024-11-12 00:59:50 +01:00
teknomunk 1f80628298 Fix crashes 2024-11-12 00:59:50 +01:00
teknomunk 39ca793a43 Remove memory leak for cart data, check distance to players before respawning distant carts to prevent adding entities that are immediately inactivated 2024-11-12 00:59:50 +01:00
teknomunk b084ec558d Implement offline/out of range minecart movement and fix minecart respawning, remove railtype tracking 2024-11-12 00:59:50 +01:00
teknomunk 763c59a1a2 Remove do_movement dependency on the existence of a cart luaentity 2024-11-12 00:59:50 +01:00
teknomunk 188aca8c12 Fix undefined global warning, move player off to the side of a cart when dismounting so trains don't get pushed apart when getting out 2024-11-12 00:59:50 +01:00
teknomunk a0d8e5ad7e Make trains containing a player in a minecart function, minor cleanup in mcl_playerinfo 2024-11-12 00:59:50 +01:00
teknomunk e3ca5a84c8 Fix crashes in train logic, allow breaking apart trains 2024-11-12 00:59:50 +01:00
teknomunk d9bc707800 Implement train reversing 2024-11-12 00:59:50 +01:00
teknomunk 8d15b8e99f Repair vectors in cart data, mostly fix train movement bugs (still possible to have a furnace minecart flip, without the train also flipping) 2024-11-12 00:59:50 +01:00