Commit Graph

156 Commits

Author SHA1 Message Date
Ryba04
33ad7b718f Merge branch 'master' into master 2025-09-13 19:46:26 +02:00
jakubg1
9fa22d81e5 Make launcher respond to window resize 2025-09-09 17:08:23 +02:00
54f8007d6a Discord rpc overhaul for better modes support 2025-09-05 21:02:31 +02:00
jakubg1
6f1b03fccf Fix Shift/Ctrl/Alt key handling on Linux
On native Linux builds, due to weird key modifier handling, key modifiers often worked backwards.
Now modifer key handling is streamlined and is not mode-dependent.
2025-09-05 14:54:29 +02:00
jakubg1
d07b0e76c4 Fix potentially crashy condition 2025-09-04 04:58:47 +02:00
10b645114b Another logic fix cause im dumb 2025-08-21 01:31:58 +02:00
775b507727 Remove new lines for init errors 2025-08-21 00:18:00 +02:00
da7882536e Transfer all error messages to LogService & fix logic for init_settings() 2025-08-21 00:16:32 +02:00
07229ab8d5 Add init error messages 2025-08-17 00:05:36 +02:00
c98227a2e3 Add log timer 2025-07-23 14:48:17 +02:00
1fba26c6cc Console errors highlight 2025-07-23 14:24:56 +02:00
3659d87349 Add cruel way to disable python threaded upload when using nvrenderer 2025-06-12 00:02:06 +02:00
5ab14b7a2d Move nvrhi renderer back as gfxrenderer experimental 2025-06-02 20:55:30 +02:00
f464d16f42 Fix logging crash on exit 2025-04-17 14:35:02 +02:00
8b855edaf5 Move nvrhi renderer as default (gl3.3 is legacy now) 2025-04-13 17:21:05 +02:00
WLs50
0280b40ca5 Merge remote-tracking branch 'manul-public/master' into manul-staging 2025-04-05 14:24:53 +02:00
WLs50
ffe5ece058 wrap discord rpc as optional feature 2025-03-17 07:19:07 +01:00
663336b86e DiscordRPC fix when driving ghostview 2025-03-16 16:24:08 +01:00
aaad80d66c Logging moved to separate thread 2025-03-16 16:23:49 +01:00
7970042774 Make DiscordRPC strings localized 2025-03-16 16:23:41 +01:00
424a97b7ce Move DiscordRPC to separate threaad 2025-03-16 16:23:36 +01:00
302eac5b96 Add Discord RPC integration 2025-03-16 16:23:04 +01:00
Jano211
0e08086937 Fix for writing useless log informations 2025-03-16 13:44:36 +01:00
Jano211
797045e8ae Changes in camera shaking, and others:
clatter sounds, csm stage boundaries, particles physics and hiding log panel when in launcher mode.
2025-03-16 13:44:07 +01:00
WLs50
a5f6397eca merge manul 2025-03-09 15:36:11 +01:00
e010c67eab DiscordRPC fix when driving ghostview 2025-02-28 12:15:46 +01:00
ca6c0f72e9 Logging moved to separate thread 2025-02-26 17:49:21 +01:00
016e4fed10 Make DiscordRPC strings localized 2025-02-25 08:37:07 +01:00
078470cc68 Move DiscordRPC to separate threaad 2025-02-25 07:45:27 +01:00
c7b40ca7ae Add Discord RPC integration 2025-02-24 22:30:35 +01:00
milek7
129bc9059c make imgui version runtime selectable 2022-04-13 22:15:43 +02:00
milek7
fba7d98f2d move captureonstart handling to drivermode 2022-04-01 15:50:06 +02:00
milek7
5e72bc1a55 fix invalid index_size in e3d serialization, fix missing parent message, move captureonstart after crashreporter gui 2022-03-12 19:43:24 +01:00
milek7
5bafa31f9d Merge commit 'd8170c932b448ba6888e702746b5ae22632062d8' into sim 2022-01-05 22:21:05 +01:00
tmj-fstate
26d09440b0 build 210905. vehicle startup logic enhancements, whois event enhancement, line breaker activation type, material shadow rank, shadow rank cutoff value, shadow angle cutoff value, minor bug fixes 2021-09-05 21:09:46 +02:00
tmj-fstate
517c9c89f8 build 210303. vehicle control hint system, virtual trainman toggle, configurable diesel engine rpm deceleration rate, vehicle repair enhancement, debug panel enhancements, customizable vehicle displays refresh rate, idling compressor sound, traction ac motor sound, braking sound enhancement, sky state enhancement, minor bug fixes 2021-03-04 03:41:53 +01:00
milek7
3d15cf3672 add crashreporter 2021-02-13 18:32:19 +01:00
milek7
4e6b2ecedd bump legacy ogl to 2.1 2021-01-30 23:43:03 +01:00
milek7
90a6b7c3b5 handle different window/framebuffer sizes 2021-01-24 22:00:30 +01:00
milek7
34113bf7e7 Revert scaling changes. It breaks pickbuffers on Windows with DPI scaling. Needs more investigation.
This reverts commit d901177489.
2021-01-24 15:38:48 +01:00
milek7
839b2116df fixes in imgui gl2 interaction with renderers 2021-01-22 02:36:49 +01:00
milek7
8ec29babf9 improve context creation, add gfx.gldebug 2021-01-22 00:26:29 +01:00
Piotr
d901177489 MacOS native build fixes (#9)
* Added fWindowXScale and fWindowYScale to support retina/hi-res displays on MacOS

* Fixed mouse handling for hi-res/retina displays on MacOS with legacy renderer

* Gated glfwGetWindowContentScale with endif checking glfw version
2021-01-21 23:39:28 +01:00
milek7
7cacab0dc8 add gfx.angleplatform ini setting 2021-01-21 22:15:57 +01:00
milek7
1374dec99c imgui2 fix, relax GL context requirements for legacy mode 2021-01-21 20:23:53 +01:00
milek7
809f0c2077 macos tweaks 2021-01-19 20:38:27 +01:00
milek7
b4951a5db4 rename autogenerated version file, it clashes during merges 2020-10-19 02:38:53 +02:00
milek7
6862696d8b Merge commit '730ba72516d74b9ec7d01b50f69d96fc99925c4d' into sim 2020-10-19 02:31:38 +02:00
milek7
9b7f10ab57 workaround for allowing quit in launcher, fixup freeflymodeflag accesses in TTrain 2020-10-19 02:12:35 +02:00
milek7
29f8f91ad8 Merge remote-tracking branch 'tmj/master' into sim 2020-10-18 23:35:14 +02:00