1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create Policeman class - Simple plot of map nodes More... almost 7 years ago
Switch ETS2/ATS telemetry plugin to CMake build system - Platform independent build and deployment pipeline - Bye, bye, XCode project :( More... almost 7 years ago
Standardized message serialization for ETS2/ATS telemetry plugin - No more ad-hoc send a C struct across with fingers crossed - Data serialization via Cap'n'Proto library More... almost 7 years ago
Standardized message serialization - Schemas for Cap'n'Proto library More... almost 7 years ago
Create Simulator class - Trick Steam with steam_appid.txt file - Automatically enable developer console - Handle platform dependent game paths - Run ATS/ETS2 simulator More... almost 7 years ago
Create ETS2/ATS map class - Hold all map items from subdirectories - Merge annotation files together More... almost 7 years ago
Add ETS2/ATS game archive extractor - http://modding.scssoft.com/wiki/Documentation/Tools/Game_Archive_Extractor More... almost 7 years ago
Relocate ETS2/ATS telemetry plugin - Move submodule for ZeroMQ C++ bindings - New plugin folder under simulator - Create new event enum class More... almost 7 years ago
Speed up ETS2/ATS definition class - Multiprocessing pool handles parallel file parsing - Pickling support for objects exchanged with sub-processes - Processing time decreases linearly with #CPUs - Prevent idling at the end and process files sorted by size More... almost 7 years ago
Create ETS2/ATS definitions class - Hold all definitions from a directory - Merge definition files together - Resolve references More... almost 7 years ago
Develop ETS2/ATS definition file (.sii) parser - Flexible grammar definition via pyparsing library - Two step process text -> tokenizer -> parser - Represent file as a tree More... almost 7 years ago
Develop ETS2/ATS map file (.mbd, .aux, .base, .desc) parser - Flexible grammar definition via pyparsing library - Two step process text -> tokenizer -> parser - Represent file as a tree More... almost 7 years ago
Create ETS2/ATS mod with testing Indy 500 oval map - Standard mod directory data structure - Icon for more swag More... almost 7 years ago
Remove dependency of SCS types on ctypes - Reorganize telemetry tests More... almost 7 years ago
Create module for shared infrastructure - Move ETS2/ATS types to the new module More... almost 7 years ago
Implement ZeroMQ event message publisher for ETS2/ATS telemetry plugin - Handle init/config/start/pause/shutdown events - Separate ZeroMQ publisher server instance - Switch from tcp:// to ipc:// protocol More... almost 7 years ago
Split ETS2/ATS telemetry plugin API entry points to a separate file - Throwing constructor that checks version compatibility - Improved pointer memory management and const correctness - Fix inconsistent whitespaces More... almost 7 years ago
Develop Python counterparts to ETS2/ATS telemetry plugin data structures - Telemetry module available for import - Simple unit and subscription tests More... almost 7 years ago
Implement ZeroMQ telemetry message publisher for ATS2/ETS telemetry plugin - Better event callback/channel update register methods - Separate telemetry data packet structure - Support updates of all SCS data types - More readable constructor - Better error messages More... almost 7 years ago
Add submodule for ZeroMQ C++ bindings - https://github.com/zeromq/cppzmq - Version 4.2.1 More... almost 7 years ago
Create ETS2/ATS telemetry plugin - Subscribe to channel updates - Subscribe to game events More... almost 7 years ago
Add ETS2/ATS telemetry plugin SDK - http://modding.scssoft.com/wiki/Documentation/Engine/SDK/Telemetry - Version 1.9 More... almost 7 years ago
Essentials - Chuck Norris can test with a single assert - Testing decoy icon - Basic readme file - MIT license file More... almost 7 years ago
Initialize repository More... almost 7 years ago