Commit Graph

3094 Commits (982b99d8d05d688f8e7fc11d4437aaa2ab798724)

Author SHA1 Message Date
dfighter1985 982b99d8d0 Merged the GPU program stuff from mainline.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 3b16f096cc Merge with rename commit.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 32e814ecb6 Use separate shaders in the OpenGL3 driver.
--HG--
branch : gsoc2013-dfighter
11 years ago
kervala eb3c58cce9 Fixed: Use multiarch library path under Linux 11 years ago
kervala 30b0f25587 Fixed: server_share needs MySQL headers 11 years ago
kervala 652915412f Changed: Link to opengl library 11 years ago
kervala de43ea8d86 Fixed: Some warnings 11 years ago
kervala de42e4d7ff Fixed: Some warnings 11 years ago
kervala 67e0b796ce Changed: Search for OpenGL Qt 4 module 11 years ago
kervala 0b29d3993d Changed: Don't check for D3D radio button under other OSes 11 years ago
kervala f8179f68ad Changed: Minor change 11 years ago
kervala f11f5c8b7a Changed: Disable D3D radio button for other OSes 11 years ago
kervala 339242d88e Changed: Virtual destructors 11 years ago
kervala b638779240 Fixed: Compilation under Linux 11 years ago
kervala 28eb142f24 Changed: Minor changes 11 years ago
kervala b5e7542602 Fixed: Wrong driver version in Ryzom Configurator
Fixed: Typo in "width"
11 years ago
kervala b0b1c8a0b6 Changed: Added PCH for ryzom configurator qt 11 years ago
kervala f2ee0e99d8 Changed: Detect Windows 8 and Windows Server 2012 11 years ago
kervala c7899841d3 Fixed: Compilation under Linux 11 years ago
Cédric OCHS 349b8a8b55 Merged in nimetu/ryzomcore (pull request #28)
Fixed: restore correct resolution
11 years ago
kervala eebe74066e Changed: Include Lua headers directory for GUI Editor 11 years ago
kervala 43bbfe3da7 Fixed: Some warnings 11 years ago
Nimetu 5da36a54e4 Fixed: Do not save client.cfg when exiting from char selection screen or correct window size is lost 11 years ago
Nimetu 276f664e50 Fixed: restore correct fullscreen resolution 11 years ago
kervala bc8490adb7 Changed: Detect Express versions 11 years ago
kervala 2aba0ec52f Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
11 years ago
kervala 4fee35c5b3 Fixed: Windows SDK detection for some previous versions 11 years ago
kaetemi 3b4730c890 Fix warnings 11 years ago
kaetemi 3b1d4e3915 Fix warnings 11 years ago
kaetemi 85365fd7bb Fix line endings 11 years ago
kervala 65d9c70cd9 Fixed: LNK2011 when using external libraries 11 years ago
kervala 03201f979f Changed: Improved Windows SDK detection 11 years ago
Nimetu 4b86f979a8 Fixed: remember selected resolution in login screen (issue #36)
--HG--
branch : fix-issue-36
11 years ago
dfighter1985 b70ce1eb09 Renamed OpenGL3 to opengl3
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 ace1b5386b Check GL_ARB_separate_shader_objects extension on startup, and load related functions.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 cf6d2a88bc Removed some now unused methods.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 afb56ea660 Moved the rendering methods into a new file.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 b0613e334c Removed a now unused file.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 9d3e3a6a73 GL_VERTEX_PROGRAM_TWO_SIDED_ARB isn't used in the GL3 driver.
--HG--
branch : gsoc2013-dfighter
11 years ago
Cédric OCHS f8f25e8579 Merged in nimetu/ryzomcore (pull request #26)
Fixed: map landmark bug (issue #15)
11 years ago
dfighter1985 7b5aaf7e0f Some cleanup, most of the old OpenGL stuff should be gone.
--HG--
branch : gsoc2013-dfighter
11 years ago
kervala c8c296f484 Changed: Created NELID macro to fix warning "multi-character character constant" 11 years ago
dfighter1985 5326324b56 Some comments.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 69a4a9f9a5 Two sided rendering, while using dynmat.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 390d1bb156 Don't call newMaterial() every time we load a (sub)material.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 dbd5185de1 Only use the shader combo box for the user shaders.
--HG--
branch : gsoc2013-dfighter
11 years ago
Nimetu 75d784c656 Fixed: map landmark bug (issue #15) 11 years ago
dfighter1985 586c25f864 When clearing the dynmat, should clear all of them. Also fixes a crash.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 3949c210f6 OpenGL should be fed a clamped color value.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 76204a844d When changing a shader in the editor, reload it in the driver too.
--HG--
branch : gsoc2013-dfighter
11 years ago