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

Earlier entries >>

434

twpol

2010-10-28 15:11:00

Turn off experimental RenderItemCollection, as although it reduces Gen 0 and Gen 1 GCs, it makes little difference overall and currently leaks some memory. You can turn it back on with the #define at the top of RenderFrame.cs.

DataLogger has been updated to match F5 DEBUG better; specifically, it now logs memory, managed memory and GC collections.

Added new boolean option "DataLogger" to enable starting with it logging; use /datalogger command-line option for this.

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@434 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

433

strings

2010-10-28 08:03:17

Reduction in warnings, so programmers can find new warnings when compiling their changes.

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@433 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

431

twpol

2010-10-27 00:24:50

430

twpol

2010-10-26 13:28:56

http://www.elvastower.com/forums/index.php?/topic/13107-terrain-darkens-w-camera-move/

Fixed specular lighting escaping from scenery material rendering.

Added specular lighting to dynatrack rail tops to match static rails.

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@430 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

429

strings

2010-10-26 02:58:42

The end of STFReader changes... (fingers crossed)

Normalized the warnings and errors.

Should only throws an exception if something is unrecoverable (premature EOFs, totally missing data blocks without defaults).

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@429 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

428

strings

2010-10-26 01:18:19

STFReader.UNITS.Any changed to more specialised units.

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@428 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

427

twpol

2010-10-25 20:29:16

http://www.elvastower.com/forums/index.php?/topic/13181-lighting-on-trees/

Stop vegetation (cruciform) scenery from getting normal-based ambient light.

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@427 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

426

strings

2010-10-25 18:29:38

http://www.elvastower.com/forums/index.php?/topic/13177-cannot-parse-the-constant-number/

Changed TryParse() to explicitly use NumberFormatInfo.InvariantInfo

http://www.elvastower.com/forums/index.php?/topic/13178-stfreader-comment-tolerance

Handle skip's and comment's which are not followed by a block

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@426 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

425

strings

2010-10-25 07:51:50

More STFreader changes.

Now handles the situation where the last item in a block is an ignored item (skip comment # or _), which was tripping up the more simplistic test in EndOfBlock().

If EndOfBlock() returns false it should guarantee that your next call to ReadItem() will not return a ")" - now that "contract" is always honoured

git-svn-id: http://svn.uktrainsim.com/svn/openrails/trunk@425 a9f3cfff-6c41-7446-b0ca-052bd761e6eb

Earlier entries >>

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