dfighter1985
|
65366b92e1
|
Removed unused references to CMsgBoxDisplayer.
|
2015-02-21 22:34:02 +01:00 |
|
dfighter1985
|
5cc93c0feb
|
A little cleanup of CMsgBoxDisplayer.
|
2015-02-21 22:32:11 +01:00 |
|
dfighter1985
|
169a41c59d
|
A little cleanup of CMsgBoxDisplayer.
|
2015-02-21 22:32:11 +01:00 |
|
dfighter1985
|
588519b1d1
|
Use CMsgBoxDisplayer on platforms other than Windows as well.
|
2015-02-21 21:28:56 +01:00 |
|
dfighter1985
|
b8192c387f
|
Use CMsgBoxDisplayer on platforms other than Windows as well.
|
2015-02-21 21:28:56 +01:00 |
|
dfighter1985
|
adf9155484
|
Install rcerror
|
2015-02-21 20:01:44 +01:00 |
|
dfighter1985
|
c246eb3fe2
|
Install rcerror
|
2015-02-21 20:01:44 +01:00 |
|
kaetemi
|
795254df36
|
Visual Studio 2013 compilation support for Ryzom Client
|
2015-02-20 18:10:06 +01:00 |
|
kaetemi
|
f008ed26e7
|
Visual Studio 2013 compilation support for Ryzom Client
|
2015-02-20 17:57:11 +01:00 |
|
kaetemi
|
a336a75f30
|
Visual Studio 2013 compilation support for Ryzom Client
|
2015-02-20 17:53:39 +01:00 |
|
kaetemi
|
a5f6eacef1
|
Visual Studio 2013 compilation support for NeL Tools
|
2015-02-20 17:51:13 +01:00 |
|
kaetemi
|
90e9d48708
|
Visual Studio 2013 compilation support for Ryzom Client
|
2015-02-20 17:50:58 +01:00 |
|
kaetemi
|
9201b15650
|
Visual Studio 2013 compilation support for NLGUI
|
2015-02-20 17:17:07 +01:00 |
|
kaetemi
|
7c9b10912e
|
Visual Studio 2013 compilation support for NL3D
|
2015-02-20 17:14:12 +01:00 |
|
kaetemi
|
c7d7b3e464
|
Visual Studio 2013 compilation support for NLSOUND
|
2015-02-20 17:14:00 +01:00 |
|
kaetemi
|
fb0929cfcc
|
Visual Studio 2013 compilation support for NLMISC
|
2015-02-20 17:07:23 +01:00 |
|
kaetemi
|
f800744edd
|
Visual Studio 2013 compilation support for NLPACS
|
2015-02-20 16:31:54 +01:00 |
|
kaetemi
|
f38b4fc5fa
|
Visual Studio 2013 compilation support for NLNET
|
2015-02-20 16:29:09 +01:00 |
|
kaetemi
|
8fa42c1f32
|
Visual Studio 2013 compilation support for NLMISC
|
2015-02-20 16:24:19 +01:00 |
|
dfighter1985
|
c543f35114
|
Typo...
|
2015-02-20 03:22:02 +01:00 |
|
dfighter1985
|
40c6614dfc
|
Typo...
|
2015-02-20 03:22:02 +01:00 |
|
dfighter1985
|
dc31507f12
|
Oups
|
2015-02-20 02:56:22 +01:00 |
|
dfighter1985
|
fdfffb32a2
|
Oups
|
2015-02-20 02:56:22 +01:00 |
|
dfighter1985
|
100fb11435
|
Tell the user if the report couldn't be sent.
|
2015-02-20 02:54:05 +01:00 |
|
dfighter1985
|
a8fe3d6c24
|
Tell the user if the report couldn't be sent.
|
2015-02-20 02:54:05 +01:00 |
|
dfighter1985
|
36633a7aba
|
Override the cursor while sending the report.
|
2015-02-20 02:44:22 +01:00 |
|
dfighter1985
|
fc0cb388d8
|
Override the cursor while sending the report.
|
2015-02-20 02:44:22 +01:00 |
|
dfighter1985
|
7d88d84a5c
|
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
|
2015-02-20 02:35:11 +01:00 |
|
dfighter1985
|
021b034e97
|
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
|
2015-02-20 02:35:11 +01:00 |
|
dfighter1985
|
c1da7d663e
|
Probably a good idea to look for rcerror as rcerror.exe on Windows.
|
2015-02-20 02:03:33 +01:00 |
|
dfighter1985
|
271fbb8013
|
Probably a good idea to look for rcerror as rcerror.exe on Windows.
|
2015-02-20 02:03:33 +01:00 |
|
dfighter1985
|
8417642596
|
Implemented the bug report Qt app and an example web app that takes the report.
|
2015-02-20 01:59:04 +01:00 |
|
dfighter1985
|
7f16563262
|
Implemented the bug report Qt app and an example web app that takes the report.
|
2015-02-20 01:59:04 +01:00 |
|
dfighter1985
|
35fe51761a
|
Added the Ryzom Core Error Reporter's skeleton.
|
2015-02-19 00:20:18 +01:00 |
|
dfighter1985
|
439302da23
|
Added the Ryzom Core Error Reporter's skeleton.
|
2015-02-19 00:20:18 +01:00 |
|
dfighter1985
|
9825a77b79
|
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.
|
2015-02-17 03:12:26 +01:00 |
|
kaetemi
|
5f1ab91cfc
|
Branch feature-crashreport
|
2015-02-22 10:29:08 +01:00 |
|
dfighter1985
|
c649dce53b
|
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.
|
2015-02-17 03:12:26 +01:00 |
|
kervala
|
a5895daee0
|
Merge with hotfix
|
2015-02-15 09:54:31 +01:00 |
|
kervala
|
10a147bee3
|
Fixed: Wrong include guard for admin_modules PCH
|
2015-02-15 09:53:56 +01:00 |
|
kervala
|
ab4669a76f
|
Merge with hotfix
|
2015-02-14 19:29:36 +01:00 |
|
kervala
|
9a97ffb211
|
Fixed: Warning multichars
|
2015-02-14 17:54:05 +01:00 |
|
kervala
|
4ee76e6182
|
Fixed: Unnamed semaphores are deprecated under OS X
|
2015-02-14 17:52:15 +01:00 |
|
kervala
|
c9fec14cef
|
Fixed: Warning assert always false
|
2015-02-14 17:47:55 +01:00 |
|
kervala
|
bc214862df
|
Fixed: Warning comparing an enum to an int
|
2015-02-14 17:47:10 +01:00 |
|
kervala
|
31d9db86ce
|
Merge with hotfix
|
2015-02-14 16:07:04 +01:00 |
|
kervala
|
6c14b8f081
|
Fixed: Compilation
|
2015-02-14 16:05:45 +01:00 |
|
kervala
|
8da23b3fbe
|
Merge with hotfix
|
2015-02-14 15:44:11 +01:00 |
|
kervala
|
557ff358bf
|
Added: PCH for admin_modules
|
2015-02-14 15:43:05 +01:00 |
|
kervala
|
f7462aaf46
|
Merge with hotfix
|
2015-02-14 15:19:49 +01:00 |
|