Lioncash
|
63188dcd61
|
Fix some signed/unsigned mismatch warnings.
|
2013-12-25 12:47:51 -05:00 |
Lioncash
|
3fe15366ab
|
Fix an accidental wrong escape sequence in the OSD shader. \n\; will escape the ';', which is wrong, since there's no existing escape sequence for that anyway.
|
2013-12-24 14:11:40 -05:00 |
Lioncash
|
867f6601c7
|
- Clean up a large amount of the styling in the newdc core. Almost all typos have been fixed (ie. olny -> only, alocatted -> allocated), etc.
- Use spaces for vertical alignment.
- Clean up a load of logging statements.
|
2013-12-23 19:56:44 -05:00 |
Lioncash
|
3c085593e0
|
Fix an array overflow possibility in gldraw.cpp. Vertex's col array is only has a size of 4 not 8.
|
2013-12-23 09:38:03 -05:00 |
Lioncash
|
92a237a828
|
Do index testing before actually accessing the array pointers with it in function tryfit() in newdc/rend/gles/gles.cpp.
Technically only the i<128 checks matter, but moved them all 'forward' in the if statements for consistency.
|
2013-12-23 08:54:08 -05:00 |
ptitSeb
|
5d452cbb6d
|
PANDORA: Few fixes and cosmetics changes
|
2013-12-21 17:14:11 +01:00 |
ptitSeb
|
aa385f3320
|
PANDORA: First Port, using X11/Linux and OSS for Sound Output
|
2013-12-20 16:24:38 +01:00 |
Stefanos Kornilios Mitsis Poiitidis
|
1c16baeb0e
|
project import
|
2013-12-19 19:10:14 +02:00 |