Commit graph

152 commits

Author SHA1 Message Date
kervala
13de385469 Added: NL_ADD_RUNTIME_FLAGS for libraries 2010-09-14 13:51:44 +02:00
mattraykowski
c3e4ffbe26 merge while working on rebase root source dir 2010-09-03 08:02:04 -06:00
mattraykowski
972e141687 Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout. 2010-09-03 07:07:47 -06:00
kervala
ad51d50449 Changed: Prevent Windows to draw background of NeL windows and some other messages 2010-08-30 18:38:00 +02:00
kervala
aa506598d0 Fixed: #1080 Under Linux, load NeL drivers from a specific directory 2010-08-28 14:10:56 +02:00
kervala
b5f6188757 Fixed: #1044 Window content is black after switching windowed <-> fullscreen 2010-08-22 09:57:33 +02:00
rti
06f7326e34 Fixed: #1059 Make cocoa the default subsystem on Mac OS X 2010-08-13 18:16:37 +02:00
rti
ba4eca5cec Fixed: #1062 Fullscreen with game resolution < desktop resolution 2010-08-13 16:05:01 +02:00
rti
ed8a11717d Changed: #878 Fix typos in comments/code 2010-08-13 15:40:04 +02:00
kervala
4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent 2010-08-11 15:05:03 +02:00
kervala
09d7a4a064 Fixed: Removed driver_opengl_mac.cpp from VC++ project 2010-08-08 20:17:13 +02:00
kervala
5d494ea2fe Fixed: #1058 Use wglext.h instead of defining all Windows stuff in driver_opengl_extension_def.h 2010-08-05 18:05:57 +02:00
kervala
2da52ebc36 Fixed: #1057 X11 Key auto repeat 2010-08-05 14:21:41 +02:00
rti
0edc5f1f2c Fixed: #1036 Problem when we start moving the camera in third person 2010-08-05 03:06:22 +02:00
rti
e1f2fc5abc Fixed: #1053 using x11 color depth retrieval on mac without cocoa (removes hardcoded value) 2010-08-04 23:37:47 +02:00
rti
6b0320a7f2 Fixed: #1053 screen mode retrieval only in cocoa mode 2010-08-04 22:58:14 +02:00
rti
cc47fd2531 Fixed: #1053 Move mac screen mode retrieval to cocoa_adapter 2010-08-04 22:12:54 +02:00
rti
b1fa58f06b Fixed: #1029 destroyWindow() terminates the whole application 2010-08-04 21:43:42 +02:00
rti
fddfab508b Fixed: #1004 updated get display modes implementation to use more current apis 2010-08-04 21:28:07 +02:00
rti
542d4125a0 Changed: #1004 - implemented nglGetProcAddress using dlsym 2010-08-04 20:33:52 +02:00
kervala
a7e4543e5d Changed: #1044 Window content is black after switching windowed <-> fullscreen 2010-08-01 14:18:59 +02:00
kervala
3b09bcd927 Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 14:16:44 +02:00
kervala
7e45b27f35 Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 10:45:50 +02:00
kervala
bb8cea02ea Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 10:02:31 +02:00
kervala
01748aa3f5 Changed: #878 Fix typos in comments/code 2010-08-01 10:02:01 +02:00
kervala
540e24b7b6 Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 09:53:45 +02:00
kervala
65647fecbb Changed: #1044 Window content is black after switching windowed <-> fullscreen 2010-08-01 09:48:03 +02:00
kervala
90acceadbf Fixed: #1044 Window content is black after switching windowed <-> fullscreen 2010-08-01 09:45:53 +02:00
kervala
1fab114680 Fixed: #1046 XConfigureNotify window position different from XMoveWindow 2010-08-01 09:32:12 +02:00
kervala
dd93616bf6 Fixed: #1045 XMapWindow doesn't preserve current window position 2010-08-01 09:24:10 +02:00
kervala
a587bc1846 Fixed: #1039 X11 error when quitting the client on linux 2010-07-31 11:09:09 +02:00
kervala
a3ae822a88 Changed: #878 Fix typos in comments/code 2010-07-27 13:21:11 +02:00
kervala
b22129a4fb Changed: #1028 Implement GlWndProc for X11 2010-07-24 23:59:11 +02:00
kervala
2b74d425ed Changed: #1028 Implement GlWndProc for X11 2010-07-24 23:12:50 +02:00
kervala
28e5c4e485 Fixed: #1028 Implement GlWndProc for X11 2010-07-24 23:09:43 +02:00
kervala
9275ce5175 Changed: #825 Remove all warning when compiling Ryzom 2010-07-24 22:47:42 +02:00
kervala
c6d7643b4b Changed: #825 Remove all warning when compiling Ryzom 2010-07-24 22:29:42 +02:00
vl
e71c3b5417 Merge 2010-07-19 10:12:31 +02:00
kervala
5bb012883d Changed: #860 Remove/convert/update old projects 2010-07-16 22:20:39 +02:00
rti
32cd792e14 merge 2010-07-14 20:40:46 +02:00
rti
d4e2ab4013 Fixed: #1020 GLWindow, create, destroy, create would lead to creating two autorelease pools 2010-07-14 20:40:24 +02:00
Matt Raykowski
e3302e6844 merge 2010-07-14 12:13:37 -05:00
Matt Raykowski
b4a635c412 Changed: #842 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
rti
1a756384c2 merge 2010-07-14 16:52:34 +02:00
rti
9a490239e8 Fixed: #1008 Modifier Key Information 2010-07-14 16:52:15 +02:00
kervala
3b70e484f6 Fixed: #1019 Add public setWindowIcon method to UDriver 2010-07-14 16:16:15 +02:00
kervala
00ae75ef04 Fixed: #1018 Implement setWindowIcon for Win32 2010-07-14 11:48:24 +02:00
kervala
ad59a1f35b 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
34e58b7f19 Fixed: #928 XRandR modesetting 2010-07-12 23:02:55 +02:00
kervala
41eedee735 Fixed: #928 XRandR modesetting 2010-07-12 21:52:35 +02:00