Commit graph

354 commits

Author SHA1 Message Date
kervala
9d39532d7d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead) 2016-12-04 18:38:16 +01:00
kervala
95bf392fe3 Fixed: Fix memory leaks about logs, displayers, etc... 2016-12-04 17:23:28 +01:00
kervala
35d98fda26 Changed: Don't need to use const char* 2016-12-04 17:22:49 +01:00
kervala
11b56a7e6d Changed: Renamed thread to Thread and assign InstallThread and DownloadThread 2016-12-04 17:19:37 +01:00
kervala
162b9e182b Changed: Replace 0 by NULL 2016-12-04 17:17:25 +01:00
kervala
5709cd0a5f Fixed: Delete CViewRenderer instance (fix a memory leak) 2016-12-04 17:17:06 +01:00
kervala
e805d78297 Fixed: Delete created thread (fix a memory leak) 2016-12-04 17:15:43 +01:00
kervala
8f7ab70efe Changed: Don't need to use CSString 2016-12-04 17:14:47 +01:00
kervala
bd58acdf86 Fixed: Warnings with GGC 6 2016-12-04 17:12:58 +01:00
kervala
26e76f796a Fixed: getMission returns a mission instead of NULL 2016-12-04 17:12:39 +01:00
kervala
5f1da53bd9 Fixed: Typo 2016-12-04 17:11:23 +01:00
kervala
70ea375a94 Fixed: Only 1 parameter for forceMissionProgress 2016-12-04 17:11:12 +01:00
kervala
3f67ec3e5d Changed: Memory leaks detection 2016-12-04 17:00:20 +01:00
kervala
387ec5db8b Fixed: Compilation with GCC 6 2016-12-03 18:14:31 +01:00
kervala
8eb24e71e3 Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE 2016-12-02 16:24:31 +01:00
kervala
afbe840c51 Changed: Replace all path native functions by NeL methods 2016-11-29 20:43:55 +01:00
kervala
e78bb0c916 Fixed: Strict aliasing warnings 2016-11-29 20:32:33 +01:00
kervala
1feacdce13 Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE 2016-11-29 20:24:58 +01:00
Nimetu
eb25dfdd2c Changed: minor change to ui 2016-11-26 15:24:05 +02:00
Nimetu
fba5689b41 Changed: Add free-view mouse tablet mode option 2016-11-26 14:55:38 +02:00
kervala
68755139e2 Fixed: Return 0 if cancel installation 2016-11-26 13:15:51 +01:00
kervala
9bd7765c25 Changed: Updated Ryzom Installer translations 2016-11-26 13:15:03 +01:00
kervala
4795488385 Changed: Minor changes 2016-11-25 13:26:53 +01:00
kervala
f8440af86a Changed: Added option ignore_free_disk_space_checks to ryzom_installer.ini 2016-11-25 10:44:06 +01:00
kervala
936dbec82c Changed: Replace all _splitpath by NeL methods 2016-11-22 19:34:43 +01:00
kervala
c0be27e2bc Changed: Convert CString and TCHAR* from/to std::string 2016-11-22 13:07:52 +01:00
kervala
7ce3f96422 Changed: Use _T macro and TCHAR to support UNICODE 2016-11-22 12:39:44 +01:00
kervala
d9e8c88dfa Fixed: Warnings 2016-11-22 12:22:17 +01:00
kervala
8139222e27 Fixed: Strict aliasing warnings 2016-11-22 12:14:32 +01:00
kervala
2d4ba17851 Fixed: Specify working directory for getVersionFromExecutable 2016-11-21 16:36:12 +01:00
kervala
c6fa3ad931 Fixed: Wrong variable 2016-11-21 16:35:28 +01:00
kervala
3d726db78c Fixed: Use default path for ryzom_installer.log is installation directory not defined 2016-11-21 16:35:18 +01:00
kervala
7134f35f69 Fixed: Warnings 2016-11-21 13:22:05 +01:00
kervala
2a90da11f4 Fixed: Compilation 2016-11-20 16:40:39 +01:00
kervala
dc217f573f Changed: Replace all "" by empty(), clear(), Empty(), etc... 2016-11-20 14:49:13 +01:00
kervala
81825f4e43 Changed: Constification of catches 2016-11-20 12:31:48 +01:00
kervala
1840d26972 Changed: Use wide versions of Win32 API 2016-11-19 21:12:04 +01:00
kervala
d5e75314f8 Fixed: Typos 2016-11-19 21:07:52 +01:00
kervala
079e7bdc6b Changed: Use _T macro and TCHAR to support UNICODE 2016-11-19 21:07:20 +01:00
kervala
888b27f87a Changed: Macros to convert to/from TCHAR* and std::string 2016-11-19 19:46:40 +01:00
kervala
8dd3157847 Fixed: Typos detected by Lintian 2016-11-19 19:11:12 +01:00
kervala
6c2b248af1 Changed: liblzma 16.04 2016-11-15 11:32:20 +01:00
kervala
955978c6c6 Changed: Use _T macro and TCHAR to support UNICODE 2016-11-15 10:53:22 +01:00
kervala
f61f3e777f Fixed: Don't use hash to extract clauses but identifier (else there could be conflict if the same text if used several times) 2016-11-15 10:47:02 +01:00
kervala
dea9655cc3 Changed: Minor changes 2016-11-15 10:44:59 +01:00
kervala
8455ba3917 Fixed: Crash when processing comments 2016-11-15 10:40:38 +01:00
kervala
8247727acb Changed: Resume download for 2xx HTTP status codes 2016-11-13 16:53:04 +01:00
kervala
2781f6b011 Fixed: Any 3xx HTTP status codes are redirections 2016-11-13 11:07:32 +01:00
kervala
1c63238884 Changed: Rerun Installer from a specific directory with right arguments 2016-11-05 19:46:12 +01:00
kervala
684afebf6b Changed: Minor changes 2016-11-04 20:23:01 +01:00