16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 22:39:18 +02:00
Commit Graph

264 Commits

Author SHA1 Message Date
tmj-fstate
bd588b87b3 tint ability for the clouds object 2017-02-26 00:20:18 +01:00
tmj-fstate
493340e602 working vehicle spotlights 2017-02-25 21:02:27 +01:00
tmj-fstate
259e9042e1 Merge branch 'renderer_upgrades' 2017-02-24 01:35:08 +01:00
tmj-fstate
4dcb87906f stars object, interrior lighting level as accessible parameter for dynamic object 2017-02-24 01:34:08 +01:00
tmj-fstate
fc49fc5fad Revert "stars object, interrior lighting level as accessible parameter for dynamic object"
This reverts commit 1b0e151fbf.
2017-02-24 01:27:11 +01:00
tmj-fstate
1b0e151fbf stars object, interrior lighting level as accessible parameter for dynamic object 2017-02-24 01:22:06 +01:00
tmj-fstate
3e68e4921b skydome object 2017-02-23 05:10:42 +01:00
tmj-fstate
35f1e67d58 merged upstream changes 2017-02-21 17:28:06 +01:00
tmj-fstate
1e4cdda367 basic renderer types. texture manager moved to renderer 2017-02-21 17:12:52 +01:00
tmj-fstate
1ea207b60f field of view setting, t3d loader fix 2017-02-20 16:17:04 +01:00
tmj-fstate
6c35276427 Merge branch 'mover_in_c++' of https://github.com/tmj-fstate/maszyna.git 2017-02-19 16:26:15 +01:00
tmj-fstate
98a278ba10 Merge pull request #4 from maciek001/mover_in_c++
Mover in c++
2017-02-19 16:25:16 +01:00
tmj-fstate
8ae135375e feature: camera zoom 2017-02-19 16:24:10 +01:00
tmj-fstate
7e0aeb1bfa anisotropic filtering support 2017-02-18 18:53:02 +01:00
tmj-fstate
a1942ce771 support for config-specified day of the year 2017-02-18 18:15:39 +01:00
maciek001
4ae03170f3 usunąłem "inline" przy GetMWEState - powodował błąd linkera przy budowaniu RELASE'a 2017-02-18 16:11:46 +01:00
maciek001
b93d673ede kosmetyka 2017-02-17 23:04:16 +01:00
tmj-fstate
c85df27c02 Merge pull request #2 from maciek001/mover_in_c++
Mover in c++
2017-02-17 22:50:03 +01:00
tmj-fstate
197fa21f98 point light size increase, changed movement scheme control in the cab 2017-02-17 22:47:21 +01:00
tmj-fstate
013a6f0559 light wrapper object 2017-02-16 18:17:40 +01:00
maciek001
b7c728155a poprawa logowania pozycji kranu zespolonego 2017-02-16 18:08:55 +01:00
maciek001
b3e8002290 Poprawione błędy logów 2017-02-16 14:40:15 +01:00
tmj-fstate
c43b420c00 Merge pull request #1 from maciek001/mover_in_c++
MWD change
2017-02-16 14:33:34 +01:00
maciek001
741d1743e0 Zabezpieczenie przed dzieleniem modulo przez zero! (iMWDdivider) 2017-02-16 14:26:32 +01:00
maciek001
ad5adba032 Poprawki do MWD - SerialPort 2017-02-16 13:48:15 +01:00
tmj-fstate
cf48989f39 fixes for sound transcripts, conversion of win1250cp to plain ascii, tga loader 2017-02-15 00:37:12 +01:00
tmj-fstate
b0ed27ba91 merge branch 'renderer_upgrades' 2017-02-13 22:17:33 +01:00
tmj-fstate
a362d10fb0 texture-related render code bumped to openGL 1.4; disabled texture switching optimization until other parts of the render code are reviewed. 2017-02-13 22:06:26 +01:00
tmj-fstate
83284e4bcc light beam strength based on number of active lights, \r recognition in the parser, proper (lack) of depth test for the UI 2017-02-13 19:28:04 +01:00
tmj-fstate
6ed00729fc recognition of basic texture traits 2017-02-13 15:55:55 +01:00
tmj-fstate
377d661e68 Merge branch 'mover_in_c++' 2017-02-12 23:46:09 +01:00
tmj-fstate
1b2b3b06e7 converted remaining image loaders 2017-02-12 23:28:30 +01:00
tmj-fstate
a8ece11c27 removed direct texture binding. binding is now done through texture manager 2017-02-12 20:06:05 +01:00
tmj-fstate
22245a8801 introduced opengl texture object 2017-02-11 21:43:44 +01:00
tmj-fstate
6683738077 bug fixes for python bindings and .fiz loader 2017-02-11 15:50:08 +01:00
tmj-fstate
1b6339e482 miscellaneous bug fixes. 2017-02-10 22:17:12 +01:00
tmj-fstate
adeaa5fc79 completed .fiz file loader; minor parser enhancement, wheel slip and schedule loader bug fixes. 2017-02-08 03:13:04 +01:00
tmj-fstate
fdb95d3b63 fixed recognition of train stops. 2017-02-05 19:49:42 +01:00
tmj-fstate
589b6d5301 stl-based names class replacement, re-enabled cab camera shake, enhanced parser comment support, minor bug fixes. 2017-02-04 20:23:59 +01:00
tmj-fstate
567c3a8a39 added crashdump functionality. 2017-02-03 09:44:52 +01:00
tmj-fstate
22e168f518 fixes for EZT and coupler config parsing, minor re-arrangement of the main loop. 2017-02-01 22:44:09 +01:00
tmj-fstate
e3f82b68eb texture tweaks 2017-01-31 18:32:53 +01:00
tmj-fstate
61440c4969 compatibility with winXP. .bmp loader now handles 32-bit images and more modern headers. 2017-01-30 23:21:00 +01:00
tmj-fstate
3c0edb3ec3 partial replacement of char arrays with std::string; minor updates, fixes and cleanup of mctools 2017-01-29 18:12:18 +01:00
tmj-fstate
c3d79e29e2 added quotation marks handling to the parser 2017-01-28 04:40:54 +01:00
tmj-fstate
fe1c52027e replaced the list of dynamic objects on tracks with stl-based version 2017-01-27 22:45:47 +01:00
tmj-fstate
ff480e2e1b solution files cleanup 2017-01-27 18:33:17 +01:00
tmj-fstate
020016092d added class members initializations 2017-01-27 17:36:08 +01:00
tmj-fstate
71cd60b543 fixed initialization of track classes and basic 3d types 2017-01-27 00:50:54 +01:00
tmj-fstate
647e1f9000 set git to ignore visual studio project files 2017-01-26 19:56:02 +01:00