jackun
6ad6bffade
Use ImGui's DisplaySize so display size for layer positioning etc can be set the same way for vulkan and OpenGL
2020-03-17 15:00:20 +02:00
jackun
3d46ccafe1
Show OpenGL version below engine name too to avoid it getting clipped
2020-03-17 14:58:27 +02:00
jackun
8aa0783b4a
Show vulkan/opengl version
...
OpenGL glGetIntegerv(GL_[MAJOR|MINOR]_VERSION) don't work on versions < 3.0 though
2020-03-17 00:24:04 +02:00
jackun
70bcb2b23d
Merge branch 'master' into develop
2020-03-16 23:12:35 +02:00
jackun
9323db4a07
Add missing case delimiter
2020-03-16 23:12:04 +02:00
jackun
89180336b9
Merge remote-tracking branch 'origin/master' into develop
2020-03-16 22:52:23 +02:00
flightlessmango
dd041b22a3
Merge pull request #79 from TheRealDannyBoy/master
...
openSUSE Dependency Resolution
2020-03-16 21:51:38 +01:00
TheRealDannyBoy
2c2d393064
Updated README to acknowledge openSUSE dependency resolution
2020-03-16 15:43:42 -05:00
jackun
bb3aba9080
[OpenGL] Use elfhacks to load real OpenGL functions
2020-03-16 22:37:42 +02:00
jackun
85801bcc17
[OpenGL] Add elfhacks
...
https://github.com/ienorand/elfhacks
2020-03-16 22:37:42 +02:00
TheRealDannyBoy
2f6afb35e8
Added openSUSE dependency resolution
2020-03-16 14:14:31 -05:00
FlightlessMango
8fb13e23e4
Resize window when reloading config
2020-03-16 18:41:48 +01:00
jackun
5bdfcd493d
[config] Add config file change notifier to OpenGL
2020-03-16 19:35:46 +02:00
jackun
a0f5cb56a2
[config] Guard overlay_params from the thread with mutex
2020-03-16 18:52:03 +02:00
jackun
34184abf2e
[config] loop in the notifier thread and reload configuration file if it is changed
2020-03-16 18:35:01 +02:00
jackun
341aa21b87
[config] Move options map and config_file_path to overlay_params
2020-03-16 18:32:48 +02:00
FlightlessMango
c5dad16612
Listen for modify on config file
2020-03-16 16:48:12 +01:00
jackun
32c45150bc
Create config folder when installing
2020-03-15 19:27:47 +02:00
jackun
b0f36fad31
Expand paths only
2020-03-15 18:52:14 +02:00
FlightlessMango
b0e1fe9321
[params] set targetFrameTime in params.cpp
2020-03-15 17:09:03 +01:00
FlightlessMango
71b602751d
[meson] option to include_doc
2020-03-15 16:01:08 +01:00
jackun
6e40f9bdd5
Expand tilde to home dir if string param start with ~
2020-03-15 16:57:49 +02:00
flightlessmango
48697f5775
Merge pull request #70 from gasinvein/patch-1
...
Add Flatpak usage notes to readme
2020-03-15 13:46:58 +01:00
flightlessmango
3624ebdfee
Merge pull request #69 from Newbytee/fedora-dep-check-fix
...
Correct Fedora package names
2020-03-15 13:46:02 +01:00
flightlessmango
d7a4675724
Merge pull request #68 from Newbytee/no-args-patch
...
build.sh: Show usage help when no arguments are passed
2020-03-15 13:45:07 +01:00
jackun
f7a7256374
Clear options map so reloading config files actually has an effect
2020-03-15 14:37:42 +02:00
gasinvein
90ad332f38
Add Flatpak usage notes to readme
2020-03-15 14:45:01 +03:00
jackun
6b4103eae9
[config] Parse Wine application name without absolute path
2020-03-15 13:09:51 +02:00
Newbyte
4042efc53a
gcc-c++, not gcc-g++
2020-03-15 09:40:27 +01:00
Newbyte
7a577e76cf
Fix package names. While they can be installed via these names, they do not appear with these names in dnf list installed
, so the script will attempt to install them regardless of whether they already are installed
2020-03-15 09:35:54 +01:00
Newbyte
d0051c7063
Don't say "at least one argument" and fix issue with multiple arguments
2020-03-15 09:27:19 +01:00
Newbyte
59937aa5f4
Show usage help when no arguments were passed
2020-03-15 09:16:53 +01:00
jackun
8b24743a30
Add --no-overwrite-dir to tar
2020-03-15 02:52:31 +02:00
FlightlessMango
c48731b9a9
follow symlink again in build.sh
2020-03-15 01:14:44 +01:00
jackun
e4340ed099
Let tar follow symlinks and no need for ldconfig
2020-03-15 02:10:34 +02:00
jackun
a37874926e
Keep own copy of imgui/tables for now
2020-03-14 23:15:06 +02:00
jackun
abef561573
Disable CPU stat(s) if it failed to initialize
2020-03-14 23:15:03 +02:00
jackun
712590befe
Check if CPU sensor file handle is valid
2020-03-14 23:14:48 +02:00
FlightlessMango
a7e4418d29
Merge branch 'TheEvilSkeleton-master'
2020-03-14 20:20:24 +01:00
FlightlessMango
f42c022131
[readme] Don't recommend using sudo for ./build.sh install
2020-03-14 20:19:50 +01:00
TheEvilSkeleton
33d9643146
oofie doofie pt2
2020-03-14 19:00:16 +00:00
TheEvilSkeleton
82c2bf1c3d
Update README.md
...
- Added Flatpak
2020-03-14 18:56:08 +00:00
TheEvilSkeleton
615c0876e9
oofie doofie
2020-03-14 18:54:07 +00:00
TheEvilSkeleton
0192a2969f
Update README.md
...
- Separated #build and #install
- Properly formatted
- Fixed some Arch stuff
- Changed "Packaging Status" to "Pre-packaged binaries" to make more sense
2020-03-14 18:52:23 +00:00
FlightlessMango
64a42df047
forgot to include functional
2020-03-14 19:27:25 +01:00
FlightlessMango
cbb58ab79c
make sure Xdisplay is closed on shutdown
2020-03-14 19:18:41 +01:00
flightlessmango
63c07d5844
Merge pull request #59 from Newbytee/patch-1
...
Supporting setting up dependencies in elementary OS
2020-03-14 18:33:08 +01:00
Newbyte
aaab43ef97
Supporting setting up dependencies in elementaryOS
...
Add elementary OS to list of Debian-family operating systems. Tested on 5.1 Hera.
2020-03-14 18:29:44 +01:00
FlightlessMango
b3286cbe48
check if opengl/vulkan with is_vulkan bool
2020-03-14 18:29:43 +01:00
jackun
13e57578c3
Fix update_hud_info indentation
2020-03-14 19:11:34 +02:00