-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactors #121
base: master
Are you sure you want to change the base?
Refactors #121
Conversation
… libretro port: - cl_shownet - developer - entities - mcache - host_framerate - host_speeds - maplist - d_subdiv16 - hunk * Get rid of PARANOID ifdefs - never used and speed-sapping according to own internal comments * Keys - get rid of console autocompletion - will never be used * Get rid of useless window_visible - libretro port doesn't need to have a concept of this * Get rid of useless onscreen logging functionality like R_TimeRefresh, R_TimeGraph, R_ZGraph, etc. * Get rid of Con_DPrintf - only ever used when developer switch is set, which will never be the case for the libretro port * Get rid of debuglog
of alternate r_pixbytes codepaths - less conditionals, less code
never change from this, remove all alternate code paths
* Remove some unused variables/command variables * Simplify audio code - shm->samples will always be constant, so use a constant define. Plan to eventually get rid of shm struct/pointer (see comment in snd_dma/snd_mix.c code that this should be removed eventually)
…fcache_s) * Remove unneeded low floating point/high floating point mode setting (this was only ever relevant on old 486/Pentium era CPUs) * Get rid of more useless debug functions * Direct initialization of local variables where possible
…el_prev, viewmodel_next, version
* draworder always 0, remove conditional * Random miscellaneous cleanups, make functions static if we can
from now on to core options
This pull request fixes 42 alerts when merging 67bd259 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 42 alerts when merging c7d6d6d into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 42 alerts when merging 8a3b554 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 42 alerts when merging 8d94cd3 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 42 alerts when merging cfe5014 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 42 alerts when merging a8ea1e1 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 43 alerts when merging a273599 into c2b8ea0 - view on LGTM.com fixed alerts:
|
* Use strlcpy where possible instead of snprintf * Get rid of 'bad CDRIP'warning whenever an audio track cannot be found
This pull request fixes 43 alerts when merging e04da40 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request fixes 43 alerts when merging 9911d91 into c2b8ea0 - view on LGTM.com fixed alerts:
|
This pull request introduces 1 alert and fixes 44 when merging 2169d02 into c2b8ea0 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 45 when merging 1947981 into c2b8ea0 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 45 when merging 1e2464b into e84d6c1 - view on LGTM.com new alerts:
fixed alerts:
|
No description provided.