Commit Graph
100 Commits
Author SHA1 Message Date
GreenComfyTea 6f742d3234 Use in-game _DieCount instead of Manual Counting 2023-08-17 09:48:24 +03:00
GreenComfyTea 64130aa68c Formatting 2023-08-17 09:47:09 +03:00
GreenComfyTea 1f0cd6e883 Fix Abnormal Statuses showing trash values when teleporting to Training Area 2023-08-16 13:53:34 +03:00
GreenComfyTea 2d669a6c4a Stop using d2d.surface_size() 2023-08-16 12:36:48 +03:00
GreenComfyTea 2d77b78a1c Add more Singletons existence verifications 2023-08-16 12:34:17 +03:00
GreenComfyTea aac30e7a08 Fix Damage Meter UI bugs
when Hide Total Damage was hiding whole module instead
2023-08-16 12:21:22 +03:00
GreenComfyTea f2675e6d23 Move players.display_list to damage_meter_UI 2023-08-16 11:41:20 +03:00
GreenComfyTea 5ff6af9108 Move update_quest_time timer to init_global_timers 2023-08-16 10:32:43 +03:00
GreenComfyTea 728b7f990f Move timers initializations into time.lua 2023-08-16 10:30:59 +03:00
GreenComfyTea 758a02bce8 Add Stats UI 2023-08-15 16:02:01 +03:00
GreenComfyTea 9d16048c8d Move logic out from REF D2D loop callback 2023-08-11 16:10:19 +03:00
GreenComfyTea 084dd9667e Abnormal Statuses: Implemented 2023-08-10 16:52:47 +03:00
GreenComfyTea c509876712 Skills: Refactoring + Added Heroics, Resuscitate 2023-08-10 16:51:34 +03:00
GreenComfyTea 7b63e34ad0 Melody Effects: Use key if missing name 2023-08-10 16:50:19 +03:00
GreenComfyTea c6a520996f Dangos: Use key if missing name 2023-08-10 16:49:58 +03:00
GreenComfyTea f6fefb19d4 Consumables: Formatting + Use key if missing name 2023-08-10 16:49:42 +03:00
GreenComfyTea 1c20591b33 Fix Total Damage registering too large values 2023-08-10 16:48:41 +03:00
GreenComfyTea 3e66b920ef Skills: Add more skills
+ Latent Power, Protective Polish, Wind Mantle, Heaven-Sent, Grinder (S), Counterstrike, Affinity Sliding, Coalescence, Adrenaline Rush, Wall Runner, Offensive Guard, Hellfire Cloak, Agitator, Furious.
2023-08-09 16:11:53 +03:00
GreenComfyTea 7f38532026 Buffs: Use default values 2023-08-09 16:09:13 +03:00
GreenComfyTea b805d88205 Change default values 2023-08-09 16:08:27 +03:00
GreenComfyTea a100932a02 Melody Effects: move individual melody effect update into separate function 2023-08-09 16:07:53 +03:00
GreenComfyTea 692e911617 Consumables: Refactor most individual methods into 1 universal method 2023-08-09 16:06:51 +03:00
GreenComfyTea 6c2d09b505 Add some dangos, skills and endemic life buffs 2023-08-08 16:23:17 +03:00
GreenComfyTea 26966818b3 Dont update buffs if buff UI is disabled 2023-08-08 13:05:05 +03:00
GreenComfyTea e09c82278d Optimize small monster UI drawing function 2023-08-08 13:04:40 +03:00
GreenComfyTea e1d3754733 Fix is_health_initialized variable not being set to true 2023-08-08 12:24:33 +03:00
GreenComfyTea 6b8809b79e Add more quest_status restrictions 2023-08-06 16:20:15 +03:00
GreenComfyTea d20446fe37 Change default customization menu window height 2023-08-06 16:08:35 +03:00
GreenComfyTea 4e4aae3c68 Update localizations 2023-08-06 16:08:06 +03:00
GreenComfyTea 3e121fbd1c Add Customization Menu status, position and size to config
+ Customization Menu bugfixes
2023-08-06 15:57:48 +03:00
GreenComfyTea ade8a6bf19 Formatting 2023-08-06 14:43:41 +03:00
GreenComfyTea 0eac453bf4 Add some quest_status restrictions 2023-08-06 14:27:23 +03:00
GreenComfyTea c4b7f6d195 Fix Health access attempts outside hooks
(large monster updated in previous commit)
2023-08-06 14:26:59 +03:00
GreenComfyTea e389f6cf53 Remove magical numbers of stealth monster ids + process toadversary properly + Fix Crown Threshold Typo 2023-08-06 14:25:22 +03:00
GreenComfyTea 9e8c77f480 Singletons are not real singletons so track changes 2023-08-06 13:25:05 +03:00
GreenComfyTea 9c2bc59a37 Undo previous commit 2023-08-06 12:24:08 +03:00
GreenComfyTea effe5579a7 Move env.creature.update_position to draw function 2023-08-06 12:22:09 +03:00
GreenComfyTea 0fbf47f7ff comment out monster update_position 2023-08-06 12:18:02 +03:00
GreenComfyTea 3e508c0e28 Move highlight_id to large_monster from draw function 2023-08-06 12:17:06 +03:00
GreenComfyTea 972d874a99 Clean up 2023-08-06 12:15:42 +03:00
GreenComfyTea 50726b9291 Init Singletons on init_module 2023-08-06 12:15:25 +03:00
GreenComfyTea c39e5babea Rename list to array 2023-08-06 12:14:59 +03:00
GreenComfyTea d1f56f4316 Ignore error during REFramework Initialization 2023-08-06 12:14:34 +03:00
GreenComfyTea d3efcb5b08 Typo 2023-08-06 12:14:13 +03:00
GreenComfyTea 681b865f03 Create missing small monster entries in draw function 2023-08-06 12:13:48 +03:00
GreenComfyTea 6f40a1dfd3 Update localizations 2023-08-06 12:13:12 +03:00
GreenComfyTea 432e115aea Fix fake error when assigning creature name 2023-08-06 12:12:41 +03:00
GreenComfyTea dfb7893c1a Implement Error Handler 2023-08-05 16:30:15 +03:00
GreenComfyTea 4bdb4ee2e6 Separate Dependency Initializations 2023-08-05 11:24:26 +03:00
GreenComfyTea 30672922c4 Add callback timers 2023-08-05 10:50:36 +03:00
GreenComfyTea 31b5251c75 Fix Follower Otomo Percentage DMG being incorrectly formatted 2023-08-04 19:36:18 +03:00
GreenComfyTea 71b1992710 Add Horn Melody Effects to Buff UI 2023-08-04 19:35:25 +03:00
GreenComfyTea 63ddbff12a Fix Consumable Buff UI not working in online request if not host 2023-08-03 12:21:17 +03:00
GreenComfyTea 0359042c97 Fix Buff timers showing xx:60 sometimes 2023-08-03 12:20:36 +03:00
GreenComfyTea c8dab31265 Add back(?) label include customization code 2023-08-03 12:20:08 +03:00
GreenComfyTea 405c5e4aad Fix continue labels ambiguity 2023-08-03 12:19:41 +03:00
GreenComfyTea 597d27b935 Uncomment Buff UI code 2023-08-03 12:19:13 +03:00
GreenComfyTea 90190f5af7 Implement Consumable Buffs 2023-06-30 18:57:14 +03:00
GreenComfyTea b5757e3b1e Fix hotkeys not saving 2023-06-30 13:58:05 +03:00
GreenComfyTea 0992b918a3 Update README.md 2023-06-14 17:36:16 +03:00
GreenComfyTea 7865b3276c Update README.md 2023-06-14 17:07:58 +03:00
GreenComfyTea cc1fe03272 Update README.md 2023-06-11 13:07:27 +03:00
GreenComfyTea 57585cb5b5 Update README.md 2023-06-11 12:59:11 +03:00
GreenComfyTea 96563f92f7 Update README.md 2023-06-11 12:51:08 +03:00
GreenComfyTea ea29e20a2c Update README.md 2023-06-10 20:39:20 +03:00
GreenComfyTea 0a84471abc Update README.md 2023-06-10 18:49:22 +03:00
GreenComfyTea da2af8671a Update README.md 2023-06-10 18:47:56 +03:00
GreenComfyTea 474d0b9eb8 Update README.md 2023-06-10 18:45:12 +03:00
GreenComfyTea e4057b84f5 Update README.md 2023-06-10 18:38:57 +03:00
GreenComfyTea 3ac048aef9 Update README.md 2023-06-10 18:29:22 +03:00
GreenComfyTea 9c3085198d Update README.md 2023-06-10 18:26:27 +03:00
GreenComfyTea ecf119dd97 Update README.md 2023-06-10 17:48:58 +03:00
GreenComfyTea 663b456a4f Fix Total Cart Count showing lower value by 1 2023-06-10 14:20:11 +03:00
GreenComfyTea e571ca62eb Update README.md 2023-06-10 09:38:35 +03:00
GreenComfyTea 3b99512bb6 Merge branch 'main' of https://github.com/GreenComfyTea/MHR-Overlay 2023-06-10 09:34:51 +03:00
GreenComfyTea 0fe53700ae Update ko-kr localization to v2.5 2023-06-10 09:34:44 +03:00
GreenComfyTea 488da17887 Merge pull request #65 from sukiqwq/main 2023-06-09 09:33:35 +03:00
GreenComfyTea cd1d90b66b Map Primordial Malzeno part names 2023-06-08 09:52:38 +03:00
GreenComfyTea 788152aecd Rename mystery core to anomaly core 2023-06-07 19:44:41 +03:00
GreenComfyTea e51185892a Change Anomaly Core break hook 2023-06-07 19:44:01 +03:00
GreenComfyTea 6862331ca9 Rename damage types 2023-06-06 11:50:29 +03:00
GreenComfyTea 59f11c4933 Add Anomaly Core Break Damage to Total Damage 2023-06-05 19:36:55 +03:00
GreenComfyTea 8bcd5e0c4a Update ru-ru.json 2023-05-28 17:40:27 +03:00
GreenComfyTea c56976b97f Add Right Shift Alignment 2023-05-28 17:40:10 +03:00
GreenComfyTea 5af7f53962 Bump version to v2.5 2023-05-28 13:54:08 +03:00
GreenComfyTea 8e77df6fed More caching 2023-05-28 13:53:34 +03:00
GreenComfyTea d68aacc5bf Cache methods and fields 2023-05-28 13:26:13 +03:00
GreenComfyTea 4f34f76ad7 Add Anomaly Core Health Bars to Parts UI 2023-05-28 12:48:46 +03:00
GreenComfyTea 4da0e1f0c8 Update README.md 2023-05-27 11:33:02 +03:00
GreenComfyTea 7ad40bbb89 Add Bar Fill Direction 2023-05-26 13:18:46 +03:00
GreenComfyTea e2354eedcc Move combo types into their respective UI elements 2023-05-26 13:07:40 +03:00
GreenComfyTea 20dfde17d4 Fix part names not changing localization 2023-05-26 12:15:19 +03:00
GreenComfyTea 72ca959581 Formatting 2023-05-25 12:32:46 +03:00
GreenComfyTea cd2aa12d3c Add Proper Unicode Glyph Ranges for Each Language 2023-05-25 12:18:34 +03:00
GreenComfyTea 865512f8d6 Fix Chaotic Gore Magala Wingclaws 2023-04-25 17:02:43 +03:00
GreenComfyTea ecd150eb4d Make debug.lua a separate script 2023-04-21 13:27:34 +03:00
GreenComfyTea 585860666f Merge branch 'main' of https://github.com/GreenComfyTea/MHR-Overlay 2023-04-21 13:16:14 +03:00
GreenComfyTea e6556e8d9b Check for debug.lua presence before requiring 2023-04-21 13:16:13 +03:00
GreenComfyTea 40820f98a7 Return missing debug.lua 2023-04-21 12:54:35 +03:00
GreenComfyTea dd8a6bc2d7 Update README.md 2023-04-21 11:37:51 +03:00