Commit Graph

12755 Commits

Author SHA1 Message Date
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
teknomunk 9490e4a910 Add cart entity respawn/destroy to match cart data (partially working) 2024-11-12 00:59:50 +01:00
teknomunk b38d8c3fa9 Give furnace minecart minimum velocity when lit, add train separation code, update logging code, add sequence number to entity staticdata to allow respawn/despawn when carts move when the entity is unloaded 2024-11-12 00:59:50 +01:00
teknomunk 643e6f3de6 Fix rail detach crash, make tnt minecarts explode if they hit something hard (off rails) 2024-11-12 00:59:50 +01:00
teknomunk dd54270294 Make sure carts get detatch if the rail under them is removed 2024-11-12 00:59:50 +01:00
teknomunk 9927f54ab4 Fixish reorganizing, initial train implementation 2024-11-12 00:59:50 +01:00
teknomunk 17a5b1eee3 Major reorganization, start setup for trains 2024-11-12 00:59:50 +01:00
teknomunk cf7350418f Make sure carts that collide move in the same direction the colliding cart was 2024-11-12 00:59:50 +01:00
teknomunk 0511de8876 Add utilities to convert between an ObjectRef, it's active object id and a 128bit uuid, move minecart data from entity staticdata to mod storage to eventually allow updating carts when out of range of players and also track what carts are alive, implement on-rail cart collisions 2024-11-12 00:59:50 +01:00
teknomunk ce8b79fbe2 Harden against unknown nodes 2024-11-12 00:59:50 +01:00
teknomunk 41943522a5 Allow players to push minecarts that are not on track 2024-11-12 00:59:50 +01:00