ets2_tele.git
6 years ago* Renamed plugin to teleshmem.
Urban Wallasch [Sat, 27 Jul 2019 11:59:39 +0000 (13:59 +0200)]
* Renamed plugin to teleshmem.
* (Re-)implemented logging to file in plugin.
* Reactivated telemetry_configuration() callback.

6 years ago* Small tweaks to the speed limit display.
Urban Wallasch [Sat, 27 Jul 2019 08:52:37 +0000 (10:52 +0200)]
* Small tweaks to the speed limit display.

6 years ago* Added fancy navigation speed limit display to dash.html.
Urban Wallasch [Sat, 27 Jul 2019 07:35:40 +0000 (09:35 +0200)]
* Added fancy navigation speed limit display to dash.html.

6 years ago* Include effective clutch channel in telemetry.
Urban Wallasch [Fri, 26 Jul 2019 05:20:01 +0000 (07:20 +0200)]
* Include effective clutch channel in telemetry.
* Indicate clutch state by highliting gear display in dash.html.
* Indicate paused state by dimming default font color in dash.html.

6 years ago* Correctly track and display simulation paused status in telelogger.
Urban Wallasch [Thu, 25 Jul 2019 22:14:56 +0000 (00:14 +0200)]
* Correctly track and display simulation paused status in telelogger.

6 years agoMerge branch 'cleanup'
volpol [Thu, 25 Jul 2019 21:08:49 +0000 (23:08 +0200)]
Merge branch 'cleanup'

6 years ago* Prevent average fuel consumption of 0 from being stored
volpol [Thu, 25 Jul 2019 21:02:39 +0000 (23:02 +0200)]
* Prevent average fuel consumption of 0 from being stored

6 years ago* Added telelogger to clean target
volpol [Thu, 25 Jul 2019 21:02:08 +0000 (23:02 +0200)]
* Added telelogger to clean target

6 years ago* Centralized all shared memory handling in shmget.c.
Urban Wallasch [Thu, 25 Jul 2019 16:57:40 +0000 (18:57 +0200)]
* Centralized all shared memory handling in shmget.c.
* Disentangled telemetry structure and shared memory handling.

6 years ago* Added dash.html, which uses (almost) all information currently available from teleh...
Urban Wallasch [Wed, 24 Jul 2019 11:30:34 +0000 (13:30 +0200)]
* Added dash.html, which uses (almost) all information currently available from telehttpd.

6 years ago* Fixed json variable names.
Urban Wallasch [Wed, 24 Jul 2019 10:38:07 +0000 (12:38 +0200)]
* Fixed json variable names.

6 years ago* Fixed switched version warning state in telelogger output.
Urban Wallasch [Tue, 23 Jul 2019 12:29:52 +0000 (14:29 +0200)]
* Fixed switched version warning state in telelogger output.

6 years ago* Added game id, version info and paused state to telemetry.
Urban Wallasch [Tue, 23 Jul 2019 12:24:18 +0000 (14:24 +0200)]
* Added game id, version info and paused state to telemetry.
* Removed some cruft from telemetry.cpp.

6 years ago* Added several parameters to telemetry.
Urban Wallasch [Tue, 23 Jul 2019 11:49:16 +0000 (13:49 +0200)]
* Added several parameters to telemetry.
* Small improvements in telemetry .cpp.

6 years ago* Switched to -std=c99 compile mode, using explicit feature macros where necessary.
Urban Wallasch [Mon, 22 Jul 2019 13:22:59 +0000 (15:22 +0200)]
* Switched to -std=c99 compile mode, using explicit feature macros where necessary.
* Removed ntime dependency from fserv.c.

6 years ago* Fixed and improved HTTP server logic.
Urban Wallasch [Mon, 22 Jul 2019 05:07:11 +0000 (07:07 +0200)]
* Fixed and improved HTTP server logic.
* Added configuration and command line argument processing.
* Fixed and improved script in index.html page.
* Added plain.html page.

6 years ago* Improved JSON encoding.
Urban Wallasch [Mon, 22 Jul 2019 03:05:50 +0000 (05:05 +0200)]
* Improved JSON encoding.
* Small improvements.

6 years ago* Dropped unneded header inclusions from telelogger.c.
Urban Wallasch [Sun, 21 Jul 2019 22:00:51 +0000 (00:00 +0200)]
* Dropped unneded header inclusions from telelogger.c.

6 years ago* Fixed telelogger Makefile recipe.
Urban Wallasch [Sun, 21 Jul 2019 21:43:09 +0000 (23:43 +0200)]
* Fixed telelogger Makefile recipe.

6 years ago* Added simple console logger application.
Urban Wallasch [Sun, 21 Jul 2019 21:40:38 +0000 (23:40 +0200)]
* Added simple console logger application.

6 years ago* Fixed truck placement callback registration.
Urban Wallasch [Sun, 21 Jul 2019 21:38:51 +0000 (23:38 +0200)]
* Fixed truck placement callback registration.

6 years ago* Separated shared memory management and HTTP server code.
Urban Wallasch [Sun, 21 Jul 2019 19:09:27 +0000 (21:09 +0200)]
* Separated shared memory management and HTTP server code.
* Improved Makefile logic.

6 years ago* Fixed indentation.
Urban Wallasch [Sun, 21 Jul 2019 19:08:02 +0000 (21:08 +0200)]
* Fixed indentation.

6 years ago* Renamed and improved shared memory management functions.
Urban Wallasch [Sun, 21 Jul 2019 18:55:36 +0000 (20:55 +0200)]
* Renamed and improved shared memory management functions.

6 years ago* Moved telemetry_state_t declaration and SHM_KEY to new file telemetry.h.
Urban Wallasch [Sun, 21 Jul 2019 17:26:42 +0000 (19:26 +0200)]
* Moved telemetry_state_t declaration and SHM_KEY to new file telemetry.h.

6 years ago* Fixed whitespace, indentation, bracing style.
Urban Wallasch [Sun, 21 Jul 2019 17:14:40 +0000 (19:14 +0200)]
* Fixed whitespace, indentation, bracing style.
* Removed clutter.

6 years ago* Added .gitignore.
Urban Wallasch [Sun, 21 Jul 2019 17:14:09 +0000 (19:14 +0200)]
* Added .gitignore.

6 years agoinitial commit
volpol [Sat, 20 Jul 2019 15:39:50 +0000 (17:39 +0200)]
initial commit