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
|
91286f5021
|
Fix the Windows build in relation to the recent changes.
|
2014-02-20 01:01:11 +01:00 |
Pierre Bourdon
|
6847a0fc0c
|
Fix more header sorting issues in InputCommon/ (now check-includes clean).
|
2014-02-20 01:01:10 +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 |
Jules Blok
|
02a95c139e
|
ControllerInterface: Move DInput ForceFeedback support to a seperate class
|
2014-02-09 17:01:38 +09:00 |
Lioncash
|
d91a5abba1
|
Light cleanup to a little bit of InputCommon. Replaces much of the iterators that litter this section of the codebase.
Also clean up a little bit of the comments that describe the interface classes.
|
2014-01-30 19:51:21 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |