Commit graph

5200 commits

Author SHA1 Message Date
kaetemi
9d50210e6b Enable crash report tool in debugging sample application
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
0a567afc53 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
2015-03-06 16:01:05 +01:00
kervala
242b19e9e2 Fixed: Compilation
--HG--
branch : develop
2015-03-03 18:59:23 +01:00
dfighter1985
74cb91d460 This was left here unintentionally.
--HG--
branch : feature-crashreport
2015-03-03 03:10:59 +01:00
dfighter1985
baa5273eaa Default return value.
--HG--
branch : feature-crashreport
2015-03-03 03:10:28 +01:00
dfighter1985
3714d15c60 Merged mainline changes..
--HG--
branch : feature-crashreport
2015-03-03 03:05:14 +01:00
dfighter1985
7ca008ba86 Don't offer send in non-dev mode when there's no log file specified.
--HG--
branch : feature-crashreport
2015-03-03 02:37:51 +01:00
dfighter1985
d561a7078c Only send email if the email CB is checked.
--HG--
branch : feature-crashreport
2015-03-03 02:33:04 +01:00
dfighter1985
3108e5e013 Send report in dev mode if the CB is checked.
--HG--
branch : feature-crashreport
2015-03-03 02:30:39 +01:00
kervala
f999cc892c Fixed: Compilation with GCC
--HG--
branch : develop
2015-03-02 23:51:23 +01:00
kervala
c2139e95c0 Fixed: Compilation with GCC
--HG--
branch : develop
2015-03-02 23:27:12 +01:00
dfighter1985
374d966069 Some more GUI changes.
--HG--
branch : feature-crashreport
2015-03-02 21:06:01 +01:00
dfighter1985
d666240343 Added return codes as requested.
--HG--
branch : feature-crashreport
2015-03-02 20:12:09 +01:00
dfighter1985
9d92e2d0d3 GUI changes as per requested by Kaetemi.
--HG--
branch : feature-crashreport
2015-03-02 19:52:39 +01:00
kervala
5e390364de Changed: Minor change
--HG--
branch : develop
2015-03-02 13:13:45 +01:00
kervala
93a708400e Fixed: Sort files in CFileContainer::addSearchPath too
--HG--
branch : develop
2015-03-02 13:13:26 +01:00
kervala
bb429f0ea9 Changed: Use NLMISC::toString instead of itoa
--HG--
branch : develop
2015-03-02 13:09:57 +01:00
kervala
a0c60bc896 Changed: Use CFile::createEmptyFile()
--HG--
branch : develop
2015-03-02 13:09:16 +01:00
kervala
fdc8ddb9f4 Fix #229 missing include in tools sources
--HG--
branch : develop
2015-03-02 13:08:42 +01:00
kervala
c0e885aa6a Fixed: Skip .hg directories
--HG--
branch : develop
2015-03-02 13:07:33 +01:00
kervala
4daf4f5b5f Fix #208 linking against static libX11.a
--HG--
branch : develop
2015-03-02 13:06:51 +01:00
Nimetu
c00ba3f2c1 Fix compilation
--HG--
branch : develop
2015-03-01 18:41:16 +02:00
kaetemi
4dd5955484 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
2015-02-24 17:19:41 +01:00
kaetemi
ea9e32f46d Merge with develop
--HG--
branch : feature-crashreport+develop
2015-02-24 17:19:27 +01:00
kaetemi
826907c8dd Qt5 compile fix for crash report tool
--HG--
branch : feature-crashreport
2015-02-24 17:18:48 +01:00
kaetemi
72475cf719 Fix FindLibOVR cmake script
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
a66204a03a Add isWindowedApplication to INeLContext
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
cb52c7ee7e Use ULL suffix for unsigned 64bit integer constants with Visual Studio 2013
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
54ae2da0a6 Fix _MSC_VER typo
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
cf79f1bb1b Merge with develop
--HG--
branch : feature-crashreport+develop
2015-02-24 12:51:16 +01:00
kaetemi
3b59bbcf69 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
2015-02-24 12:51:01 +01:00
kaetemi
d9dd425dc6 Cleanup Windows includes
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
50e11b0536 Add _WIN32_WINNT fallback define
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
e201c90937 Remove redundant windows.h includes in NLMISC
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
e2dcc3b035 Categorize NLMISC project source files
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
02e8100ea4 Fix sstream include
--HG--
branch : feature-crashreport
2015-02-24 12:47:32 +01:00
kaetemi
6a48a2d199 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
2015-02-24 11:41:05 +01:00
kaetemi
f0e2a46502 Branch feature-crashreport+develop (for testing only)
--HG--
branch : feature-crashreport+develop
2015-02-24 11:40:31 +01:00
kaetemi
68120a53e7 Only in FINAL_VERSION
--HG--
branch : feature-crashreport
2015-02-23 20:33:31 +01:00
kaetemi
a548940b8c Default window title
--HG--
branch : feature-crashreport
2015-02-23 20:09:51 +01:00
kaetemi
fc950e08e0 Move crash report web application to appropriate directory
--HG--
branch : feature-crashreport
2015-02-23 20:07:29 +01:00
kaetemi
e4e3f2019b Add function to set custom host url. Deprecate email callback function. Add some comments
--HG--
branch : feature-crashreport
2015-02-23 20:01:20 +01:00
kaetemi
6ae954326d GCC/Linux version of NLMISC_BREAKPOINT
--HG--
branch : feature-crashreport
2015-02-23 19:23:15 +01:00
dfighter1985
92d692fe69 Merged in dfighter1985/ryzomcore/feature-crashreport (pull request #122)
Crash reporter changes

--HG--
branch : feature-crashreport
2015-02-23 17:55:32 +01:00
kaetemi
55d0c3282d Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
2015-02-23 13:16:50 +01:00
kaetemi
ca3243782b Visual Studio 2013 compilation support for Ryzom Tools
--HG--
branch : develop
2015-02-23 13:13:11 +01:00
kaetemi
609fbbc9c3 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
2015-02-23 13:08:03 +01:00
kaetemi
77d17265eb Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
2015-02-23 12:58:43 +01:00
kaetemi
3ac5c4c5c3 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
2015-02-23 12:52:01 +01:00
kaetemi
883d699428 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
2015-02-23 12:48:41 +01:00