51
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove CodeQL until code scanning is available.
blast007
as Scott Wichser
More... over 4 years ago
use localtime_r instead of localtime More... over 4 years ago
fix Wrong type of arguments to formatting function More... over 4 years ago
Fix for some Wrong type of arguments to formatting function More... over 4 years ago
Reject frame too short More... over 4 years ago
Create codeql-analysis.yml More... over 4 years ago
Fix tautological-overlap-compare More... over 4 years ago
Replace the workaround in 693ce2a6 with a better one that also covers other cases where no resize event is thrown.
macsforme
as Joshua Bodine
More... over 4 years ago
The playHistoryTracker plugin was not tracking kills correctly.
blast007
as Scott Wichser
More... over 4 years ago
Destroy the SDL window in the SDLWindow deconstructor so that the original desktop resolution is restored on Linux.
blast007
as Scott Wichser
More... over 4 years ago
Work around an issue on Linux where SDL_GetWindowSize() doesn't return the correct info right away when using a scaled resolution, resulting in SDLWindow::create() destroying and re-creating the window many times during the program startup.
macsforme
as Joshua Bodine
More... over 4 years ago
clang-10 porting More... over 4 years ago
Add override consistently More... over 4 years ago
Use std::sqrt() rather than std::sqrtf().
macsforme
as Joshua Bodine
More... over 4 years ago
Various improvements to the joystick handling, including several new settings to accommodate variations between devices and users' preferences.
macsforme
as Joshua Bodine
More... over 4 years ago
Update more copyright statements to 2020. More... over 4 years ago
Do not distribute the .github directory contents. More... over 4 years ago
-mtune=native works for any gcc cxx11 compiler. This fix gcc-10 More... over 4 years ago
Work around an SDL 2 issue on Linux which causes an infinite loop of window creation when attempting to change the fullscreen resolution.
macsforme
as Joshua Bodine
More... over 4 years ago
When preventing a runaway framerate when a vsync-enabled window is obstructed on macOS, limit the framerate to around the actual monitor refresh rate rather than a constant value.
macsforme
as Joshua Bodine
More... over 4 years ago
Add GitHub workflow for checking formatting
allejo
as Vladimir Jimenez
More... over 4 years ago
Run a pass of astyle.
macsforme
as Joshua Bodine
More... over 4 years ago
Implement a workaround for an SDL 2 bug on Linux which can cause an infinite loop of incorrect window creation. Appears to fix #201. Credit to @blast007 for the heavy lifting on this, and to @jose1711 for reporting the bug.
macsforme
as Joshua Bodine
More... over 4 years ago
Updated copyright year to 2020.
macsforme
as Joshua Bodine
More... over 4 years ago
On macOS, when switching from a maximized window to a fullscreen window and back to windowed mode, revert to the original windowed mode resolution. Fixes #241.
macsforme
as Joshua Bodine
More... over 4 years ago
Reverted most of 0cceded9. That commit had unintended consequences, including a missing window->create() call now fixed in a6978cee, breaking audio on Windows which was fixed in 211567d6, and eliminating the window creation from the MainWindow constructor thereby causing the loss of the faulting state check.
macsforme
as Joshua Bodine
More... over 4 years ago
Bump version to 2.4.21.
blast007
as Scott Wichser
More... over 4 years ago
Removed a call to mainWindow->getWindow()->callResizeCallbacks() originally added in 0a9d7bdf. This call was orphaned in 7f26ed45, when the corresponding call to display->setFullScreenFormat() was moved elsewhere. It appears to serve no purpose anymore.
macsforme
as Joshua Bodine
More... over 4 years ago
Replace a window->create() that used to be in MainWindow::setFullscreen(). It was removed in 4e32321d, probably because it was unneeded given the resize() in MainWindow::toggleFullscreen(), but that resize() was removed too in 0cceded9, so the window wasn't getting created here.
macsforme
as Joshua Bodine
More... over 4 years ago
Fix Changelog entry of nonexistent API event
allejo
as Vladimir Jimenez
More... over 4 years ago