Silver's Simple Site - Projects - Open Rails - Log

Earlier entries >>

U2019.05.22-0517

perpetualKid

2019-05-22 05:17:34

Merge pull request #60 from Csantucci/human-dispatch-in-master

Manually re-route AI trains through dispatcher window

0532efb2

Csantucci

2019-05-20 07:08:30

Merge branch 'human-dispatch-1' into human-dispatch-in-master

U2019.05.13-1617

Csantucci

2019-05-13 16:17:12

Merge pull request #58 from Csantucci/Bug-removal-scripts-not-working

Bug fix for  "Scripts don't work any more" https://bugs.launchpad.net/or/+bug/1828710

a3780f12

Csantucci

2019-05-12 08:47:26

Update Source/Orts.Simulation/Common/Scripting/ScriptManager.cs

make the code compiler version independent

Co-Authored-By: perpetualKid <perpetualKid@azuros.net>

84c49b07

Csantucci

2019-05-12 07:01:37

Bug fix for https://bugs.launchpad.net/or/+bug/1828710 Scripts don't work any more

U2019.05.08-1626

Csantucci

2019-05-08 16:26:07

Merge pull request #56 from perpetualKid/Fix-LAAbin-missing-config

CopyCreate LAA-exe .config file. Bug fix for https://bugs.launchpad.net/or/+bug/1828232 .

c2bd179f

perpetualKid

2019-05-08 10:42:33

CopyCreate LAA-exe .config file

U2019.05.05-2215

James Ross

2019-05-05 22:15:25

Merge pull request #33 from perpetualKid/NetFX-Upgrade-4.7.2

Upgrade all projects to target NetFX 4.7.2

https://blueprints.launchpad.net/or/+spec/dotnet-4

https://trello.com/c/eTowjYMv/407-upgrade-to-net-framework-472

ebc16842

perpetualKid

2019-04-16 17:50:20

Removing duplicate LangVersion attribute

Likely as result of a merge, LangVersion attribute had been in there twice for each config. While VS only used the higher one, still removed the other one to ensure consistency.

808974bf

perpetualKid

2019-04-15 20:11:51

Merging updated OAL loader code and updating for .NET4

fb5f4a31

perpetualKid

2019-04-15 19:49:47

Merge branch 'master' into NetFX-Upgrade-4.7.2

a8ddcd26

perpetualKid

2019-04-15 19:47:41

Merge branch 'master' into NetFX-Upgrade-4.7.2

5c61e378

perpetualKid

2019-04-15 19:42:48

Merge branch 'master' into NetFX-Upgrade-4.7.2

8936eaed

perpetualKid

2019-04-07 08:04:40

Merge branch 'master' into NetFX-Upgrade-4.7.2

e51cbf38

perpetualKid

2019-04-05 06:38:11

Fixing localization issue with NetFX > 4.5

Using CultureInfo.DefaultThreadCurrentUICulture to set selected language to ensure consistent localization across threads

bc13b234

perpetualKid

2019-03-24 20:56:06

Merge branch 'NetFX-Upgrade-4.7.2' of https://github.com/perpetualKid/openrails into NetFX-Upgrade-4.7.2

U2019.04.23-0609

Csantucci

2019-04-23 06:09:59

Merge pull request #53 from Csantucci/Event-start-activity

Fix crash when activity event triggered at game start. https://bugs.launchpad.net/or/+bug/1825670

a4145c89

Csantucci

2019-04-20 18:27:31

Fix crash when activity event triggered at game start.

https://bugs.launchpad.net/or/+bug/1825670

U2019.04.21-1104

perpetualKid

2019-04-21 11:04:59

Merge pull request #54 from Csantucci/avoid-precipitation-inside-3Dcab

Avoid precipitation inside 3D cab.

843aad5e

Csantucci

2019-04-11 14:12:05

Avoid precipitation inside 3D cab. Bug fix for https://bugs.launchpad.net/or/+bug/1824364 .

U2019.04.19-0651

Csantucci

2019-04-19 06:51:43

Merge pull request #52 from perpetualKid/Bugfix-OAL-Config-init

Removing check and empty file creation re OpenAl.

198e4f19

perpetualKid

2019-04-17 13:24:14

Removing separate File Creation

In some cases there seem a race condition to happen when the file is new created, setting the initial value would not be honored before second start of the game.

As WritePrivateProfileString will also just create the file if not existing, the prior check and creation is not necessary

U2019.04.18-2102

James Ross

2019-04-18 21:02:21

1c7d2897

Roeterdink

2019-04-17 08:49:06

  • Timetable Update, including starting in paused state - reviewed update.

See :

bug report no. 1817878

blueprint https://blueprints.launchpad.net/or/+spec/timetable-trigger-function

thread http://www.elvastower.com/forums/index.php?/topic/32758-start-timetable-in-paused-mode

fcfc8a52

James Ross

2019-04-16 09:03:41

Update Source/Orts.Simulation/Simulation/Timetables/TTTrain.cs

Co-Authored-By: Roeterdink <47360654+Roeterdink@users.noreply.github.com>

113f77fe

Roeterdink

2019-02-28 20:02:43

Timetable Update, including starting in paused state.

See :

bug report no. 1817878

blueprint https://blueprints.launchpad.net/or/+spec/timetable-trigger-function

thread http://www.elvastower.com/forums/index.php?/topic/32758-start-timetable-in-paused-mode

U2019.04.15-1948

James Ross

2019-04-15 19:48:38

Merge pull request #50 from perpetualKid/OAL-Re-Integration

Build: OpenAL binary re-integration with updated default settings

cbccf697

perpetualKid

2019-04-12 20:11:16

Checking and updating default max # of sound sources for OAL

Checking if number of sound sources is et at all. If not, or less than 1024, config will be updated to 1024

aac99a68

perpetualKid

2019-04-12 19:27:04

Providing and Loading OAL binaries

  • adding OAL binaries to source tree (version 1.16.0)
  • including OAL binaries in OR program output
  • removing OAL installation check in Launcher, checking for binaries only in OR program subfolder

51d2309a

perpetualKid

2019-04-12 18:34:28

Remove stale OpenAL source code in favor of prebuilt binaries

Removing stale sour code from openal-soft, which was used for custom build version. We will rather use prebuilt binaries from offical openal-soft source, and provide suitable config settings for same limits as were hardcoded in custom built

daab1d51

perpetualKid

2019-04-11 17:58:41

Set architecture specific dll (sub) directory

U2019.04.15-1934

perpetualKid

2019-04-15 19:34:58

Merge pull request #48 from perpetualKid/Refactoring/UserCommands

Moving UserCommands from InputSettings into Common/Input

0558906f

perpetualKid

2019-04-12 17:34:55

Remove and Sort namespace usings

Sort as per review request, using VS Remove and Sort refactoring functionality

34971139

perpetualKid

2019-04-12 06:33:14

Moving UserCommands into Common/Input

correcting enum name and move out from InputSettings to Orts.Common.Input

as per

http://www.elvastower.com/forums/index.php?/topic/13336-raildriver-sdk/page__view__findpost__p__244639

This is a prep for RD and other input

Earlier entries >>

Powered by the Content Parser System, copyright 2002 - 2024 James G. Ross.