Michał Janiszewski
|
a6d0e6916e
|
Fix function definitions to match their declarations
This makes sure every function is properly declared, which includes
proper `extern` wrappers.
|
2016-07-14 14:11:49 +02:00 |
|
Ted John
|
3c64010fe1
|
Make Console::Error::WriteLine formattable
|
2016-07-09 15:02:05 +01:00 |
|
Hielke Morsink
|
8c1395bd46
|
declaring local variables where needed instead of at the top (#3599)
|
2016-05-15 10:25:24 +01:00 |
|
janisozaur
|
68bad6505c
|
Add and correct licence headers to all sources (#3108)
|
2016-05-04 18:24:41 +01:00 |
|
IntelOrca
|
414c97ed8c
|
fix command line parsing of options
|
2016-01-21 18:18:44 +00:00 |
|
IntelOrca
|
cdee534eb1
|
use SDL2's platform defines to normalise platform guards
|
2016-01-14 20:12:43 +00:00 |
|
IntelOrca
|
df2b793c0a
|
refactor console error output
|
2016-01-12 23:10:17 +00:00 |
|
LRFLEW
|
7956922f26
|
Fixed branch new-argparse compilation on OS X
|
2016-01-10 22:50:53 +00:00 |
|
IntelOrca
|
e9d222fdd3
|
new-argparse: finish new argparse integration and clean up
|
2016-01-10 22:50:31 +00:00 |
|
IntelOrca
|
3f0073f29c
|
new-argparse: implement most of the root commands, fix issues
|
2016-01-10 22:50:30 +00:00 |
|
IntelOrca
|
9d98147b75
|
new-argparse: implement argument and option parsing
|
2016-01-10 22:50:29 +00:00 |
|
IntelOrca
|
14a266c177
|
new-argparse: add basic definitions and help display
|
2016-01-10 22:50:28 +00:00 |
|