luciusDXL / TheForceEngine

Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.
https://TheForceEngine.github.io
GNU General Public License v2.0
994 stars 73 forks source link

Adding Mod Refresh option and expanding MOD_CONF overrides #450

Closed ifeldshteyn closed 1 month ago

ifeldshteyn commented 2 months ago

This PR handles three issues.

  1. Addition of a mod refresh button from the mod menu for #446
  2. Initial commit for level MOD_CONF overrides. These overrides allow you to specify what weapons and ammo and health you start with. You can either start the mission wearing your gas mask. Details are here ---> https://df-21.net/wiki/?title=TFE_Mod_Overrides This is for #449
  3. Addition of mouse panning in the PDA #453

Adding a simple feature. Timestamps in the logs for linux/windows.

ifeldshteyn commented 1 month ago

I suggest you move the functions out of a11y and alongside _strlwr() and co at TFE_System/system.cpp/h

100% agree. I was wondering why they were in A11y in the first place. I will let Lucius make the change