Commit Graph

3850 Commits (267e7397c5683ca656fc64a6321af0f9b26355ef)

Author SHA1 Message Date
kervala a5a9532a13 Changed: Best fix for Freetype new layout (we only just need to include ft2build.h as done in font_generator.h) 11 years ago
botanic 5317c9f080 Backed out php-mysqli-refactor, broke logins 11 years ago
kervala 09e3471f1b Fixed: Compilation with freetype 11 years ago
kervala 43c48ad36a Changed: Enable ig_elevation everywhere (patch by Liria) 11 years ago
liria 41a475b8f3 Merged default into ig_elevaton_port_to_linux
--HG--
branch : ig_elevaton_port_to_linux
11 years ago
liria ac48221c8b CMakeLists.txt edited online with Bitbucket - remove merge conflict with default branche
--HG--
branch : ig_elevaton_port_to_linux
11 years ago
kervala ee8edac294 Fixed: #96 cmake and freetype detection on Linux Debian SID 11 years ago
kaetemi 207d7323ce Fix Qt build on Windows 11 years ago
Nimetu 11e5515c5c Replace deprecated mysql functions with mysqli in login and ring scripts
--HG--
branch : php-mysqli-refactor
11 years ago
Nimetu ea5a36b105 Remove tooltip debug message from logs
--HG--
branch : misc-patches
11 years ago
Nimetu 5b09380bff Hide over the limit landmarks instead deleting them
--HG--
branch : misc-patches
11 years ago
Nimetu 4c2531474a Fix typo (issue #70)
--HG--
branch : misc-patches
11 years ago
Nimetu 0bad9f2f5e Fix inventory items draggable state (issue #78)
--HG--
branch : misc-patches
11 years ago
Nimetu 3cd6ecdb82 Add deadlock counter to prevent endless loop (issue #73)
--HG--
branch : misc-patches
11 years ago
botanic 935ea04c58 dont force null driver, doesnt work on all cards and disable maximising max while running pipeline 11 years ago
botanic db3a789ab4 un kaetemi'd the pipeline 11 years ago
botanic 2c0d64e8ff added single bat file to run whole pipeline 11 years ago
botanic 15452f47d3 fixed permissions 11 years ago
botanic 92f8e4ffa8 changed client_default to use shard 11 years ago
botanic c275d0f7d8 ams needs some urls editable without recompiling 11 years ago
botanic 32cfdada54 fixed permissions on default admin account 11 years ago
botanic 52d4d3c0f5 added the install for ring_open 11 years ago
botanic 0a48856319 a positive and a negative is supposted to be NEGATIVE stupid php 11 years ago
botanic 31de51af19 updated words file 11 years ago
botanic 8aa71de2bc helps if i use the right file... 11 years ago
botanic 8cbc6f01ec forgot a few ; 11 years ago
botanic 4e4d925e54 fixed some permissions issues, setup system so that it has a is_installed file to determin if it should install or not 11 years ago
botanic 09e5cfc5ef Merge 11 years ago
botanic fe3a7c0e1c fix for new install 11 years ago
kervala 291c961776 Changed: #71 Crash when entering rooms (patch provided by Tierry Anthony, thanks!) 11 years ago
dfighter1985 3a84270a84 Textures with DSDT/DUDV format will now be uploaded as RG8. Ryzom will now not crash while entering world.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 fb38a7a0a7 Disable lights when the material isn't lighted.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 2a158e76e1 Lights should now be turned off even when enableLightInternal is called directly. This also fixes the dark background on the character selection screen.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 9c69e1bf84 Material colors ( ambient, diffuse, specular ) should now be used when there's no texture available.
--HG--
branch : gsoc2013-dfighter
11 years ago
kervala 19f7bc931e Fixed: Warning "LNK4224: /INCREMENTAL:YES is no longer supported" 11 years ago
kervala 6196077160 Changed: #85 Compilation with STLport + EOL 11 years ago
kervala 986edb216f Fixed: #85 Compilation with STLport 11 years ago
kervala c718ff693a Fixed: Assign instead of comparison 11 years ago
"picomancer ext:(%22) 12f646afef README: Update URL for build instructions, fix typo 11 years ago
kervala ae5becbb0b Fixed: Warning with clang 11 years ago
kervala 98c862136a Changed: Manual -isysroot and -mmacosx-version-min useless because already set by CMake 11 years ago
kervala b219623129 Fixed: Verbose warning 11 years ago
kervala b96ad682f5 Fixed: Compilation under Mac OS X 11 years ago
kervala a45bbd96c5 Fixed: Warning with clang 11 years ago
kervala af1721a0a4 Changed: Don't need to change _PolygonSmooth if value is the same 11 years ago
kervala 166607f644 Changed: Implement VSync under Mac OS X 11 years ago
kervala 73196fe7fe Changed: Replace strlwr by toLower 11 years ago
kervala b46c316940 Fixed: #77 crash when using lua:parseInterfaceFromString() (a big thanks to nimetu for the fix !) 11 years ago
kervala dda2215ed8 Fixed: Wrong algorithm 11 years ago
kervala 6b3b85962a Changed: EOL 11 years ago
kervala d8a6c9f966 Fixed: Warning with clang 11 years ago
kervala 8099217145 Changed: Replaced math.mod by math.fmod in Ring lua files 11 years ago
kervala 36a537a88e Changed: Replaced atof by fromString 11 years ago
kervala 0ce9bca0ac Changed: Replaced strlwr by toLower 11 years ago
kervala b7082644f0 Changed: Updated OpenGL registry 11 years ago
dfighter1985 a119d3e1a0 Use the view matrix instead of modelview to transform the light stuff.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 8f2e75415c Set up the normalmatrix in the driver and feed it to the shaders, instead of calculating it in the shaders.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 9c0e1c2449 Tattos ( and other multitextured stuff ) will now show up again, even if there's only one texture coordinate set.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 7f7a3e159b Reverse directional light direction as it is done in the old OpenGL driver. Also normalize normal.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 90dc025fd8 Fixed: Some uniforms names were wrong after the merge, which led to rendering issues.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 eb9b3e4f0f Implemented light controls.
--HG--
branch : gsoc2013-dfighter
11 years ago
botanic be87039624 added reload link to if config permissions are wack 11 years ago
botanic 80e168886a properly write the hostname for permissions creation 11 years ago
botanic 036dac452f changed it to error on bad permissions copying config.php 11 years ago
Botanic 6dfafa7ae1 Merge 11 years ago
kervala 588d262dbf Fixed: MFC can't be found 11 years ago
dfighter1985 1cc71457eb Implemented a basic fog control widget.
--HG--
branch : gsoc2013-dfighter
11 years ago
sfb 59abfb8a1d Bad logging, content is unsigned const char*, fixed it to use %s and not cast.
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
sfb df7110d2d6 Bad merge resolution, fixed a couple source files which merged poorly.
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
sfb d86f150caa Bad merge resolution, fixed the build files that merged poorly.
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
Matthew Lagoe 61f021f635 Merged in botanic/rc-botanic-webdev/rc-botanic-webdev (pull request #43)
added rrd_graphs directory
11 years ago
Botanic 9e67d9ea09 added rrd_graphs directory
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 4c5832204f config.default.php 11 years ago
Botanic 3e692705ea added folder placeholders 11 years ago
Botanic 7381de073e fixed bad merge 11 years ago
Botanic 057fe3e0f7 Merge 11 years ago
Botanic b6de1eca23 Changed installer page to no_visible_elements
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 284884c573 added installer for nel_tool database
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic a3cbd69d3b fixed css
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 03a1dc39af made logo clickable
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 2d174cf15c fixed more warnings
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic b8fdefe10d fixed php warning
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 04619a39a9 made users a dropdown for adding users to group
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 632a6f2929 fixed missing </div>
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 91c4784752 Fixed Support Groups
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 81d1cf93fb added option for assigned and unassigned ie "both"
--HG--
branch : rc-botanic-webdev
11 years ago
dfighter1985 ed885d3df6 Replaced ARB VertexAttribArray stuff with the core calls.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 d37b004372 Removed some more deprecated stuff.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 a9a9768872 Removed ARB fragment shader stuff.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 f768704cbf Removed some ATI stuff.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 6947a58ba1 Removed fixed embm stuff.
--HG--
branch : gsoc2013-dfighter
11 years ago
Botanic d1913cbfc5 fixed div in settings template
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic c4e79a8246 fixed some more static non-static warnings
--HG--
branch : rc-botanic-webdev
11 years ago
dfighter1985 8276cb0140 We shouldn't set up a generated or newly compiled shader program if we already have one ( set up from outside the driver for example ).
--HG--
branch : gsoc2013-dfighter
11 years ago
Botanic 6b266fd808 fixed missing index errors
--HG--
branch : rc-botanic-webdev
11 years ago
dfighter1985 82a7237e7d Forgot to actually add the driver infos to the list, which caused the driver to hang on deletion.
--HG--
branch : gsoc2013-dfighter
11 years ago
Botanic 8ca55f955e fixed groupid if there are no groups
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 677c8fa251 cleanup sync
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 3dbb08f1d1 fixed static call to non static
--HG--
branch : rc-botanic-webdev
11 years ago
dfighter1985 c105164eeb Getting rid of z-order assignment warning.
--HG--
branch : gsoc2013-dfighter
11 years ago
Botanic 95c5b9e1a8 added fork on linux as well as implimented pid file to check for other running crons
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 72290313a4 Implimented lazy cron and fixed syncronize button.
--HG--
branch : rc-botanic-webdev
11 years ago
sfb 892ed1ed3d merge from default
--HG--
branch : gsoc2011-worldeditorqt
11 years ago
Botanic 08ee2b8abc added installing nel db
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 54d13d93d0 Fixed path bugs
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 16bd70c50a remove install.php from sql
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic fd012e9cda added installer
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 457f2f703f updated TOS url to http://www.gnu.org/licenses/agpl-3.0.html
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 7a7191e981 added installer for when database is missing
--HG--
branch : rc-botanic-webdev
11 years ago
Botanic 32c729f38e Moved Android app
--HG--
branch : rc-botanic-webdev
11 years ago
kervala 28b9fbe8bc Changed: Search for default installation paths under Windows 11 years ago
Matt Raykowski 0001719d99 Merged in DJanssens/quitta-ryzomcore (pull request #25)
Ryzom AMS - GSOC Project
11 years ago
Botanic 04221c3696 changed to tabs 11 years ago
Botanic 31ca25b00b connection failure message if mysql conneciton fails 11 years ago
kervala c180c06d7f Removed: Backup files 11 years ago
dfighter1985 982b99d8d0 Merged the GPU program stuff from mainline.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi 3f1ce6020a Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi 563afd027c Fix #67 bad NELID in vertex program parser 11 years ago
kaetemi af621187f1 Merge with default
--HG--
branch : multipass-stereo
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
Quitta b190d7930d updated client_default.cfg and removed rhe anon login 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
dfighter1985 b775237215 It's now possible to render using the user shaders and dynmat.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta a484de5b3f Merge with quitta-gsoc-2013 11 years ago
Quitta a8f9036b28 Added empty ssl_ca_cert.pem to fix missing cert error
--HG--
branch : quitta-gsoc-2013
11 years ago
kervala bb7297f260 Fixed: Wrong variable used to compute array length 11 years ago
kervala b7ddc2c0d2 Fixed: OpenGL ES driver compilation 11 years ago
kervala 82904232d2 Fixed: Warnings with GCC 11 years ago
kervala 61a5647bdd Changed: Typo 11 years ago
kervala 6695a9064e Changed: Created NELID macro to fix warning "multi-character character constant" 11 years ago
kervala c7deb1b0c4 Changed: FIX_PRECOMPILED_HEADER now useless 11 years ago
kervala 6dff896bba Changed: Link to CURL_LIBRARIES 11 years ago
kervala 0ff9908e8e Changed: Don't include files from project in PCH 11 years ago
kervala 3294955c60 Fixed: #55 ryzom_client crashes on start with unprotected error in call to Lua API 11 years ago
StudioEtrange d81c9db04e FindMSVC fix 11 years ago
dfighter1985 c3c3f154b1 Instead of auto-generating the dynmaterial added a menu item in the material editor that will trigger it if needed.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta a2cedf109d forgot to change one button, quick fix
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 43e356cda1 changed button sizes and added the forgot password link to the client_cfg.cpp
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta cf8251f25f forgot password added
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 78adc25c8d Made it possible to redirect to a specific page after login in
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 7d3bd1a4ba renamed the config to config.default.php
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta cfa3651296 some extra information added + changed the default hardcoded register & support url in the client_cfg.cpp
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 8269ec7be5 Wrong direction, wrong lighting!
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 11fe86e552 Forgot to actually pass the direction in the previous commit...
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 72e7d09113 Don't calculate these more than once.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 69c41a31ae These positions and directions were supposed to be in eye coords.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 0453f30582 Added lighting to the specular shader.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 f194704a28 Refactored directional lighting a little. No need to calculate things more than once.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 0ab68ef25f Added point light support.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 9a647a893c Specular shader should compile even when there's no fog added.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta 40bcc543e3 tried to fix error messages being shown
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 3d69e377e0 it works, though this will also forward the client to the success page
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 4aa905c07f bah, its late and I'm not working in c++...
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 343c01d077 this should fix it :D!
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 2747ed75f7 wasn't completely fixed yet, hopefuly it now is
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 739defbd99 small fix
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 2e4b6bb6ae Don't try to edit stock shaders.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 a9a1d17c4f Added the stock shader names to the material editor, so it will now be able to select them when loading a shape.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 1d71a540ba Apparently QColor::set[color]f takes colors as floats clamped to the [0,1] range.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 c6bb6ec2a9 Renamed a bunch of shader related classes in NL3D to contain the word Usr, since they are user shader related.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 6c58856ed7 Shininess is now loaded from the material as a uniform instead of being hardcoded.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 4ba9d815d4 Colors are now set from the light setup, rather than being hardcoded.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 6f396aa8f7 Added the directional light(s) to the lightmap shader too.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 01ef7fd973 The specular calculation is probably faster this way.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta cae26f525c updated the help page!
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 3dd4901036 syncing small fix
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta bfce96eb23 putted image files in the www folder too, because else it can't be accessed from outside!
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 3c1d74045e added function that imports the users from the nel db into the ams/ticket_user
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta a485382a47 updated the docs!
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 4ec92d2f06 Simplified the directional light shader generator functions.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 28c4b5b157 Added specular term to the directional lights.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 354d2b8c65 Added ambient term support for directional light.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 43817746ec Renamed light[n]Col to light[n]ColDiff.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 0def5caf54 Added diffuse directional light support to the normal shader.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi f6668b3f6f Cleanup vr config interface
--HG--
branch : multipass-stereo
11 years ago
kaetemi 6186da84b2 Add ingame configuration interface for virtual reality devices
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 3c99323ada Apparently typos and redundantly setting uniforms can totally ruin rendering :D
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 5fbfe7b17f Since now we have fog support, this doesn't need to be disabled anymore.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi 1a669307da Fix typo 11 years ago
kaetemi ce9e0a397b Fix regression from stereo branch in wind tree 11 years ago
kaetemi 046e3c92da Fix compile error in vertex program 11 years ago
kaetemi 3c099397d8 Update supportVertexProgram calls 11 years ago
kaetemi e99bc7ba69 Remove old interface 11 years ago
kaetemi 256f7ff06c Cleanup unused code 11 years ago
dfighter1985 8d57eac3d4 Some basic fog.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi 6dfc8d0a00 Rename
--HG--
branch : multipass-stereo
11 years ago
Quitta 1b9f09bc52 Added more documentations, this time also the inc/func files are documented and changed the doxygen config file with the help of Botanic
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi 973215e1d0 Cleanup
--HG--
branch : multipass-stereo
11 years ago
kaetemi 96dc139ddd Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi df123d6b89 Fix compile errors caused by missing includes 11 years ago
kaetemi d2bc32e598 Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi cd9baf8f89 Cleanup
--HG--
branch : multipass-stereo
11 years ago
kaetemi 74cff50842 Use named indices with wind tree program
--HG--
branch : multipass-stereo
11 years ago
kaetemi c766940e75 Use named indices for per pixel light vertex program
--HG--
branch : multipass-stereo
11 years ago
kaetemi f9c9c1836a Use named uniform indices for lighted vertex program
--HG--
branch : multipass-stereo
11 years ago
kaetemi 61af565bf9 Updated wind tree program container
--HG--
branch : multipass-stereo
11 years ago
kaetemi c353121771 Use lighted vertex program container for per pixel light program
--HG--
branch : multipass-stereo
11 years ago
kaetemi a72f25e763 Add container for lighted vertex program
--HG--
branch : multipass-stereo
11 years ago
kaetemi ab231ea700 Adjust order for meshvp
--HG--
branch : multipass-stereo
11 years ago
kaetemi 278e19743c Do not use old interface here
--HG--
branch : multipass-stereo
11 years ago
kaetemi d5c2a0527d Modify calls in bloom effect
--HG--
branch : multipass-stereo
11 years ago
kaetemi 5e14dc4458 Update veget implementation
--HG--
branch : multipass-stereo
11 years ago
kaetemi 9d93ae51a3 Fixes for d3d
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 c6b714299a Instead of their own bool, store enabled features in the features variable as a flag.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 bbb4762b77 Move shader description generation to it's own method.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 06d7bd9c74 Added alpha test to generated shaders.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta 580aa3c775 Added the doxygen generated pages + config file in ryzom/tools/server/ryzom_ams_docs
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta f11559bd8a the lib is entirely documented, still webusers and func/inc folders to go :D
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 03b48ea0d3 some more documented classes..
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 9a6da85805 added extra documentation. Man, writing documentation for the ticket class was quite a job :D
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 9cc28cfc4d Even more docs! writing documentation sucks..
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 d6558b5b0d Fixed some typos with shader generation.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta afb0a74980 added more documentation..
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 37c8b096b1 Added OpenGL3 as a driver option to the configuration tool.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi 21a70b4211 Update d3d implementation and add some debugging code
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 300cd284d1 Generate samplers for Lightmap shader, based on the number of lightmaps. This fixes the weird display of some lightmapped shapes.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta d055a15f29 added documentation for assigned, dblayer and forwarded class
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi e8d77e23e0 Rename of a d3d specific class
--HG--
branch : multipass-stereo
11 years ago
kaetemi c6139419ac Partial update of veget vp
--HG--
branch : multipass-stereo
11 years ago
kaetemi 0a9dfc6aef Update decal vp
--HG--
branch : multipass-stereo
11 years ago
kaetemi 5fbb220795 Update some test code
--HG--
branch : multipass-stereo
11 years ago
kaetemi c53aa6958e Small adjustment to landscape vp parameter setting
--HG--
branch : multipass-stereo
11 years ago
kaetemi 88cbc2f82b Simplify
--HG--
branch : multipass-stereo
11 years ago
kaetemi abafc9b1ef Adjust landscape vertex program to use new interface
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 36a30e83a0 Don't try to render if can't set program up.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta f7fc1afad9 Just retested the mailing functionality, which seems to still work proper
--HG--
branch : quitta-gsoc-2013
11 years ago
dfighter1985 1acccdb5ef Uniform index caching.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi 5ad617efb6 Use new program interface for water vertex program
--HG--
branch : multipass-stereo
11 years ago
kaetemi 32809d646a Set driver parameters
--HG--
branch : multipass-stereo
11 years ago
kaetemi 64643e564b Some fixes
--HG--
branch : multipass-stereo
11 years ago
kaetemi 0429e67903 Use CSmartPtr for vertex program
--HG--
branch : multipass-stereo
11 years ago
kaetemi 8f4fe87b7b Set params from storage
--HG--
branch : multipass-stereo
11 years ago
Quitta eb3d992716 removed my testing pass out of the config file :D
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta a0d8902d13 Added CreatePermissions + handling it while syncing + changed image path to refer to the image locations dir + other fixes
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi 484a946c60 Fix incorrectly removed line
--HG--
branch : multipass-stereo
11 years ago
kaetemi b03895f5f3 Missed file in last commit
--HG--
branch : multipass-stereo
11 years ago
kaetemi e3dead19e4 Replace temporary CMaterial code
--HG--
branch : multipass-stereo
11 years ago
kaetemi e9444ce36a Implement param storage copy
--HG--
branch : multipass-stereo
11 years ago
kaetemi bb625c33bd Flag some TODO's
--HG--
branch : multipass-stereo
11 years ago
kaetemi 87b24bc4ab Add glsl pixel program for stereo distortion
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 16290f7ff9 Merging default.
--HG--
branch : gsoc2013-dfighter
11 years ago
kaetemi ac2e087fbf Cleanup abstract gpu program interface
--HG--
branch : multipass-stereo
11 years ago
kaetemi 0d743d7f37 Implement new driver interface in Direct3D driver
--HG--
branch : multipass-stereo
11 years ago
kaetemi 81876009d3 Implement new driver interface in OpenGL driver
--HG--
branch : multipass-stereo
11 years ago
kaetemi d1b93ac3d6 Expand parameter interface
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 882118612d Moved some constants to uniforms.
--HG--
branch : gsoc2013-dfighter
11 years ago
dfighter1985 77ae38e452 Added a very primitive shader caching scheme.
--HG--
branch : gsoc2013-dfighter
11 years ago
Quitta 8d8f53b2f2 Biggest push ever! :D Kinda made it possible to only need a few files in the inc/func of the drupal module, all others can be copied of the www version
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi e84e08b0f6 Reduce function duplication
--HG--
branch : multipass-stereo
11 years ago
kaetemi 4d1b5d90c0 Builtin parameter set functions
--HG--
branch : multipass-stereo
11 years ago
kaetemi afe6c16bf3 Separate count and size
--HG--
branch : multipass-stereo
11 years ago
Quitta a7cce8b94e Soem fixes + also using the createPermissions() function of the module atm!
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi 05583d134a Cleanup driver interface
--HG--
branch : multipass-stereo
11 years ago