Commit graph

344 commits

Author SHA1 Message Date
dfighter1985
151e92a37d Renames. 2015-02-22 19:33:12 +01:00
dfighter1985
6646db3d56 renamed directory. 2015-02-22 19:28:02 +01:00
dfighter1985
ffbbf7d84b Changed default title to NeL Error Report. 2015-02-22 19:26:03 +01:00
dfighter1985
a143ffc959 Moved to nel\tools\misc 2015-02-22 19:24:38 +01:00
dfighter1985
a2cd433eed Class names in Nel start with a C... 2015-02-22 19:04:11 +01:00
dfighter1985
f25c6f6103 Copyright header changed to Nel... 2015-02-22 18:59:35 +01:00
dfighter1985
059287db6a Launch the error report application instead of sending an email. 2015-02-22 18:45:41 +01:00
dfighter1985
987f140998 Backed out from fdc0d40 2015-02-22 17:38:06 +01:00
dfighter1985
917cb4aa9d Backed out from 5942903 2015-02-22 17:20:24 +01:00
dfighter1985
9ecf62b3ed Back out from 5bb3dad 2015-02-22 17:15:41 +01:00
Jan Boon
9afb02343f Merged in nimetu/ryzomcore/issue-221 (pull request #100)
improve chatlog file (issue #221)
2015-02-22 11:01:08 +01:00
kaetemi
aa3ddd3972 Merge with hotfix 2015-02-22 10:53:17 +01:00
kaetemi
12487d2e58 Merge with dfighter-tools 2015-02-22 10:45:48 +01:00
kaetemi
b5d48a8f15 Merge with hotfix 2015-02-22 10:39:02 +01:00
kaetemi
735027d3e0 Revert invalid hotfix commits 2015-02-22 10:34:27 +01:00
dfighter1985
53975d98af Merged in hotfix (pull request #117)
Merge hotfix branch
2015-02-21 23:09:07 +01:00
dfighter1985
ba02245e33 Removed unused references to CMsgBoxDisplayer. 2015-02-21 22:34:02 +01:00
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
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
kervala
09df6d6d9b Changed: Improved User Agent management 2015-02-14 15:18:53 +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
e6ed730e4e Changed: Updated CMale modules 2015-02-14 13:47:37 +01:00
kervala
2ad2fea0bc Changed: Replaced atoi and atof by NLMISC::fromString 2015-02-14 13:46:21 +01:00
kervala
793d8fb8c4 Changed: Minor changes 2015-02-14 13:34:45 +01:00
kervala
8ca4c7548d Changed: Use Ryzom user agent for CURL 2015-02-14 13:19:53 +01:00
kervala
c5131f6700 Fixed: Missing namespace 2015-02-14 13:19:09 +01:00
kervala
b5ea715d42 Changed: std::string already initialized to en empty string 2015-02-14 13:18:51 +01:00
kervala
4c03c8b653 Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent 2015-02-14 13:03:27 +01:00
kervala
4e24a6444c Changed: Possible bug if string not found 2015-02-14 12:54:17 +01:00
kervala
0324ebbd63 Fixed: Unable to patch when Ryzom was located on a mounted FS 2015-02-14 12:52:57 +01:00
kervala
3eb60013c9 Changed: Used PCH for admin_modules 2015-02-14 12:48:29 +01:00
kervala
203acf6d62 Changed: Check getSpawn() before calling its methods 2015-02-14 12:47:54 +01:00
kervala
3b38f01d5f Changed: Minor changes 2015-02-14 12:47:03 +01:00
kervala
5f912f713a Changed: Replaced atof by NLMISC::fromString 2015-02-14 12:43:29 +01:00
kervala
c510dcde2e Fixed: Compilation warnings 2015-02-14 12:41:59 +01:00
kervala
8fcd432074 Fixed: Only keep Release and Debug configurations in CMake 2015-02-14 12:06:19 +01:00
dfighter1985
8a34288795 Merged in hotfix (pull request #114)
Merging hotfix branch
2015-02-13 19:48:42 +01:00
dfighter1985
049b967bd6 Add the data directory to the search path. 2015-02-11 20:42:31 +01:00
dfighter1985
d5425face0 Added ryzom.ttf, it will be installed to the data directory. 2015-02-11 19:55:16 +01:00
dfighter1985
1d3b8bfd75 Include rgba.h in libwww.h. Thanks Nimetu! 2015-02-09 20:07:35 +01:00
dfighter1985
e91498f11e Change the cursor to a wait cursor when applying settings in the settings dialog. 2015-02-09 19:55:27 +01:00
dfighter1985
d4b8628f92 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. 2015-02-09 19:49:16 +01:00
dfighter1985
53e8f8ed94 Renamed the studio startup settings dialog to avoid name conflict with the core plugin's settings dialog. 2015-02-09 17:54:27 +01:00
dfighter1985
33d658a444 Read the GUI Editor widget and expression definition XML files from the right directory. 2015-02-09 01:48:39 +01:00
dfighter1985
e26561ae1d Install the GUI Editor widget and expression definition files to the data dir. 2015-02-08 23:46:33 +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
b1bd4d132f Merged in hotfix (pull request #108)
Merge hotfix branch.
2015-02-06 00:45:36 +01:00
dfighter1985
dfaf2b08e6 CPack should use the install prefix. 2015-02-06 00:31:51 +01:00
dfighter1985
45e7e542a8 We need the LIGO config file, not directory in the first start settings dialog. 2015-02-05 23:50:38 +01:00
dfighter1985
b52a633615 Merged in hotfix (pull request #105)
Merge hotfix
2015-02-02 23:32:08 +01:00
dfighter1985
37f9f90fab Use release squish if debug not found. Fixes s3tc compressor tool build. 2015-02-02 23:25:11 +01:00
dfighter1985
acbfc21b3b Some CPack renames. 2015-02-02 22:51:43 +01:00
dfighter1985
3b8012b308 Install tile editor's plugin spec to the right directory. 2015-02-02 22:41:29 +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
e0c6d863b6 Fixed: Guilds with same characters and not same spaces 2015-01-21 13:20:56 +01:00
Nimetu
3b4dff3b90 Include chat message channel/type to chatlog file 2015-01-15 20:08:28 +02:00
kervala
b4cacf3722 Fixed: Compilation 2015-01-13 20:35:34 +01:00
kervala
713dcf97ee Changed: Replaced atoi and atof by NLMISC::fromString 2015-01-13 19:47:14 +01:00
kervala
0193bd948c Fixed: Compilation 2015-01-13 15:15:07 +01:00
kervala
3936b5faa7 Fixed: Compilation 2015-01-13 15:08:13 +01:00
kervala
09e7fe8f3f Changed: Minor changes 2015-01-13 14:11:07 +01:00
kervala
3602ab47f2 Changed: Replaced ~0 by corresponding std::numeric_limits<T>::max() 2015-01-13 13:47:19 +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
kervala
73b1c4b0e9 Changed: Fixed a wrong copy-paste 2015-01-11 18:27:06 +01:00
kervala
80da14b2d6 Changed: Use defined directories prefixed by a default directory 2015-01-11 18:01:32 +01:00
kervala
b9962b01c9 Changed: Allow to use a readable and writable data path for IG patch (usefull when data are read only) 2015-01-11 15:06:02 +01:00
kervala
c8a0d17a77 Changed: Append getAppBundlePath() to search paths under OS X 2015-01-11 14:59:15 +01:00
kervala
5d7ee3b030 Changed: Don't use replaceApplicationDirToken anymore 2015-01-11 14:57:40 +01:00
kervala
ca75c5421c Changed: Typo 2015-01-11 14:56:51 +01:00
kervala
0b6bfe2abd Fixed: Compilation with OS X SDK 10.10 2015-01-10 20:33:02 +01:00
kervala
0a6f13de74 Fixed: Removed raw mouse mode for OS X too 2015-01-10 19:55:05 +01:00
kervala
6ec23c8a0e Fixed: OpenGL driver compilation 2015-01-10 19:53:27 +01:00
kervala
7c0fe6703b Merge 2015-01-10 19:08:55 +01:00
kervala
c3def674ba Changed: Minor changes 2015-01-10 18:45:14 +01:00
kervala
3047e92d38 Fixed: OpenGL ES driver compilation 2015-01-10 18:41:54 +01:00
kervala
ba4522f4b9 Changed: More aliases for OpenGL ES functions and defines to simplify code 2015-01-10 18:41:18 +01:00
Jan Boon
a593a79989 Merged in nimetu/ryzomcore/fix-issue-225 (pull request #98)
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
2015-01-09 18:09:17 +01:00
Nimetu
94a967381e Fix html submit button value that is included with form data (issue #226) 2015-01-09 13:11:20 +02:00
Nimetu
07c99a4b3d CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225) 2015-01-09 12:59:53 +02:00
kervala
3292ea5dfa Changed: Check for string length 2014-12-26 13:44:35 +01:00
kervala
f410468b50 Changed: Allow to enable UAC for Windows client 2014-12-26 13:44:03 +01:00
kervala
1e03bedc78 Changed: Give priority to Luabind library filenames with specific Lua version 2014-12-26 13:43:20 +01:00
kervala
935ee947a6 Changed: Minor changes 2014-12-26 13:38:02 +01:00
kervala
1f247f032e Changed: Minor changes 2014-12-26 13:12:56 +01:00
kaetemi
c51dd11532 Merge with hotfix 2014-12-22 16:40:12 +01:00
kaetemi
9ad7c98ce0 Fix mirror type sizes 2014-12-22 16:39:54 +01:00
kaetemi
4b05cce7e4 Merge with default 2014-12-22 14:26:26 +01:00
kaetemi
44d9130a68 ryzomcore/v0.11.2 2014-12-22 14:21:54 +01:00
kaetemi
c8c6b5e655 ryzomcore/v0.11.2 2014-12-22 14:21:01 +01:00
kaetemi
d4510bd702 Move to feature-light_cycle: c5207e1f862a 2014-12-22 14:10:37 +01:00
kaetemi
9a2d5ac140 Backed out changeset: 3694176c26bf 2014-12-22 14:08:54 +01:00
kaetemi
d715518f70 Move to hotfix: 287c1142e5ea 2014-12-22 14:08:29 +01:00
dfighter1985
6418129fd2 Ported changeset 9878ab4: CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219. 2014-12-22 01:26:04 +01:00
dfighter1985
d80b8ef4f9 CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219. 2014-12-21 22:55:27 +01:00