Open
Conversation
…es simultaneously. Sound sprites can now be safely used for bits of music.
…to pass if a substring of the value matches the regex (and leading/trailing characters that don't match the regex were being stripped off). This was allowing @test@test.com to match the test@test.com account, even though the rest of the OHOL game server code was treating @test@test.com as a distinct account.
…ain after we've constructed screen, since sometimes the available resolution is different (and wider) than what we requested. This seems to be the root cause of mouse pointer position scaling issues on ultrawide monitors. Also added a bunch of additional logging around screen resolution and construction, and found one spot where redoDrawMatrix() was not being called after changing a parameter that affects the matrix. Note that drawn/emulated pointer is still enabled by default on ultrawide monitors. But this may not be necessary anymore. Related to jasonrohrer#7. Related to jasonrohrer/OneLife#782
…r by default, since pointer position issues were fixed in a89e42c.
This reverts commit 031a450.
… might come before SSND chunk. Before, we were incorrectly reading data in these chunks as audio.
…and, as a work-around for a bug in certain versions of convert that flips images upside-down when converting to TGA. Fixes jasonrohrer/OneLife#848
…ent, since that means we're compiling from source. Part of jasonrohrer/OneLife#899
Add isControlKeyDown and isAltKeyDown to allow distinguishing between holding CTRL and ALT
…ector grows (can't double zero).
…eems to be ignoring them.
…group. Switched that behavior so we can test builk emailer with smaller groups.
…ent (content) _all.dbz bundles, but still getting the platform-dependent bundles. For clients that need to use the diff bundle server for binary updates only, and have separate content channels.
…a in various sprite/texture filling calls. Expanding edges of sprite, which is done by default, modifies pixel data.
This reverts commit ae37640.
…tly. To be safe, let user manually relaunch on Windows.
…ate thread for maximum throughput while still updating GUI with progress.
…at don't need deep copying.
…s that don't need deep copying.
… in string_to_hash, allowing us to pass github usernames for hash checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings this repo up to date with Jason's latest changes. Most importantly, this includes
RGBAImageupdates required for OneLife v374.