Commit Graph

1608 Commits (55172c93b5a16f96f70b654a43177f1aeea26e52)

Author SHA1 Message Date
Nimetu 066057d04c Added: Map search translation
--HG--
branch : compatibility-develop
7 years ago
kervala 0f02701326 Merge with develop
--HG--
branch : compatibility-develop
7 years ago
kervala 613d4ddc34 Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless
--HG--
branch : develop
7 years ago
kervala 630ae259ad Changed: Add Steam support in develop branch too
--HG--
branch : develop
7 years ago
Nimetu 655dee03b4 Merge with develop
--HG--
branch : compatibility-develop
7 years ago
Cédric OCHS 36f5ee7f83 Merged in Glorf/ryzomcore/fix_freespace_check (pull request #156)
Fix ignoreFreeDiskSpaceChecks() usage

Approved-by: Cédric OCHS <kervala@gmail.com>

--HG--
branch : develop
7 years ago
Guillaume Dupuy d163cde51e Fix ignoreFreeDiskSpaceChecks() usage
Now actually ignore free space, instead of creating an error and refusing to go further everytime

--HG--
branch : fix_freespace_check
7 years ago
kervala b349fe3c77 Merge with develop
--HG--
branch : compatibility-develop
7 years ago
kervala 524a3d6645 Fixed: Description of "delete profile" action (all files are really deleted)
--HG--
branch : develop
7 years ago
kervala 5e27fe01f1 Changed: Updated translations (mostly UTF-16 -> UTF-8 conversion and use of UNIX EOL)
--HG--
branch : compatibility-develop
8 years ago
kervala d0a199d22d Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 4a848b0771 Changed: Centralize Foundation framework search
--HG--
branch : develop
8 years ago
Guillaume Dupuy 79636f393d Minor item group fixes :
* Slot properly saved for right/left hand (couldn't equip 1H sword + dagger before)
* Ingame macro edition for item group
* Use the correct index (db index and not item list index) to autoEquip an item
* non ascii characters (accentued characters and stuff like that) are now correctly displayed in interface / commands output

--HG--
branch : compatibility-develop
8 years ago
Guillaume Dupuy 67877cb846 Forgot UI translation
--HG--
branch : compatibility-develop
8 years ago
Guillaume Dupuy b0ad916c37 Added translations for item groups
--HG--
branch : compatibility-develop
8 years ago
Nimetu 34573de13b Added: translations
--HG--
branch : compatibility-develop
8 years ago
kervala 84618b4fbe Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 065d1dc84c Changed: Minor change
--HG--
branch : develop
8 years ago
kervala 8884a8fcb1 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 07606ffd77 Fixed: done() is a method of QDialog
--HG--
branch : develop
8 years ago
kervala b04451c473 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 408dbb64f6 Fixed: Uninitialized variable
--HG--
branch : develop
8 years ago
kervala 929cf93b87 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 89347cd6a0 Changed: Unicode
--HG--
branch : develop
8 years ago
kervala 6978dc9bee Changed: Use std::string instead of const char*
--HG--
branch : develop
8 years ago
kervala 0a4ce7e4e1 Changed: Unicode
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala 4e99767ae2 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 32fbf8163d Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala b52daf9519 Fixed: Unicode MFC use
--HG--
branch : develop
8 years ago
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
kervala afe3863f0f Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala d039598225 Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala f085121937 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala fe72e1c8d3 Fixed: Compilation of World Editor in Unicode
--HG--
branch : develop
8 years ago
kervala 94bf8fd54e Changed: Use TCHAR functions
--HG--
branch : develop
8 years ago
kervala 699680ac4a Changed: Use addSlashR to replace \n by \r\n
--HG--
branch : develop
8 years ago
kervala 5dfa19518a Changed: NeL helpers to launch an external editor
--HG--
branch : develop
8 years ago
kervala 5658cad02e Changed: Convert std::string <> TCHAR
--HG--
branch : develop
8 years ago
kervala dbba511ee7 Changed: Replace a lot of const char* by std::string parameters
--HG--
branch : develop
8 years ago
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
8 years ago
kervala 995ea1e64f Changed: Unimplemented functions
--HG--
branch : develop
8 years ago
kervala b66b85cefd Changed: Unicode MFC support
--HG--
branch : develop
8 years ago
kervala e2b74b77c6 Changed: Memory leaks detection
--HG--
branch : develop
8 years ago
kervala c767e55344 Backed out changeset: 6b7af3bc4752
--HG--
branch : compatibility-develop
8 years ago
kervala 4316dfaa98 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala e0cb4bbe9e Changed: Use NLMISC::openURL to open a page in browser
--HG--
branch : develop
8 years ago
kervala c7f2bc6fa3 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala ac79329448 Fixed: Compilation of Ryzom Installer with Qt versions older than 5.6
--HG--
branch : develop
8 years ago
kervala c9c542de8b Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
8 years ago
kervala 316ee0d69c Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 7af3a4c68c Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
8 years ago
kervala 25a4d6bbed Changed: Replace all path native functions by NeL methods
--HG--
branch : develop
8 years ago
kervala d568a0eedd Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
8 years ago
Nimetu 6150489f57 Changed: Added translation
--HG--
branch : compatibility-develop
8 years ago
kervala f8176cedb3 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 040f7c0fae Fixed: Return 0 if cancel installation
--HG--
branch : develop
8 years ago
kervala fb21a038d9 Changed: Updated Ryzom Installer translations
--HG--
branch : develop
8 years ago
kervala b17da91efd Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 8adf092cb8 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala c4b9d77eaa Changed: Added option ignore_free_disk_space_checks to ryzom_installer.ini
--HG--
branch : develop
8 years ago
kervala 033a337419 Changed: Replace all _splitpath by NeL methods
--HG--
branch : develop
8 years ago
kervala 6565603216 Changed: Convert CString and TCHAR* from/to std::string
--HG--
branch : develop
8 years ago
kervala b7ca1d224c Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala a3262bb971 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala 501e1d9d27 Fixed: Specify working directory for getVersionFromExecutable
--HG--
branch : develop
8 years ago
kervala cc331d6295 Fixed: Wrong variable
--HG--
branch : develop
8 years ago
kervala 7afe10373b Fixed: Use default path for ryzom_installer.log is installation directory not defined
--HG--
branch : develop
8 years ago
kervala 4eb21c1612 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 0fb9906929 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala 61bb58bea3 Fixed: Typos
--HG--
branch : develop
8 years ago
kervala 791821d6d6 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 8d82472586 Changed: Macros to convert to/from TCHAR* and std::string
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala 2cbb1614d4 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 556590e73a Fixed: Don't use hash to extract clauses but identifier (else there could be conflict if the same text if used several times)
--HG--
branch : develop
8 years ago
kervala 2749d40508 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 9ce39945ce Fixed: Crash when processing comments
--HG--
branch : develop
8 years ago
kervala 4461c0de7b Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala e9a54a310e Changed: Resume download for 2xx HTTP status codes
--HG--
branch : develop
8 years ago
kervala 7628842931 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 857b60dd82 Fixed: Any 3xx HTTP status codes are redirections
--HG--
branch : develop
8 years ago
kervala 7e2bbe1f37 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala f9117d8e94 Changed: Rerun Installer from a specific directory with right arguments
--HG--
branch : develop
8 years ago
kervala a9c3982d21 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 589be3bbbb Changed: Don't display an error if file doesn't exist
--HG--
branch : develop
8 years ago
kervala 9f934f7765 Changed: Discard \r and only use \n
--HG--
branch : develop
8 years ago
kervala a2a7dfa028 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 9e0954fad5 Changed: ForceUtf8 parameter useless now
--HG--
branch : develop
8 years ago
kervala 369a121aa1 Fixed: Wrong size of nl
--HG--
branch : develop
8 years ago
kervala b7c008c014 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 37d34a2f0f Changed: Removed trailing spaces
--HG--
branch : develop
8 years ago
kervala 235e9bdbfd Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 11e9a7ea81 Changed: Sleep 1 second after copying files (because to some disk cache)
--HG--
branch : develop
8 years ago
kervala ee2d17c24b Changed: Don't try to copy Installer several times (if it fails once, it'll fail forever)
--HG--
branch : develop
8 years ago
kervala 469bd13a28 Changed: Use QSaveFile to be sure the file is fully written
--HG--
branch : develop
8 years ago
kervala 7a894c1506 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 814b3d003b Changed: Updated all translations in UTF-8
--HG--
branch : compatibility-develop
8 years ago