Jean-Philip Desjardins
cb58eb01bb
Remove boost::filesystem usage.
2019-10-31 13:02:44 -04:00
Clang-Format
acf75535ec
Clang format
2018-04-30 21:01:23 +01:00
jpd002
5a929d7435
Added PsfPathToken system to fix the limitation of boost::filesystem::path. fs::path is good for representing a real filesystem path, but doesn't play well with virtual filesystems such as the PsfArchive filesystem because it is dependent on the system's locale. Could cause problems on iOS.
...
git-svn-id: http://svn.purei.org/purei/trunk@1250 b36208d7-6611-0410-8bec-b1987f11c4a2
2014-05-03 03:36:29 -04:00
jpd002
fca52e04fe
Improved code quality in PsfArchive a little bit.
...
git-svn-id: http://svn.purei.org/purei/trunk@1121 b36208d7-6611-0410-8bec-b1987f11c4a2
2013-05-02 07:23:56 +00:00
jpd002
06079b0b65
Replaced scoped_ptr to unique_ptr in PsfStreamProvider.
...
git-svn-id: http://svn.purei.org/purei/trunk@1105 b36208d7-6611-0410-8bec-b1987f11c4a2
2013-04-20 22:41:49 +00:00
jpd002
8969c0a420
PsfPlayer: Fixed compilation problems due to Framework changes.
...
git-svn-id: http://svn.purei.org/purei/trunk@990 b36208d7-6611-0410-8bec-b1987f11c4a2
2012-09-07 00:23:45 +00:00
jpd002
71c6835ed9
Fixed compilation due to move of StdStreamUtils in Framework.
...
git-svn-id: http://svn.purei.org/purei/trunk@828 b36208d7-6611-0410-8bec-b1987f11c4a2
2011-12-19 04:19:04 +00:00
jpd002
0d3a5a2f86
Added support for unicode paths almost everywhere (with the help of boost::filesystem::path).
...
git-svn-id: http://svn.purei.org/purei/trunk@786 b36208d7-6611-0410-8bec-b1987f11c4a2
2011-09-29 02:39:09 +00:00
jpd002
71d58666c6
Fixed application icon not showing in the alt-tab menu on Windows XP.
...
Fixed deadlock happening when seeking in playlist too fast.
Added archive support (zip and rar).
Added auto playlist item discovery.
Added 'hefile' IOP IO device for Shadow Hearts.
git-svn-id: http://svn.purei.org/purei/trunk@740 b36208d7-6611-0410-8bec-b1987f11c4a2
2011-02-26 22:48:25 +00:00