Commit Graph

33 Commits (master)

Author SHA1 Message Date
Sirrobzeroone df687d604e Short check for stationary players
~ Players not moving now just have a short check performed
~ Cleanup to help with performance
~ Terminal Velocity set to 150kph, players now die on fall
2022-08-20 16:59:37 +10:00
Sirrobzeroone 98dbe16550 Cleanup
~ Code Cleanup
~ Move ladder node above/below check to inside ladder check
2022-08-18 17:10:02 +10:00
Sirrobzeroone 586d4501c0 Format Fix Three 2022-08-17 22:05:52 +10:00
Sirrobzeroone 0de1f0926f formatting fix two 2022-08-17 22:04:45 +10:00
Sirrobzeroone 51d965f2b8 Formatting 2022-08-17 21:57:33 +10:00
Sirrobzeroone 18093a1d99 get_player_velocity() replaced with get_velocity()
Replace depreciated method
2022-08-17 20:41:30 +10:00
Sirrobzeroone 5e631ddcec Code Cleanup
~ Start of code cleanup and consolidation of animation cases.
2022-08-17 20:05:46 +10:00
Sirrobzeroone ea08e795e9 Readme and mod.conf update 2022-08-15 21:25:45 +10:00
Sirrobzeroone 3fe36a13aa Check item registered before getting group/drawtype
~ Minor update to check node is registered before trying to retrieve groups or drawtype
2022-08-15 21:12:08 +10:00
Sirrobzeroone 728b65667f Minor fix to slab check
~ Check node registered before grabbing groups
~ Thanks Mazes-80 #9
2022-08-14 17:14:11 +10:00
Sirrobzeroone eddb4fcbad Add exclusion check 2022-08-04 19:19:51 +10:00
Sirrobzeroone 7bc92f65ae Initial Upload support skins and make 3d_armor optional
~ 3d_armor optional, player_api only depends
~ Works with simple_skins
~ Works with skinsdb
2022-08-03 22:06:06 +10:00
Sirrobzeroone 946406a050 Fixes #6 and #3
Fixes for Issues #3 and #6
2022-08-03 14:40:55 +10:00
Sirrobzeroone f68285438f local_ndraw to local n_draw 2021-09-29 16:11:31 +10:00
Sirrobzeroone 7e07683f2c
Merge pull request #8 from mazes-80/mazes-pr
Use new setters and fix one local qualifier missing
2021-09-27 16:41:16 +10:00
mazes-80 538234b602 ndraw: local 2021-09-27 07:36:26 +02:00
mazes-80 a175cf0fa2 Use new setters for settings 2021-09-27 07:36:21 +02:00
Sirrobzeroone cb812fb824 minor fix to armor.config.level_multiplier
So as to not override all armor items to 0.2
2020-12-13 21:48:51 +11:00
Sirrobzeroone 60ae8faae1 Update Crouch and Climb
Cleanup Code for Crouch,Climb, Fly, Fall
Add settings to enable/disable certain animations
Update Readme
2020-12-09 21:19:10 +11:00
Sirrobzeroone 8b68a0e98f Merge branch 'main' of https://github.com/sirrobzeroone/3d_armor_flyswim into main 2020-12-08 21:30:54 +11:00
Sirrobzeroone f450ed305a Add Climb, Crouch
Climbing Animation added
Crouching Animation added
Improved Fly vs Fall animations
2020-12-08 21:25:12 +11:00
Sirrobzeroone 7eec6d7d73
minor formatting issue 2020-12-03 09:53:46 +11:00
Sirrobzeroone 024159776c
add note 5.3+ only 2020-12-03 09:12:57 +11:00
Sirrobzeroone cd86f73663 fix head admin so only avaliable 5.3+ 2020-12-03 09:08:59 +11:00
Sirrobzeroone ea2f8906a7 Update README.MD 2020-11-30 15:16:54 +11:00
Sirrobzeroone f437fbb4ca Update README.MD 2020-11-30 15:15:19 +11:00
Sirrobzeroone 29badb53d3 Update README.MD 2020-11-30 15:12:44 +11:00
Sirrobzeroone 33993562d4 Identification of flyable and swimmable nodes improved
Uses node drawtype now, with "liquid", "liquidflowing" and "airlike" for swimmable and flyable respectively
2020-11-30 14:59:02 +11:00
Sirrobzeroone 5e0cea6483 Add headanim support
crushed a "true" being printed to UI as well
2020-11-30 12:14:17 +11:00
Sirrobzeroone 6045855741 Update README.MD 2020-11-29 15:46:14 +11:00
Sirrobzeroone 2e4e624af5 Update README.MD 2020-11-29 15:44:56 +11:00
Sirrobzeroone 98b5aa1f3f Initial Upload 2020-11-29 15:42:14 +11:00
Sirrobzeroone 46161b3fb4 Initial commit 2020-11-29 15:36:19 +11:00