| 2019-11-01 |
Urban Wallasch | * Added -6 flag to prefer TCP over IPv6, if available. |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
Urban Wallasch | * Replaced str[n]casecmp() with own str_[n]icmp(),... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Urban Wallasch | * Inspect the "Connection:" request header field and... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Urban Wallasch | * Improved printf formats and debug code. |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
Urban Wallasch | * Support HTTP connection keep-alive. |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Urban Wallasch | * Simplified and fixed rcv_request(). |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
Urban Wallasch | * Replaced existing net.[ch] with new versions. |
commit | commitdiff | tree | snapshot |
| 2019-08-24 |
Urban Wallasch | * Fixed wrong job deadline display when game with runni... posixshm |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Urban Wallasch | * Reset saved values in dash.html when connection fails... |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Urban Wallasch | * Introduced debug make target, default is now to build... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
Urban Wallasch | * Split unmapping and unlinking shared memory into... |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
Urban Wallasch | * Improved plugin logging. |
commit | commitdiff | tree | snapshot |
| 2019-08-20 |
Urban Wallasch | * Replaced SysV style shared memory handling with POSIX... |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
Urban Wallasch | * Added debug and error logging to tele2json, const... rwlock |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
Urban Wallasch | * Dropped asserts from plugin code. |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
Urban Wallasch | * Added telehelper module providing locked read access... |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Urban Wallasch | * Moved shared memory read lock handling from tele2json... |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Urban Wallasch | * Synchronized shared memory access with pthread read... |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Urban Wallasch | * Fixed telelogger to output at least one dump after... |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
Urban Wallasch | * Add warning levels to job deadline display. |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
Urban Wallasch | * Use different update intervals depending on live... |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
Urban Wallasch | * Fixed mistyped variable name in telemetry flags check. |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
Urban Wallasch | * Fixed display of invalid negative values for fuel... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Urban Wallasch | * Fixed regression in delivery deadline display update. |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Urban Wallasch | * Only perform calculations and DOM changes when requir... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Urban Wallasch | * Replaced some magic numbers with suitably named const... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Urban Wallasch | * Replaced double quotes with single quotes for better... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Urban Wallasch | * Compacted CSS for speed limit display. |
commit | commitdiff | tree | snapshot |
| 2019-08-11 |
Urban Wallasch | * Added weekday and time of day display to dash.html. |
commit | commitdiff | tree | snapshot |
| 2019-08-11 |
Urban Wallasch | * Improved SDK version checking and logging. |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
Urban Wallasch | * Added throttle bar and rpm bar to dash.html. |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
Urban Wallasch | * Replaced bool with a type of explicit fixed width. |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
Urban Wallasch | * Copied current state of dash.html to default index... |
commit | commitdiff | tree | snapshot |
| 2019-08-08 |
Urban Wallasch | * Added timeouts to elapse before disabling NoSleep... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
Urban Wallasch | * Tweaked some minor aspects of browser presentation. |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Added NoSleep code to keep mobile devices from enteri... |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Made another attempt to improve the current fuel... |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Added effective throttle channel to telemetry. |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Fixed a bunch of potential unterminated string and... |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Fixed bracing style. |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Urban Wallasch | * Tweaked next rest stop warning level a tiny bit. |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
Urban Wallasch | * Replaced all integer types by their fixed-width equiv... |
commit | commitdiff | tree | snapshot |
| 2019-08-03 |
Urban Wallasch | * Added shared memory sanity checks to telehttpd and... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
Urban Wallasch | * Added configuration and command line options to contr... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
Urban Wallasch | * Added use message to telehttpd. |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
Urban Wallasch | * Moved JSON formatting to own module, shared by teleht... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
Urban Wallasch | * Improved error checking and logging during plugin... |
commit | commitdiff | tree | snapshot |
| 2019-07-31 |
Urban Wallasch | * Added more truck and job configuration data to telemetry. |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
Urban Wallasch | * Trivial fix in comment. |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
Urban Wallasch | * Fixed some uncritical stuff in Makefile and some... |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
Urban Wallasch | * Fixed formatting of negative time values. |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
Urban Wallasch | * Log in-game time along with configuration and gamepla... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
Urban Wallasch | * Rearranged code in dash.html and fixed some small... |
commit | commitdiff | tree | snapshot |
| 2019-07-28 |
Urban Wallasch | * Added current fuel consumption display. |
commit | commitdiff | tree | snapshot |
| 2019-07-28 |
Urban Wallasch | * Fixed speed display when driving in reverse. |
commit | commitdiff | tree | snapshot |
| 2019-07-28 |
Urban Wallasch | * Added forward gear count to telemetry and use it... |
commit | commitdiff | tree | snapshot |
| 2019-07-28 |
Urban Wallasch | * Added -O2 to compiler flags. |
commit | commitdiff | tree | snapshot |
| 2019-07-28 |
Urban Wallasch | * Handle previously missing type SCS_VALUE_TYPE_s64... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Raised required telemetry API version to 1.01 for... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Added game_time to telemetry. |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Use actual attribute constants as defined in SDK... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Moved navigation speed limit display next to cruise... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Added time to next rest stop to telemetry and display. |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Improved JavaScript object handling and pause / error... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Track and display automatic vs. manual shifter type... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Changed game paused indication in dash.html to displa... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Renamed plugin to teleshmem. |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Small tweaks to the speed limit display. |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Urban Wallasch | * Added fancy navigation speed limit display to dash... |
commit | commitdiff | tree | snapshot |
| 2019-07-26 |
Urban Wallasch | * Include effective clutch channel in telemetry. |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
Urban Wallasch | * Correctly track and display simulation paused status... |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
volpol | Merge branch 'cleanup' |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
volpol | * Prevent average fuel consumption of 0 from being... |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
volpol | * Added telelogger to clean target |
commit | commitdiff | tree | snapshot |
| 2019-07-25 |
Urban Wallasch | * Centralized all shared memory handling in shmget.c. |
commit | commitdiff | tree | snapshot |
| 2019-07-24 |
Urban Wallasch | * Added dash.html, which uses (almost) all information... |
commit | commitdiff | tree | snapshot |
| 2019-07-24 |
Urban Wallasch | * Fixed json variable names. |
commit | commitdiff | tree | snapshot |
| 2019-07-23 |
Urban Wallasch | * Fixed switched version warning state in telelogger... |
commit | commitdiff | tree | snapshot |
| 2019-07-23 |
Urban Wallasch | * Added game id, version info and paused state to telem... |
commit | commitdiff | tree | snapshot |
| 2019-07-23 |
Urban Wallasch | * Added several parameters to telemetry. |
commit | commitdiff | tree | snapshot |
| 2019-07-22 |
Urban Wallasch | * Switched to -std=c99 compile mode, using explicit... |
commit | commitdiff | tree | snapshot |
| 2019-07-22 |
Urban Wallasch | * Fixed and improved HTTP server logic. |
commit | commitdiff | tree | snapshot |
| 2019-07-22 |
Urban Wallasch | * Improved JSON encoding. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Dropped unneded header inclusions from telelogger.c. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Fixed telelogger Makefile recipe. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Added simple console logger application. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Fixed truck placement callback registration. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Separated shared memory management and HTTP server... |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Fixed indentation. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Renamed and improved shared memory management functions. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Moved telemetry_state_t declaration and SHM_KEY to... |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Fixed whitespace, indentation, bracing style. |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Urban Wallasch | * Added .gitignore. |
commit | commitdiff | tree | snapshot |
| 2019-07-20 |
volpol | initial commit |
commit | commitdiff | tree | snapshot |
|