-
-
Notifications
You must be signed in to change notification settings - Fork 438
BitStream
Qais Patankar edited this page Sep 4, 2018
·
3 revisions
Changes between minor versions Multi Theft Auto must be backwards compatible.
This means that 1.5.5 players must still be able to play on 1.5.6 servers, and vice-versa.
To achieve this the server and client will negotiate a BitStream version that they can share.
After incrementing the bitstream version in version.h
, your BitStream additions need to be wrapped in something like this (for both the server and the client):
if (bitStream.Version() > 0xBEAF)
{
// Do your stuff
}
Authors: qaisjp, Jusonex
Project Management
Git cheat sheet
Release Checklist
Code Review
Documentation
Contributors Guide
Style Guide
Lua API
Dev Tips
BitStream
CAccountPassword
Debug Settings
General
Testing Lua
Dependencies
MTADiag
Future Planning
CEF Versions
Windows XP Support
Things for 1.6