Skip to content
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

Fixes for eternall.wad and musinfo #122

Merged
merged 7 commits into from
Oct 20, 2019
Merged

Conversation

Ferk
Copy link
Contributor

@Ferk Ferk commented Oct 19, 2019

This adds a couple of fixes.

One is the scalestep for drawsegs being uninitialized in some wads like eternall.wad (from Eternal Doom PWAD, not to be confused with Doom Eternal :P), which I noticed when checkin it through valgrind (related to #118, and maybe it can fix it).

I also fixed some oversights on my part when I made the MUSINFO parsing reuse the same scanner as UMAPINFO, and some warnings found by LGTM.

@lgtm-com
Copy link

lgtm-com bot commented Oct 19, 2019

This pull request fixes 7 alerts when merging 0d92eaa into ae95543 - view on LGTM.com

fixed alerts:

  • 5 for Missing header guard
  • 2 for Comparison result is always the same

@Ferk
Copy link
Contributor Author

Ferk commented Oct 19, 2019

I've also routed the logging functions to the libretro log_cb so the full log can be available when using "Log to file" from the frontend.

@lgtm-com
Copy link

lgtm-com bot commented Oct 19, 2019

This pull request fixes 7 alerts when merging d80b4c6 into ae95543 - view on LGTM.com

fixed alerts:

  • 5 for Missing header guard
  • 2 for Comparison result is always the same

If a token is the last in the input (there's no ending newline) the
token was never being read.
@lgtm-com
Copy link

lgtm-com bot commented Oct 19, 2019

This pull request fixes 7 alerts when merging 0d955dd into ae95543 - view on LGTM.com

fixed alerts:

  • 5 for Missing header guard
  • 2 for Comparison result is always the same

@inactive123 inactive123 merged commit aca275c into libretro:master Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants