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

Earlier entries >>

U2019.06.02-1149

James Ross

2019-06-02 11:49:09

Merge pull request #67 from twpol/feature/contributing

Contributing documentation

82033d17

James Ross

2019-05-22 20:52:32

docs: Clarify how to get your code accepted

961cb71c

James Ross

2019-04-24 19:55:47

docs: Explain how things are approved

eb851fc8

James Ross

2019-04-24 19:30:15

docs: Slightly clearer text in writing code introduction

f9fb742c

James Ross

2019-04-22 13:10:17

docs: Add section on merging pull requests

0e567cb5

James Ross

2019-04-22 12:08:16

docs: Add stub architecture document and linked in

30d0f43c

James Ross

2019-04-15 20:34:36

docs: Add explanation for reviewing leeway

83ee8df0

James Ross

2019-04-07 11:07:17

docs: EXplicitly define what approval looks like

fd7fa9f3

James Ross

2019-04-06 15:08:37

docs: Updated writing code with flexibility

3310883b

James Ross

2019-04-02 21:30:23

docs: Small fixes to contributing

1dfd6cd1

James Ross

2019-04-02 20:55:21

docs: OR specific details and initial reviewing instructions

afa3848c

James Ross

2019-04-02 19:16:51

docs: First portion of draft contributing document

U2019.06.01-1414

Csantucci

2019-06-01 14:14:19

Merge pull request #66 from Csantucci/thread-safe-particleemitter

Solve ParticleEmitter.cs thread safety issue.

05b9be22

Csantucci

2019-05-31 07:37:57

Solve ParticleEmitter.cs thread safety issue. Bug fix for https://bugs.launchpad.net/or/+bug/1831202 .

U2019.06.01-1413

Csantucci

2019-06-01 14:13:38

Merge pull request #68 from Csantucci/master

Correction in OR manual.

b65ffdb5

Csantucci

2019-05-31 20:52:30

Correction in OR manual.

U2019.05.26-0405

perpetualKid

2019-05-26 04:05:05

Merge pull request #63 from Csantucci/search-for-alternate-ace-texture

When .s file requires missing .dds file, the equivalent .ace is picked if existing

edd03cdb

Csantucci

2019-05-25 20:47:33

When .s file requires missing .dds file, the equivalent .ace is picked if existing.

Bug fix for https://bugs.launchpad.net/or/+bug/1830498 .

U2019.05.23-0631

Csantucci

2019-05-23 06:31:27

Merge pull request #59 from Sharpe49/update-locales

Update POT files and French locales.

bc345d67

Cédric GNIEWEK

2019-05-19 00:44:57

Better fix for InputSettings

77661c40

Cédric GNIEWEK

2019-05-19 00:25:09

Updated other locale files

e6e998f1

Cédric GNIEWEK

2019-05-18 23:38:15

Fix keyboard assignment page

6358573b

Cédric GNIEWEK

2019-05-18 23:28:00

Updated POT files and French locales

U2019.05.22-1043

perpetualKid

2019-05-22 10:43:06

Merge pull request #61 from Csantucci/update-manual-human-dispatch

Update OR manual with info about manually re-routing AI trains

da8fe5ff

Csantucci

2019-05-22 10:19:06

Typo correction in manual

5d44dbb0

Csantucci

2019-05-22 08:55:25

Update OR manual with info about manually re-routing AI trains

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

Earlier entries >>

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