Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2017-01-22 19:09:18 +0300
committerJan Klass <kissaki@posteo.de>2017-01-29 15:02:58 +0300
commit474b3700aeef869ca2df37227e9e27aea982e6fe (patch)
tree8e863342e2ba16fbe8d62aef98ecbc7f03311760 /plugins/aoc
parent82d385f6bdd6de8d80b3aa28c87947eb0df12d57 (diff)
plugins: Fix indentation and whitespace
* Use tabs for indentation * Remove trailing whitespace * Space indentation for alignment
Diffstat (limited to 'plugins/aoc')
-rw-r--r--plugins/aoc/aoc.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/aoc/aoc.cpp b/plugins/aoc/aoc.cpp
index 9b8ec695e..ddf08d692 100644
--- a/plugins/aoc/aoc.cpp
+++ b/plugins/aoc/aoc.cpp
@@ -63,15 +63,15 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
sHost.append(":27015");
new_context << "<context>"
- << "<game>aoc</game>"
- << "<hostport>" << sHost << "</hostport>"
- << "</context>";
+ << "<game>aoc</game>"
+ << "<hostport>" << sHost << "</hostport>"
+ << "</context>";
context = new_context.str();
/* TODO
new_identity << "<identity>"
- << "<name>" << "SAS" << "</name>"
- << "</identity>";
+ << "<name>" << "SAS" << "</name>"
+ << "</identity>";
identity = new_identity.str(); */
// Check to see if you are spawned
@@ -103,13 +103,13 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
// Check if we really have AOC running
/*
- position tuple: client.dll+0x748e14 (x,y,z, float)
- orientation tuple: client.dll+0x73dc9c (v,h float)
- ID string: client.dll+0x7071e8 = "ageofchivalry" (13 characters, text)
+ position tuple: client.dll+0x748e14 (x,y,z, float)
+ orientation tuple: client.dll+0x73dc9c (v,h float)
+ ID string: client.dll+0x7071e8 = "ageofchivalry" (13 characters, text)
spawn state: client.dll+0x6d4334 (0 when at main menu, 1 when at team selection, 2 when not spawned,
between 6 and 7 when spawned)
- context offsets: engine.dll + 0x3bf69f = (ip:port)
- server.dll + 0x71a0a4 = (team info, 3 Mason, 1 Agathia)
+ context offsets: engine.dll + 0x3bf69f = (ip:port)
+ server.dll + 0x71a0a4 = (team info, 3 Mason, 1 Agathia)
*/
// Remember addresses for later