Commit Graph

2355 Commits

Author SHA1 Message Date
xwizard
943b32e023 Removes unnecessary assert() and caps "sg" at 1.0 2022-07-15 16:00:15 +02:00
xwizard
3b0da6ce6a Gitignore entries for vscode 2022-07-15 15:52:03 +02:00
xwizard
38e89ee5a5 Fixes OpenAL crash and adds extra OpenAL error logging. 2022-07-15 15:50:12 +02:00
milek7
1860e46d4b allow for 0 dynamic lights 2022-07-07 02:44:56 +02:00
milek7
ba5dfda64d WITH_PYTHON build option 2022-07-07 02:29:36 +02:00
milek7
11f58cc5a5 Merge remote-tracking branch 'youby/master' into sim 2022-06-23 22:39:06 +02:00
milek7
a340b795c1 Merge branch 'multiisolated' into sim 2022-06-23 22:36:11 +02:00
milek7
5675679f40 Merge remote-tracking branch 'origin/sim' into sim 2022-06-23 22:36:02 +02:00
milek7
28938f2782 allow for creating isolated segments outside track definition 2022-06-22 01:16:23 +02:00
milek7
a712cf1e64 allow for multiple isolated segments in track 2022-06-22 00:46:28 +02:00
Milek7
fb530e15ca Merge pull request #15 from marcinn/feature/milek7-uart
Usprawnienia UART
2022-04-19 17:25:18 +02:00
Królik Uszasty
67098d5b3f Configurable CabSignal activation with cabin activation 2022-04-17 22:49:15 +02:00
Marcin Nowak
7bd1e43dcf (uart, debug) first part of fixes after code review
- remove `uart_status` from eu7_application class
- remove copy&pasted `m_scenariopanel` size settings
- remove unnecessary code `debug_panel::render_section_uart()`
- remove #ifdef from `driveruipanels.h` textlines
- set `data_pending` to false when establishing a new connection
2022-04-16 01:37:10 +02:00
Marcin Nowak
ddd8d77e3b (uart, driveruipanels) always display ui combos for port and baud rate 2022-04-16 00:30:30 +02:00
Marcin Nowak
f2c74d2f08 (uart, driveruipanels) add possibility to change uart baud rate in debug panel 2022-04-15 23:56:14 +02:00
Marcin Nowak
855ab880d8 (uart, driveruipanels) change uart port selection widget from listbox to combo 2022-04-15 23:49:41 +02:00
Marcin Nowak
18100217c3 (uart) change incorrect name "enumeration" -> "port finding" 2022-04-15 23:49:41 +02:00
Marcin Nowak
20a369974a (uart) fix port change handling, add packet stats resetting 2022-04-15 23:49:41 +02:00
Marcin Nowak
0138aa2f41 (uart) add serial ports enumeration and possibility to change at runtime 2022-04-15 23:49:41 +02:00
Marcin Nowak
3f308cf812 (uart) add possibility to enable/disable UART transmission from Debug panel 2022-04-15 23:49:41 +02:00
Marcin Nowak
a0153b1d7b (uart, debug) add UART debug panel with connection information 2022-04-15 23:49:33 +02:00
Marcin Nowak
0c1bcdcadf (uart, improvement) not quitting when serial port is unavailable + automatic reconnect + no repeating uart error messages 2022-04-15 23:47:07 +02:00
Marcin Nowak
d101b08626 (uart) fix uart synchronization routine 2022-04-15 23:47:07 +02:00
milek7
be22d2d093 remove mac gl2 build from CI as it is selected at runtime now 2022-04-13 22:22:31 +02:00
milek7
129bc9059c make imgui version runtime selectable 2022-04-13 22:15:43 +02:00
milek7
5395e6c060 remove unused file 2022-04-13 22:13:31 +02:00
Królik Uszasty
6ae15808b0 Loop fix for non-vs builds 2022-04-10 08:48:14 +02:00
Królik Uszasty
a1a5d1d9e1 Fix after merge 2022-04-10 00:53:52 +02:00
Królik Uszasty
cdca4f108d Merge 2022-04-10 00:36:54 +02:00
milek7
4c999f62fe do not use alpha channel in pickbuffer rendering 2022-04-09 22:42:49 +02:00
milek7
10fdb24c79 change MSVC build flags 2022-04-09 22:20:01 +02:00
milek7
83c9aa6730 publish symbols to azure for local debugging 2022-04-09 21:14:01 +02:00
milek7
6cb0160cb6 do not submit symbol files from appveyor as azure is used for releases anyway 2022-04-09 21:09:56 +02:00
milek7
020fa3ab05 possible nullptr workaround, but without understanding 2022-04-09 21:09:32 +02:00
milek7
fda53415e8 radeon voodoo in legacy renderer 2022-04-08 02:06:57 +02:00
milek7
32078ac8d8 fix delete conditions of gl resources as they are initialized to -1 2022-04-08 02:03:59 +02:00
milek7
670af731bc fix potential null reference on simulation::Train 2022-04-08 02:03:01 +02:00
milek7
c4d0680f98 fix uarttune parsing 2022-04-03 21:25:35 +02:00
Królik Uszasty
dc03dd8a23 Fix for integrated controller with pneumatic brake when no cab is active 2022-04-03 20:45:52 +02:00
Królik Uszasty
b57b9c49c6 Fixed activation for AutomaticCabActivation 2022-04-03 20:28:12 +02:00
milek7
980501768f dsbBuzzer null check fiasco 2022-04-02 15:29:50 +02:00
milek7
77833572ca fix potential null reference in GuardOpenDoor 2022-04-02 15:18:11 +02:00
milek7
d0255f8871 allow uppercase in generated textures specification 2022-04-01 19:30:21 +02:00
milek7
fba7d98f2d move captureonstart handling to drivermode 2022-04-01 15:50:06 +02:00
milek7
e66763df2d temporary without lua on macos 2022-03-31 18:08:32 +02:00
milek7
968ebc451a update to windows-2019 on azure 2022-03-30 01:15:23 +02:00
milek7
947c448e1b set anim flag for cargo models, so that floor level from .fiz always works properly 2022-03-30 00:54:48 +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
043ef610f2 add vertex deduplication range to config, multiply tolerancescale through whole chain 2022-03-12 18:39:32 +01:00
Królik Uszasty
299ce4e689 Fixed Driver.cpp when DieselEngine has no CabActive 2022-03-12 15:15:59 +01:00