Commit graph

180 commits

Author SHA1 Message Date
kervala
1306f1d2d0 Fixed: #973 Add an internal method to set an icon for X11 window in OpenGL driver 2010-07-13 20:21:32 +02:00
kervala
5b4f2cc791 Fixed: #928 XRandR modesetting 2010-07-12 23:02:55 +02:00
kervala
3c40ce800a Fixed: #928 XRandR modesetting 2010-07-12 21:52:35 +02:00
kervala
840179a65c Changed: optimizations for PCH 2010-07-10 14:06:33 +02:00
kervala
2b5d2a5b91 Fixed: sort screen modes by width, height and frequency 2010-07-10 13:59:45 +02:00
kervala
f20b894851 Changed: #825 Remove all warning when compiling Ryzom 2010-07-10 13:27:40 +02:00
vl
a649c77979 Changed: CSynchronized and CMutex are now, by default, Fair on Windows and Unfair on GNU/Linux and Mac OS X 2010-07-08 17:36:41 +02:00
vl
2cef5d56c8 Changed: misc things 2010-07-08 16:06:34 +02:00
vl
34faabfe7a Added: better detection of jpeg size 2010-07-08 16:01:01 +02:00
rti
bd131639d5 Fixed: #1012 Dead Keys Broken 2010-07-07 02:01:15 +02:00
rti
c7840413f0 Fixed: #1011 Switch nlWindow from NSWindow* to NSView* 2010-07-07 00:06:46 +02:00
rti
e4acb111a8 Fixed: #1011 Switch nlWindow from NSWindow* to NSView* 2010-07-06 21:50:22 +02:00
rti
8f30227e23 Fixed: #1009 Cocoa Window not necessary 2010-07-06 20:31:30 +02:00
rti
ebd5b8481b merge 2010-07-04 19:49:59 +02:00
rti
0169f5f1b8 Changed: #947 improved mouse wheel handling (thresholding) 2010-07-04 19:49:34 +02:00
kervala
80f743433c Changed: USE_JPEG is only used when building NLMISC now 2010-07-01 15:51:27 +02:00
kervala
bfc3409cb3 Changed: CFile::copyFile takes now 2 std::string as parameters 2010-07-01 11:51:27 +02:00
kervala
bc7fb5fbe9 Changed: #880 Use PCH under Linux with CMake 2010-06-30 15:31:31 +02:00
rti
21d020e0f7 Changed: #880 disabled PCH for opengl driver if WITH_COCOA (PCH does not work with objc) 2010-06-28 20:52:56 +02:00
kervala
fd08cc8e97 Changed: #825 Remove all warning when compiling Ryzom 2010-06-27 13:05:31 +02:00
kervala
81cacf96ce Changed: CWordsDictionary::makeResult using references 2010-06-27 11:37:57 +02:00
kervala
8144bb8696 Changed: #880 Use PCH under Linux with CMake 2010-06-26 17:38:45 +02:00
kervala
abc2773e09 Changed: #880 Use PCH under Linux with CMake (use the same macros for Windows too) 2010-06-26 16:47:36 +02:00
kervala
217d5c17e8 Changed: #842 Added new optimizations for VC++ linker and compiler 2010-06-26 16:37:27 +02:00
kervala
8bb1ed6a70 Changed: #842 Removed obsolete files (all methods are already implemented in CSystemInfo) 2010-06-26 14:50:03 +02:00
kervala
b52ce97c5f Changed: #841 Change the wrong header in the source code 2010-06-25 21:08:52 +02:00
kervala
f2fcb4ae1e Changed: #880 Use PCH under Linux with CMake 2010-06-25 12:58:52 +02:00
kervala
e5acdd3fed Changed: #880 Use PCH under Linux with CMake 2010-06-25 11:44:58 +02:00
kervala
cdfea743a3 Changed: #880 Use PCH under Linux with CMake 2010-06-25 11:05:33 +02:00
kervala
73148e25ea Changed: #880 Use PCH under Linux with CMake 2010-06-25 08:33:15 +02:00
rti
80ffff4a07 merge 2010-06-24 22:13:38 +02:00
rti
bba512990d Changed: #947 added mac menu, force redraw after buffer swap, some cleanup 2010-06-24 21:39:18 +02:00
kervala
c3d1ac3de9 Changed: #878 Fix typos in comments/code 2010-06-24 15:00:31 +02:00
rti
bf742eaf11 merge 2010-06-23 23:52:16 +02:00
rti
a6ccab4d89 Changed: #947 adapted to recent driver changes, some cleanup 2010-06-23 23:37:19 +02:00
kervala
9e67bcf9a2 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 2010-06-23 08:59:03 +02:00
kervala
5696f9a2e4 Changed: #841 Change the wrong header in the source code 2010-06-22 12:03:05 +02:00
kervala
743a1775f2 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 2010-06-22 08:12:31 +02:00
kervala
fc7a8e8ed4 Changed: #825 Remove all warning when compiling Ryzom 2010-06-21 22:36:59 +02:00
kervala
5b973e3c92 Fixed: #992 Infinite loop and crash when a parent sheet is the same file as self 2010-06-21 21:38:46 +02:00
kervala
5ab69cc44f Changed: #991 Make sure all debug files are created in log directory 2010-06-21 21:10:16 +02:00
kervala
dac2ec8357 Changed: #991 Make sure all debug files are created in log directory 2010-06-21 21:03:21 +02:00
kervala
c92b3e033d Changed: #991 Make sure all debug files are created in log directory 2010-06-21 20:37:46 +02:00
kervala
1d95df22f9 Fixed: #990 Add possibility to set and get log directory 2010-06-21 20:24:02 +02:00
kervala
a75ad193ef Changed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 2010-06-16 09:38:29 +02:00
kervala
c2826bf4f5 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 2010-06-15 17:44:03 +02:00
kervala
14d4ff24df Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 2010-06-15 16:47:05 +02:00
kervala
3ab15ee0d4 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 2010-06-14 21:54:58 +02:00
kervala
cfb73344a0 Changed: Removed files with no content from project (fix some VC++ warnings) 2010-06-14 14:07:55 +02:00
kervala
f52b581031 Changed: #842 Added SOVERSION property to shared libraries 2010-06-14 10:30:17 +02:00