Commit Graph

27 Commits

Author SHA1 Message Date
Davide Beatrici
b427333257 Auto-update LICENSE.header in source files 2019-01-25 04:56:19 +01:00
Mikkel Krautz
f6ba3a52bf Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Jan Klass
23e763888f Fix assignment spacing in pro files
Consistently use single space before assignment operator.
2017-08-05 20:44:00 +02:00
Davide Beatrici
48c988cea0 plugins/sto.cpp: Retract plugin
This commit retracts the plugin for Star Wars Online, due to lack of maintenance.
2017-03-14 21:35:03 +01:00
Davide Beatrici
474b3700ae plugins: Fix indentation and whitespace
* Use tabs for indentation
* Remove trailing whitespace
* Space indentation for alignment
2017-01-29 13:02:58 +01:00
Mikkel Krautz
98349a1b33 Merge PR #2755: plugins: Fix visibility, warnings and errors when compiled with MinGW 2017-01-22 16:37:32 +01:00
Davide Beatrici
6096b74a1c
plugins: Fix MinGW compilation warnings and errors
warning: converting to non-pointer type 'procptr32_t {aka long unsigned int}' from NULL [-Wconversion-null]
ql\ql.cpp:87: warning: comparison is always true due to limited range of data type [-Wtype-limits]
sto\sto.cpp:11: error: 'numeric_limits' is not a member of 'std'

Not fixed:
sto\sto.cpp:55: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
2017-01-22 16:20:56 +01:00
Mikkel Krautz
91ebb8b0b5 Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Mikkel Krautz
b19840cd10 plugins: use MUMBLE_PLUGIN_EXPORT instead of __declspec(dllexport). 2016-08-13 22:59:30 +02:00
davidebeatrici
88797fa324 mumble/plugins: Rename Win32 headers 2016-08-11 23:31:15 +02:00
davidebeatrici
ed8748dc07 plugins: update memory addresses retrieval to use procptr32_t/procptr64_t. 2016-06-23 23:32:37 +02:00
Mikkel Krautz
313be4b66b plugins: update to use LICENSE.header. 2016-05-10 22:42:04 +02:00
Mikkel Krautz
ee43279511 plugins/sto: fix signed/unsigned mismatch. 2015-11-25 02:30:20 +01:00
Mikkel Krautz
f3c64b3826 plugins: move u8 function into the Star Trek: Online plugin.
The sto plugin is the only user of the function.
2014-12-30 21:44:47 +01:00
Benjamin Jemlich
f90c6e35ab More plugin touching 2012-05-01 11:12:43 +02:00
Thorvald Natvig
f3437a6ba7 Update copyright year ranges of dev team. 2011-03-18 05:52:51 +01:00
Thorvald Natvig
ed39267dbb Update STO plugin 2010-02-25 16:15:15 +01:00
Thorvald Natvig
f2c191daf8 The grand plugin multiregexp experiment 2010-02-25 15:18:35 +01:00
Thorvald Natvig
c263aa0a7d Update plugins to new trylock signature 2010-02-25 13:19:47 +01:00
Thorvald Natvig
c473d5f348 Update STO plugin 2010-02-11 21:53:02 +01:00
Thorvald Natvig
e2412af574 Indent, changelog, submodule and language update 2010-02-09 16:54:57 +01:00
Thorvald Natvig
3938ebed60 Move plugin system-level includes to common header 2010-02-08 20:16:41 +01:00
Thorvald Natvig
99366f3696 Disable config/about buttons if plugin doesn't have that, and add a generic_unlock 2010-02-08 19:59:54 +01:00
Thorvald Natvig
de21a2231c Update STO plugin and add common initialize() function 2010-02-08 19:37:35 +01:00
Thorvald Natvig
effc993f56 Template helpers for Win32 plugins 2010-02-08 19:37:34 +01:00
Thorvald Natvig
33b90aa6d3 Spawn state for STO 2010-02-08 12:36:00 +01:00
Thorvald Natvig
f1c66fba15 STO plugin, and use camera position for positional audio and rotate top vector properly 2010-02-08 02:49:34 +01:00