Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EU07_475 #12

Merged
merged 61 commits into from
May 24, 2016
Merged

EU07_475 #12

merged 61 commits into from
May 24, 2016

Commits on Apr 29, 2015

  1. LCD Screens in python

    Merge with python branch
    firleju committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    06652e5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    b6017a5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Added python vars for display more vehicles in train.

    Added missing python libs.
    firleju committed May 6, 2015
    Configuration menu
    Copy the full SHA
    98ca26d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71ada4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. PassengerStopPoint bug repaired

    Par1 when even is now taked account on stops as described in
    documentation.
    firleju committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    98033da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1164d5d View commit details
    Browse the repository at this point in the history
  3. PassengerStopPoint GuardSignal bug

    GuardSignal used ontime when even number is used. Do not wait for
    VelNext > 0
    firleju committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    bbb0501 View commit details
    Browse the repository at this point in the history
  4. LCD Screens in python

    Merge with python branch
    firleju committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    731102c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1e0dcc View commit details
    Browse the repository at this point in the history
  6. Added python vars for display more vehicles in train.

    Added missing python libs.
    firleju committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    85e65bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df45ac2 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/lcd_python' into lcd_python

    Conflicts:
    	.gitignore
    	Driver.cpp
    	EU07.bpr
    	EU07.res
    	Globals.cpp
    firleju committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    1ae3790 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2015

  1. SpeedTable

    Check all tracks even is found element with velocity=0
    firleju committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    54cb915 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Add new speed limitations types

    SetVelocity - semaphor
    RoadVelocity - track speed limit
    SectionVelocity - track speed limit for some distance
    firleju committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    d3ab168 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Configuration menu
    Copy the full SHA
    553380b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Automatic W5 if in train state

    Speed table in white font
    VelSignal only for stop and start
    firleju committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    96723c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Repaired choose of speed limits.

    Scan distance for staying changed from 2500 to 1500m.
    Not known event are ignored, previous train stop on them.
    firleju committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    21a29cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f1f7b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. New function for speed comparisons based on Min0R.

    Working LimitVelocity.
    firleju committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    584d063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392bd03 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. ProximityVelocity is active again, but not used. When was deactivated…

    … there were some crashes.
    firleju committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    5db90b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea783f View commit details
    Browse the repository at this point in the history
  3. Change version to 474

    firleju committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    a46a120 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Changing version to 474

    firleju committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    7e1c172 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Configuration menu
    Copy the full SHA
    0c48ee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Configuration menu
    Copy the full SHA
    c50ebbe View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Repair bug with changing VelNext in each step of TController::UpdateS…

    …ituation()
    
    Repair bug of wrong if statement when check if could scan backward in shunt mode.
    firleju committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    7e0cb41 View commit details
    Browse the repository at this point in the history
  2. Improve connect mode. If track is blocked by another train AI search …

    …bakcward for sign if before the another train is signal.
    firleju committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    7653ca1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    e8ac8a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. AI check which semaphor is nearest and stop to trace route behind. Tr…

    …acing always >= 1500m. Log could be write without new line.
    firleju committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    9ddc112 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    c109ef5 View commit details
    Browse the repository at this point in the history
  2. Clean unneeded logs.

    firleju committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    d659f8e View commit details
    Browse the repository at this point in the history
  3. Merge with 474next6p1

    firleju committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    46ea2dd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. 1. Poprawione asynchrony.

    2. Możliwość zdefiniowania koloru tła ekranu ładowania w eu07.ini.
    3. Dodanie logowania ruchu ramek WM_COPYDATA do oddzielnego pliku.
    4. Dodana ramka skrócona aktywnych AI.
    5. Dodana ramka sterowania uszkodzeniami pojazdów.
    6. Dodanie kręciołka od świateł (w tym trakcja wielokrotna).
    7. Rozbudowa asynchronów, m.in. tempomat, zadawanie siły (w kN), przeciwpoślizg, czyste ED itd.
    8. Dodanie animacji drtzwi odskokowo-przesuwnych.
    9. Dodanie możliwości uszkadzania pojazdów (EN57).
    10. Uruchomienie sprzęgu WN, zwłaszcza w asynchronach - do przejrzenia logowanie braków napięcia.
    11. Wyłączanie radiostopu przez wyłączanie radia, a nie przez ruch zaworem maszynisty.
    12. Usunięcie wyłącznika ciśnieniowego w EN57 (proteza, trzeba zrobić wpis na to).
    13. Wstępna wersja hamowania rekuperacyjnego wraz z przechodzeniem na hamowanie oporowe.
    14. Cała masa nowych zmiennych stanu dostępna dla ekranu (Pythona).
    15. Nowa stara smuga z dawnego SPKSu.
    16. Inne, które mogłem zapomnieć lub nie uszczegółowić.
    17. Poprawione wyświetlanie haslera
    firleju committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c84bf73 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. Add new var sSemNextStop which looks at first semaphor which have Vel…

    …=0 and is proper for train mode.
    
    sSemNext always look at first semaphor which is proper for train mode.
    firleju committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    9e31c8a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    66c04b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    3cdaac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Configuration menu
    Copy the full SHA
    663dc48 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Poprawka czytania zmiennych eimp_c [youBy]

    Grupowanie jednostek sprzęgiem 128 (sprzęg depotowy) a nie 4 (ukrotnienie) [youBy]
    antonisauren committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    9ce5d10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from antonisauren/lcd_python

    Poprawka czytania zmiennych eimp_c [youBy]
    firleju committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    d73104f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    880bbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c54b75 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. W4 jest zaliczane podczas postoju tylko jeśli nie przesłania go semaf…

    …or (W4 musi być przed semaforem zgodnym z trybem jazdy)
    firleju committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    6c067af View commit details
    Browse the repository at this point in the history
  2. 1. Dodanie możliwości definicji kalibracji wyjść i wejść PWM jako fun…

    …kcja piątego stopnia
    
    2. Do użycia są dwa nowe słowa kluczowe w ini: calibrate5din, calibrate5dout oba z 6 parametrami
    3. Przerzucenie calibracji wejść do Console z Train
    4. Dodanie funkcji obcinającej zmienną do podanego zakresu
    firleju committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    1f93973 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Poprawienie przypisania węzła rodzica do TTracionPowerSource, gdyż w …

    …przypadku automatycznego generowania na podstawie wpisu w tor wskaźnik był na NULL
    firleju committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    fb407a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    cc203c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. PoKeys: dodanie wartości maksymalnych dla wyjść PWM (mierniki) w celu…

    … łatwego kalibrowania. Słowo kluczowe "calibrateoutmaxvalues" z wartościami dla każdego z 7 wyjść. Wartość 0 oznacza brak odniesienia i starą metodę.
    firleju committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    04e6fdf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. PoKeys: poprawka błędu złego wyliczania ułamka wartościa zadanej do m…

    …aksymalnej. Dodanie odcinania wartości wykraczających poza podany zakres maksymalny.
    firleju committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    09dcaba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lcd_python'

    firleju committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    e267272 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    0aa7a67 View commit details
    Browse the repository at this point in the history
  2. Zapomniany średnik

    firleju committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    02a4741 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. PoKeys: dodanie opcji wystawienia do log-a poszczególnych kroków obli…

    …czania wartości dla zdefiniowanego wyjścia calibrateout.
    firleju committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    52cf14d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    25bdd9d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Configuration menu
    Copy the full SHA
    34fe778 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    c3430f5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Merge pull request #5 from antonisauren/master

    Dzwieki piasecznicy i odluzniacza jako skladane AdvancedSound. (475piach9)
    firleju committed May 6, 2016
    Configuration menu
    Copy the full SHA
    978abde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f56351 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Kilka bajerów od youBy:

    Nowy kran hamulca dla en57al: MHZ_EN57.
    Wybór trybu pracy hamulca dla tego kranu: Cntrl. BrakeOpModes='PN' (bom_PS+bom_PN) 'PNEPMED' (bom_PS+bom_PN+bom_EP+bom_MED)
    Deklaracja przekaźnika nadnapięciowego. Power: OverVoltProt (bool) W taborze bez nie będzie wywalać szybkiego przy rekuperacji do sekcji.
    Deklaracja hamulca postojowego Cntrl. SBD (bool)
    Drobne poprawki w hamulcach.
    antonisauren committed May 18, 2016
    Configuration menu
    Copy the full SHA
    bda3b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2924a74 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Merge pull request #6 from antonisauren/master

    Poprawki hamulców yB
    firleju committed May 19, 2016
    Configuration menu
    Copy the full SHA
    efa2d07 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    4bd94da View commit details
    Browse the repository at this point in the history