Pierre Bourdon
|
664c8d30a0
|
Remove all trailing whitespaces from our codebase.
|
2014-03-29 11:05:44 +01:00 |
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
lioncash
|
d2038049f5
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
Lioncash
|
ebb48d019e
|
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
|
2014-02-09 19:40:11 -05:00 |
Jules Blok
|
2063eddfa3
|
ForceFeedback: Fixed scoping bug
Previous code relied on a destroyed variable to still be valid.
|
2014-02-09 17:04:05 +09:00 |
Jules Blok
|
992b91c082
|
ForceFeedback: Don't depend on the force_type_name index.
Instead use a for-each loop, compare GUIDs and save the name pointers.
|
2014-02-09 17:01:45 +09:00 |
Jules Blok
|
c6d650c058
|
ForceFeedback: Add OSX rumble support
|
2014-02-09 17:01:45 +09:00 |
Jules Blok
|
02a95c139e
|
ControllerInterface: Move DInput ForceFeedback support to a seperate class
|
2014-02-09 17:01:38 +09:00 |