Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 01:10:56 | casey_ has joined | |
| 01:39:29 | casey_ Quit (Quit: leaving) | |
| 03:09:31 | BFLogBot Pull request #610 opened by elementc | Title: Clean up Readme and get CI passing | https://github.com/bitfighter/bitfighter/pull/610 | |
| 14:43:33 | BFLogBot Comment on issue #610 | User: raptor | Comment: Hi, and thanks! We're considering making the 019x branch the master from now on because of several issues. When I ge ... | https://github.com/bitfighter/bitfighter/pull/610#issuecomment-548058244 | |
| 18:11:39 | BFLogBot Comment on issue #610 | User: elementc | Comment: Yeah! Definitely onboard, ping me when you're ready, or I can change to a PR to 19x tonight if you like. Could you elabo ... | https://github.com/bitfighter/bitfighter/pull/610#issuecomment-548134626 | |
| 18:38:52 | BFLogBot Comment on issue #610 | User: eykamp | Comment: If I understand correctly, master represents a bit of overreach, an ambition that, while grand, will likely never be ach ... | https://github.com/bitfighter/bitfighter/pull/610#issuecomment-548142382 | |
| 23:35:09 | BFLogBot Repo: bitfighter | Commit: 36ad631d40 | Author: raptor | Message: Fully rewrite the window/canvas display logic: - It's now a state machine - Consolidates almost all logic into one function, VideoSystem::updateDisplayState() - Have ScreenInfo hold onto scissor,ortho values - Add HighDPI info | |
| 23:35:10 | BFLogBot Repo: bitfighter | Commit: 031b13adb0 | Author: raptor | Message: High resolution screenshots. Screenshots are no longer limited to 800x600 except for uploading to level database | |
| 23:35:12 | BFLogBot Repo: bitfighter | Commit: 417f8095ab | Author: raptor | Message: Update OSX Info.plist. HTTP transport is allowed to bitfighter.org and also remove references to PPC | |
| 23:35:13 | BFLogBot Repo: bitfighter | Commit: 2b1e24c9f6 | Author: raptor | Message: Fix security issue with new OSX Info.plist | |
| 23:35:15 | BFLogBot Repo: bitfighter | Commit: 14287f9d2a | Author: pterjan | Message: Fix build with unsigned chars This is needed to build on arm/aarch64/powerpc... | |
| 23:35:16 | BFLogBot Repo: bitfighter | Commit: 78f72ecdc3 | Author: pterjan | Message: Add support for aarch64 Combined with https://github.com/bitfighter/bitfighter/pull/607 this allows to build successfully on aarch64 | |
| 23:35:18 | BFLogBot Repo: bitfighter | Commit: c897445af3 | Author: raptor | Message: Revert HighDPI attempts before release | |
| 23:35:19 | BFLogBot Repo: bitfighter | Commit: 77f82189e0 | Author: raptor | Message: Remove deprecated 'register' keyword | |
| 23:35:21 | BFLogBot Repo: bitfighter | Commit: 210292c036 | Author: raptor | Message: Forgot to revert one High-DPI change | |
| 23:35:22 | BFLogBot Repo: bitfighter | Commit: 0063f5405a | Author: raptor | Message: Fix deprecated API warning for OSX | |
| 23:35:24 | BFLogBot Repo: bitfighter | Commit: d1b4cf96eb | Author: raptor | Message: Update game controller database. Use the SDL 2.0.5 version | |
| 23:35:25 | BFLogBot Repo: bitfighter | Commit: 752e954ab3 | Author: raptor | Message: Update luadoc version | |
| 23:35:27 | BFLogBot Repo: bitfighter | Commit: a69e359042 | Author: raptor | Message: Just capture mouse instead of setting relative mode when playing in game. This fixes the accelerated mouse issues. | |
| 23:35:28 | BFLogBot Repo: bitfighter | Commit: 6af9418d10 | Author: raptor | Message: Update Windows SDL libs to 2.0.8. I just used the default ones from libsdl.org instead of compiling it myself this time | |
| 23:35:30 | BFLogBot Repo: bitfighter | Commit: 63998a850c | Author: raptor | Message: Update README | |
| 23:35:31 | BFLogBot Repo: bitfighter | Commit: 78d7bd6a18 | Author: raptor | Message: Fix trapping mouse bug, again! This time it works on Windows, too. | |
| 23:35:33 | BFLogBot Repo: bitfighter | Commit: 6fd53e2ddb | Author: raptor | Message: Update OpenAL-Soft to 1.19.1. This fixes deprecated API usage on macOS. It's a dylib now | |
| 23:35:34 | BFLogBot Repo: bitfighter | Commit: 3bbdfb7080 | Author: raptor | Message: Fix OSX version and architecture in game plist | |
| 23:35:36 | BFLogBot Repo: bitfighter | Commit: 4ea11d423d | Author: raptor | Message: Let's be insecure (according to Apple) and still allow http connections | |
| 23:35:37 | BFLogBot Repo: bitfighter | Commit: c4c569652e | Author: raptor | Message: Update Sparkle to 1.20 for better compatibility on OSX | |
| 23:35:39 | BFLogBot Repo: bitfighter | Commit: 42fe2f94b3 | Author: raptor | Message: Update SDL2 to 2.08 for Windows 64-bit | |
| 23:35:40 | BFLogBot Repo: bitfighter | Commit: dafee111a2 | Author: raptor | Message: Remove MSI packaging in favor of NSIS for Windows 64-bit. Tested and works on Windows 10 | |
| 23:35:42 | BFLogBot Repo: bitfighter | Commit: ff731ded47 | Author: raptor | Message: Revert creeping window fix on Linux. It messes up OSX and Windows. sigh. | |
| 23:35:43 | BFLogBot Repo: bitfighter | Commit: a9043edcf7 | Author: raptor | Message: Update SDL2 to 2.0.9 on OSX | |
| 23:35:45 | BFLogBot Repo: bitfighter | Commit: 0c23e02ef8 | Author: raptor | Message: Remove usage of SDL_WINDOWEVENT_MOVED. This triggered way too many events that would interfere with proper window position saving | |
| 23:35:46 | BFLogBot Repo: bitfighter | Commit: 4aa6f887bf | Author: raptor | Message: Minor DMG change to window dimensions | |
| 23:35:48 | BFLogBot Repo: bitfighter | Commit: 46c52775ff | Author: raptor | Message: Remove old Xcode4 project files | |
| 23:35:49 | BFLogBot Repo: bitfighter | Commit: 5672386637 | Author: raptor | Message: Clean up WIX stuff | |
| 23:35:51 | BFLogBot Repo: bitfighter | Commit: be725b81eb | Author: raptor | Message: Update build version for release (again) | |
| 23:35:52 | BFLogBot Repo: bitfighter | Commit: aeed11cc28 | Author: raptor | Message: Update dirent.h for Windows | |
| 23:35:54 | BFLogBot Repo: bitfighter | Commit: 7192f99016 | Author: raptor | Message: Fix stat usage on windows when compiling with Visual Studio v141_xp toolset. There was some bug introduced that occurs when you compile in the CRT libraries. Also create a directory using Windows API. This fixes issues with setting up game resources on XP | |
| 23:35:55 | BFLogBot Repo: bitfighter | Commit: 2d40c07c7a | Author: raptor | Message: Use Windows API call to change working directory | |
| 23:35:57 | BFLogBot Repo: bitfighter | Commit: 43d467745b | Author: raptor | Message: Revert use of stat in bfup. It had the same problem on Windows XP if compiled with the v141_xp toolset. | |
| 23:35:58 | BFLogBot Repo: bitfighter | Commit: f2519a5fa8 | Author: raptor | Message: Minor comments | |
| 23:36:00 | BFLogBot Repo: bitfighter | Commit: 75b8d6f2e0 | Author: raptor | Message: Revert updater name from BFUP to GUP for easier maintenance | |
| 23:36:01 | BFLogBot Repo: bitfighter | Commit: f68191f8fa | Author: raptor | Message: Update GUP to latest from upstream repository. It's called WinGup now | |
| 23:36:03 | BFLogBot Repo: bitfighter | Commit: abd9c8c2a8 | Author: raptor | Message: Fix WinGup installing in CMake | |
| 23:36:04 | BFLogBot Repo: bitfighter | Commit: fe8583c85c | Author: raptor | Message: Some GUP clean up | |
| 23:36:06 | BFLogBot Repo: bitfighter | Commit: 26bb1dcffe | Author: raptor | Message: Update curl headers to ver 7.62.0 | |
| 23:36:07 | BFLogBot Repo: bitfighter | Commit: b4b26d7953 | Author: raptor | Message: Send bitfighter version to WinGup using '-v'. Update gup.xml to conform to new version. Add nativeLang.xml to customize any messages we may want. Add WinGup license and readme | |
| 23:36:09 | BFLogBot Repo: bitfighter | Commit: 9ee1462080 | Author: raptor | Message: Add in win64 parameter for WinGup if running 64-bit bitfighter | |
| 23:36:10 | BFLogBot Repo: bitfighter | Commit: 1649dd0b63 | Author: raptor | Message: Update curl to 7.62.0 to work with https and newer WinGup requirements | |
| 23:36:12 | BFLogBot Repo: bitfighter | Commit: 788b21fde7 | Author: raptor | Message: Fix closing window when attempting to update with WinGup. There doesn't seem to be a way to directly name the window class with SDL | |
| 23:36:13 | BFLogBot Repo: bitfighter | Commit: f36229e99b | Author: raptor | Message: Add missing WinGup XML file to installer | |
| 23:36:15 | BFLogBot Repo: bitfighter | Commit: dac0b71b3e | Author: raptor | Message: Update version for release, take 3 | |
| 23:36:16 | BFLogBot Repo: bitfighter | Commit: c6875b8938 | Author: raptor | Message: Simpler game-closing text in WinGup | |
| 23:36:18 | BFLogBot Repo: bitfighter | Commit: 88ba1619d5 | Author: raptor | Message: Editor plugin: Fix longstanding bug with converting a single barrier to a polywall | |
| 23:36:19 | BFLogBot Repo: bitfighter | Commit: dbff7e8f03 | Author: raptor | Message: Merge branch 'master' into bitfighter-019x, which will be come the new master. The old master branch will be discontinued and tagged as 'experimental_020'. NOTE: this effectively discards all changes on the 020 branch (the old 'master' now called 'experimental_020') that were not already backported to 019x. The 020 branch was too broken and we chose to just drop it. | |
| 23:39:30 | BFLogBot Comment on issue #610 | User: raptor | Comment: It is done. The new 'master' branch is the old 'bitfighter-019x' branch and the old 'master' branch is now 'experimenta ... | https://github.com/bitfighter/bitfighter/pull/610#issuecomment-548203915 |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.