Source upgrade: Difference between revisions
Jump to navigation
Jump to search
imported>OlliverWithDoubleL short description |
imported>Stevebroshar it's more related to game dev |
||
| Line 1: | Line 1: | ||
{{short description|Modification of source code | {{short description|Modification of source code via an asset}} | ||
A '''source upgrade''' is a [[software distribution]] for [[upgrade|upgrading]] [[source code]] from one [[Software versioning|version]] to another, and it is the process of using the distribution to upgrade a [[codebase]]. The upgrade might add new features, improve performance and stability, or fix [[software bug|bugs]] in the code. | |||
The term applies to general [[software development]], but is more prevalent in the sub-context of [[game development]]. A relatively small upgrade that focuses on bug fixes might be classified as a [[Patch (computing)|patch]]. A large upgrade that allows older software to run on a different platform might be classified as a [[source port]]. An update created for a [[video game]] by users (not the original developers or maintainers) might be classified as a [[mod (computer gaming)|mod]]. | |||
==See also== | ==See also== | ||
Latest revision as of 12:55, 22 July 2025
A source upgrade is a software distribution for upgrading source code from one version to another, and it is the process of using the distribution to upgrade a codebase. The upgrade might add new features, improve performance and stability, or fix bugs in the code.
The term applies to general software development, but is more prevalent in the sub-context of game development. A relatively small upgrade that focuses on bug fixes might be classified as a patch. A large upgrade that allows older software to run on a different platform might be classified as a source port. An update created for a video game by users (not the original developers or maintainers) might be classified as a mod.