Commit Graph

4660 Commits (9b29695635c22349a848b05b188ec258d2a4c20c)

Author SHA1 Message Date
dfighter1985 9b29695635 Typo...
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 ef56d28542 Oups
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 72566f1a71 Tell the user if the report couldn't be sent.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 14a709449a Override the cursor while sending the report.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 f0869aa659 Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 9518a80c99 Probably a good idea to look for rcerror as rcerror.exe on Windows.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 03ce683e49 Implemented the bug report Qt app and an example web app that takes the report.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 ee0b630f95 Added the Ryzom Core Error Reporter's skeleton.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 7302023777 CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit.
--HG--
branch : feature-crashreport
10 years ago
kervala 9d6b9daebe Fixed: Wrong include guard for admin_modules PCH
--HG--
branch : hotfix
10 years ago
kervala bd054ea776 Fixed: Warning multichars
--HG--
branch : hotfix
10 years ago
kervala 1690f777a1 Fixed: Unnamed semaphores are deprecated under OS X
--HG--
branch : hotfix
10 years ago
kervala 5aa8a1d615 Fixed: Warning assert always false
--HG--
branch : hotfix
10 years ago
kervala 3509d75ad6 Fixed: Warning comparing an enum to an int
--HG--
branch : hotfix
10 years ago
kervala 859387758d Fixed: Compilation
--HG--
branch : hotfix
10 years ago
kervala a42569ad24 Added: PCH for admin_modules
--HG--
branch : hotfix
10 years ago
kervala 4b397f3e5b Changed: Improved User Agent management
--HG--
branch : hotfix
10 years ago
kervala cdd35f58a1 Fixed: Warning with multichars to int conversion
--HG--
branch : hotfix
10 years ago
kervala 8472a6ff7f Fixed: Compilation
--HG--
branch : hotfix
10 years ago
kervala e0c95a74af Changed: Updated CMale modules
--HG--
branch : hotfix
10 years ago
kervala 943131b802 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : hotfix
10 years ago
kervala 1742997984 Changed: Minor changes
--HG--
branch : hotfix
10 years ago
kervala d774dcac3e Changed: Use Ryzom user agent for CURL
--HG--
branch : hotfix
10 years ago
kervala 49bbb10b58 Fixed: Missing namespace
--HG--
branch : hotfix
10 years ago
kervala 1960f5c448 Changed: std::string already initialized to en empty string
--HG--
branch : hotfix
10 years ago
kervala 76e64fcb42 Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent
--HG--
branch : hotfix
10 years ago
kervala ee7008ae02 Changed: Possible bug if string not found
--HG--
branch : hotfix
10 years ago
kervala 6e1abd80d3 Fixed: Unable to patch when Ryzom was located on a mounted FS
--HG--
branch : hotfix
10 years ago
kervala 165524d1df Changed: Used PCH for admin_modules
--HG--
branch : hotfix
10 years ago
kervala 4de072865b Changed: Check getSpawn() before calling its methods
--HG--
branch : hotfix
10 years ago
kervala b0937ec02b Changed: Minor changes
--HG--
branch : hotfix
10 years ago
kervala 6853497593 Changed: Replaced atof by NLMISC::fromString
--HG--
branch : hotfix
10 years ago
kervala 3039428094 Fixed: Compilation warnings
--HG--
branch : hotfix
10 years ago
kervala eb5fecf8ce Fixed: Only keep Release and Debug configurations in CMake
--HG--
branch : hotfix
10 years ago
dfighter1985 b381ef6fae Add the data directory to the search path.
--HG--
branch : hotfix
10 years ago
dfighter1985 26f1cc6fac Added ryzom.ttf, it will be installed to the data directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 79cd6bfaee Include rgba.h in libwww.h. Thanks Nimetu!
--HG--
branch : hotfix
10 years ago
dfighter1985 28b0a0a040 Change the cursor to a wait cursor when applying settings in the settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 44c6f93b26 We can now set whether to use OpenGL in WE in the WE settings page. For whatever reason VMware despises the OpenGL viewport so it's a good idea to turn it off inside VMware.
--HG--
branch : hotfix
10 years ago
dfighter1985 b530d99bf1 Renamed the studio startup settings dialog to avoid name conflict with the core plugin's settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 b881f9558b Read the GUI Editor widget and expression definition XML files from the right directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 a2c96c3053 Install the GUI Editor widget and expression definition files to the data dir.
--HG--
branch : hotfix
10 years ago
dfighter1985 46cc31d0d0 Handle relative paths when loading .worldedit files in World Editor.
--HG--
branch : hotfix
10 years ago
dfighter1985 5e55a7b7bb Erm. Initialize Nel3D on other platforms too...
--HG--
branch : hotfix
10 years ago
dfighter1985 6c153a30b4 CPack should use the install prefix.
--HG--
branch : hotfix
10 years ago
dfighter1985 ea3b16069b We need the LIGO config file, not directory in the first start settings dialog.
--HG--
branch : hotfix
10 years ago
dfighter1985 bdb633cf83 Use release squish if debug not found. Fixes s3tc compressor tool build.
--HG--
branch : hotfix
10 years ago
dfighter1985 e7066c1384 Some CPack renames.
--HG--
branch : hotfix
10 years ago
dfighter1985 35c870c793 Install tile editor's plugin spec to the right directory.
--HG--
branch : hotfix
10 years ago
dfighter1985 2d308dc6e7 Fixed build of Object Viewer Widget Qt ( old, not part of Studio ).
--HG--
branch : hotfix
10 years ago