fs2open.github.com icon indicating copy to clipboard operation
fs2open.github.com copied to clipboard

Origin Repository for SCP FreeSpace 2 Open

Results 472 fs2open.github.com issues
Sort by recently updated
recently updated
newest added

Adds two axes, U and V, to joysticks. A handful of popular joysticks are going beyond the old 6 axis and 32 button limits, to which FSO just flat out...

controls
localization / translation
Waiting for Stable

If a weapon's shockwave damage has not been specified via table, `ShockwaveDamage` should return -1 instead of 0, and otherwise return the value set via table, allowing scripts to disambiguate...

cleanup
scripting
Waiting for Stable

Several locations in the code (notably `ai_info` and `waypoint_h`) previously stored pointers for waypoints and waypoint lists that need to be valid for more than one frame. Since both waypoint...

fix
gameplay
refactor
Waiting for Stable

I'd like the ability to use .mp4, .mov or other similar movie files for command briefings and in the tech room. APNGs have their place, but they're also extremely bulky...

enhancement

It would be really cool to allow enemies to transmit Praise Self messages using IFF filters, essentially taunting the player after killing one of their allies, like this: ```$Name: Praise...

enhancement

No way seems to exist in scripting yet to access the `$Shots:` field in `weapons.tbl`. This is needed to allow SCPUI to compute proper statistics for "shotgun" type weapons.

enhancement
scripting

Waypoints created with the scripting function `mn.createWaypoint()` lead to a game crash when the Ai is ordered to fly the associated waypoint path. A simple test script and mission are...

bug
gameplay

1. a `hud-reset-color` SEXP operator, to complement the existing `hud-set-color` and set a gauge back to its configured color 2. `ConfigType` and `ObjectType` Lua virtvars which are essentially the built-in...

enhancement
HUD
sexps
scripting
Waiting for Stable
Requested by Active Mod

As it turns out, we did not actually compile the release builds with the maximum safe optimization level. First of all, on Linux / Mac builds, we did not compile...

build
Waiting for Stable

Also fix a very minor parsing inconsistency

enhancement
Waiting for Stable