52 Commits

Author SHA1 Message Date
2005ce3e90 Non-uppercase player waypoint infocard 2025-07-14 02:19:27 +02:00
8e6da3cd9e Update credits
Updated the credits order in README.md and also updated the in-game credits content and now play it before the original FL credits rather than after.
2025-05-26 17:01:42 +02:00
2314527e75 Fix bug with low res news and mission images on some systems 2025-05-04 13:47:15 +02:00
e3c8d5e7d6 Undo 4GB virtual memory patch
I'm not convinced that setting the LARGEADDRESSAWARE flag is necessary for Freelancer given that the program always uses little memory. Furthermore, setting this flag for 32-bit programs can supposedly cause slight performance discrepancies. I think it has to do with the chance of two arbitraty objects in memory fitting in cache together is less likely when the addresses are larger. But this is just a guess.
2025-02-27 16:56:31 +01:00
8a94121854 Update main menu button patch 2025-02-15 01:43:41 +01:00
95c954fc6f Always assume best machine speed for determining default options 2025-02-12 14:32:31 +01:00
5750f7f71a Revert draw distance patches
flplusplus already modifies these, so there's no point in having them applied.
2024-11-04 00:44:39 +01:00
5909c4c72b Revert 'display sun spines in asteroid fields and trade lanes'
Due to the way that things work in FL inherently, it's better to not show sun spines in trade lanes and asteroid fields. This way the in-game immersion is preserved better.
2024-11-02 18:12:07 +01:00
e0250c8412 Adjust ranges for total sound elements slider 2024-08-26 14:19:09 +02:00
495799b475 Remove superfluous pushad and popad instructions from button animation fix 2024-07-05 15:14:18 +02:00
5bc086bc3a Display sun spines in trade lanes and asteroid fields 2024-05-31 23:08:21 +02:00
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
6dcd232930 Prevent sudden frame drops in space 2024-05-10 01:20:32 +02:00
d3f40aee87 Fix group members on mav map patch 2024-05-03 21:00:26 +02:00
a2281df59a Show all group members on the nav map 2024-04-16 00:32:59 +02:00
fa7e7f3ade Group member's NAV position refreshes every second 2024-01-07 17:59:46 +01:00
91c790507e Increase clickable area width of load-save menu buttons 2023-12-21 00:37:52 +01:00
b693746dc7 Improve mouse-hover animation of load-save menu buttons 2023-12-21 00:29:00 +01:00
9e42595c65 Fix clickable area height of main menu buttons
Resolves #155.
2023-12-21 00:22:02 +01:00
c5fffd6c9f Never load ..\\EBUEula.dll (root FL folder) 2023-12-21 00:00:38 +01:00
e1a704bbe8 Update Freelancer.exe icon
Reference issue: #176.
2023-12-06 21:42:36 +01:00
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
8d7a7bd2de Ensure version number edit is also displayed in server menu 2023-04-01 20:33:37 +02:00
fda9b5be39 Update Freelancer.exe
Removed unnecessary data in Version Info.
2023-04-01 14:55:50 +02:00
2d91b4d850 Set DPI-awareness in Freelancer.exe Manifest file
Makes Freelancer DPI-aware. Resolves #133.
2023-03-28 20:21:38 +02:00
5daeb2eb41 Move HDE credits to controls.dll
The HDE in-game credits used to be in misctextinfo2_tsr.dll. Though this dll is not loaded when a user doesn't play with the English Text fixes. Moving it to controls.dll ensures the credits are always visible.
2023-02-14 21:56:52 +01:00
49f25d1b30 Modify Freelancer.exe so the game can use 4GB of virtual memory instead of 2GB 2022-09-15 17:54:58 +02:00
cc8d5a777c Put custom version number in controls.dll
This ensures players with foreign installs will now see the updated in-game version number too.
2022-09-10 14:35:14 +02:00
be537ed72b Increase time between contact list refreshes to 1.5 seconds 2022-08-08 22:49:20 +02:00
674ad822ad Increase time between contact list refreshes 2022-05-30 23:45:03 +02:00
1c432ae3fa Reduce time between weapon list refreshes 2022-05-07 01:39:37 +02:00
22f711f2f9 Increase the maximum number of chat lines in the chat history window 2021-12-18 17:08:30 +01:00
b955a6baae Increase maximum number of characters in the chat input box 2021-12-18 16:54:46 +01:00
35df185c94 Show current worth in Multiplayer 2021-12-18 16:08:37 +01:00
cf7843679d Reduce time between contact list refreshes 2021-12-18 15:56:56 +01:00
6689753fb6 Fill gaps between gauge bars slightly
1D7E50: 0.8d -> 0.85d
2021-11-23 17:53:24 +01:00
d38fb910c3 Undo solid gauge bars 2021-11-21 14:52:34 +01:00
3f44a2a034 Improve icon scaling 2021-11-11 01:06:54 +01:00
3fc5af95a0 Add new icons 2021-10-25 14:34:47 +02:00
a695cd026a Revert graphics card warning removal
1B116FC Changes: 90 90 90 90 -> 84 C0 75 12
2021-10-25 11:40:04 +02:00
089c60ae79 Add more sound and general options 2021-08-21 17:53:58 +02:00
5a788bbb90 Add support for running multiple Freelancer instances 2021-08-20 22:57:11 +02:00
fbf05abcb1 Include player ships in ship filter 2021-07-26 23:03:27 +02:00
41c8fb722f Make energy, shield, and hull bars solid 2021-07-26 23:00:04 +02:00
b1687d0ee3 Prevent unknown graphics card warning from showing 2021-07-26 22:50:02 +02:00
ea10bc2954 Prevent intentional frame drops 2021-07-26 22:18:17 +02:00
e69ae821bc Remove cruise speed display limit 2021-07-26 22:17:20 +02:00
aac07335f8 Remove speed display limit 2021-07-26 22:16:20 +02:00
c94cc97f00 Show 'Far' only when distance is over 999K 2021-07-26 22:15:42 +02:00
c5cba121e2 Remov ESRB notice 2021-07-22 13:01:50 +02:00