-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InSim updates for LFS 0.7E #28
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcfb834
to
e3c8a17
Compare
…s, rename some values Deprecated `LocalCarSwitches` enum values: - `SIGNALS_OFF` - use `SMALL_LCL` with `LocalCarLights.SIGNALS_OFF` UVal - `SIGNALS_LEFT` - use `SMALL_LCL` with `LocalCarLights.SIGNALS_LEFT` UVal - `SIGNALS_RIGHT` - use `SMALL_LCL` with `LocalCarLights.SIGNALS_RIGHT` UVal - `SIGNALS_HAZARD` - use `SMALL_LCL` with `LocalCarLights.SIGNALS_HAZARD` UVal - `HEADLIGHTS_OFF` - use `SMALL_LCL` with `LocalCarLights.LIGHTS_OFF` UVal - `HEADLIGHTS_ON` - use `SMALL_LCL` with `LocalCarLights.LIGHTS_SIDE`, `LocalCarLights.LIGHTS_LOW` or `LocalCarLights.LIGHTS_HIGH` UVal BREAKING CHANGE: Removed `LocalCarSwitches` enum values: `LCS_SET_SIGNALS`, `LCS_SET_FLASH`, `LCS_SET_HEADLIGHTS`, `LCS_SET_HORN`, `LCS_SET_SIREN` BREAKING CHANGE: Renamed `LCS_SIGNALS_OFF` to `SIGNALS_OFF` BREAKING CHANGE: Renamed `LCS_SIGNALS_LEFT` to `SIGNALS_LEFT` BREAKING CHANGE: Renamed `LCS_SIGNALS_RIGHT` to `SIGNALS_RIGHT` BREAKING CHANGE: Renamed `LCS_SIGNALS_HAZARD` to `SIGNALS_HAZARD` BREAKING CHANGE: Renamed `LCS_FLASH_OFF` to `FLASH_OFF` BREAKING CHANGE: Renamed `LCS_HEADLIGHTS_OFF` to `HEADLIGHTS_OFF` BREAKING CHANGE: Renamed `LCS_HEADLIGHTS_ON` to `HORN_OFF` BREAKING CHANGE: Renamed `LCS_HORN_1` to `HORN_1` BREAKING CHANGE: Renamed `LCS_HORN_2` to `HORN_2` BREAKING CHANGE: Renamed `LCS_HORN_3` to `HORN_3` BREAKING CHANGE: Renamed `LCS_HORN_4` to `HORN_4` BREAKING CHANGE: Renamed `LCS_HORN_5` to `HORN_5` BREAKING CHANGE: Renamed `LCS_SIREN_OFF` to `SIREN_OFF` BREAKING CHANGE: Renamed `LCS_SIREN_FAST` to `SIREN_FAST` BREAKING CHANGE: Renamed `LCS_SIREN_SLOW` to `SIREN_SLOW`
1817249
to
3038c63
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preparation of InSim updates in the upcoming version 0.7E.
Added
IS_NCI
packetIS_PLH
packet which sets handicaps for individual playersTINY_PLH
subtype ofIS_TINY
to requestIS_PLH
listing player handicapsSMALL_LCL
subtype ofIS_SMALL
- full control of lights including fog and extra lightsDashLights
enum ofOutGaugePack
Deprecated
LocalCarSwitches
enum values:SIGNALS_OFF
- useSMALL_LCL
withLocalCarLights.SIGNALS_OFF
UValSIGNALS_LEFT
- useSMALL_LCL
withLocalCarLights.SIGNALS_LEFT
UValSIGNALS_RIGHT
- useSMALL_LCL
withLocalCarLights.SIGNALS_RIGHT
UValSIGNALS_HAZARD
- useSMALL_LCL
withLocalCarLights.SIGNALS_HAZARD
UValHEADLIGHTS_OFF
- useSMALL_LCL
withLocalCarLights.LIGHTS_OFF
UValHEADLIGHTS_ON
- useSMALL_LCL
withLocalCarLights.LIGHTS_SIDE
,LocalCarLights.LIGHTS_LOW
orLocalCarLights.LIGHTS_HIGH
UValBreaking changes
LocalCarSwitches
enum values:LCS_SET_SIGNALS
,LCS_SET_FLASH
,LCS_SET_HEADLIGHTS
,LCS_SET_HORN
,LCS_SET_SIREN
LCS_SIGNALS_OFF
toSIGNALS_OFF
LCS_SIGNALS_LEFT
toSIGNALS_LEFT
LCS_SIGNALS_RIGHT
toSIGNALS_RIGHT
LCS_SIGNALS_HAZARD
toSIGNALS_HAZARD
LCS_FLASH_OFF
toFLASH_OFF
LCS_HEADLIGHTS_OFF
toHEADLIGHTS_OFF
LCS_HEADLIGHTS_ON
toHORN_OFF
LCS_HORN_1
toHORN_1
LCS_HORN_2
toHORN_2
LCS_HORN_3
toHORN_3
LCS_HORN_4
toHORN_4
LCS_HORN_5
toHORN_5
LCS_SIREN_OFF
toSIREN_OFF
LCS_SIREN_FAST
toSIREN_FAST
LCS_SIREN_SLOW
toSIREN_SLOW