fs2open.github.com
fs2open.github.com copied to clipboard
Origin Repository for SCP FreeSpace 2 Open
The next step in getting built-in fonts to work for all screen resolutions... This adds an optional flag for a font to automatically scale for the current screen resolution. The...
As requested by Woolie Wool. Default colors are set, copying the colors they were originally set to from `Icon_colors`.
This makes a change to the way trails are rendered in order to remedy an issue where trail segments would visibly "overlap" with themselves when twisted. It does this by...
This branch adds the ability for the modder to specify an arbitrary number of 'modular curves' in weapons.tbl. Each curve has an input (from a list of possible inputs) and...
Well.. I started out just wanting to create a way for my Vasudan mainhall remake to have the classic cheats available to it.. but I ended up cleaning quite a...
This adds two new features to head anis to simplify and expand their handling. First it adds `$Always loop head anis:` option to messages.tbl. This will cause all heads to...
Basic cleanup of `asteroid_subtype_info` to remove the pointer. We already save the model number in the same place so prefer using `model_get()` wherever the pointer was used.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Adds an in-game option to scale the internal fonts. Only works with TTF fonts so after the font table is parsed we check. If there are no scaling-allowed TTF fonts...
Not much to say on this one. Functions almost exactly the same as the oldFRED one. Only changes are not showing lines irrelevant to the selected warp type and additional...