Commit Graph

1452 Commits (a888ce008050e1feba00b37b6f4a28b33d172cc0)

Author SHA1 Message Date
kervala db9fbd2746 Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 8db7d75e7e Fixed: Uninitialized variables
--HG--
branch : develop
8 years ago
kervala 6978dc9bee Changed: Use std::string instead of const char*
--HG--
branch : develop
8 years ago
kervala e186c7796b Changed: New DEV command to display a bubble with a long text
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala 1e45f7bd45 Fixed: Truncated bubble texts
--HG--
branch : develop
8 years ago
kervala 8da20b30cc Changed: Merged changes from compatibility-develop that should also be in develop
--HG--
branch : develop
8 years ago
kervala 1ed5dcdda9 Changed: Use %u instead of %d for uint
--HG--
branch : develop
8 years ago
kervala c4d8565185 Changed: Make 2 different upgd_nl.bat depending on compiler
--HG--
branch : develop
8 years ago
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
Nimetu bc5bf44c18 Merge with develop
--HG--
branch : experimental-ui-scaling
7 years ago
Nimetu 4c605fcfe0 Backed out changeset: da24b99ddf3d
--HG--
branch : experimental-ui-scaling
8 years ago
kervala 3142a8d99f Changed: Support VC++ 2013 DLLs
--HG--
branch : develop
8 years ago
kervala bd8cdb46e0 Fixed: Wrong indent
--HG--
branch : develop
8 years ago
kervala e7d1710747 Chnged: Sign comparison warning
--HG--
branch : develop
8 years ago
kervala c240c45514 Changed: Removed unused variables
--HG--
branch : develop
8 years ago
kervala 71b5a1734e Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala 106c924f49 Fixed: Use std::vector instead of CUniquePtr for arrays
--HG--
branch : develop
8 years ago
kervala faecd5b952 Changed: extern keyword useless there
--HG--
branch : develop
8 years ago
kervala d37a1e032c Fixed: Don't call CCoTask::releaseInstance() because allocated on heap
--HG--
branch : develop
8 years ago
kervala 9a6b3c91b7 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 934df9bd6f Changed: Already a std::string
--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 0f6ae5e239 Changed: Release all memory when leaving in login screen
--HG--
branch : develop
8 years ago
kervala eabfcbf708 Fixed: Release CCurrentCoTask singleton
--HG--
branch : develop
8 years ago
kervala 995ea1e64f Changed: Unimplemented functions
--HG--
branch : develop
8 years ago
kervala e2b74b77c6 Changed: Memory leaks detection
--HG--
branch : develop
8 years ago
kervala e5362bdae7 Changed: Warning
--HG--
branch : develop
8 years ago
kervala 9022dfafde Fixed: Compilation with clang
--HG--
branch : develop
8 years ago
kervala 9bb46d2ae8 Fixed: Compilation with clang
--HG--
branch : develop
8 years ago
kervala c71f712d11 Fixed: Release libxml2 structures before exit
--HG--
branch : 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 b4de1326d1 Fixed: Fix memory leaks about logs, displayers, etc...
--HG--
branch : develop
8 years ago
kervala b8658f65f1 Changed: Don't need to use const char*
--HG--
branch : develop
8 years ago
kervala 35f1fa0609 Changed: Renamed thread to Thread and assign InstallThread and DownloadThread
--HG--
branch : develop
8 years ago
kervala 0449bee4a8 Changed: Replace 0 by NULL
--HG--
branch : develop
8 years ago
kervala 491b6a2b59 Fixed: Delete CViewRenderer instance (fix a memory leak)
--HG--
branch : develop
8 years ago
kervala 17847efa51 Fixed: Delete created thread (fix a memory leak)
--HG--
branch : develop
8 years ago
kervala b6662b9e0b Changed: Memory leaks detection
--HG--
branch : develop
8 years ago
kervala e941cff0ff Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
Nimetu 3b0c7e896c Changed: minor change to ui
--HG--
branch : develop
8 years ago
Nimetu cf338681fa Changed: Add free-view mouse tablet mode option
--HG--
branch : develop
8 years ago
kervala 88bfa8ec70 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 481bbae8ee Changed: Use wide versions of Win32 API
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala f05cab8579 Changed: liblzma 16.04
--HG--
branch : develop
8 years ago
kervala 23d1d0f458 Fixed: Spaces in paths for patch under Linux and OS X
--HG--
branch : develop
8 years ago
kervala b25298f0f8 Changed: std::string already empty
--HG--
branch : develop
8 years ago
kervala 16df8b8c1d Changed: Use empty() instead of comparison with ""
--HG--
branch : develop
8 years ago
kervala 482b292a03 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 6d2c530210 Changed: Typo
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala f2f2e94e51 Fixed: Crash when calling runAH in Lua scripts too soon
--HG--
branch : develop
8 years ago
kervala a0075414c0 Changed: Use empty() to check if a string is empty
--HG--
branch : develop
8 years ago
kervala 7f4fa540e1 Changed: Display a warning when SetWindowTextW fails
--HG--
branch : develop
8 years ago
kervala e957923ed2 Fixed: Default action tooltip text position
--HG--
branch : develop
8 years ago
kervala eedebb6833 Changed: Removed trailing spaces at EOL
--HG--
branch : develop
8 years ago
kervala 8db56f5671 Changed: Name edit box better aligned
--HG--
branch : develop
8 years ago
kervala d52cede669 Fixed: Wrong height in action edit
--HG--
branch : develop
8 years ago
kervala c2d0a3690f Changed: Name edit box better aligned
--HG--
branch : develop
8 years ago
kervala de3d3971b7 Changed: Removed trailing spaces at EOL
--HG--
branch : develop
8 years ago
kervala f22fc6cea7 Changed: Support RYZOM_BUILD CMake option to force Bundle version
--HG--
branch : develop
8 years ago
kervala 76f036e802 Changed: OS X icon slightly changed
--HG--
branch : develop
8 years ago
kervala 39280d10b8 Changed: MACOSX_BUNDLE_BUNDLE_VERSION must a short version
--HG--
branch : develop
8 years ago
kervala 6920f0d5ba Fixed: Use real Ryzom version instead of 1.0
--HG--
branch : develop
8 years ago
kervala 084bc2bba9 Changed: Allow to enable Sandbox under OS X
--HG--
branch : develop
8 years ago
kervala 5539873337 Fixed: Use 3 numbers version (without revision) for MACOSX_BUNDLE_SHORT_VERSION_STRING
--HG--
branch : develop
8 years ago
kervala 1cbbd9083f Changed: Use best dictionary size (128MB) to compress files and other parameters auto
--HG--
branch : develop
8 years ago
kervala 142155d8c8 Fixed: Use & to not wait until client exits in bash script
--HG--
branch : develop
8 years ago
kervala 4f996024d9 Fixed: Catch ESocket exceptions when disconnecting and log it
--HG--
branch : develop
8 years ago
kervala 0080dfc44e Changed: Use exec command under OS X to relaunch client
--HG--
branch : develop
8 years ago
kervala f24346486f Fixed: Use parent directories
--HG--
branch : develop
8 years ago
kervala 25824bf8bf Fixed: Check exact filename with pgrep
--HG--
branch : develop
8 years ago
kervala 3a2488a126 Fixed: Escape path (it can contains spaces)
--HG--
branch : develop
8 years ago
kervala c8891166ff Changed: Disable FXAA checkbox if bloom not supported
--HG--
branch : develop
8 years ago
kervala 8e1123b9fb Changed: Upgrade scripts
--HG--
branch : develop
8 years ago
kervala 85c2535a1f Fixed: Deadlock while calling CoUninitialize()
--HG--
branch : develop
8 years ago
kervala 7a0a35586a Changed: Copy Ryzom Installer in parent directory if present
--HG--
branch : develop
8 years ago
kervala a70b4d2613 Fixed: Also copy DLLs compatible with Ryzom Installer
--HG--
branch : develop
8 years ago
kervala 4d6842495d Changed: Use a 128x128 icon for Linux
--HG--
branch : develop
8 years ago
kervala a8d741882b Changed: Also set executable flag for ryzom_installer_qt
--HG--
branch : develop
8 years ago
kervala d3bf97e00f Fixed: NL_OS_WIN32 is never defined
--HG--
branch : develop
8 years ago
kervala bf96615bc4 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala e7b23c958a Fixed: Connexion -> Connection typo
--HG--
branch : develop
8 years ago
kervala f168dd17e2 Changed: Also check icon in same directory as executable
--HG--
branch : develop
8 years ago
kervala 1ce480a809 Changed: Minor change
--HG--
branch : develop
8 years ago
kervala 3c4f5bfd4c Changed: Moved Syphox mod to ryzom/data/mods to not conflict when creating gamedev.bnp
--HG--
branch : develop
8 years ago
kervala 338c1883bc Fixed: Don't ask confirmation
--HG--
branch : develop
8 years ago
kervala 0b6546244d Fixed: Missing ENDIF()
--HG--
branch : develop
8 years ago
kervala cb92380966 Changed: Install Upgrade scripts
--HG--
branch : develop
8 years ago
kervala abde821537 Added: upgd_nl.bat for Windows
--HG--
branch : develop
8 years ago
kervala dc2dad8c77 Changed: Removed extraneous spaces
--HG--
branch : develop
8 years ago
kervala dca429c0b5 Fixed: Don't put downloaded files in quarantine under OS X
--HG--
branch : develop
8 years ago
kervala fc202e4034 Changed: Minor change
--HG--
branch : develop
8 years ago
kervala 49abad7028 Fixed: Bug where exedll.bnp wasn't downloaded
--HG--
branch : develop
8 years ago
kervala 400c17826e Changed: Added getGroundZ to develop branch too
--HG--
branch : develop
8 years ago
Nimetu ee128cba1e Changed: Implement mp3 player playlist
--HG--
branch : develop
8 years ago
Nimetu c2226fe3ff Fixed: Adding songs from wrong list
--HG--
branch : develop
8 years ago
kervala aa39c4fccc Changed: Use %~X instead of %X because it removes double quotes
--HG--
branch : develop
8 years ago
kervala de109486b2 Changed: Remove unneeded double quotes in batch file
--HG--
branch : develop
8 years ago
Nimetu b6c03d5df8 Fixed: Save mp3 player volume to icfg
--HG--
branch : develop
8 years ago
Nimetu 439916fae8 Changed: Make media player to play songs from music directory (issue #59)
--HG--
branch : develop
8 years ago
Nimetu a6b9da78fc Changed: Replace icon bitmap text with a font
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu f56e9e5e4c Merge with develop
--HG--
branch : experimental-ui-scaling
8 years ago
kervala 0f772c8605 Changed: Fix text align in patch windows, see #280
--HG--
branch : develop
8 years ago
kervala 5097e05d51 Added: New version of "DejaVu Sans" fonts (and monospace version)
--HG--
branch : develop
8 years ago
Nimetu 290e7e97d1 Merge with develop
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu 9fb14c42d8 Added: Monospace font options
--HG--
branch : develop
8 years ago
Nimetu f720b23dce Merge with develop
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu 91c9594a5a Fixed: Wrong align on info window on character creation screen.
--HG--
branch : develop
8 years ago
kervala c57d77c1ba Changed: Fix right text align by Info Window (patch by Riasan)
--HG--
branch : develop
8 years ago
Nimetu 341f72e6ac Merge with develop
--HG--
branch : experimental-ui-scaling
8 years ago
kervala b4d1f7febe Fixed: Typos
--HG--
branch : develop
8 years ago
kervala 0e2d475ab2 Changed: Fox right text align by map and respawn window (patch by Riasan)
--HG--
branch : develop
8 years ago
Nimetu 5e1c6cd287 Added: Bilinear filtering option for texture atlas textures
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu 87aa86e016 Fixed: Mouse pointer location after exiting freelook
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu 6bfc777496 Fixed: Restore scaled interface from icfg
--HG--
branch : experimental-ui-scaling
8 years ago
Nimetu bc98a23af3 Fixed: Re-add handsbar horizontal mode
--HG--
branch : develop
8 years ago
kervala d4a9b63540 Changed: Apply changes from default interface to Syphox one
--HG--
branch : develop
8 years ago
kervala 8e0846e16f Changed: Bad Position of Text after fix the Text High (by Riasan)
--HG--
branch : develop
8 years ago
Nimetu 8f1da052a2 Changed: Allow windowed mode to span over multiple desktops
--HG--
branch : develop
8 years ago
Nimetu 42a7d602af Changed: If char keys/icfg file does not exist, use shared keys/icfg file
--HG--
branch : develop
8 years ago
kervala 438d637f66 Changed: Apply changes from default interface to Syphox one
--HG--
branch : develop
8 years ago
kervala 2db7ca9729 Changed: Use std::numeric_limits instead of ~0
--HG--
branch : develop
9 years ago
kervala 766989a0b3 Fixed: Better alignment of text
--HG--
branch : develop
9 years ago
kervala b02321e36f Fixed: Wrong alignment of text in edit boxes
--HG--
branch : develop
9 years ago
kervala 9361a70549 Fixed: Wrong alignment of text on character selection screen
--HG--
branch : develop
9 years ago
kervala c6f3c0fb73 Fixed: Wrong alignment of text on login screen
--HG--
branch : develop
9 years ago
kervala 4e761f69d6 Changed: Use toString instead of std::stringstream
--HG--
branch : develop
9 years ago
kervala 83c97c6c36 Changed: Init CSystemUtils in INelContext
--HG--
branch : develop
9 years ago
Nimetu 7e488219a7 Changed: Add scrollbar to macro commands list
--HG--
branch : develop
9 years ago
kervala 389e5712df Changed: Allow to compile Ryzom Installer alone
--HG--
branch : develop
9 years ago
Nimetu f201abe6db Changed: Set <textarea>, <input> font style
--HG--
branch : develop
9 years ago
Nimetu caf8c5195c Added: Rows attribute to <textarea> element
--HG--
branch : develop
9 years ago
kervala 70aad8085d Changed: LZMA updated to 16.02
--HG--
branch : develop
9 years ago
kervala e140951e56 Changed: More details on OS and machine in client.log
--HG--
branch : develop
9 years ago
Nimetu 34fa04644e Fixed: In scene text bubble position
--HG--
branch : experimental-ui-scaling
9 years ago
Nimetu b474f39970 Added: Scaling options to client config
--HG--
branch : experimental-ui-scaling
9 years ago
kervala 9a7bcd8613 Fixed: Create Ryzom profile folder if not already created and return 1 if unable to create it
--HG--
branch : develop
9 years ago
kervala 13ab34d174 Changed: Remove useless comments/commented code
--HG--
branch : develop
9 years ago
kervala aeb33f9967 Fixed: Set VSync value after 3D driver initialized
--HG--
branch : develop
9 years ago
kervala 1ae20f6abb Changed: Unix EOL
--HG--
branch : develop
9 years ago
kervala efe00fa8bf Changed: Replace string empty assign by clear()
--HG--
branch : develop
9 years ago
kervala 4b1959a560 Changed: Replace size() comparisons by empty()
--HG--
branch : develop
9 years ago
kervala fa7a46205d Fixed: Inconsistent EOL
--HG--
branch : develop
9 years ago
kervala 5ad9a57ada Fixed: Append _dev suffix to ryzom_client under Linux too
--HG--
branch : develop
9 years ago
Cédric OCHS b2fdf9c936 Merged in Llapp/ryzomcore/dev-syui (pull request #139)
UI modification:

--HG--
branch : develop
9 years ago
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
9 years ago
kervala df1e6aa11b Changed: New command /version to display Ryzom client version
--HG--
branch : develop
9 years ago
kervala fc6d3eb075 Changed: Removed extraneous spaces at the end of lines
--HG--
branch : develop
9 years ago
kervala 0c811510d5 Changed: Delete SoundMngr to avoid memory leaks
--HG--
branch : develop
9 years ago
kervala 00ccc811f6 Changed: LZMA updated to 16.00
--HG--
branch : develop
9 years ago
kervala 5b3683bbd3 Changed: Replace other cp=1 by cp=2
--HG--
branch : develop
9 years ago
kervala c1d142b9ee Changed: Append cp=2 parameter to query when requesting salt to know that we support SHA512 crypt
--HG--
branch : develop
9 years ago
kervala 011b545ac8 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala a885b9b557 Changed: Added new command /playedTime that displays time played with this character
--HG--
branch : develop
9 years ago
kervala c95bd7faba Changed: Check for NULL X509_INFO
--HG--
branch : develop
9 years ago
kervala a0916ca14a Changed: Useless to put a space after method name (if needed, we'll add ourself later)
--HG--
branch : develop
9 years ago
kervala 8099537d02 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 8fb8cfb218 Changed: Specify host too for login HTTP requests
--HG--
branch : develop
9 years ago
kervala 0786abd9f6 Backed out changeset: d758db202adf
--HG--
branch : develop
9 years ago
Nimetu 6f8a9b8108 Changed: Increase default request timeout for web browsers
--HG--
branch : develop
9 years ago
kervala 99b87b1128 Changed: Update interfaces files with patchlet version
--HG--
branch : develop
9 years ago
Nimetu 7cd5204457 Changed: When writing to icfg or keys files, write to temp file and then rename
--HG--
branch : develop
9 years ago
kervala 811a39aa1a Changed: Display certificate path
--HG--
branch : develop
9 years ago
kervala 631b7346c2 Fixed: Warnings with clang
--HG--
branch : develop
9 years ago
kervala 5b53bbbe3f Fixed: Ignore "certificate already in hash table" errors
--HG--
branch : develop
9 years ago
kervala 8090ddd12f Changed: Display parameters passed to batch in log
--HG--
branch : develop
9 years ago
kervala 6e05750fa3 Changed: Removed extraneous spaces at the end of lines
--HG--
branch : develop
9 years ago
kervala 28f66549a0 Fixed: CURLE_NOT_BUILT_IN undefined with some CURL versions
--HG--
branch : develop
9 years ago
kervala 0a110eff4f Fixed: Wrong display of max resist levels
--HG--
branch : develop
9 years ago
kervala c5e57273a9 Changed: Give priority to login specified as argument
--HG--
branch : develop
9 years ago
kervala bac64a0860 Changed: Reverted change, not sure it fixes anything
--HG--
branch : develop
9 years ago
Nimetu 2eb1d7b293 Added: AppZone and WebBrowser components
--HG--
branch : develop
9 years ago
kervala 89be3e39de Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala cf20e21f83 Changed: Use named arguments in uiFilterMenuDynamic translation
--HG--
branch : develop
9 years ago
kervala 4074f095eb Fixed: Move setrlimit after initializing logs
--HG--
branch : develop
9 years ago
kervala 94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
9 years ago
kervala 6e816dfaa2 Changed: Init log before calling prelogInit()
--HG--
branch : develop
9 years ago
kervala 1356c1d447 Fixed: Renamed ryzom_configuration to ryzom_configuration_qt under Linux
--HG--
branch : develop
9 years ago
kervala 413dd8eb93 Fixed: We need to restart client from the same startup directory as parent one
--HG--
branch : develop
9 years ago
kervala 8bc243ffe1 Changed: Removed some semicolons in Lua when useless
--HG--
branch : develop
9 years ago
kervala 5121cdb7d4 Changed: Use # in Lua to get the size of an array
--HG--
branch : develop
9 years ago
kervala d113bb7b10 Changed: Search client_default.cfg also in ETC_RYZOM_PREFIX
--HG--
branch : develop
9 years ago
kervala 61934be39a Fixed: Fyros and Matis are using first name first while Trykers and Zoraïs are using last name first
--HG--
branch : develop
9 years ago
kervala c3d3024507 Changed: Remived useless semicolons
--HG--
branch : develop
9 years ago
kervala bb67a604e6 Fixed: Wrong first and last names orders and some minor bugs
--HG--
branch : develop
9 years ago
kervala efac9c97b1 Changed: Use more explicit variable names
--HG--
branch : develop
9 years ago
kervala 7366a1f994 Changed: Minor changes (spaces replaced by tabs)
--HG--
branch : develop
9 years ago
kaetemi 4762b33ac0 Fix thunder update
--HG--
branch : develop
9 years ago
kaetemi c8646b26d1 Fix rounding error in _RyzomDay and _RyzomTime calculation
--HG--
branch : develop
9 years ago
kervala 8dec2fbb54 Changed: Random names generator updated by Osquallo
--HG--
branch : develop
9 years ago
kaetemi 48a120b21f Fix curl crash
--HG--
branch : develop
9 years ago
kervala 846be58379 Changed: Better warning
--HG--
branch : develop
9 years ago
kervala 865bece41c Changed: Random names generator updated by Osquallo
--HG--
branch : develop
9 years ago
Nimetu bc8fd9fe2b Added: Horizontal mode to second action bar
--HG--
branch : develop
9 years ago
Nimetu a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
9 years ago
kervala c182708cd0 Changed: Escape Linux upgrade script as well
--HG--
branch : develop
9 years ago
kervala 4519893d78 Fixed: Loading PEM file
--HG--
branch : develop
9 years ago