Commit Graph

197 Commits

Author SHA1 Message Date
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
C.S. Melis
c5fffd6c9f Never load ..\\EBUEula.dll (root FL folder) 2023-12-21 00:00:38 +01:00
C.S. Melis
fe9f018730 Update ebueula.dll EULA message patch 2023-12-20 23:56:31 +01:00
C.S. Melis
e1be6d7548 Update Manhattan bartender
Changed the Manhattan bartender to the one you see during the story cutscenes. Also ensure that the Manhattan bartender already knows Trent when starting a new game.
2023-12-14 22:42:18 +01:00
C.S. Melis
e1a704bbe8 Update Freelancer.exe icon
Reference issue: #176.
2023-12-06 21:42:36 +01:00
C.S. Melis
58315cd2f9 Update flplusplus plugin 2023-12-06 16:36:35 +01:00
github-actions
c5c22e3bbb Update FLHook to 2023-11-15-14-41 2023-11-18 15:48:27 +00:00
C.S. Melis
4620086925 Update TSR DLLs to latest version
Includes the update regarding the Furstenfelde infocard update and the prison station infocard inconsistency fixes. Additionally, the resources_tsr.dll file has been updated such that it is fully synced with the TSR version (no more missing entries).
2023-11-10 23:48:42 +01:00
C.S. Melis
3f2afcd1fb Decrease default saturation in ReShade preset 2023-11-07 17:48:31 +01:00
C.S. Melis
7d36c46011 Gamma ranges from 0.75 to 1.75, not 1.0 to 2.0
Resolves #162.
2023-10-22 23:46:44 +02:00
github-actions
6a1b811a99 Update FLHook to 2023-09-07-21-47 2023-10-06 11:52:31 +00:00
github-actions
521c0a10a3 Update FLHook to 2023-08-21-18-07 2023-08-28 20:33:42 +00:00
github-actions
2b1348abd8 Update FLHook to 2023-08-20-12-11 2023-08-20 13:12:05 +00:00
C.S. Melis
1db86ff604 Update JFLP.dll to v1.27 2023-08-15 11:31:06 +02:00
C.S. Melis
0ed1b46e26 Remove some license files 2023-07-22 21:38:34 +02:00
github-actions
d6c30da8e7 Update FLHook to 2023-07-20-09-33 2023-07-22 15:07:00 +00:00
github-actions
275970804d Update FLHook to 2023-07-11-20-31 2023-07-11 21:32:15 +00:00
github-actions
c9b9428614 Update FLHook to 2023-07-09-12-52 2023-07-09 17:03:46 +00:00
github-actions
88e713348f Update FLHook to 2023-05-30-14-08 2023-06-29 12:19:59 +00:00
Oliver Pechey
abb7b252a0 Resolve comments 2023-06-29 14:19:30 +02:00
Oliver Pechey
5b32a73ca7 Add FLHook.dll entry to dacomsrv.ini 2023-06-29 14:19:30 +02:00
C.S. Melis
89080e40eb Add updated flplusplus.dll 2023-06-13 02:06:34 +02:00
C.S. Melis
9928388efe Increase turret zoom scroll speed 2023-06-11 16:46:05 +02:00