Coder Social home page Coder Social logo

maisvendoo / rrs Goto Github PK

View Code? Open in Web Editor NEW
101.0 14.0 20.0 147.36 MB

Russian Railway Simulator

Home Page: http://rusrailsim.org

License: GNU General Public License v2.0

QMake 2.56% C++ 91.32% C 3.98% Inno Setup 0.18% Batchfile 0.73% QML 1.23%
russian-railway-simulator rrs

rrs's Introduction

Russian Railway Simulator (RRS)

This project is free opensource railway simulator of russian mainline locomotives and trains. RRS has full capability with routes of ZDSimulator - other popular russian railway simulator.

rrs's People

Contributors

arepmm avatar avilkinnick avatar dimagov avatar maisvendoo avatar mrjecson avatar rav001 avatar sckrejjet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rrs's Issues

launcher запускает команды из $PATH

launcher считает, что его запускают из каталога bin, и что в $PATH есть текущий каталог. Как следствие, он просто не работает, даже не выдавая ошибок.

Workaround для запуска:

 cd path/to/RRS/bin
 PATH=`pwd`:$PATH ./launcher

Нужно сделать так, чтобы launcher находил требуемые исполняемые файлы в каталоге dirname(argv[0]), а не полагался на вызов из PATH (тем более это может привести к запуску не того, что нужно).

Setup Travis CI for build and deploy AppImage binary for Linux

Compile this application on Travis CI upon each git push, and upload an AppImage to your GitHub Releases page.

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages
  • Can double as a self-extracting compressed archive with the --appimage-extract parameter

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

TODO

  1. https://github.com/appimage/appimagekit
    1.1 https://github.com/probonopd/linuxdeployqt
    1.2 https://github.com/probonopd/uploadtool

PLEASE NOTE: For this to work, you need to enable Travis CI for your repository as described here prior to merging this, if you haven't already done so. Also, You need to set up GITHUB_TOKEN in Travis CI for this to work; please see https://github.com/probonopd/uploadtool.

If you have questions, AppImage developers (i.e., @probonopd and other) are on #AppImage on irc.freenode.net.

Сборка под Linux

Привет!

Будет здорово, если появится инструкция по сборке на Linux. Не сразу понял, что, к примеру, надо собирать с qmake и подхватывать зависимости командой git submodule update --init плюс хотелось бы список зависимостей.

На Arch у меня пока проблема со сборкой openscenegraph версии 3.7.0, в репозиториях сейчас версия 3.6.4.

Думаю, есть также смысл разобраться с #2

Стабильная версия osg

Прошу рассмотреть адаптацию программы под стабильную версию osg 3.6.4, master является веткой крайне нестабильной и приносящей множество проблем

Вызов make создаёт файлы за пределами каталога проекта

Сабж, при сборке создаются файлы в вышестоящем каталоге в подкаталогах bin,cfg,plugins,..., а также в /usr/lib/osgPlugins-3.7.0, так быть не должно, собирать проект можно только внутри каталога in place или в отдельной build-директории. И уж тем более сборка не должна требовать прав root!

launcher ищет конфиги и данные в ..

Собственно, если запустить launcher не из каталога bin, то он будет искать конфиг в ../cfg, плагины в ../plugins и т.д., что сбивает с толку и вообще неправильно. В идеале нужно переделать сборку так, как принято в Linux, чтобы можно было определять DESTDIR и PREFIX, чтобы конфиги можно было положить в /etc или в свой хоум.

ВЛ60ПК не снижается давление в напорной магистрали

Добрый день!
Это так и должно быть?
Пытаюсь стравить воздух из напорной магистрали: включаю экстренное торможение на стоянке, дожидаюсь полного наполнения тормозных цилиндров. Отпускаю тормоза.
Ожидаю, что давление в напорной магистрали снизится. Давление не снижается.

ВЛ60ПК Alt+N выключает соответствующий МВN

Включить электровоз ВЛ60ПК:

  • Shift+U
  • Shift+O
  • Shift+P
  • K
  • Shift+T
  • Shift+E
  • Shift+5
  • Shift+6
  • Shift+7
  • Shift+R
  • Shift+F
  • Shift+Y
    Красные лампы гаснут
    Нажать последовательно:
  • Alt+5
  • Alt+6
  • Alt+7
    Ожидаемо: Кран №395 переключается последовательно в положения Va, V, VI
    Неожидано: выключаются мотор-вентиляторы, зажигаются соответствующие красные лампы

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.