rti
|
3c469007f5
|
Fixed: #1053 using x11 color depth retrieval on mac without cocoa (removes hardcoded value)
|
2010-08-04 23:37:47 +02:00 |
|
rti
|
e034715e44
|
Fixed: #1053 screen mode retrieval only in cocoa mode
|
2010-08-04 22:58:14 +02:00 |
|
rti
|
89b4b27d1b
|
Fixed: #1053 Move mac screen mode retrieval to cocoa_adapter
|
2010-08-04 22:12:54 +02:00 |
|
rti
|
7140c606de
|
Fixed: #1029 destroyWindow() terminates the whole application
|
2010-08-04 21:43:42 +02:00 |
|
rti
|
e1430c4370
|
Fixed: #1004 updated get display modes implementation to use more current apis
|
2010-08-04 21:28:07 +02:00 |
|
rti
|
3c91fe67ef
|
Changed: #1004 - implemented nglGetProcAddress using dlsym
|
2010-08-04 20:33:52 +02:00 |
|
kervala
|
d06e9c1b9a
|
Changed: #1044 Window content is black after switching windowed <-> fullscreen
|
2010-08-01 14:18:59 +02:00 |
|
kervala
|
bcf2e45212
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-08-01 14:16:44 +02:00 |
|
kervala
|
4a833c6d13
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-08-01 10:45:50 +02:00 |
|
kervala
|
fe923a60ce
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-08-01 10:02:31 +02:00 |
|
kervala
|
e72942243d
|
Changed: #878 Fix typos in comments/code
|
2010-08-01 10:02:01 +02:00 |
|
kervala
|
546e510fba
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-08-01 09:53:45 +02:00 |
|
kervala
|
6359d5c7a8
|
Changed: #1044 Window content is black after switching windowed <-> fullscreen
|
2010-08-01 09:48:03 +02:00 |
|
kervala
|
5ea0a915fb
|
Fixed: #1044 Window content is black after switching windowed <-> fullscreen
|
2010-08-01 09:45:53 +02:00 |
|
kervala
|
6df4bfa96c
|
Fixed: #1046 XConfigureNotify window position different from XMoveWindow
|
2010-08-01 09:32:12 +02:00 |
|
kervala
|
33613b8cec
|
Fixed: #1045 XMapWindow doesn't preserve current window position
|
2010-08-01 09:24:10 +02:00 |
|
kervala
|
754b997282
|
Fixed: #1039 X11 error when quitting the client on linux
|
2010-07-31 11:09:09 +02:00 |
|
kervala
|
da46bed296
|
Changed: #878 Fix typos in comments/code
|
2010-07-27 13:21:11 +02:00 |
|
kervala
|
6183a77273
|
Changed: #1028 Implement GlWndProc for X11
|
2010-07-24 23:59:11 +02:00 |
|
kervala
|
b3af4428bc
|
Changed: #1028 Implement GlWndProc for X11
|
2010-07-24 23:12:50 +02:00 |
|
kervala
|
6296ce0cb1
|
Fixed: #1028 Implement GlWndProc for X11
|
2010-07-24 23:09:43 +02:00 |
|
kervala
|
01a9d2de20
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-07-24 22:47:42 +02:00 |
|
kervala
|
2fd533f737
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-07-24 22:29:42 +02:00 |
|
vl
|
3d4bc79512
|
Merge
|
2010-07-19 10:12:31 +02:00 |
|
rti
|
6c5b758655
|
merge
|
2010-07-14 20:40:46 +02:00 |
|
rti
|
b64b7467d9
|
Fixed: #1020 GLWindow, create, destroy, create would lead to creating two autorelease pools
|
2010-07-14 20:40:24 +02:00 |
|
Matt Raykowski
|
f4460f8360
|
merge
|
2010-07-14 12:13:37 -05:00 |
|
Matt Raykowski
|
9b391a24fa
|
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
|
5f9da63b41
|
merge
|
2010-07-14 16:52:34 +02:00 |
|
rti
|
6f2ac6201f
|
Fixed: #1008 Modifier Key Information
|
2010-07-14 16:52:15 +02:00 |
|
kervala
|
632c99d4f3
|
Fixed: #1019 Add public setWindowIcon method to UDriver
|
2010-07-14 16:16:15 +02:00 |
|
kervala
|
1cc6877502
|
Fixed: #1018 Implement setWindowIcon for Win32
|
2010-07-14 11:48:24 +02:00 |
|
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 |
|
vl
|
48e4a8b2cf
|
Added: default value for light 0 (thx valgrind)
|
2010-07-09 16:42:28 +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 |
|
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
|
0169f5f1b8
|
Changed: #947 improved mouse wheel handling (thresholding)
|
2010-07-04 19:49:34 +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
|
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
|
b52ce97c5f
|
Changed: #841 Change the wrong header in the source code
|
2010-06-25 21:08:52 +02:00 |
|
kervala
|
73148e25ea
|
Changed: #880 Use PCH under Linux with CMake
|
2010-06-25 08:33:15 +02:00 |
|
rti
|
bba512990d
|
Changed: #947 added mac menu, force redraw after buffer swap, some cleanup
|
2010-06-24 21:39:18 +02:00 |
|
rti
|
bf742eaf11
|
merge
|
2010-06-23 23:52:16 +02:00 |
|