Commit Graph

219 Commits

Author SHA1 Message Date
C.S. Melis
49a359ca55 Correctly position weapon group buttons on all aspect ratios
Before the WG buttons were hardcoded for 16:9 and 4:3 resolutions only, meaning they'd be positioned incorrectly on other aspect ratios. This patch makes it so that the WG buttons are positioned correctly on all aspect ratios, dynamically. This makes the HudWeaponGroups entry in HudShift.ini obsolete.

HudWeaponGroups.dll:
1932F, 31 DB 2D -> 00 90 B8
19336, D8 -> D9
19339, 89 5D A4 DB 45 A4 D8 4E 24 DE -> D8 00 D8 48 04 D8 40 08 EB 27
194BC, AE 47 E1 7A 14 AE 47 E1 FC 3F 00 00 -> 77 BE 1F 3D 66 66 A6 3F CD CC 4C 3C

Resolves #159.
2024-06-04 15:28:01 +02:00
C.S. Melis
5bc086bc3a Display sun spines in trade lanes and asteroid fields 2024-05-31 23:08:21 +02:00
C.S. Melis
07bfca2265 Do not show target wireframe when HUD is hidden 2024-05-31 16:07:16 +02:00
C.S. Melis
616078ecf1 Scale LODranges dynamically
Resolves #158.
2024-05-24 17:48:53 +02:00
C.S. Melis
a1291984c1 Scale character and effect ranges dynamically
Reference issue: #158.
2024-05-23 00:13:49 +02:00
C.S. Melis
2bb8df735f Fix frame drop patch
The previous patch removed an `fstp` instruction. This caused the FPU stack to not be cleaned, resulting in funky behavior occuring during cutscenes on some setups. The new patch fixes this.
2024-05-22 18:00:14 +02:00
C.S. Melis
fafe5401b0 Update HUDless plugin to v1.02 2024-05-18 11:49:44 +02:00
github-actions
ba374a2293 Update FLHook to 2024-05-10-11-37 2024-05-10 23:05:27 +00:00
C.S. Melis
6dcd232930 Prevent sudden frame drops in space 2024-05-10 01:20:32 +02:00
C.S. Melis
8ea14fa031 Update flplusplus.dll 2024-05-06 22:29:42 +02:00
C.S. Melis
c66c623d76 Recompile MPRep with no level reqs using latest VC6 version 2024-05-04 18:25:27 +02:00
C.S. Melis
785c71168b Show a random intro on every main menu visit 2024-05-04 17:26:23 +02:00
github-actions
5ee208d6e2 Update FLHook to 2024-04-26-19-27 2024-05-03 22:52:21 +00:00
C.S. Melis
d3f40aee87 Fix group members on mav map patch 2024-05-03 21:00:26 +02:00
C.S. Melis
ab8669feac Add Rus Chat plugin 2024-05-01 21:21:50 +02:00
C.S. Melis
33888717b7 Fix TurretZoom.dll inverse flag 2024-04-24 00:53:04 +02:00
github-actions
61a0e84e2f Update FLHook to 2024-04-22-16-37 2024-04-23 21:43:16 +00:00
C.S. Melis
920ab412d4 Increase Gamma in ReShadePreset.ini 2024-04-23 22:57:25 +02:00
C.S. Melis
254f54341d Update dacom.ini
Enabled Console plugin by default and set the `reverse` flag for TurretZoom.
2024-04-23 20:43:40 +02:00
C.S. Melis
236d618ff9 Fix background flickering when opening Ship Dealer menu
Reference issue: #58.
2024-04-23 20:01:37 +02:00
github-actions
d1eab2bf03 Update FLHook to 2024-04-21-14-20 2024-04-21 22:34:35 +00:00
C.S. Melis
0d9185ce8d Update ReShade to version 6.1.1 2024-04-22 00:30:35 +02:00
C.S. Melis
f093ef6534 Compile zlib-ng and FL++ with /MT flag
zlib-ng and FL++ will now no longer depend on the MSVC++ 14 redist.
2024-04-21 23:11:51 +02:00
C.S. Melis
f3a1f26d17 Add latest version of dgVoodoo (v2.82.5) 2024-04-19 00:34:53 +02:00
C.S. Melis
fc0a10824a Update flplusplus 2024-04-18 23:13:28 +02:00
github-actions
620f896c87 Update FLHook to 2024-04-15-13-42 2024-04-18 20:15:38 +00:00
C.S. Melis
81baf6cc28 Update FLSharp.dll to v0.5.2 2024-04-16 21:35:42 +02:00
C.S. Melis
9ca7c7e831 Undo max windowed mode enabling in dxwrapper.ini 2024-04-16 21:19:33 +02:00
C.S. Melis
a2281df59a Show all group members on the nav map 2024-04-16 00:32:59 +02:00
C.S. Melis
20681ac51b Update DxWrapper to newer version
Reference issue: #169.
2024-04-16 00:24:40 +02:00
github-actions
dfb774f8f8 Update FLHook to 2024-03-06-13-04 2024-04-13 13:06:48 +00:00
C.S. Melis
7205df9eaf Fix micro-stuttering for d3d8_legacy.dll
Applied the following hex edit: d3d8_legacy.dll, 2594B, 01 -> 00. This effectively disables the maximixed windowed mode, which officially cannot be done programmatically anymore, since after a specific update they made it so the value is hard-coded to '1'. This hex edit changes that value to '0'.
2024-04-13 15:04:12 +02:00
C.S. Melis
325688f3f9 Revert fix for FL runnning in background
The patch ended up being too unstable. Hence it's been reverted.
2024-03-13 16:50:26 +01:00
C.S. Melis
409c9476f5 Enable FLHook by default 2024-03-13 15:19:27 +01:00
github-actions
826096ef22 Update FLHook to 2024-02-17-15-42 2024-02-18 18:46:21 +00:00
C.S. Melis
3a17aad899 Add FLSharp
The Engine Throttle Sync Fix plugin has been superseded by FLSharp.
2024-02-18 19:45:43 +01:00
C.S. Melis
5c5a2da76d Replace zlib with zlib-ng version 2.1.6 2024-02-17 00:10:19 +01:00
C.S. Melis
cdbcf04509 Update Territory plugin to v1.03 2024-02-14 16:47:14 +01:00
github-actions
0801903860 Update FLHook to 2024-01-23-22-36 2024-01-28 00:30:10 +00:00
C.S. Melis
5cea50340e Update M01 USV transport names
Changed their faction from DSE to Universal Shipping and removed 'Transport' (otherwise the names would be too long for the contact list).
2024-01-07 21:32:03 +01:00
C.S. Melis
fa7e7f3ade Group member's NAV position refreshes every second 2024-01-07 17:59:46 +01:00
C.S. Melis
a0e1639f1f Update EngineThrottleSyncFix.dll to v0.3 2024-01-07 13:53:13 +01:00
C.S. Melis
3d5fff537e Never load EBUEula.dll from the root Freelancer folder (FLServer.exe) 2023-12-31 03:22:52 +01:00
C.S. Melis
8a061eefb6 Add Engine Throttle Sync Fix 2023-12-24 22:34:47 +01:00
C.S. Melis
43791deda8 Revert Manhattan bartender update
There is an inconsistency in the story cutscenes where with the previous config, you could see a doppelganger of the Manhattan bartender. Therefore, it is better to revert the changes for now.
2023-12-22 14:17:29 +01:00
C.S. Melis
5e72530516 Add fix for Freelancer running in the background after exiting 2023-12-22 01:03:07 +01:00
github-actions
28992cfbac Update FLHook to 2023-12-18-11-08 2023-12-20 23:38:26 +00:00
C.S. Melis
91c790507e Increase clickable area width of load-save menu buttons 2023-12-21 00:37:52 +01:00
C.S. Melis
b693746dc7 Improve mouse-hover animation of load-save menu buttons 2023-12-21 00:29:00 +01:00
C.S. Melis
9e42595c65 Fix clickable area height of main menu buttons
Resolves #155.
2023-12-21 00:22:02 +01:00