57d4087ef5
Move train physics to thread poools
2025-09-17 00:56:59 +02:00
edaa452a8b
Experimental async train processing option
2025-09-17 00:38:28 +02:00
39be3fd562
Change app name to MaSzyna
2025-09-16 01:25:22 +02:00
Ryba04
33ad7b718f
Merge branch 'master' into master
2025-09-13 19:46:26 +02:00
jakubg1
5e2175302b
Loading screen overhaul POC
...
The loading screen has been significantly changed:
- The background image is now properly picked randomly instead of taking the `textures/logo.bmp` file, prepended by an external program such as Rainsted/Starter.
- The progress bar has been moved from a floating window to a thin green line at the bottom of the loading screen.
- The log window is now hidden by default. It can be turned on by setting `loadinglog` to `true` in `eu07.ini`.
- There is an animated wheel icon on the loading screen, and a trivia text is displayed.
New translation key:
- `"Did you know"`
TODO:
- Load trivia from a separate file.
2025-09-10 01:53:22 +02:00
072165aae3
Resolve conflicts for merge
2025-09-04 20:27:45 +02:00
c98227a2e3
Add log timer
2025-07-23 14:48:17 +02:00
f464d16f42
Fix logging crash on exit
2025-04-17 14:35:02 +02:00
WLs50
0280b40ca5
Merge remote-tracking branch 'manul-public/master' into manul-staging
2025-04-05 14:24:53 +02:00
d1415cf2a1
priorityLoadText3D feature in eu07.ini
...
Allows to make priority load t3d models instead of e3d. Takes yes or no.
2025-04-01 02:24:25 +02:00
WLs50
ffe5ece058
wrap discord rpc as optional feature
2025-03-17 07:19:07 +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
58de6f36dc
Add ini shakefactor
...
shakefactor BF RL UD
BF - tyl/przod
RL - prawo/lewo
UD - gora/dol
2025-03-16 16:22:45 +01:00
Jano211
c712c7d5a3
Improved scenery loading from SBT
...
When found SBT file, ignores "*_ter.scm" files
2025-03-16 12:28:09 +01:00
WLs50
a5f6397eca
merge manul
2025-03-09 15:36:11 +01:00
ce4c3b46f3
Revert "Add security locks for material manager"
...
This reverts commit 8b3baa84fe .
2025-02-28 13:54:10 +01:00
8b3baa84fe
Add security locks for material manager
...
thanks to @Milek7 for advice about material manager
2025-02-28 10:54:59 +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
bf852b7d45
Add ini shakefactor
...
shakefactor BF RL UD
BF - tyl/przod
RL - prawo/lewo
UD - gora/dol
2025-02-17 22:28:12 +01:00
Jano211
58b1bc38ae
Improved scenery loading from SBT
...
When found SBT file, ignores "*_ter.scm" files
2025-01-05 19:29:07 +01:00
Jano211
e228366c42
Fog, skydome and other environment tweaks
2025-01-05 19:28:56 +01:00
milek7
9259708d4c
radio volume slider
2023-08-08 16:05:25 +02:00
Marcin Nowak
556af193ac
(uart) handle none arg in uartfeature; use new syntax in config debug output
2022-11-05 16:18:39 +01:00
milek7
043ef610f2
add vertex deduplication range to config, multiply tolerancescale through whole chain
2022-03-12 18:39:32 +01:00
milek7
ce6d530aa8
changes for standalone e3d export
2022-03-06 18:18:07 +01:00
milek7
5624a6db1d
Merge remote-tracking branch 'youby/master' into sim
2022-02-17 23:29:57 +01:00
Królik Uszasty
bd86c95475
Train number of train entering isolation in WM_COPYDATA
2022-02-08 00:01:10 +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
05d8af139a
build 210509. configurable max draw range factor, moon visualization enhancement, night lighting tweak, minor bug fixes
2021-05-10 00:50:54 +02:00
tmj-fstate
893e7e9c44
build 210330. minor bug fixes
2021-03-30 18:06:24 +02:00
tmj-fstate
195b7cb17b
build 210324. event queue text filter enhancement, contextual uncoupling sounds, parameter support for python screens, radio and odometer state exposed to python scripts, configurable audio volume when paused, skydome color calculation tweak, fog color calculation tweak, doorstep cab control enhancement, tempomat cab control enhancement, pantograph selector preset list support, minor bug fixes
2021-03-24 22:00:23 +01:00
tmj-fstate
c216329bfa
driving aid panel enhancement, event queue text filter, minor bug fixes
2021-03-11 03:27:22 +01: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
158c42b5f0
cleanup: remove VSDev camera implementation, remove symbols from CI because they are unreasonably big, mac CI tmp upload
2021-01-24 23:53:37 +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
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
7432507b15
Merge remote-tracking branch 'youby/master' into sim
2020-11-16 23:17:37 +01:00
milek7
c9169edf72
prepend_scn feature
2020-10-31 01:19:37 +01:00
Królik Uszasty
44df817426
AI can make braking test
2020-10-25 00:47:59 +02:00
milek7
f96575ac79
root scenegroup, map.manualswitchcontrol feature
2020-10-19 19:18:44 +02: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
29f8f91ad8
Merge remote-tracking branch 'tmj/master' into sim
2020-10-18 23:35:14 +02:00
tmj-fstate
730ba72516
combined rain sound support, soundproofing customization support, event diagnostics enhancement, power grid diagnostics enhancement, windowed full screen mode, ai coupling logic tweaks, minor bug fixes
2020-10-01 03:01:17 +02:00