| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-03-14 | Kill off some usages of c_str. | Lioncash | |
| 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-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-03-09 | clang-modernize -add-override | Tillmann Karras | |
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-20 | Fix the Windows build in relation to the recent changes. | Lioncash | |
| 2014-02-20 | Fix more header sorting issues in InputCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-16 | Fix some vertical alignments | Lioncash | |
| ie. uses spaces for alignment. | |||
| 2014-02-13 | Turn loops into range-based form | Tillmann Karras | |
| and some things suggested by cppcheck and compiler warnings. | |||
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2014-02-09 | Clean up some struct indentations | Lioncash | |
| Also cleaned up the indentations of some variable declarations. | |||
| 2014-02-09 | ForceFeedback: Fixed scoping bug | Jules Blok | |
| Previous code relied on a destroyed variable to still be valid. | |||
| 2014-02-09 | ForceFeedback: Don't depend on the force_type_name index. | Jules Blok | |
| Instead use a for-each loop, compare GUIDs and save the name pointers. | |||
| 2014-02-09 | ForceFeedback: Add OSX rumble support | Jules Blok | |
| 2014-02-09 | ControllerInterface: Move DInput ForceFeedback support to a seperate class | Jules Blok | |
| 2014-01-30 | Light cleanup to a little bit of InputCommon. Replaces much of the iterators ↵ | Lioncash | |
| that litter this section of the codebase. Also clean up a little bit of the comments that describe the interface classes. | |||
| 2014-01-20 | Move GLInterface.h into GLInterface directory | Scott Moreau | |
| 2014-01-20 | Merge Platform.h into GLInterface.h | Scott Moreau | |
| 2014-01-19 | wayland: Add bits required to run as a wayland client. | Scott Moreau | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
