Commit Graph

88 Commits

Author SHA1 Message Date
tmj-fstate
4ce975a656 build 171027: bounding area calculation fixes, novice ui obstacle indicator, minor traction render enhancement, shadow calculations for tall enough platforms 2017-10-28 01:17:56 +02:00
tmj-fstate
87348a2ab8 continued refactoring: lines, terrain models; render culling optimizations and fixes 2017-10-17 19:49:14 +02:00
tmj-fstate
de4e10ab39 continued refacoring: vehicles, events, memcells, tracks, traction, traction power sources; minor readability enhancements and bug fixes 2017-10-11 20:21:05 +02:00
tmj-fstate
020c71533f reduced memory use, re-enabled debug mode, plugged some of remaining memory leaks 2017-10-07 17:20:53 +02:00
tmj-fstate
f6272d37f1 partial initial refactoring: events, memcells, tracks, models, traction; NOTE: debug mode broken, investigate 2017-10-07 01:18:54 +02:00
tmj-fstate
2446468038 build 170903. scan table fixes, some const correctness improvements 2017-09-04 19:08:59 +02:00
tmj-fstate
e5980f946c minor refactoring and diagnostics enhancements, fixed some memory leaks, radiostop test command 2017-08-31 00:24:39 +02:00
tmj-fstate
3a63d1d346 better AI handling of emergency stop procedure, simplified lod visibility calculations, adjustable track geometry fidelity 2017-08-22 20:07:27 +02:00
tmj-fstate
2b5a8288fe maintenance: removed deprecated render code 2017-08-21 18:32:34 +02:00
tmj-fstate
318dd9a0fe build 170820. tweaks and fixes to car detection, proximity scanning, car handling; support for basic diffuse-only gfx renderer mode 2017-08-21 01:29:01 +02:00
tmj-fstate
7e51d5d2e0 changed NULL use to c++11 compliant 2017-08-15 00:55:38 +02:00
tmj-fstate
611ebed7ab build 170810. multi-texture materials, reflection map support 2017-08-10 19:04:34 +02:00
tmj-fstate
bc22d582de compilation warnings fixes 2017-08-06 17:14:20 +02:00
tmj-fstate
7e5b2d09cb conversion of legacy model-based terrain to camera-centric render system 2017-08-05 18:41:39 +02:00
tmj-fstate
3a26ccb2fd reverted pantograph control changes, removed some of the type conversion warnings 2017-07-28 20:28:08 +02:00
tmj-fstate
bb58156513 shadow visibilty fixes, more strict degenerate triangle detection 2017-07-27 18:23:48 +02:00
tmj-fstate
ba5a3613ad build 170721. increased size of light points at long distances 2017-07-22 00:14:07 +02:00
tmj-fstate
8d5fde7371 completed basic separation of visual renderer from simulation 2017-07-21 01:27:20 +02:00
tmj-fstate
3a67219e30 custom sounds for cab controls configurable on per-item basis 2017-07-15 19:27:49 +02:00
tmj-fstate
9a008ecff5 build 170708. cursor-based item picking, mouse support for cab controls, rudimentary render modes support in renderer 2017-07-09 16:45:40 +02:00
tmj-fstate
534a49b636 selected pantograph control switches, minor bug fixes 2017-07-01 12:36:19 +02:00
tmj-fstate
49aad85597 build 170628. enabled support for specular component in lighting calculations 2017-06-28 21:02:54 +02:00
tmj-fstate
8e37307ff5 minor diagnostics enhancements and null pointer safeguards 2017-06-27 13:18:32 +02:00
tmj-fstate
5d7b3fb036 build 170626. individual self-illumination levels for interior sections, automatic merging of suitable terrain geometry during load from text files, unused resource release by geometry bank manager, support for ui backgrounds with width:height ratio other than 4:3, comment parsing optimization, minor bug fixes 2017-06-26 16:57:25 +02:00
tmj-fstate
34a899239f build 170617. frustum based ground sector culling, fully view range based draw range limit, support for line width parameter for lines 2017-06-18 01:16:28 +02:00
tmj-fstate
0d805e8ba2 support for vertex data streams selection, t3d model loading fixes 2017-06-14 21:02:38 +02:00
tmj-fstate
d87848ef9b post-merge cleanup 2017-06-13 20:04:31 +02:00
tmj-fstate
21680a5d30 completed unification of render paths 2017-06-13 18:13:49 +02:00
tmj-fstate
22746bad21 partial replacement of math classes with glm 2017-06-10 22:51:51 +02:00
tmj-fstate
de5b245f2e implemented geometry bank manager, unified traction render code 2017-06-08 15:00:16 +02:00
tmj-fstate
f48b61c650 early implementation of geometry bank, partial replacement of math classes with glm 2017-05-30 19:21:40 +02:00
tmj-fstate
3068cc669e fixes for display list path camera-centric rendering, basic support for binary terrain object type, fix for assignment of 3d objects to terrain cells 2017-05-26 21:22:13 +02:00
tmj-fstate
7c5f5d3d04 maintenance: removed deprecated render code 2017-05-24 14:54:02 +02:00
tmj-fstate
93787db20d replaced char parameters in sound system with stl string 2017-05-19 13:31:26 +02:00
tmj-fstate
2fd7bc5a93 control for e-p brake system, brake acting speed, departure signal, heating, door lock. Support for rear pantograph lowering button, all pantographs lowering button. Increased recognition of converter as a valid low voltage power source. 2017-04-16 17:22:56 +02:00
tmj-fstate
1034fb8aa9 control for battery, pantographs, line breaker, converter and compressor 2017-04-10 15:18:08 +02:00
tmj-fstate
e6f488ed6f control messaging system, keyboard and gamepad inputs 2017-04-07 00:36:07 +02:00
tmj-fstate
848db5878b simulation time object 2017-03-29 00:50:53 +02:00
tmj-fstate
9dda5037d3 moon object, tweaks to the lighting model 2017-03-28 13:09:01 +02:00
tmj-fstate
f8673a9f41 point light distance attenuation, partial unification of vbo/dl render paths 2017-03-25 02:00:31 +01:00
tmj-fstate
2c76a4418e virtual opengl matrix stack, light glare billboards 2017-03-23 00:25:14 +01:00
tmj-fstate
4052bdea5c re-enabled vbo render path 2017-03-20 17:17:17 +01:00
tmj-fstate
441b39ce5f partial render code revert, oerlikon brakes fix, sound fixes 2017-03-16 22:18:14 +01:00
tmj-fstate
5439fd86f3 render code relocation continued 2017-03-11 20:45:51 +01:00
tmj-fstate
3708a01d26 render code relocation, mouse wheel zoom control 2017-03-10 17:40:52 +01:00
tmj-fstate
b5ae395c42 camera frustum 2017-03-09 00:04:37 +01:00
tmj-fstate
6526620364 view range factor implementation 2017-03-08 01:25:09 +01:00
tmj-fstate
2f3e916d9e post-merge fixes, continued 2017-03-07 14:56:48 +01:00
tmj-fstate
32c554f6b8 post-merge fixes 2017-03-06 20:15:22 +01:00
VB
b65dd1a735 merge 2017-03-05 22:34:10 +01:00