Commit graph

109 commits

Author SHA1 Message Date
kervala
f728a518a1 Fixed: Move setrlimit after initializing logs 2016-03-18 22:10:19 +01:00
kervala
f5e60a4fea Changed: Init log before calling prelogInit() 2016-03-18 18:10:01 +01:00
kervala
50afa42d93 Use ANSI versions of Win32 functions when not using Unicode text, issue #261 2016-02-20 18:38:17 +01:00
kervala
544aaa2510 Changed: We're now using crash_report to send reports 2016-02-15 12:08:55 +01:00
kervala
b577182adb Changed: Remember startup path (the initial current directory) 2016-02-13 23:29:00 +01:00
kervala
2ce00ad573 Fixed: Don't process again same directory 2016-02-06 00:23:43 +01:00
kervala
816d812ea2 Fixed: Use absolute path of current directory instead of relative path (avoid to check more than once the same location) 2016-02-02 10:23:57 +01:00
kervala
936148de9d Fixed: Only call setCPUMask once 2016-01-27 14:44:13 +01:00
kervala
9eaa7b8399 Changed: Use CCmdArgs to get program path and search data there 2016-01-23 19:04:52 +01:00
kervala
3000ae7cdf Changed: Only add search paths that exist 2016-01-18 21:29:43 +01:00
kervala
ef6cc501e0 Fixed: Right directory under OS X 2016-01-14 21:27:10 +01:00
kervala
e5d414fc5b Fixed: Compilation under OS X 2016-01-14 10:21:50 +01:00
kervala
2a3e173488 Changed: Try different alternative paths for game folders 2016-01-13 19:52:58 +01:00
kervala
0f379b8fa1 Fixed: Don't force 1024x768 windowed if desktop resolution is already 1024x768 or less 2016-01-03 17:48:23 +01:00
kervala
963e471a37 Changed: Allow to specify CPUMask in client.cfg to force the use of some cores 2016-01-02 22:28:49 +01:00
kervala
4c122318f4 Fixed: Typos again 2015-12-12 15:01:36 +01:00
kervala
728eecc08b Changed: Check for alternative directories 2015-12-12 11:12:38 +01:00
kervala
bd50af4a6c Fixed: Wrong copy-paste 2015-12-07 19:37:03 +01:00
kervala
e68d348f66 Changed: Centralize config.h to avoid recompiling too many files in config.h each time config.h is modified 2015-12-07 19:13:50 +01:00
kervala
3e316cfdfd Changed: Support 64x64 icon size 2015-12-02 19:00:55 +01:00
kervala
5a4f7a3757 Fixed: Search icons under Linux in default directories 2015-12-02 09:21:44 +01:00
kervala
03bee917de Fixed: Compilation under Linux 2015-11-30 14:16:47 +01:00
kervala
cbe7528130 Changed: Look into predefined pathes for Ryzom icons 2015-11-29 14:43:08 +01:00
kervala
380bac5728 Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
kervala
d0c869c64f Fixed: Update also Depth and Frequency with default resolution 2015-11-05 17:18:14 +01:00
kervala
4f64daeee4 Changed: Centralize version different formats 2015-11-05 17:16:55 +01:00
kervala
af0f35ff6c Fixed: Crash when displaying configuration window 2015-11-01 16:46:47 +01:00
kervala
4681dbec0c Changed: If Width and Height are invalid, use current screen mode 2015-09-22 09:46:51 +02:00
kervala
ed2d2a06de Fixed compilation (setReportEmailFunction doesn't exist anymore) 2015-03-24 15:26:34 +01:00
kaetemi
5307229afa Merge with feature-crashreport 2015-02-24 11:41:05 +01:00
kaetemi
891011b74c Merge with hotfix 2015-02-22 10:39:02 +01:00
dfighter1985
4b15d60ec0 Merged in hotfix (pull request #117)
Merge hotfix branch
2015-02-21 23:09:07 +01:00
dfighter1985
218b413bd0 Removed unused references to CMsgBoxDisplayer. 2015-02-21 22:34:02 +01:00
dfighter1985
98cc1f03f8 Removed unused references to CMsgBoxDisplayer. 2015-02-21 22:34:02 +01:00
kaetemi
ae1de68f3b Visual Studio 2013 compilation support for Ryzom Client 2015-02-20 17:50:58 +01:00
dfighter1985
3be42babfe Oups 2015-02-20 02:56:22 +01:00
dfighter1985
7e2e2ae56b Oups 2015-02-20 02:56:22 +01:00
dfighter1985
85fe754bf2 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
cc52abcfa0 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
eca33bfb95 Changed: Minor changes 2015-02-14 13:34:45 +01:00
kervala
d6a2af6abd Changed: Minor changes 2015-01-13 14:11:07 +01:00
kervala
9dfc7944d7 Changed: Fixed a wrong copy-paste 2015-01-11 18:27:06 +01:00
kervala
b8b68c4ec1 Changed: Use defined directories prefixed by a default directory 2015-01-11 18:01:32 +01:00
kervala
c90a3049c4 Changed: Append getAppBundlePath() to search paths under OS X 2015-01-11 14:59:15 +01:00
kervala
ef405c2f87 Changed: Don't use replaceApplicationDirToken anymore 2015-01-11 14:57:40 +01:00
kervala
bdfa7a624e Changed: Minor changes 2014-12-26 13:38:02 +01:00
kaetemi
05a2f91711 OVR: Iterate devices 2014-08-04 19:19:15 +02:00
kaetemi
2bccba1ddc 3D: Cleanup bloom effect 2014-08-03 20:35:05 +02:00
kaetemi
0f5f1f9047 Trash DirectInput 2014-07-08 22:21:11 +02:00
kaetemi
6fa7ddd5a4 Fix Ryzom client compile under MinGW 2014-06-19 01:17:35 +02:00