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
|
a5f6eacef1
|
Visual Studio 2013 compilation support for NeL Tools
|
2015-02-20 17:51:13 +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
|
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 |
|
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
|
ab4669a76f
|
Merge with hotfix
|
2015-02-14 19:29:36 +01:00 |
|
kervala
|
4ee76e6182
|
Fixed: Unnamed semaphores are deprecated under OS X
|
2015-02-14 17:52:15 +01:00 |
|
kervala
|
9cb149e17e
|
Merge with hotfix
|
2015-02-14 14:31:19 +01:00 |
|
kervala
|
4b5bad763c
|
Fixed: Warning with multichars to int conversion
|
2015-02-14 14:25:50 +01:00 |
|
kervala
|
fc68f4da14
|
Fixed: Compilation
|
2015-02-14 13:57:06 +01:00 |
|
kervala
|
2ad2fea0bc
|
Changed: Replaced atoi and atof by NLMISC::fromString
|
2015-02-14 13:46:21 +01:00 |
|
kervala
|
3b38f01d5f
|
Changed: Minor changes
|
2015-02-14 12:47:03 +01:00 |
|
kervala
|
c510dcde2e
|
Fixed: Compilation warnings
|
2015-02-14 12:41:59 +01:00 |
|
dfighter1985
|
8a34288795
|
Merged in hotfix (pull request #114)
Merging hotfix branch
|
2015-02-13 19:48:42 +01:00 |
|
dfighter1985
|
1d3b8bfd75
|
Include rgba.h in libwww.h. Thanks Nimetu!
|
2015-02-09 20:07:35 +01:00 |
|
dfighter1985
|
2fadeccaf1
|
Handle relative paths when loading .worldedit files in World Editor.
|
2015-02-08 00:24:29 +01:00 |
|
dfighter1985
|
ad8d9fa391
|
Merged in hotfix (pull request #111)
Merge hotfix
|
2015-02-06 02:32:03 +01:00 |
|
dfighter1985
|
eca3a92a08
|
Erm. Initialize Nel3D on other platforms too...
|
2015-02-06 02:29:33 +01:00 |
|
dfighter1985
|
b52a633615
|
Merged in hotfix (pull request #105)
Merge hotfix
|
2015-02-02 23:32:08 +01:00 |
|
dfighter1985
|
d7c33649e3
|
Fixed build of Object Viewer Widget Qt ( old, not part of Studio ).
|
2015-02-02 22:01:16 +01:00 |
|
dfighter1985
|
14acd08260
|
Merged hotfix
|
2015-02-02 03:54:50 +01:00 |
|
dfighter1985
|
afde74cbbe
|
Merged mainline
|
2015-02-02 02:03:00 +01:00 |
|
dfighter1985
|
b7104c8d57
|
Initialize Nel3D in the Object Viewer plugin too.
|
2015-02-01 20:29:26 +01:00 |
|
kervala
|
0ebca0834b
|
Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once)
|
2015-01-23 21:11:15 +01:00 |
|
kervala
|
713dcf97ee
|
Changed: Replaced atoi and atof by NLMISC::fromString
|
2015-01-13 19:47:14 +01:00 |
|
kervala
|
09e7fe8f3f
|
Changed: Minor changes
|
2015-01-13 14:11:07 +01:00 |
|
kaetemi
|
9d0695feee
|
Lightmap debug message
|
2015-01-13 13:21:56 +01:00 |
|
kaetemi
|
982e720f1e
|
Unhide layers in max export
|
2015-01-13 13:21:56 +01:00 |
|