| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
ci/linux: Target deploy script from appimage path
|
|
kernel: misc cleanup of page table accessors
|
|
buffer_cache: Increase number of texture buffers
|
|
Was producing out of order settings as a result of the switch to vectors
|
|
nsd: add GetApplicationServerEnvironmentType
|
|
general: remove uses of dynamic_cast
|
|
Without this, the Reset All Settings button would be selected by default
|
|
|
|
|
|
|
|
|
|
|
|
ci: Remove GA, Gr optimizations from MSVC
|
|
common: Use arithmetic instead of string ops to get time zone
|
|
Improve storage requirements.
|
|
Unecessary, and would run every time the settings are logged.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes essentially a shadowing issue.
|
|
Addresses review feedback
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
|
|
Allows for 6GB and 8GB layouts to be selected.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Not sure how I missed this earlier, but these vectors can be constructed
using the type of the enum.
|
|
|
|
|
|
|
|
settings_common: Remove unused optional
|
|
|
|
Reduces some ugliness in frontend code.
|
|
Suggests to a frontend how to represent each setting.
|
|
This gets rid of some repeated code and sets us up to send more
information to the new widget.
|
|
Currently unused, but I don't want to start headaches when someone
decides to use it the first time.
|