- 12 Oct, 2018 1 commit
-
-
Gargaj authored
-
- 09 Oct, 2018 5 commits
-
-
mathieu _alkama_ m authored
* Keep the mac app bundle name clean Let linux and windows binaries be lowercase as they seem to prefer * Remove CMake module path We haven’t use that since when we needed to find SDL2. * Mac: Remove declaration without implementation * Avoid redefining macros * Fix misc compiler warnings
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
- 08 Oct, 2018 1 commit
-
-
linkmauve authored
* Install a .desktop and an icon on Unix This has been tested on GNOME Shell 3.30.0. * Rename the binary to lowercase
-
- 05 Oct, 2018 2 commits
-
-
Chris White authored
- Add a few missing constants - Don't take the address of a temporary
-
Chris White authored
For those of us without Visual Studio on at least one development machine :) . - CMakeLists: use WIN32 instead of MSVC except for MSVC-specific switches - src/platform_w32_common/SetupDialog.cpp: stdio.h for _snprintf()
-
- 07 Aug, 2018 1 commit
-
-
Marco Foco authored
* More const correctness * Converted "map.insert(make_pair(a,b))" pattern into "map[a] = b". * removed some warnings (e.g. double->float conversions and sign mismatch)
-
- 08 Jun, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
-
- 22 May, 2018 1 commit
-
-
Cameron Armstrong (Nightfox) authored
* Added TouchBar support for MacBook Pro * [macOS] Optionalize use of touchbar There is a new CMake flag named BONZOMATIC_TOUCHBAR (default ON) to activate or deactivate TouchBar support. * Add a runtime check to see if the TouchBar API is available. If it's not, do not attempt to create a TouchBar. * Updated Travis CI to use Xcode 9.3 for its build
-
- 20 May, 2018 2 commits
- 23 Apr, 2018 1 commit
-
-
Gargaj authored
-
- 22 Apr, 2018 2 commits
- 20 Apr, 2018 1 commit
-
-
Gargaj authored
-
- 15 Apr, 2018 4 commits
-
-
Gargaj authored
-
Gargaj authored
-
Gargaj authored
-
mathieu _alkama_ m authored
-
- 09 Apr, 2018 4 commits
-
-
mathieu _alkama_ m authored
Exemple of generated version: 1.0.20180409
-
mathieu _alkama_ m authored
Cherry pick the CMake warning fix used for future version of GLFW so that the CI stops complaining.
-
mathieu _alkama_ m authored
-
mathieu _alkama_ m authored
-
- 05 Apr, 2018 1 commit
-
-
PoroCYon authored
* Print an error if OpenGL 4.1 isn't supported (cf #56) * fix typo
-
- 01 Apr, 2018 1 commit
-
-
Per Weijnitz authored
-
- 28 Mar, 2018 1 commit
-
-
Gargaj authored
reenable debug device fix d3d11 warnings
-
- 06 Mar, 2018 3 commits
-
-
Gargaj authored
-
Gargaj authored
-
Tammo 'kb' Hinrichs authored
* NDI: Update to NDISDK 3 - use BGRX instead of BGRA (less bitrate) - warning fixes * NDI: Env variable check, fixed lib dependendy, fixed whitespace
-
- 11 Feb, 2018 1 commit
-
-
PoroCYon authored
-
- 10 Feb, 2018 1 commit
-
-
22459 authored
* Add install functionality for 'linux' * RPATH modification should have also been wrapped in a 'linux' conditional. * Wrap all the things. * AND not OR
-
- 08 Feb, 2018 2 commits
- 19 Oct, 2017 1 commit
-
-
Cameron Armstrong authored
* Added syntax highlighting for mat2, mat3, mat4 and int datatypes * Added bool data type for syntax highlighting
-
- 16 Jul, 2017 1 commit
-
-
Gargaj authored
-
- 15 Jul, 2017 2 commits