Commit graph

43 commits

Author SHA1 Message Date
kervala
5fcfc87655 Fixed: All files and directories names are using 8-bits locale at the moment, so don't mix with UTF-8 under Windows (we could improve that later but it'll need a lot of changes, especially for all fopen calls) 2016-02-13 23:33:27 +01:00
kervala
a69103237f Changed: Reuse NLMISC::formatErrorMessage instead of native FormatMessage 2016-02-12 16:04:18 +01:00
kervala
23ec09c4b1 Fixed: CPath::makePathAbsolute removing first / 2016-02-11 21:00:54 +01:00
kaetemi
b171323b91 Also support AppData/Local to allow a non-roaming config 2016-02-04 13:02:32 +01:00
kervala
02bb9edf7d Changed: Minor changes 2016-01-23 10:18:23 +01:00
kervala
94b033caf9 Changed: Add a parameter to CPath::makePathAbsolute to simplify the path (remove all . and ..) 2016-01-23 09:44:41 +01:00
kervala
50c796236b Fixed: getLastSeparator should return std::string::size_type instead of an integer 2016-01-13 19:47:35 +01:00
kervala
12e16e83e2 Changed: Implement CPath::isAbsolutePath 2016-01-13 19:46:27 +01:00
kervala
bf73907da1 Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*) 2015-12-13 13:03:16 +01:00
kervala
29e95e59d3 Changed: Minor change 2015-03-02 13:13:45 +01:00
kervala
2e7e46b8f9 Fixed: Sort files in CFileContainer::addSearchPath too 2015-03-02 13:13:26 +01:00
kervala
d820233d21 Fixed: Skip .hg directories 2015-03-02 13:07:33 +01:00
kaetemi
edd1597b07 Remove redundant windows.h includes in NLMISC 2015-02-24 12:47:54 +01:00
dfighter1985
8b095f97b3 Merged in hotfix (pull request #114)
Merging hotfix branch
2015-02-13 19:48:42 +01:00
dfighter1985
eaf5d26bae Handle relative paths when loading .worldedit files in World Editor. 2015-02-08 00:24:29 +01:00
kervala
e3de253702 Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once) 2015-01-23 21:11:15 +01:00
dfighter1985
8971f98722 Merged default. 2014-07-22 00:15:50 +02:00
dfighter1985
c736145c2f CPath can now return the file list with a path filter. 2014-07-06 23:21:25 +02:00
kaetemi
5b47ca4709 Fix compilation of NLMISC under MinGW 2014-06-17 21:48:25 +02:00
kervala
39668984c1 Changed: Typo fixes (thanks to Vagrant!) 2013-02-08 13:26:07 +01:00
kervala
88f50cb6a0 Changed: Preliminary memory leaks detection under Windows 2012-12-08 11:40:34 +01:00
kaetemi
0d4f6da330 Fixed: Valgrind warnings 2012-06-28 11:08:36 +02:00
sfb
2f9410f22d Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
kervala
8e1a1acb5d Changed: #1249 Endianness problems while access to disk or memory 2011-02-01 18:29:03 +01:00
vl
18e0b77db2 Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere 2010-11-08 12:26:05 +01:00
rti
81568fe75f Fixed: #1153 Make ryzom_client run completely in an .app bundle 2010-11-03 16:32:06 +01:00
rti
5033d70471 Changed: #1153 Make ryzom_client run completely in an .app bundle 2010-11-03 13:39:35 +01:00
kervala
d03bf15a8d Fixed: getTemporaryDirectory() under Linux 2010-10-26 17:26:28 +02:00
kervala
0269f2f46d Changed: #825 Remove all warning when compiling Ryzom 2010-10-25 09:47:37 +02:00
kervala
15cb5a955b Changed: #1023 Use a standard application path for writing files 2010-10-16 20:07:20 +02:00
kervala
4456d81dd8 Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid 2010-09-27 14:40:21 +02:00
kervala
9ad0a25d50 Fixed: #1105 NLMISC::createDebug - Infinite loop 2010-09-26 23:08:17 +02:00
kervala
b2f5333297 Changed: #825 Remove all warning when compiling Ryzom 2010-08-09 16:20:03 +02:00
kervala
6a6272ec8c Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 10:39:41 +02:00
vl
3acf3e7de8 Removed: flooding warning 2010-07-26 10:56:22 +02:00
kervala
64c6a0f756 Changed: #1023 Use a standard application path for writing files 2010-07-17 18:09:41 +02:00
kervala
4e662bc8d3 Changed: #1023 Use a standard application path for writing files 2010-07-16 22:16:21 +02:00
kervala
bfc3409cb3 Changed: CFile::copyFile takes now 2 std::string as parameters 2010-07-01 11:51:27 +02:00
kervala
e5acdd3fed Changed: #880 Use PCH under Linux with CMake 2010-06-25 11:44:58 +02:00
kervala
c92b3e033d Changed: #991 Make sure all debug files are created in log directory 2010-06-21 20:37:46 +02:00
kervala
a970ad675c Changed: #853 Compilation on 64-bits platforms 2010-05-13 22:53:14 +02:00
kervala
c151c2473a Changed: #841 Change the wrong header in the source code 2010-05-12 11:27:13 +02:00
acemtp
1792297c93 initial version 2010-05-06 02:08:41 +02:00