Commit Graph

213 Commits (b0a33c716c38f98e1bef2a2d074a0bdfbdf75ca5)

Author SHA1 Message Date
kervala ae239a6b94 Changed: #880 Use PCH under Linux with CMake 15 years ago
rti c613b8a103 Changed: #880 disabled PCH for opengl driver if WITH_COCOA (PCH does not work with objc) 15 years ago
kervala 7cb5099a1c Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala c27c28d7c4 Changed: CWordsDictionary::makeResult using references 15 years ago
kervala 6779fcf1b3 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 0238458539 Changed: #880 Use PCH under Linux with CMake (use the same macros for Windows too) 15 years ago
kervala 7d7ded9528 Changed: #842 Added new optimizations for VC++ linker and compiler 15 years ago
kervala 870fb2a50a Changed: #842 Removed obsolete files (all methods are already implemented in CSystemInfo) 15 years ago
kervala fc22fcb3de Changed: #841 Change the wrong header in the source code 15 years ago
kervala 7a99daae23 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 73744cd0ae Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 611b5498e8 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 9eb0e21867 Changed: #880 Use PCH under Linux with CMake 15 years ago
rti 6567201c25 merge 15 years ago
rti 8ad1901f17 Changed: #947 added mac menu, force redraw after buffer swap, some cleanup 15 years ago
kervala 9de1c9e027 Changed: #878 Fix typos in comments/code 15 years ago
rti 59b7ac1f9f merge 15 years ago
rti 60dae3bfd0 Changed: #947 adapted to recent driver changes, some cleanup 15 years ago
kervala 964ffc2183 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 15 years ago
kervala 0761387c3b Changed: #841 Change the wrong header in the source code 15 years ago
kervala 551d33c933 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 15 years ago
kervala a362e280ca Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala db81731ff5 Fixed: #992 Infinite loop and crash when a parent sheet is the same file as self 15 years ago
kervala 5e4cd25b2c Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala ec62912164 Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala 28c4072960 Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala 4e334e85b7 Fixed: #990 Add possibility to set and get log directory 15 years ago
kervala a5d0faaec5 Changed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala 3ed8f85188 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala cb649eba75 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala a877932708 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala bf6e36cd33 Changed: Removed files with no content from project (fix some VC++ warnings) 15 years ago
kervala dcf1277953 Changed: #842 Added SOVERSION property to shared libraries 15 years ago
kervala 7cbe65d2ef Changed: #878 Fix typos in comments/code 15 years ago
rti ec3f194b42 Changed: #947 fixed set mouse pos in fullscreen on non main monitor 15 years ago
rti 7457a1838f merge 15 years ago
rti ac758bc0e3 Changed: #947 fixed set mouse pos in fullscreen on non main monitor 15 years ago
kervala 91d971ad64 Fixed: #983 Create setWindowSize private method in OpenGL driver 15 years ago
rti 207c648b88 merge, fixed build with NL_MAC_NATIVE 15 years ago
rti 7e91dd34fd merge 15 years ago
kervala 5e298e8844 Fixed: #983 Create setWindowSize private method in OpenGL driver 15 years ago
rti 2e6078898e Changed: #947 fixed multi screen window positioning, implemented getCurrentScreenMode, (IDriver::InterfaceVersion = 0x67 to enable negative window positions) 15 years ago
kervala a63d1e249b Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala f381f335e1 Changed: #878 Fix typos in comments/code 15 years ago
rti 45582ac1c8 Changed: #947 fixed mouse position setting on non main monitor 15 years ago
rti 6ff4d15826 merge 15 years ago
rti 1424cfb2b1 Changed: #947 fixed key 5 and 6 interchanged 15 years ago
kervala 6a78fc23a5 Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala 90fc776669 Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala eb769bfb9c Changed: #878 Fix typos in comments/code 15 years ago
kervala 2f93f19afc Fixed: #979 Implement getWindowPos for Linux 15 years ago
kervala e4e43d2ac3 Fixed: #980 Create a setScreenMode method in OpenGL driver 15 years ago
kervala 829e15f5bf Fixed: #980 Create a setScreenMode method in OpenGL driver 15 years ago
kervala 365745a3bf Fixed: #979 Implement getWindowPos for Linux 15 years ago
kervala 929f5a3b8d Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala d16356fefe Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala 9147170866 Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows) 15 years ago
kervala 72e5f44ed6 Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows) 15 years ago
kaetemi d4ad6c774d Merge 15 years ago
kaetemi 199ef975d8 Fixed: #974 OpenAL driver did not work anymore because of bad isBufferLoaded implementation. 15 years ago
rti ebc8121dd8 Fixed: #975 Fullscreen X11 on Mac is not available (vidmode missing), disable it in the driver. 15 years ago
rti cb9217d8a3 Changed: #947 mouse wheel, resizable flag 15 years ago
rti 0eda79d7b3 merge 15 years ago
rti f082ef3efb Fixed: #972 Do not reset mouse position to implement FreeLook (IDriver::InterfaceVersion = 0x66) 15 years ago
kervala 004f5b3f83 Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
kervala b4529541c3 Fixed: #960 mapping accentued keys to actions in game 15 years ago
kervala 4b15d7273e Changed: #878 Fix typos in comments/code 15 years ago
rti 458f5a1072 Changed: #842 fixed *.pc install source paths 15 years ago
rti 1b6382633a merge 15 years ago
rti 38fd14fbd2 Changed: #947 showCursor, setMousePos, improved window move, useOptimizedDrawing:YES, cleaned up comments 15 years ago
kervala e3cadf3de5 Fixed: #971 Another dead lock under Linux 15 years ago
kervala 7e5502b38c Changed: #842 Added pkg-config files 15 years ago
"Matt Raykowski" ede3c57553 Changed: #842 panolpy_maker finds libsquish, OpenAL driver finds EFX-Util on Windows. 15 years ago
rti 59155f1839 Changed: #947 enable bloom on mac (commented hardcoded "not for mac" gl ext stuff) 15 years ago
rti fc9bd00a81 merge 15 years ago
rti 23cbfdbb60 Changed: #947 added fullscreen and mode switching support 15 years ago
kervala 017935c302 Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala 5af2dbea2a Changed: #878 Fix typos in comments/code 15 years ago
kervala 9df2f7fe95 Changed: #878 Fix typos in comments/code 15 years ago
kervala 293f47c367 Fixed: #898 Shadows under Linux 15 years ago
kervala d2c478106d Fixed: #963 Floating point exceptions 15 years ago
kervala d14e6418da Fixed: #963 Floating point exceptions 15 years ago
kervala 1cb5cf3e4d Fixed: #961 Allow use of UAnimationSet without activate headers optimization 15 years ago
kervala e823e9ece2 Changed: #878 Fix typos in comments/code 15 years ago
kervala e065046317 Changed: #860 Remove/convert/update old projects 15 years ago
kervala 76c34e285d Fixed: #898 Shadows under Linux 15 years ago
rti ff95aa3e84 Changed: #947 dead key support 15 years ago
rti a0e9e045dc Changed: #947 window position and cocoa screen coordinates 15 years ago
rti dce6ccf148 merge 15 years ago
rti 4ef905aab7 Changed #947 improved shortcut and unicode text handling 15 years ago
Thibaut Girka 70d25e6056 Changed: #926 enable window resizing 15 years ago
Thibaut Girka 102822ff00 Fixed: #926 fixed XF86VidModeModeInfo creation, should work on 64b 15 years ago
Thibaut Girka bd1f1f7c7e Merge local changes 15 years ago
rti b5c8752872 Changed: #947 window title, position, resize. fixed notify sound on key down. 15 years ago
rti 7e3fb9f078 Fixed: link X11 on Mac OS X if without WITH_COCOA 15 years ago
rti 0f62cfa0f2 Changed: #947 adds very basic mac cocoa support (cmake -DWITH_COCOA:bool=YES) 15 years ago
kervala 1cb477b8d3 Fixed: #951 Use nlWindow instead of void* for window ID 15 years ago
kervala f71252d0d5 Added: #825 CSystemUtils class in Makefile.am 15 years ago
rti e322091017 Fixed: #948 Ryzom Client: Mac OS X X11 unsupported color depth 15 years ago
rti 2deca37990 Fixed: #872 NEL: build on Mac OS X 15 years ago