cmd
|
Fix: Reset job form on adding route
|
2020-01-06 18:40:25 +01:00 |
t3nk
|
Implement Save-Game Editor (#1)
|
2019-12-28 13:06:28 +00:00 |
.gitignore
|
Add missing types for player block
|
2019-11-10 13:59:37 +01:00 |
block_bank.go
|
Add Company and Bank blocks
|
2019-11-10 15:23:56 +01:00 |
block_cargo_data.go
|
Add CargoData and CompanyPermanent base data
|
2019-12-24 15:01:27 +01:00 |
block_city_data.go
|
Add CityData and LicensePlateData base blocks
|
2019-12-24 15:35:08 +01:00 |
block_company.go
|
Create reference from volatile company to city
|
2019-12-24 15:47:35 +01:00 |
block_company_permanent.go
|
Add CargoData and CompanyPermanent base data
|
2019-12-24 15:01:27 +01:00 |
block_delivery_log.go
|
Add DeliveryLog / DeliveryLogEntry
|
2019-11-10 15:50:19 +01:00 |
block_economy.go
|
Fix: StoredRainWetness is a float
|
2019-12-25 22:00:59 +01:00 |
block_economy_event.go
|
Add new blocks
|
2019-12-11 18:38:23 +01:00 |
block_economy_event_queue.go
|
Add new blocks
|
2019-12-11 18:38:23 +01:00 |
block_ferry_log.go
|
Add new blocks
|
2019-12-11 18:51:35 +01:00 |
block_ferry_log_entry.go
|
Add new blocks
|
2019-12-11 18:51:35 +01:00 |
block_game_progress.go
|
Add GameProgress and TransportData blocks
|
2019-12-11 16:48:59 +01:00 |
block_garage.go
|
Add Garage block
|
2019-11-10 15:28:16 +01:00 |
block_gps_waypoint_storage.go
|
Fix: Looks like SOME positions are arrays of int 😭
|
2019-12-23 21:32:10 +01:00 |
block_job_info.go
|
Add new blocks
|
2019-12-11 17:17:23 +01:00 |
block_job_offer_data.go
|
Add writing of unit files
|
2019-12-10 23:20:25 +01:00 |
block_license_plate_data.go
|
Add CityData and LicensePlateData base blocks
|
2019-12-24 15:35:08 +01:00 |
block_localization_db.go
|
For non existent translations return the key
|
2019-12-27 01:12:32 +01:00 |
block_player.go
|
Add writing of unit files
|
2019-12-10 23:20:25 +01:00 |
block_player_job.go
|
Add new blocks
|
2019-12-11 17:17:23 +01:00 |
block_police_ctrl.go
|
Add new blocks
|
2019-12-11 18:24:35 +01:00 |
block_profit_log.go
|
Add new blocks
|
2019-12-11 18:51:35 +01:00 |
block_profit_log_entry.go
|
Fix: Profit logs contain pointer, not strings
|
2019-12-11 19:23:17 +01:00 |
block_registry.go
|
Add new blocks
|
2019-12-11 18:38:23 +01:00 |
block_save_container.go
|
WIP
|
2019-11-06 00:57:05 +01:00 |
block_trailer.go
|
Add method to clean license plates
|
2019-12-24 18:46:03 +01:00 |
block_trailer_def.go
|
Add new blocks
|
2019-12-11 17:17:23 +01:00 |
block_trailer_utilization_log.go
|
Fix: TotalTransportedWeight seems to be float
|
2020-01-01 01:26:51 +01:00 |
block_transport_data.go
|
Add GameProgress and TransportData blocks
|
2019-12-11 16:48:59 +01:00 |
block_user_profile.go
|
Fix: Copy/Paste error
|
2019-12-23 18:16:30 +01:00 |
block_vehicle.go
|
Fix: Wheel adjustments are floats
|
2019-12-27 01:05:28 +01:00 |
block_vehicle_accessory.go
|
Add VehicleAccessory
|
2019-12-23 16:16:47 +01:00 |
block_vehicle_wheel_accessory.go
|
Add wheels
|
2019-12-23 21:56:00 +01:00 |
datatypes.go
|
Fix: Placement is not required, don't let it break jobs
|
2020-01-04 02:17:15 +01:00 |
generator.go
|
Add writing of unit files
|
2019-12-10 23:20:25 +01:00 |
genericMarshaller.go
|
Fix: Looks like SOME positions are arrays of int 😭
|
2019-12-23 21:32:10 +01:00 |
genericUnmarshaller.go
|
ATS uses inline comments with '//' as separator
|
2019-12-27 00:02:13 +01:00 |
go.mod
|
Initial setup of library / decrypter
|
2019-11-05 16:52:39 +01:00 |
go.sum
|
Initial setup of library / decrypter
|
2019-11-05 16:52:39 +01:00 |
helpers.go
|
Support parsing left out attributes
|
2019-12-24 15:00:16 +01:00 |
helpers_test.go
|
Add placement reading
|
2019-11-06 14:51:29 +01:00 |
parser.go
|
Spare a little CPU resources
|
2020-01-04 00:37:58 +01:00 |
parser_test.go
|
WIP
|
2019-11-06 00:57:05 +01:00 |
registry.go
|
Implement basic parser
|
2019-11-05 23:00:57 +01:00 |
sii.go
|
Support reading SII file from reader
|
2019-12-24 14:59:42 +01:00 |
unit.go
|
Add selector methods
|
2019-12-24 15:07:01 +01:00 |