aboutsummaryrefslogtreecommitdiff
path: root/src/packet_distribution.cpp
AgeCommit message (Collapse)Author
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2020-04-17Mega-merge of CR forkoldmud0
CR likely stands for "CentsRaidensnake." Like the Case Cafe mega-merge before it, this was not a clean merge, and it had to be split up into two parts: the actual changes, and the attempt it made to reformat the entire code via clang-format. This branch had a complicated set of changes that would be difficult to describe in this commit message. It would be better described in a proper changelog.
2020-03-15it's basically the same packet minus requesting the next listsD
2020-03-15Merge branch 'master' into pr/104sD
2020-03-13move area list detection algorithm into a seperate functionsD
2020-03-13musictime is a bad name for thissD
2020-03-06indentationsD
2020-03-06Merge branch 'master' into music_list_updatestonedDiscord
2020-02-23loading lost in translationsD
2020-02-23replace music loadingsD
2020-02-23detect == as music startsD
2020-02-21put the old char loading backsD
2020-02-21area count got renamedsD
2020-02-21Merge branch 'master' into 2.7stonedDiscord
2019-09-11Add clear_music and clear_areasCrystalwarrior
Comment out the index as it can be potentially confusing alongside "true" area numbers Add "FM" to Packet Received that would reload the areas and music list TODO: Test this with arup systems
2019-08-20move button enabling to ID because not all servers understand FLstonedDiscord
2019-08-06numbered arguments for kick and ban torturestonedDiscord
2019-07-28Make all strings translatableoldmud0
2019-07-12Less insane debugging; minor refactoring (!75)David Skoland
2019-01-23Case Announcer: Witness Support also some other shitiamgoofball
2019-01-23multithread the music **harder**iamgoofball
2019-01-23multi-threaded musiciamgoofball
2019-01-19Suffix-independent Music, Mod Music List, looping bugfixes, easter eggs, etc.iamgoofball
2019-01-18Add screenshake, frame-specific effects, looping SFX, and clientside music ↵iamgoofball
looping Committed by patch since Goof is currently banned on GitHub for no good reason.
2019-01-03Show ban reason with BD packetperplexedMurfy
This fully fixes issue 39 with tsuserver3 (https://github.com/AttorneyOnline/tsuserver3/issues/39)
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland