smaller update + bibliography

This commit is contained in:
Martin Slachta
2026-08-04 07:51:36 +02:00
parent 21112a6911
commit 88c07068f9
11 changed files with 301 additions and 241 deletions
+47
View File
@@ -48,3 +48,50 @@ isbn = {978-0128182000}
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{evolveheirachy,
author = {West, Mick},
title = {Evolve Your Hierarchy},
year = {2007},
url = {https://cowboyprogramming.com/2007/01/05/evolve-your-heirachy/},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{peekingvalorant,
author = {{dewet, Matt and Straily, David}},
title = {Peeking into VALORANT's Netcode},
year = {2020},
url = {https://www.riotgames.com/en/news/peeking-valorants-netcode},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{gambettaclientserver,
author = {Gambetta, Gabriel},
title = {Fast-Paced Multiplayer (Part I): Client-Server Game Architecture},
year = {2026},
url = {https://www.gabrielgambetta.com/client-server-game-architecture.html},
urldate = {2026-08-03},
hyphenation = {english}
}
% https://www.comp.nus.edu.sg/~bleong/hydra/related/assiotis06mmorpg.pdf
@ONLINE{bleong,
author = {Marios Assiotis and Velin Tzanov},
title = {A Distributed Architecture for MMORPG},
year = {2006},
url = {https://www.comp.nus.edu.sg/~bleong/hydra/related/assiotis06mmorpg.pdf},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{prdeving,
author = {PRDeving},
title = {MMO Architecture},
year = {2023},
url = {https://prdeving.wordpress.com/2023/09/29/mmo-architecture-source-of-truth-dataflows-i-o-bottlenecks-and-how-to-solve-them/},
urldate = {2026-08-03},
hyphenation = {english}
}