orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
fec8d3294c
|
Cleanup
|
2018-04-23 17:23:14 +02:00 |
|
twinaphex
|
04fa4871f0
|
Create d3d_translate_filter and get rid of duplicate functions
|
2018-04-22 15:45:11 +02:00 |
|
twinaphex
|
88387ccbde
|
(D3D8) Cleanups
|
2018-04-22 15:34:08 +02:00 |
|
twinaphex
|
3a93377811
|
D3D8 buildfix
|
2018-04-22 14:55:15 +02:00 |
|
twinaphex
|
a7e40ea3f4
|
(d3d8_common.c) Define CINTERFACE, get rid of C++ versions
|
2018-04-22 13:34:05 +02:00 |
|
twinaphex
|
b4a743fff4
|
Split up menu display drivers for D3D8/D3D9 into separate drivers;
split up d3d_common into separate files
|
2018-03-03 15:28:58 +01:00 |
|