Commit graph

729 commits

Author SHA1 Message Date
kervala
40c3479328 Changed: Implement GlWndProc for X11 2010-07-24 23:12:50 +02:00
kervala
4220215132 Fixed: Implement GlWndProc for X11 2010-07-24 23:09:43 +02:00
kervala
0da812d348 Changed: Remove all warning when compiling Ryzom 2010-07-24 22:47:42 +02:00
kervala
15f4e5cb47 Changed: Remove all warning when compiling Ryzom 2010-07-24 22:29:42 +02:00
mattraykowski
9fb6bf039e Change: Added some source groups to mimic VS SLNs. 2010-07-23 13:54:42 -06:00
mattraykowski
5d34a6148e Change: Setting WITH_STATIC_DRIVERS links GL/D3D and FMOD/AL/DS/XA to 3D and sound respectively. 2010-07-23 13:05:21 -06:00
mattraykowski
e451eaacd7 Changed: Added ability to toggle support for STLport builds - note untested! 2010-07-23 10:51:02 -06:00
mattraykowski
35915a7eec Changed: Fix for nelmisc builds on Windows without DirectX in the VS paths. 2010-07-23 09:41:49 -06:00
kervala
0c16089a74 Changed: Floating point exceptions 2010-07-20 22:49:11 +02:00
vl
94c32ea943 Changed: sint64 into uint64 to compile on old gcc 2010-07-19 11:36:41 +02:00
vl
449c10f29d Merge 2010-07-19 10:12:46 +02:00
vl
dc60c46e04 Merge 2010-07-19 10:12:31 +02:00
vl
f17ae80931 Changed: Display fps and spf on SHIFT+F2 2010-07-19 10:11:00 +02:00
kervala
fd9fb09cb6 Fixed: Ryzom-client requires Cmake 2.8 - Not standard in Ubuntu 9.04 2010-07-18 10:51:16 +02:00
kervala
536e049e2b Changed: Use a standard application path for writing files 2010-07-17 23:26:55 +02:00
kervala
124543db04 Changed: Added FINAL_VERSION for NeL 2010-07-17 23:04:22 +02:00
kervala
0acbbc30c8 Changed: Removed CMake unused files 2010-07-17 22:41:13 +02:00
kervala
089a4eed9d Changed: cbDirectoryChanged now displays a warning if it couldn't change directory 2010-07-17 18:56:01 +02:00
kervala
c192780960 Changed: only check screenshot folder presence one time 2010-07-17 18:47:38 +02:00
kervala
c4d9057792 Changed: Added new files for X11 applications 2010-07-17 18:46:24 +02:00
kervala
fdb547159d Changed: Make sure all debug files are created in log directory 2010-07-17 18:30:02 +02:00
kervala
b7628b5cc2 Changed: Use a standard application path for writing files 2010-07-17 18:23:24 +02:00
kervala
dbbd972c50 Changed: Remove seven_zip dependency for Mac OS and Linux client 2010-07-17 18:22:32 +02:00
kervala
47c6a176ba Changed: Use a standard application path for writing files 2010-07-17 18:21:25 +02:00
kervala
462537d869 Changed: Added an icon for X11 2010-07-17 18:21:02 +02:00
kervala
e5a7112be1 Changed: Use a standard application path for writing files 2010-07-17 18:09:41 +02:00
kervala
0557954d54 Changed: Fix typos in comments/code 2010-07-17 18:09:03 +02:00
kervala
51b00b2a44 Changed: Remove all warning when compiling Ryzom 2010-07-17 18:07:23 +02:00
kervala
d8f1e1cdea Changed: Use a standard application path for writing files 2010-07-17 18:03:13 +02:00
kervala
54336d3fa0 Changed: Added new files for X11 applications 2010-07-17 17:54:43 +02:00
kervala
80027fe152 Changed: Removed CMake unused files 2010-07-17 17:44:31 +02:00
kervala
6920b2553b Changed: Use a standard application path for writing files 2010-07-16 23:12:25 +02:00
kervala
a8a93af468 Changed: Fix typos in comments/code 2010-07-16 22:26:02 +02:00
kervala
1ee2dd6f6a Changed: Remove all warning when compiling Ryzom 2010-07-16 22:23:45 +02:00
kervala
67d5518aaf Changed: Remove/convert/update old projects 2010-07-16 22:20:39 +02:00
kervala
231dbc29d3 Changed: Use a standard application path for writing files 2010-07-16 22:16:21 +02:00
kervala
395aa142a5 Changed: NLMISC::strupr is depreciated (use NLMISC::toUpper instead 2010-07-15 19:58:04 +02:00
kervala
0fdaf23338 Fixed: config_file generated files not openable 2010-07-15 19:41:13 +02:00
kervala
bef2275839 Changed: nel-misc.pc install file missing ubuntu / debian linux 2010-07-15 14:22:19 +02:00
rti
4ce16a9e92 merge 2010-07-14 20:40:46 +02:00
rti
c9f6cb3604 Fixed: GLWindow, create, destroy, create would lead to creating two autorelease pools 2010-07-14 20:40:24 +02:00
Matt Raykowski
7577118db5 merge 2010-07-14 12:13:37 -05:00
Matt Raykowski
993d49835b Changed: Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking. 2010-07-14 12:13:07 -05:00
kervala
67cbf85e59 Fixed: GCC error with templates (by Naush) 2010-07-14 17:46:30 +02:00
rti
007053d0e8 merge 2010-07-14 16:52:34 +02:00
rti
9c34ad587c Fixed: Modifier Key Information 2010-07-14 16:52:15 +02:00
kervala
4775af45e2 Fixed: Add public setWindowIcon method to UDriver 2010-07-14 16:16:15 +02:00
kervala
5b2600003b Fixed: Implement setWindowIcon for Win32 2010-07-14 11:48:24 +02:00
kervala
263cd23f8c Changed: Move OS specific code from client or server to NeL when it's possible 2010-07-14 11:44:46 +02:00
kervala
2eb5e97ecc Fixed: Add an internal method to set an icon for X11 window in OpenGL driver 2010-07-13 20:21:32 +02:00