Commit graph

5166 commits

Author SHA1 Message Date
kaetemi
a8db3b2dda Visual Studio 2013 compilation support for Ryzom Client
--HG--
branch : develop
2015-02-20 18:10:06 +01:00
kaetemi
2667c5d8a2 Visual Studio 2013 compilation support for Ryzom Client
--HG--
branch : develop
2015-02-20 17:57:11 +01:00
kaetemi
aebda454dc Visual Studio 2013 compilation support for Ryzom Client
--HG--
branch : develop
2015-02-20 17:53:39 +01:00
kaetemi
997722ee6b Visual Studio 2013 compilation support for NeL Tools
--HG--
branch : develop
2015-02-20 17:51:13 +01:00
kaetemi
32b3b4ac80 Visual Studio 2013 compilation support for Ryzom Client
--HG--
branch : develop
2015-02-20 17:50:58 +01:00
kaetemi
1879a434f7 Visual Studio 2013 compilation support for NLGUI
--HG--
branch : develop
2015-02-20 17:17:07 +01:00
kaetemi
221267364d Visual Studio 2013 compilation support for NL3D
--HG--
branch : develop
2015-02-20 17:14:12 +01:00
kaetemi
a15221b00d Visual Studio 2013 compilation support for NLSOUND
--HG--
branch : develop
2015-02-20 17:14:00 +01:00
kaetemi
f5335f068d Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
2015-02-20 17:07:23 +01:00
kaetemi
cb986cba6f Visual Studio 2013 compilation support for NLPACS
--HG--
branch : develop
2015-02-20 16:31:54 +01:00
kaetemi
7ea4cff032 Visual Studio 2013 compilation support for NLNET
--HG--
branch : develop
2015-02-20 16:29:09 +01:00
kaetemi
6db8abf95c Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
2015-02-20 16:24:19 +01:00
dfighter1985
9b29695635 Typo...
--HG--
branch : feature-crashreport
2015-02-20 03:22:02 +01:00
dfighter1985
141dddb58c Typo...
--HG--
branch : hotfix
2015-02-20 03:22:02 +01:00
dfighter1985
ef56d28542 Oups
--HG--
branch : feature-crashreport
2015-02-20 02:56:22 +01:00
dfighter1985
c7681bcb2b Oups
--HG--
branch : hotfix
2015-02-20 02:56:22 +01:00
dfighter1985
72566f1a71 Tell the user if the report couldn't be sent.
--HG--
branch : feature-crashreport
2015-02-20 02:54:05 +01:00
dfighter1985
bb9f6261d7 Tell the user if the report couldn't be sent.
--HG--
branch : hotfix
2015-02-20 02:54:05 +01:00
dfighter1985
14a709449a Override the cursor while sending the report.
--HG--
branch : feature-crashreport
2015-02-20 02:44:22 +01:00
dfighter1985
3c61e39ce3 Override the cursor while sending the report.
--HG--
branch : hotfix
2015-02-20 02:44:22 +01:00
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
2015-02-20 02:35:11 +01:00
dfighter1985
469e5583c1 Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
--HG--
branch : hotfix
2015-02-20 02:35:11 +01:00
dfighter1985
9518a80c99 Probably a good idea to look for rcerror as rcerror.exe on Windows.
--HG--
branch : feature-crashreport
2015-02-20 02:03:33 +01:00
dfighter1985
2fe77d719f Probably a good idea to look for rcerror as rcerror.exe on Windows.
--HG--
branch : hotfix
2015-02-20 02:03:33 +01:00
dfighter1985
03ce683e49 Implemented the bug report Qt app and an example web app that takes the report.
--HG--
branch : feature-crashreport
2015-02-20 01:59:04 +01:00
dfighter1985
a6ee23ebe4 Implemented the bug report Qt app and an example web app that takes the report.
--HG--
branch : hotfix
2015-02-20 01:59:04 +01:00
dfighter1985
ee0b630f95 Added the Ryzom Core Error Reporter's skeleton.
--HG--
branch : feature-crashreport
2015-02-19 00:20:18 +01:00
dfighter1985
8208a473c4 Added the Ryzom Core Error Reporter's skeleton.
--HG--
branch : hotfix
2015-02-19 00:20:18 +01:00
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
2015-02-17 03:12:26 +01:00
kaetemi
b758e05245 Branch feature-crashreport
--HG--
branch : feature-crashreport
2015-02-22 10:29:08 +01:00
dfighter1985
fea7cff850 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 : hotfix
2015-02-17 03:12:26 +01:00
kervala
0c054b5201 Merge with hotfix
--HG--
branch : develop
2015-02-15 09:54:31 +01:00
kervala
9d6b9daebe Fixed: Wrong include guard for admin_modules PCH
--HG--
branch : hotfix
2015-02-15 09:53:56 +01:00
kervala
6784301afc Merge with hotfix
--HG--
branch : develop
2015-02-14 19:29:36 +01:00
kervala
bd054ea776 Fixed: Warning multichars
--HG--
branch : hotfix
2015-02-14 17:54:05 +01:00
kervala
1690f777a1 Fixed: Unnamed semaphores are deprecated under OS X
--HG--
branch : hotfix
2015-02-14 17:52:15 +01:00
kervala
5aa8a1d615 Fixed: Warning assert always false
--HG--
branch : hotfix
2015-02-14 17:47:55 +01:00
kervala
3509d75ad6 Fixed: Warning comparing an enum to an int
--HG--
branch : hotfix
2015-02-14 17:47:10 +01:00
kervala
3aa1661c90 Merge with hotfix
--HG--
branch : develop
2015-02-14 16:07:04 +01:00
kervala
859387758d Fixed: Compilation
--HG--
branch : hotfix
2015-02-14 16:05:45 +01:00
kervala
a723f9261b Merge with hotfix
--HG--
branch : develop
2015-02-14 15:44:11 +01:00
kervala
a42569ad24 Added: PCH for admin_modules
--HG--
branch : hotfix
2015-02-14 15:43:05 +01:00
kervala
e9b5cc4410 Merge with hotfix
--HG--
branch : develop
2015-02-14 15:19:49 +01:00
kervala
4b397f3e5b Changed: Improved User Agent management
--HG--
branch : hotfix
2015-02-14 15:18:53 +01:00
kervala
e8b0765e7c Merge with hotfix
--HG--
branch : develop
2015-02-14 14:31:19 +01:00
kervala
cdd35f58a1 Fixed: Warning with multichars to int conversion
--HG--
branch : hotfix
2015-02-14 14:25:50 +01:00
kervala
8472a6ff7f Fixed: Compilation
--HG--
branch : hotfix
2015-02-14 13:57:06 +01:00
kervala
e0c95a74af Changed: Updated CMale modules
--HG--
branch : hotfix
2015-02-14 13:47:37 +01:00
kervala
943131b802 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : hotfix
2015-02-14 13:46:21 +01:00
kervala
1742997984 Changed: Minor changes
--HG--
branch : hotfix
2015-02-14 13:34:45 +01:00