Commit graph

6810 commits

Author SHA1 Message Date
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
d42bb07919 Fixed: Don't truncate 64 bits pointers 2016-12-04 17:10:10 +01:00
kervala
b58fd4b100 Changed: Remove empty function 2016-12-04 17:05:36 +01:00
kervala
e3e2fe0e74 Changed: Only delete _ProcessName if not NULL 2016-12-04 17:05:17 +01:00
kervala
63c925371d Changed: Use NULL instead of 0 2016-12-04 17:04:55 +01:00
kervala
038fbf0ea8 Fixed: Warning with VC++ 2015 2016-12-04 17:04:38 +01:00
kervala
f91c328261 Fixed: Compilation restore new to use new placement 2016-12-04 17:04:05 +01:00
kervala
95ee56ca5b Changed: Include PCH 2016-12-04 17:03:15 +01:00
kervala
c6b34b000b Removed: Empty sources 2016-12-04 17:01:38 +01:00
kervala
3f67ec3e5d Changed: Memory leaks detection 2016-12-04 17:00:20 +01:00
kervala
56d2a24352 Fixed: Define new operators when memory leaks detectin is enabled 2016-12-04 16:56:32 +01:00
kervala
01867c92d9 Fixed: Use macros instead of functions for memory align wrappers (easier to find memory leaks) 2016-12-04 16:55:52 +01:00
kervala
ec0222958f Fixed: Memory leaks in CBigFile 2016-12-04 16:54:57 +01:00
kervala
e9328811af Fixed: Respect coding standard for "parser" variable and delete it in destructor (fix a memory leak) 2016-12-04 16:52:50 +01:00
kervala
34eced40f7 Fixed: Replace free methods by freeBlock to avoid clash with free macros 2016-12-04 15:55:00 +01:00
kervala
554d782150 Fixed: Compilation 2016-12-04 15:50:28 +01:00
kervala
bb89ed670a Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
kervala
e525ea2960 Added: Snap project for Ryzom Installer 2016-12-04 13:24:04 +01:00
kervala
f66996b7f3 Fixed: Compilation 2016-12-03 18:14:58 +01:00
kervala
387ec5db8b Fixed: Compilation with GCC 6 2016-12-03 18:14:31 +01:00
kervala
bb9cec5372 Changed: Use MCHAR and _M macros for 3dsmax SDK strings 2016-12-02 17:20:25 +01:00
kervala
0fb1fa5cc0 Changed: Minor changes 2016-12-02 16:30:10 +01:00
kervala
8eb24e71e3 Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE 2016-12-02 16:24:31 +01:00
kervala
e6a2df9c7a Changed: Constification of addSlashR and removeSlashR 2016-12-02 16:01:43 +01:00
kervala
9e2ce6596d Fixed: We need to pass the executable full path as first argument to CreateProcess 2016-12-02 16:00:22 +01:00
kervala
9c7c4d59db Changed: Use CreateProcess instead of WinExec (deprecated) to launch an executable 2016-12-02 15:59:45 +01:00
kervala
476ac53605 Changed: Use std::string instead of const char* for openURL and openDoc 2016-12-02 15:58:59 +01:00
kervala
fbac57da97 Fixed: Use UNICODE versions of Win32 API 2016-12-02 15:57:25 +01:00
kervala
832da192ec Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE 2016-11-29 20:51:53 +01:00
kervala
fa30da556c Changed: Support PNG for Snapshot Tool 2016-11-29 20:47:33 +01:00
kervala
5cd37cb3cd Changed: Constification of catches 2016-11-29 20:46:49 +01:00
kervala
afbe840c51 Changed: Replace all path native functions by NeL methods 2016-11-29 20:43:55 +01:00
kervala
a8293233ed Changed: Moved Ligo headers to include 2016-11-29 20:34:35 +01:00
kervala
e78bb0c916 Fixed: Strict aliasing warnings 2016-11-29 20:32:33 +01:00
kervala
7242de6856 Fixed: GCC warning "variable might be clobbered by longjmp" 2016-11-29 20:28:19 +01:00
kervala
f1f15f59eb Changed: Use wide characters version of ShellExecute 2016-11-29 20:26:34 +01:00
kervala
1feacdce13 Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE 2016-11-29 20:24:58 +01:00
kervala
8e2d5f3fff Fixed: -Wl,-z doesn't exist under OS X 2016-11-26 16:32:09 +01:00
kervala
2a5323c45e Fixed: -Wl,-Bsymbolic-functions doesn't exist under OS X 2016-11-26 15:59:43 +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
49d66d2f32 Changed: Minor changes 2016-11-25 14:12:03 +01:00
kervala
4795488385 Changed: Minor changes 2016-11-25 13:26:53 +01:00
kervala
6f5b64a669 Fixed: In MBCS mode, convert to std::string 2016-11-25 13:18:40 +01:00
kervala
9482f45375 Fixed: PCH with old CMake versions (definitions already include -D) 2016-11-25 10:57:59 +01:00
kervala
f8440af86a Changed: Added option ignore_free_disk_space_checks to ryzom_installer.ini 2016-11-25 10:44:06 +01:00