Commit Graph

341 Commits

Author SHA1 Message Date
bogie
2aa057d52e accidentally switched top and front vector, has been fixed and tested with two people. 2012-09-14 00:38:31 +02:00
bogie
2b9233c548 updated plugins/bf3/bf3.cpp for DLC Armored Kill(build 981420) 2012-09-08 15:16:33 +02:00
Piotr Chodań
fba76cd293 Updated gw plugin for game build 36001
* Fixed wrong context being reported (spamming murmur with wrong values)
when game version changes - now we rely on a pointer (confirmed to be
working)
* Restored a copyright line that I shouldn't have removed - sorry thorvald
:)
* Removed identity support since it's too much drama
* Added arrays of bytes to find when a new build of the game comes out
* Fixed plugin not unlinking in some cases
* Fixed plugin not linking in game menus
2012-08-19 23:16:59 +02:00
Piotr Chodań
2668713adf New PA plugin: Blacklight: Retribution (v0.9.8.0) Supports camera position, front and top vectors and context. No support for identity and avatar position/top/front vectors 2012-08-19 23:09:48 +02:00
d-rez
752d582a5f Updated LoL plugin for game version .145 2012-08-19 23:05:15 +02:00
Piotr Chodań
8333ba8338 Updated League of Legends plugin (v1.0.0.144).
* Moved some static addresses outside functions for clarity Removed top vectors retrieval which can be problematic and aren't used at all in this game
* Fixed context support
2012-08-18 01:09:57 +02:00
Mike
7edc2a2013 Add positional audio plugin for Just Cause 2 2012-08-12 15:37:52 +02:00
Mikkel Krautz
9e233202b7 Plugins: make manual plugin load in static Mumble builds; still needs a few symbols to actually run, though. 2012-07-22 20:37:49 +02:00
Mikkel Krautz
805e22d2cd Mumble: more force-shared library builds. 2012-07-21 18:00:15 +02:00
Piotr Chodań
442a9fdde8 Further updates and optimizations to the LoL plugin
- made the code simplier, less nested in fetch().
- strings are now ensured to be zero-terminated
- replaced calcout() call from trylock() with fetch call that can actually
  fail.
- Disabled identity support since it still needs some work.
2012-07-15 23:27:10 +02:00
Stefan Hacker
7d9d54ac4c Minor modifications for lol plugin.
- Ensure zero termination of string from target process.
- Minimal style issues
- Re-added removed copyright line (IANAL but I don't think these are easily removed. Even with most of the source changed. So better be safe then sorry).
2012-07-15 14:54:26 +02:00
Piotr Chodań
cb4b040495 Fixed plugin for v1.0.0.142, added identity support
added avatar top vector support
added helpful arrays of bytes in case someone wants to update this plugin faster than me - if necessary, I can record a video-tutorial for this
changed the way trylock function is executed since we don't need all these checks (and important ones are checked in refreshPointers() function anyway)
2012-07-15 14:54:25 +02:00
Stefan Hacker
e5c564931d Fix zero terminations.
- With wchar_t arrays
- Where it was missing
2012-07-15 14:49:36 +02:00
Stefan Hacker
d39892ecad Minor fixes for bf3 plugin 2012-07-11 23:33:31 +02:00
Bojan
d8cbd6f2ae BF3 plugin update. Added context + identity support. 2012-07-11 23:33:24 +02:00
Stefan Hacker
fea97c712c Unreal Tournament PA plugin: Installer integration + Some fixes. 2012-06-24 01:51:55 +02:00
QuirB
1b203959fe New PA plugin: UT99 with context support. 2012-06-23 21:05:15 +02:00
Kissaki
01fc4bf4fc WolfET: set context data in JSON format 2012-06-11 09:53:06 +02:00
Kissaki
833c02eb2a WolfET: fix string buffer termination and use more efficient peeking
Fix string buffer termination (was off by one).
Peek avatar pos with 1 call (3 subsequent floats).

(see comments on pullreq #87 upstream)
2012-06-11 09:53:06 +02:00
Stefan Hacker
546b418d33 Merge pull request #89 from golex/master
Updated BF3 PA plugin for BF3 v944019
2012-06-04 23:06:44 -07:00
Ryan Austin
e16ee9a849 Updated BF3 PA plugin for BF3 v944019 2012-06-05 00:04:48 -05:00
Kissaki
5f2096ad51 Update WolfET positional audio plugin - fix Z and add context 2012-05-31 12:56:31 +02:00
Benjamin Jemlich
81caf1ce6e GW plugin: break it because it doesn't work 2012-05-31 12:54:38 +02:00
Benjamin Jemlich
611abe515e GW plugin: style fixes 2012-05-31 12:53:14 +02:00
Piotr Chodań
317f5a092c New positional audio plugin: Guild Wars
Supports context and identity
2012-05-20 12:58:58 +02:00
Benjamin Jemlich
4bc87820a4 LOL plugin: code style fixes and optimization :) 2012-05-16 10:09:34 +02:00
Piotr Chodań
eef9a67d18 updated plugin for Team Fortress 2 b4934
fixed memory addresses
changed global variables to static
changed how context is handled
removed all calls to engine.dll module - we can get everything from client.dll nicely

Wrapped context in JSON. Context passing is disabled when running localhost (loopback:0) server and when not in game (fixed - now only in state=0)
2012-05-14 23:31:15 +02:00
Piotr Chodań
840487d3b0 context support for League of Legends plugin 2012-05-14 23:29:57 +02:00
Piotr Chodań
f81049d675 Added context support for the l4d2 plugin.
Changed global pointers to static (as thorvald requested in one of my
previous commits. Context contains provides ipport as json attribute.
2012-05-14 23:29:33 +02:00
Stefan Hacker
3c2dd605ea Add missing build/installer integration for LeageOfLegends PA plugin. 2012-05-13 14:35:25 +02:00
d-rez
56fcebb2b0 New plugin for one of my favorite games, League of Legends.
Supports ingame detection (based on a pointer being NULL or not), reports camera and avatar independent position, front and top vectors.

No support for identities and context yet (might look for them some other time)
2012-05-13 14:35:25 +02:00
d-rez
84b897c486 Fixed l4d2 pa plugin for build 4777, re-enabled states support 2012-05-13 11:23:35 +02:00
Benjamin Jemlich
f90c6e35ab More plugin touching 2012-05-01 11:12:43 +02:00
Benjamin Jemlich
2026dfa4e5 Comment changes to the plugin headers 2012-04-30 07:57:37 +02:00
Ryan Austin
3503cd2be8 Updated BF3 PA plugin for BF3 v936211 2012-04-28 19:02:02 -05:00
Ryan Austin
2047c9f5f4 Updated BF3 PA plugin for BF3 v925790 2012-04-02 22:26:44 -05:00
Stefan Hacker
6fa0237172 Merge pull request #72 from seaeagle1/master
LOTRO plugin update
2012-03-14 06:19:31 -07:00
Ilmar Kruis
7e5e7f9fde Lotro Update 6 2012-03-13 21:05:08 +01:00
Mike
9e8976a6f1 Update TF2 plugin to build 4785 2011-12-23 18:05:26 +00:00
Ryan Austin
31bb25e65f Updated plugin for BF3 v889134 2011-12-08 20:28:54 +01:00
Jamie Fraser
8e84148315 Update World of Warcraft plugin to build #15050. 2011-12-03 20:50:15 -05:00
Ryan Austin
b9957f092c Updated plugin for BF3 v8865831 2011-11-23 21:38:21 +01:00
Ryan Austin
c8d1447628 Added Battlefield 3 Plugin for build #876650 2011-11-10 01:00:41 +01:00
Thorvald Natvig
7cf6c8b9bd Merge pull request #50 from fwaggle/plugin-wow-14545
Update WoW plugin to build 14545.
2011-11-06 16:08:49 -08:00
Jamie Fraser
380b52d3e0 Update Retail version of Battlefield: Bad Company 2 to build #795745. 2011-10-22 14:45:49 -04:00
Jamie Fraser
b38372225a Update Counter Strike: Source to Build #4724. 2011-10-14 22:35:58 -04:00
Jamie Fraser
832eb89c30 Update Counter Strike: Source plugin to build #4720. 2011-10-14 08:36:09 +02:00
Jamie Fraser
09325a3801 Update Battlefield: Bad Company 2 Plugin to build #795745 (Steam Only). 2011-10-14 08:35:09 +02:00
Jamie Fraser
b46b5e159b Update WoW plugin to build 14545. 2011-10-13 01:46:45 -04:00
Ilmar Kruis
24119433aa Update LOTRO to RoI release
Signed-off-by: Ilmar Kruis <seaeagle1@users.sourceforge.net>
2011-10-12 00:22:20 -05:00