ets2_tele.git
2019-08-03 Urban Wallasch* Added shared memory sanity checks to telehttpd and...
2019-07-31 Urban Wallasch* Added configuration and command line options to contr...
2019-07-31 Urban Wallasch* Added use message to telehttpd.
2019-07-31 Urban Wallasch* Moved JSON formatting to own module, shared by teleht...
2019-07-31 Urban Wallasch* Improved error checking and logging during plugin...
2019-07-31 Urban Wallasch* Added more truck and job configuration data to telemetry.
2019-07-30 Urban Wallasch* Trivial fix in comment.
2019-07-30 Urban Wallasch* Fixed some uncritical stuff in Makefile and some...
2019-07-30 Urban Wallasch* Fixed formatting of negative time values.
2019-07-29 Urban Wallasch* Log in-game time along with configuration and gamepla...
2019-07-29 Urban Wallasch* Rearranged code in dash.html and fixed some small...
2019-07-28 Urban Wallasch* Added current fuel consumption display.
2019-07-28 Urban Wallasch* Fixed speed display when driving in reverse.
2019-07-28 Urban Wallasch* Added forward gear count to telemetry and use it...
2019-07-28 Urban Wallasch* Added -O2 to compiler flags.
2019-07-28 Urban Wallasch* Handle previously missing type SCS_VALUE_TYPE_s64...
2019-07-27 Urban Wallasch* Raised required telemetry API version to 1.01 for...
2019-07-27 Urban Wallasch* Added game_time to telemetry.
2019-07-27 Urban Wallasch* Use actual attribute constants as defined in SDK...
2019-07-27 Urban Wallasch* Moved navigation speed limit display next to cruise...
2019-07-27 Urban Wallasch* Added time to next rest stop to telemetry and display.
2019-07-27 Urban Wallasch* Improved JavaScript object handling and pause / error...
2019-07-27 Urban Wallasch* Track and display automatic vs. manual shifter type...
2019-07-27 Urban Wallasch* Changed game paused indication in dash.html to displa...
2019-07-27 Urban Wallasch* Renamed plugin to teleshmem.
2019-07-27 Urban Wallasch* Small tweaks to the speed limit display.
2019-07-27 Urban Wallasch* Added fancy navigation speed limit display to dash...
2019-07-26 Urban Wallasch* Include effective clutch channel in telemetry.
2019-07-25 Urban Wallasch* Correctly track and display simulation paused status...
2019-07-25 volpolMerge branch 'cleanup'
2019-07-25 volpol* Prevent average fuel consumption of 0 from being...
2019-07-25 volpol* Added telelogger to clean target
2019-07-25 Urban Wallasch* Centralized all shared memory handling in shmget.c.
2019-07-24 Urban Wallasch* Added dash.html, which uses (almost) all information...
2019-07-24 Urban Wallasch* Fixed json variable names.
2019-07-23 Urban Wallasch* Fixed switched version warning state in telelogger...
2019-07-23 Urban Wallasch* Added game id, version info and paused state to telem...
2019-07-23 Urban Wallasch* Added several parameters to telemetry.
2019-07-22 Urban Wallasch* Switched to -std=c99 compile mode, using explicit...
2019-07-22 Urban Wallasch* Fixed and improved HTTP server logic.
2019-07-22 Urban Wallasch* Improved JSON encoding.
2019-07-21 Urban Wallasch* Dropped unneded header inclusions from telelogger.c.
2019-07-21 Urban Wallasch* Fixed telelogger Makefile recipe.
2019-07-21 Urban Wallasch* Added simple console logger application.
2019-07-21 Urban Wallasch* Fixed truck placement callback registration.
2019-07-21 Urban Wallasch* Separated shared memory management and HTTP server...
2019-07-21 Urban Wallasch* Fixed indentation.
2019-07-21 Urban Wallasch* Renamed and improved shared memory management functions.
2019-07-21 Urban Wallasch* Moved telemetry_state_t declaration and SHM_KEY to...
2019-07-21 Urban Wallasch* Fixed whitespace, indentation, bracing style.
2019-07-21 Urban Wallasch* Added .gitignore.
2019-07-20 volpolinitial commit