ets2_tele.git
2020-04-23 Urban Wallasch* Silenced fall-through compiler warning. v0.1.0
2020-04-23 Urban Wallasch* Fix __cplusplus macro usage.
2019-11-01 Urban Wallasch* Added -6 flag to prefer TCP over IPv6, if available.
2019-10-27 Urban Wallasch* Replaced str[n]casecmp() with own str_[n]icmp(),...
2019-10-26 Urban Wallasch* Inspect the "Connection:" request header field and...
2019-10-26 Urban Wallasch* Improved printf formats and debug code.
2019-10-26 Urban Wallasch* Support HTTP connection keep-alive.
2019-10-25 Urban Wallasch* Simplified and fixed rcv_request().
2019-10-25 Urban Wallasch* Replaced existing net.[ch] with new versions.
2019-08-24 Urban Wallasch* Fixed wrong job deadline display when game with runni... posixshm
2019-08-21 Urban Wallasch* Reset saved values in dash.html when connection fails...
2019-08-21 Urban Wallasch* Introduced debug make target, default is now to build...
2019-08-20 Urban Wallasch* Split unmapping and unlinking shared memory into...
2019-08-20 Urban Wallasch* Improved plugin logging.
2019-08-20 Urban Wallasch* Replaced SysV style shared memory handling with POSIX...
2019-08-19 Urban Wallasch* Added debug and error logging to tele2json, const... rwlock
2019-08-19 Urban Wallasch* Dropped asserts from plugin code.
2019-08-19 Urban Wallasch* Added telehelper module providing locked read access...
2019-08-18 Urban Wallasch* Moved shared memory read lock handling from tele2json...
2019-08-18 Urban Wallasch* Synchronized shared memory access with pthread read...
2019-08-18 Urban Wallasch* Fixed telelogger to output at least one dump after...
2019-08-13 Urban Wallasch* Add warning levels to job deadline display.
2019-08-13 Urban Wallasch* Use different update intervals depending on live...
2019-08-13 Urban Wallasch* Fixed mistyped variable name in telemetry flags check.
2019-08-13 Urban Wallasch* Fixed display of invalid negative values for fuel...
2019-08-12 Urban Wallasch* Fixed regression in delivery deadline display update.
2019-08-12 Urban Wallasch* Only perform calculations and DOM changes when requir...
2019-08-12 Urban Wallasch* Replaced some magic numbers with suitably named const...
2019-08-12 Urban Wallasch* Replaced double quotes with single quotes for better...
2019-08-12 Urban Wallasch* Compacted CSS for speed limit display.
2019-08-11 Urban Wallasch* Added weekday and time of day display to dash.html.
2019-08-11 Urban Wallasch* Improved SDK version checking and logging.
2019-08-09 Urban Wallasch* Added throttle bar and rpm bar to dash.html.
2019-08-09 Urban Wallasch* Replaced bool with a type of explicit fixed width.
2019-08-09 Urban Wallasch* Copied current state of dash.html to default index...
2019-08-08 Urban Wallasch* Added timeouts to elapse before disabling NoSleep...
2019-08-05 Urban Wallasch* Tweaked some minor aspects of browser presentation.
2019-08-04 Urban Wallasch* Added NoSleep code to keep mobile devices from enteri...
2019-08-04 Urban Wallasch* Made another attempt to improve the current fuel...
2019-08-04 Urban Wallasch* Added effective throttle channel to telemetry.
2019-08-04 Urban Wallasch* Fixed a bunch of potential unterminated string and...
2019-08-04 Urban Wallasch* Fixed bracing style.
2019-08-04 Urban Wallasch* Tweaked next rest stop warning level a tiny bit.
2019-08-03 Urban Wallasch* Replaced all integer types by their fixed-width equiv...
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