Commit graph

1341 commits

Author SHA1 Message Date
kervala
6d2c530210 Changed: Typo
--HG--
branch : develop
2016-10-27 10:55:20 +02:00
kervala
19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
2016-10-27 10:54:09 +02:00
kervala
f2f2e94e51 Fixed: Crash when calling runAH in Lua scripts too soon
--HG--
branch : develop
2016-10-26 14:29:49 +02:00
kervala
a0075414c0 Changed: Use empty() to check if a string is empty
--HG--
branch : develop
2016-10-25 15:52:14 +02:00
kervala
7f4fa540e1 Changed: Display a warning when SetWindowTextW fails
--HG--
branch : develop
2016-10-25 11:49:46 +02:00
kervala
e957923ed2 Fixed: Default action tooltip text position
--HG--
branch : develop
2016-10-23 16:24:18 +02:00
kervala
eedebb6833 Changed: Removed trailing spaces at EOL
--HG--
branch : develop
2016-10-23 16:16:48 +02:00
kervala
8db56f5671 Changed: Name edit box better aligned
--HG--
branch : develop
2016-10-22 19:38:13 +02:00
kervala
d52cede669 Fixed: Wrong height in action edit
--HG--
branch : develop
2016-10-22 19:38:05 +02:00
kervala
c2d0a3690f Changed: Name edit box better aligned
--HG--
branch : develop
2016-10-22 19:24:20 +02:00
kervala
de3d3971b7 Changed: Removed trailing spaces at EOL
--HG--
branch : develop
2016-10-22 18:50:43 +02:00
kervala
f22fc6cea7 Changed: Support RYZOM_BUILD CMake option to force Bundle version
--HG--
branch : develop
2016-10-22 16:48:15 +02:00
kervala
76f036e802 Changed: OS X icon slightly changed
--HG--
branch : develop
2016-10-22 16:47:43 +02:00
kervala
39280d10b8 Changed: MACOSX_BUNDLE_BUNDLE_VERSION must a short version
--HG--
branch : develop
2016-10-21 20:00:23 +02:00
kervala
6920f0d5ba Fixed: Use real Ryzom version instead of 1.0
--HG--
branch : develop
2016-10-21 19:03:40 +02:00
kervala
084bc2bba9 Changed: Allow to enable Sandbox under OS X
--HG--
branch : develop
2016-10-20 13:53:23 +02:00
kervala
5539873337 Fixed: Use 3 numbers version (without revision) for MACOSX_BUNDLE_SHORT_VERSION_STRING
--HG--
branch : develop
2016-10-19 17:07:31 +02:00
kervala
1cbbd9083f Changed: Use best dictionary size (128MB) to compress files and other parameters auto
--HG--
branch : develop
2016-10-19 13:31:45 +02:00
kervala
142155d8c8 Fixed: Use & to not wait until client exits in bash script
--HG--
branch : develop
2016-10-19 10:49:20 +02:00
kervala
4f996024d9 Fixed: Catch ESocket exceptions when disconnecting and log it
--HG--
branch : develop
2016-10-19 10:48:32 +02:00
kervala
0080dfc44e Changed: Use exec command under OS X to relaunch client
--HG--
branch : develop
2016-10-18 10:32:45 +02:00
kervala
f24346486f Fixed: Use parent directories
--HG--
branch : develop
2016-10-17 16:51:01 +02:00
kervala
25824bf8bf Fixed: Check exact filename with pgrep
--HG--
branch : develop
2016-10-17 13:29:37 +02:00
kervala
3a2488a126 Fixed: Escape path (it can contains spaces)
--HG--
branch : develop
2016-10-17 13:08:44 +02:00
kervala
c8891166ff Changed: Disable FXAA checkbox if bloom not supported
--HG--
branch : develop
2016-10-16 17:39:07 +02:00
kervala
8e1123b9fb Changed: Upgrade scripts
--HG--
branch : develop
2016-10-16 17:38:37 +02:00
kervala
85c2535a1f Fixed: Deadlock while calling CoUninitialize()
--HG--
branch : develop
2016-10-15 17:11:53 +02:00
kervala
7a0a35586a Changed: Copy Ryzom Installer in parent directory if present
--HG--
branch : develop
2016-10-15 10:27:34 +02:00
kervala
a70b4d2613 Fixed: Also copy DLLs compatible with Ryzom Installer
--HG--
branch : develop
2016-10-15 10:22:50 +02:00
kervala
4d6842495d Changed: Use a 128x128 icon for Linux
--HG--
branch : develop
2016-10-12 15:12:26 +02:00
kervala
a8d741882b Changed: Also set executable flag for ryzom_installer_qt
--HG--
branch : develop
2016-10-12 15:12:09 +02:00
kervala
d3bf97e00f Fixed: NL_OS_WIN32 is never defined
--HG--
branch : develop
2016-10-08 18:28:54 +02:00
kervala
bf96615bc4 Changed: Minor changes
--HG--
branch : develop
2016-09-28 23:42:33 +02:00
kervala
e7b23c958a Fixed: Connexion -> Connection typo
--HG--
branch : develop
2016-09-28 23:42:01 +02:00
kervala
f168dd17e2 Changed: Also check icon in same directory as executable
--HG--
branch : develop
2016-09-28 23:30:24 +02:00
kervala
1ce480a809 Changed: Minor change
--HG--
branch : develop
2016-09-24 14:00:01 +02:00
kervala
3c4f5bfd4c Changed: Moved Syphox mod to ryzom/data/mods to not conflict when creating gamedev.bnp
--HG--
branch : develop
2016-09-24 13:59:09 +02:00
kervala
338c1883bc Fixed: Don't ask confirmation
--HG--
branch : develop
2016-09-21 18:04:07 +02:00
kervala
0b6546244d Fixed: Missing ENDIF()
--HG--
branch : develop
2016-09-21 17:38:10 +02:00
kervala
cb92380966 Changed: Install Upgrade scripts
--HG--
branch : develop
2016-09-21 17:34:13 +02:00
kervala
abde821537 Added: upgd_nl.bat for Windows
--HG--
branch : develop
2016-09-21 17:27:29 +02:00
kervala
dc2dad8c77 Changed: Removed extraneous spaces
--HG--
branch : develop
2016-09-20 21:40:17 +02:00
kervala
dca429c0b5 Fixed: Don't put downloaded files in quarantine under OS X
--HG--
branch : develop
2016-09-10 19:39:36 +02:00
kervala
fc202e4034 Changed: Minor change
--HG--
branch : develop
2016-09-10 19:38:40 +02:00
kervala
49abad7028 Fixed: Bug where exedll.bnp wasn't downloaded
--HG--
branch : develop
2016-09-10 19:38:27 +02:00
kervala
400c17826e Changed: Added getGroundZ to develop branch too
--HG--
branch : develop
2016-09-03 10:05:56 +02:00
Nimetu
ee128cba1e Changed: Implement mp3 player playlist
--HG--
branch : develop
2016-08-30 21:25:58 +03:00
Nimetu
c2226fe3ff Fixed: Adding songs from wrong list
--HG--
branch : develop
2016-08-30 18:38:30 +03:00
kervala
aa39c4fccc Changed: Use %~X instead of %X because it removes double quotes
--HG--
branch : develop
2016-08-26 13:30:30 +02:00
kervala
de109486b2 Changed: Remove unneeded double quotes in batch file
--HG--
branch : develop
2016-08-26 13:00:51 +02:00
Nimetu
b6c03d5df8 Fixed: Save mp3 player volume to icfg
--HG--
branch : develop
2016-08-25 22:14:58 +03:00
Nimetu
439916fae8 Changed: Make media player to play songs from music directory (issue #59)
--HG--
branch : develop
2016-08-25 22:08:05 +03:00
kervala
0f772c8605 Changed: Fix text align in patch windows, see #280
--HG--
branch : develop
2016-07-25 10:45:07 +02:00
kervala
5097e05d51 Added: New version of "DejaVu Sans" fonts (and monospace version)
--HG--
branch : develop
2016-07-25 09:35:23 +02:00
Nimetu
9fb14c42d8 Added: Monospace font options
--HG--
branch : develop
2016-07-24 16:07:18 +03:00
Nimetu
91c9594a5a Fixed: Wrong align on info window on character creation screen.
--HG--
branch : develop
2016-07-23 11:04:45 +03:00
kervala
c57d77c1ba Changed: Fix right text align by Info Window (patch by Riasan)
--HG--
branch : develop
2016-07-20 14:07:10 +02:00
kervala
b4d1f7febe Fixed: Typos
--HG--
branch : develop
2016-07-19 09:41:27 +02:00
kervala
0e2d475ab2 Changed: Fox right text align by map and respawn window (patch by Riasan)
--HG--
branch : develop
2016-07-19 09:41:12 +02:00
Nimetu
bc98a23af3 Fixed: Re-add handsbar horizontal mode
--HG--
branch : develop
2016-07-09 14:54:11 +03:00
kervala
d4a9b63540 Changed: Apply changes from default interface to Syphox one
--HG--
branch : develop
2016-07-09 13:47:30 +02:00
kervala
8e0846e16f Changed: Bad Position of Text after fix the Text High (by Riasan)
--HG--
branch : develop
2016-07-09 08:55:24 +02:00
Nimetu
8f1da052a2 Changed: Allow windowed mode to span over multiple desktops
--HG--
branch : develop
2016-07-07 00:47:00 +03:00
Nimetu
42a7d602af Changed: If char keys/icfg file does not exist, use shared keys/icfg file
--HG--
branch : develop
2016-07-01 21:37:26 +03:00
kervala
438d637f66 Changed: Apply changes from default interface to Syphox one
--HG--
branch : develop
2016-07-01 10:41:48 +02:00
kervala
2db7ca9729 Changed: Use std::numeric_limits instead of ~0
--HG--
branch : develop
2016-06-26 19:43:08 +02:00
kervala
766989a0b3 Fixed: Better alignment of text
--HG--
branch : develop
2016-06-26 19:39:00 +02:00
kervala
b02321e36f Fixed: Wrong alignment of text in edit boxes
--HG--
branch : develop
2016-06-26 19:13:34 +02:00
kervala
9361a70549 Fixed: Wrong alignment of text on character selection screen
--HG--
branch : develop
2016-06-26 19:01:49 +02:00
kervala
c6f3c0fb73 Fixed: Wrong alignment of text on login screen
--HG--
branch : develop
2016-06-26 18:49:27 +02:00
kervala
4e761f69d6 Changed: Use toString instead of std::stringstream
--HG--
branch : develop
2016-06-26 14:54:28 +02:00
kervala
83c97c6c36 Changed: Init CSystemUtils in INelContext
--HG--
branch : develop
2016-06-19 20:48:30 +02:00
Nimetu
7e488219a7 Changed: Add scrollbar to macro commands list
--HG--
branch : develop
2016-06-16 23:32:31 +03:00
kervala
389e5712df Changed: Allow to compile Ryzom Installer alone
--HG--
branch : develop
2016-06-12 14:13:42 +02:00
Nimetu
f201abe6db Changed: Set <textarea>, <input> font style
--HG--
branch : develop
2016-06-12 10:30:16 +03:00
Nimetu
caf8c5195c Added: Rows attribute to <textarea> element
--HG--
branch : develop
2016-06-12 10:22:22 +03:00
kervala
70aad8085d Changed: LZMA updated to 16.02
--HG--
branch : develop
2016-06-07 13:22:34 +02:00
kervala
e140951e56 Changed: More details on OS and machine in client.log
--HG--
branch : develop
2016-06-07 13:21:45 +02:00
kervala
9a7bcd8613 Fixed: Create Ryzom profile folder if not already created and return 1 if unable to create it
--HG--
branch : develop
2016-05-29 20:36:53 +02:00
kervala
13ab34d174 Changed: Remove useless comments/commented code
--HG--
branch : develop
2016-05-29 20:35:56 +02:00
kervala
aeb33f9967 Fixed: Set VSync value after 3D driver initialized
--HG--
branch : develop
2016-05-27 22:17:25 +02:00
kervala
1ae20f6abb Changed: Unix EOL
--HG--
branch : develop
2016-05-25 23:20:02 +02:00
kervala
efe00fa8bf Changed: Replace string empty assign by clear()
--HG--
branch : develop
2016-05-25 23:19:26 +02:00
kervala
4b1959a560 Changed: Replace size() comparisons by empty()
--HG--
branch : develop
2016-05-25 23:18:11 +02:00
kervala
fa7a46205d Fixed: Inconsistent EOL
--HG--
branch : develop
2016-05-24 11:24:36 +02:00
kervala
5ad9a57ada Fixed: Append _dev suffix to ryzom_client under Linux too
--HG--
branch : develop
2016-05-24 11:19:41 +02:00
Cédric OCHS
b2fdf9c936 Merged in Llapp/ryzomcore/dev-syui (pull request #139)
UI modification:

--HG--
branch : develop
2016-05-23 14:35:20 +02:00
Llapp
3c6a7f4daf UI modification:
*added some new textures
*added code
*changed guild window
*added team invite buttons to tell window, friendlist and guildlist
*added percent view for target HP
*added target sap and stam in target window with percent view
*added pvp icon for target window
*added fps view into radar
*added openable option for guild and friendlist
*added guild invite button

--HG--
branch : dev-syui
2016-05-22 23:04:30 +02:00
kervala
df1e6aa11b Changed: New command /version to display Ryzom client version
--HG--
branch : develop
2016-05-18 14:29:23 +02:00
kervala
fc6d3eb075 Changed: Removed extraneous spaces at the end of lines
--HG--
branch : develop
2016-05-17 20:48:15 +02:00
kervala
0c811510d5 Changed: Delete SoundMngr to avoid memory leaks
--HG--
branch : develop
2016-05-17 10:59:28 +02:00
kervala
00ccc811f6 Changed: LZMA updated to 16.00
--HG--
branch : develop
2016-05-15 12:04:31 +02:00
kervala
5b3683bbd3 Changed: Replace other cp=1 by cp=2
--HG--
branch : develop
2016-05-12 20:02:40 +02:00
kervala
c1d142b9ee Changed: Append cp=2 parameter to query when requesting salt to know that we support SHA512 crypt
--HG--
branch : develop
2016-05-12 19:53:16 +02:00
kervala
011b545ac8 Changed: Minor changes
--HG--
branch : develop
2016-05-12 19:52:20 +02:00
kervala
a885b9b557 Changed: Added new command /playedTime that displays time played with this character
--HG--
branch : develop
2016-05-12 19:51:52 +02:00
kervala
c95bd7faba Changed: Check for NULL X509_INFO
--HG--
branch : develop
2016-05-08 13:33:38 +02:00
kervala
a0916ca14a Changed: Useless to put a space after method name (if needed, we'll add ourself later)
--HG--
branch : develop
2016-05-08 13:33:21 +02:00
kervala
8099537d02 Changed: Minor changes
--HG--
branch : develop
2016-05-08 13:31:54 +02:00
kervala
8fb8cfb218 Changed: Specify host too for login HTTP requests
--HG--
branch : develop
2016-05-08 13:31:08 +02:00
kervala
0786abd9f6 Backed out changeset: d758db202adf
--HG--
branch : develop
2016-05-05 17:57:05 +02:00
Nimetu
6f8a9b8108 Changed: Increase default request timeout for web browsers
--HG--
branch : develop
2016-05-05 15:00:28 +03:00
kervala
99b87b1128 Changed: Update interfaces files with patchlet version
--HG--
branch : develop
2016-05-04 10:07:03 +02:00
Nimetu
7cd5204457 Changed: When writing to icfg or keys files, write to temp file and then rename
--HG--
branch : develop
2016-04-29 12:16:43 +03:00
kervala
811a39aa1a Changed: Display certificate path
--HG--
branch : develop
2016-04-18 13:40:13 +02:00
kervala
631b7346c2 Fixed: Warnings with clang
--HG--
branch : develop
2016-04-18 13:40:02 +02:00
kervala
5b53bbbe3f Fixed: Ignore "certificate already in hash table" errors
--HG--
branch : develop
2016-04-18 13:39:48 +02:00
kervala
8090ddd12f Changed: Display parameters passed to batch in log
--HG--
branch : develop
2016-04-12 19:54:38 +02:00
kervala
6e05750fa3 Changed: Removed extraneous spaces at the end of lines
--HG--
branch : develop
2016-04-12 15:42:53 +02:00
kervala
28f66549a0 Fixed: CURLE_NOT_BUILT_IN undefined with some CURL versions
--HG--
branch : develop
2016-04-12 15:42:43 +02:00
kervala
0a110eff4f Fixed: Wrong display of max resist levels
--HG--
branch : develop
2016-04-09 13:02:12 +02:00
kervala
c5e57273a9 Changed: Give priority to login specified as argument
--HG--
branch : develop
2016-04-06 09:36:06 +02:00
kervala
bac64a0860 Changed: Reverted change, not sure it fixes anything
--HG--
branch : develop
2016-04-02 19:33:53 +02:00
Nimetu
2eb1d7b293 Added: AppZone and WebBrowser components
--HG--
branch : develop
2016-03-22 11:11:47 +02:00
kervala
89be3e39de Fixed: Clang warnings
--HG--
branch : develop
2016-03-19 19:29:03 +01:00
kervala
cf20e21f83 Changed: Use named arguments in uiFilterMenuDynamic translation
--HG--
branch : develop
2016-03-18 22:11:03 +01:00
kervala
4074f095eb Fixed: Move setrlimit after initializing logs
--HG--
branch : develop
2016-03-18 22:10:19 +01:00
kervala
94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
2016-03-18 22:06:20 +01:00
kervala
6e816dfaa2 Changed: Init log before calling prelogInit()
--HG--
branch : develop
2016-03-18 18:10:01 +01:00
kervala
1356c1d447 Fixed: Renamed ryzom_configuration to ryzom_configuration_qt under Linux
--HG--
branch : develop
2016-03-16 19:14:23 +01:00
kervala
413dd8eb93 Fixed: We need to restart client from the same startup directory as parent one
--HG--
branch : develop
2016-03-16 19:13:57 +01:00
kervala
8bc243ffe1 Changed: Removed some semicolons in Lua when useless
--HG--
branch : develop
2016-03-16 19:13:07 +01:00
kervala
5121cdb7d4 Changed: Use # in Lua to get the size of an array
--HG--
branch : develop
2016-03-15 17:55:58 +01:00
kervala
d113bb7b10 Changed: Search client_default.cfg also in ETC_RYZOM_PREFIX
--HG--
branch : develop
2016-03-15 17:44:21 +01:00
kervala
61934be39a Fixed: Fyros and Matis are using first name first while Trykers and Zoraïs are using last name first
--HG--
branch : develop
2016-03-15 12:35:47 +01:00
kervala
c3d3024507 Changed: Remived useless semicolons
--HG--
branch : develop
2016-03-15 12:34:45 +01:00
kervala
bb67a604e6 Fixed: Wrong first and last names orders and some minor bugs
--HG--
branch : develop
2016-03-15 00:03:06 +01:00
kervala
efac9c97b1 Changed: Use more explicit variable names
--HG--
branch : develop
2016-03-15 00:01:29 +01:00
kervala
7366a1f994 Changed: Minor changes (spaces replaced by tabs)
--HG--
branch : develop
2016-03-14 23:58:58 +01:00
kaetemi
4762b33ac0 Fix thunder update
--HG--
branch : develop
2016-03-10 12:08:48 +01:00
kaetemi
c8646b26d1 Fix rounding error in _RyzomDay and _RyzomTime calculation
--HG--
branch : develop
2016-03-10 12:08:48 +01:00
kervala
8dec2fbb54 Changed: Random names generator updated by Osquallo
--HG--
branch : develop
2016-03-09 11:21:53 +01:00
kaetemi
48a120b21f Fix curl crash
--HG--
branch : develop
2016-03-08 12:46:15 +01:00
kervala
846be58379 Changed: Better warning
--HG--
branch : develop
2016-03-05 12:42:32 +01:00
kervala
865bece41c Changed: Random names generator updated by Osquallo
--HG--
branch : develop
2016-03-05 11:29:06 +01:00
Nimetu
bc8fd9fe2b Added: Horizontal mode to second action bar
--HG--
branch : develop
2016-03-01 22:30:05 +02:00
Nimetu
a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
2016-02-23 10:52:21 +02:00
kervala
c182708cd0 Changed: Escape Linux upgrade script as well
--HG--
branch : develop
2016-03-01 13:46:04 +01:00
kervala
4519893d78 Fixed: Loading PEM file
--HG--
branch : develop
2016-03-01 13:45:45 +01:00
kervala
22b582fe46 Fixed: Escape paths with quotes under OS X
--HG--
branch : develop
2016-02-29 09:32:27 +01:00
kervala
3ddefec294 Changed: Delete updt_nl.bat/sh only when patch enabled and after determining ClientRootPath
--HG--
branch : develop
2016-02-28 16:41:53 +01:00
kervala
eac2cec783 Fixed: Wrong check for OS X
--HG--
branch : develop
2016-02-28 16:38:12 +01:00
kervala
3f2d1da933 Added: Scripts launched after patch
--HG--
branch : develop
2016-02-28 16:36:46 +01:00
kervala
6104011d11 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
2016-02-27 18:38:58 +01:00
kervala
76674c4fd4 Changed: Improve formatting of UNIX script
--HG--
branch : develop
2016-02-27 18:35:59 +01:00
kervala
58d9ba6c50 Fixed: Use / instead of \ under UNIX
--HG--
branch : develop
2016-02-27 18:34:50 +01:00
kervala
98bd20967d Fixed: Use export under UNIX to make variables available in upgd_nl.sh too
--HG--
branch : develop
2016-02-27 18:33:59 +01:00
kervala
b897d9fe74 Fixed: Wrong patch categories
--HG--
branch : develop
2016-02-27 18:32:45 +01:00
kervala
2b64e30aa2 Changed: Minor changes
--HG--
branch : develop
2016-02-23 19:42:15 +01:00
kervala
c0fe37ab8e Fixed: Memory leak
--HG--
branch : develop
2016-02-23 19:41:49 +01:00