@@ -399,234 +399,11 @@ class NetBitStreamInterfaceNoVersion : public CRefCountable
399399// Make sure you only add new items to the end of the list, above the "Latest" entry.
400400enum class eBitStreamVersion : unsigned short
401401{
402- Unk = 0x062 ,
402+ Unk = 0x030 ,
403403
404- //
405- // 1.5.0 UNSTABLE - 2015-01-17
406- //
407-
408- // Add "quickstand" to setGlitchEnabled
409- // 2015-07-13 0x063 209837dcdc30d267519abc12e1361a1d18cd1553
410- QuickStandGlitch,
411-
412- //
413- // 1.5.0 RC RELEASED - 2015-07-15
414- //
415-
416- //
417- // 1.5.1 RELEASED - 2015-11-05
418- //
419-
420- // Update fix #9038 (bugged shotgun with bullet sync) to only work if all connected clients support it
421- // 2015-10-17 0x064 edbc6d37a734914b7349c693edf9a087a5a78a3d
422- ShotgunDamageFix,
423-
424- //
425- // 1.5.2 RELEASED - 2016-01-24
426- //
427-
428- // Add blend parameter to setPedAnimation (#62)
429- // 2016-09-05 0x065 f51983c3e3385b4de8d754e11efe329acaee9301
430- SetPedAnimation_Blend,
431-
432- // Update net module version
433- // 2016-09-24 0x066 3de7e5bd2d425747617a24350f2974e02cddc6dc
434- NetUpdate_0x09E,
435-
436- //
437- // 1.5.3 RELEASED - 2016-10-20
438- //
439-
440- // Fix player nametag unicode characters missing on player join
441- // 2016-12-09 0x067 2e582453b476c1183bd9fae5363a7cffdb531834
442- UnicodeNametags,
443-
444- // Add -1 parameter to setElementDimension (only to objects) (#111)
445- // 2017-02-22 0x068 2e319aa823929360da9e1f48c7eb233f1d6f29e5
446- DimensionOmnipresence,
447-
448- // Add support for more special detections
449- // 2017-02-26 0x069 9b6187b3c2eaa655624254f8d83acb35b31243e7
450- MoreSpecialDetections_Nice69,
451-
452- // Add option to enable fakelag command for testing sync issues
453- // 2017-03-08 0x06A a99fa0afa3b55e84f15aed335ab542520f39126d
454- FakeLagCommand,
455-
456- //
457- // 1.5.4 RELEASED - 2017-04-17
458- //
459-
460- // Add player element for onClientChatMessage (#138)
461- // 2017-07-04 0x06B 8c7095599c6d54784692bf93a1e6c7f56392c323
462- OnClientChatMessage_PlayerSource,
463-
464- //
465- // 1.5.5 RELEASED - 2017-08-07
466- //
467-
468- // Add bShallow argument for server-side water as well (#240)
469- // 2018-08-05 0x06C 1321b538559efe6d70deb5b784c2d392d52658f5
470- Water_bShallow_ServerSide,
471-
472- //
473- // 1.5.6 RELEASED - 2018-09-07
474- // 1.5.7 RELEASED - 2019-08-31
475- //
476-
477- // Add option to disable spawning components by setVehicleDoorState
478- // 2019-10-11 0x06D e79d97195439f70ac66ece1859152b4c4896af31
479- SetVehicleDoorState_SpawnFlyingComponent,
480-
481- // Increment BitStream version for Discord update (#1330)
482- // 2020-03-27 0x06E a0ce68f284487ba636e839b06c103bc2442d95e0
483- Discord_InitialImplementation,
484-
485- // Add analog control sync for accelerate and brake_reverse (#1164)
486- // 2020-04-02 0x06F 41e36cc67520dded2a5203727a726c4261c65e31
487- AnalogControlSync_AccelBrakeReverse,
488-
489- //
490- // 1.5.8 RELEASED - 2020-10-11
491- //
492-
493- // setWaterLevel: add bIncludeWorldSeaLevel and bIncludeOutsideWorldLevel
494- // 2020-11-03 0x70
495- SetWaterLevel_ChangeOutsideWorldLevel,
496-
497- // Implement entering/exiting/jacking for peds #1748
498- // 2020-11-10 0x71
499- PedEnterExit,
500-
501- // Add height for colpolygon (#1908)
502- // 2021-01-16 0x72
503- SetColPolygonHeight,
504-
505- // Support for vehicle blow without explosion and blow state synchronisation
506- // 2021-02-26 0x73
507- VehicleBlowStateSupport,
508-
509- // Implement messageType parameter to onClientChatMessage (#1020)
510- // 2021-05-15 0x74
511- OnClientChatMessage_MessageType,
512-
513- // Add serverside event "onPlayerResourceStart" (#2150)
514- // 2021-08-30 0x75
515- OnPlayerResourceStart,
516-
517- //
518- // 1.5.9 RELEASED - 2021-10-01
519- //
520-
521- // Remove "old" Discord implementation (#2499)
522- // 2022-01-16 0x76
523- Discord_Cleanup,
524-
525- //
526- // 1.6.0 RELEASED - 2023-04-07
527- //
528-
529- CEntityAddPacket_ObjectBreakable,
530-
531- // Add serverside setWorldSpecialPropertyEnabled
532- // 2023-08-17
533- WorldSpecialProperties,
534-
535- // Add "fireballdestruct" to setWorldSpecialPropertyEnabled
536- // 2023-09-09
537- WorldSpecialProperty_FireballDestruct,
538-
539- // Send server name to player in CPlayerJoinCompletePacket
540- // 2023-10-12
541- CPlayerJoinCompletePacket_ServerName,
542-
543- // Add "roadsignstext" to setWorldSpecialPropertyEnabled
544- // 2024-05-17
545- WorldSpecialProperty_RoadSignsText,
546-
547- // Add "extendedwatercannons" to setWorldSpecialPropertyEnabled
548- // 2024-05-23
549- WorldSpecialProperty_ExtendedWaterCannons,
550-
551- // Add breakObject to serverside as well
552- // 2024-05-31
553- BreakObject_Serverside,
554-
555- // Ped syncronization revision
556- // 2024-06-16
557- PedSync_Revision,
558-
559- // Add "tunnelweatherblend" to setWorldSpecialPropertyEnabled
560- // 2024-06-30
561- WorldSpecialProperty_TunnelWeatherBlend,
562-
563- // Checkpoint & arrow alpha fix
564- // 2024-07-03
565- Marker_IgnoreAlphaLimits,
566-
567- // Add "setMarkerTargetArrowProperties"
568- // 2024-07-05
569- SetMarkerTargetArrowProperties,
570-
571- // Add respawnObject and toggleObjectRespawn to serverside
572- // 2024-09-04
573- RespawnObject_Serverside,
574-
575- // Add check_duplicate_serials
576- // 2024-09-04
577- CheckDuplicateSerials,
578-
579- // Add ignorefirestate special world property
580- // 2024-11-07
581- WorldSpecialProperty_IgnoreFireState,
582-
583- // Fix iPedSyncerDistance and iUnoccupiedVehicleSyncerDistance sync
584- // 2024-11-22
585- FixSyncerDistance,
586-
587- // Add onPlayerChangesWorldSpecialProperty
588- // 2024-11-26
589- WorldSpecialPropertyEvent,
590-
591- // Add setElementOnFire function
592- // 2024-12-30
593- SetElementOnFire,
594-
595- // Add "spawnFlyingComponent" to setVehiclePanelState
596- // 2024-12-31
597- SetVehiclePanelState_SpawnFlyingComponent,
598-
599- // Ped animations synchronization
600- // 2025-01-01
601- AnimationsSync,
602-
603- // Add server side isPedReloadingWeapon
604- // 2025-01-09
605- IsPedReloadingWeapon,
606-
607- // Add "flyingcomponents" to setWorldSpecialPropertyEnabled
608- // 2025-01-10
609- WorldSpecialProperty_FlyingComponents,
610-
611- // Ped's camera synchronization
612- // 2025-01-29
613- PedSync_CameraRotation,
614-
615- // Add "vehicleburnexplosions" to setWorldSpecialPropertyEnabled
616- // 2025-02-20
617- WorldSpecialProperty_VehicleBurnExplosions,
618-
619- // Add serverside building support
620- // 2025-05-26
621- ServersideBuildingElement,
622-
623- // Add "vehenginemanualmode" to setWorldSpecialPropertyEnabled
624- // 2025-06-02
625- WorldSpecialProperty_VehicleEngineAutoStart,
626-
627- // Add "vehicle_rapid_stop" to setGlitchEnabled
628- // 2025-06-05
629- Glitch_VehicleRapidStop,
404+ // DESCRIPTION
405+ // YYYY-MM-DD
406+ // Name,
630407
631408 // This allows us to automatically increment the BitStreamVersion when things are added to this enum.
632409 // Make sure you only add things above this comment.
0 commit comments