Commit Graph

753 Commits (3ec065c9a25515dd5623403af9bf0d43f5c19f3f)

Author SHA1 Message Date
kaetemi 21a70b4211 Update d3d implementation and add some debugging code
--HG--
branch : multipass-stereo
11 years ago
kaetemi 0a9dfc6aef Update decal vp
--HG--
branch : multipass-stereo
11 years ago
kaetemi bb625c33bd Flag some TODO's
--HG--
branch : multipass-stereo
11 years ago
kaetemi 7782576dfc Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi 348594e5fd Merge 11 years ago
kaetemi 9e1ca3d1d0 Comment if-check around commented unused client-side speed limiting code 11 years ago
kervala 980b7120c8 Changed: Merged code from official client 11 years ago
kervala 3c37af1bbc Fixed: Define math.fmod as a function for Lua 5.0 11 years ago
kaetemi 96b2df8405 Merge with default
--HG--
branch : multipass-stereo
11 years ago
Quitta 1c6cdfd7a7 Added support group pages ingame layout + layout of the #menu's and managed to get a AMS-Home button in the top that would bring the page back to the dashboard!
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta c8fa00c9ca made home back redo
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 4dba2a11cf change home button
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta e8db641b47 Merge with default
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta a2e69be7d7 trying to get basic layout done + removed the sidebar + added a scrollbar + the home button needs correct text.
--HG--
branch : quitta-gsoc-2013
11 years ago
Quitta 12baee2fcf fix for getting client working + possibly auto login for ingame part
--HG--
branch : quitta-gsoc-2013
11 years ago
kaetemi f5a8bd2785 Missed one 11 years ago
kaetemi 692dafacfb Fix a typo 11 years ago
kaetemi 72fabe141e Fix another compile error 11 years ago
kaetemi 2670e34621 Can't include this here. A light header with all of these maximum constants might be handy 11 years ago
kaetemi cf42b3473f Fix a compile error 11 years ago
kaetemi 32082e854a Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:DIRECTION"")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 16783449a7 Avoid redundant per-frame calls to getDbProp in outpost.xml and outpost.lua
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 70ea479714 Make _ShowReticleLeaf static
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi ed912ab3ae Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:CDB_INIT_IN_PROGRESS")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 1fc4277cf4 Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:MK_MOVE")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi cc2465199c Avoid redundant per-frame calls to getDbProp("UI:SAVE:USER_CHAR_FADE")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 23ac008cf1 Avoid redundant per-frame calls to getDbProp("SERVER:WEATHER:VALUE")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 171faa31fb Avoid redundant calls to getDbProp("UI:SAVE:INSCENE:...")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 477e9e8ef1 Avoid redundant calls to getDbProp in CEntityCL
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi aeb9f4d945 Avoid redundant per-frame calls to getDbProp("UI:ENTITY:GUILD:#:ICON")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 13fc6ffb58 Avoid per-frame 'set' action handler in map.xml when opening the respawn map
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 22710e12bd Avoid per-frame 'set' action handler in config.xml for blending day and night color
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 5a9537dfcc Avoid having to use 'set' action handler, which parses the value expression on every use, in interface links by implementing use of cdb nodes as targets
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 19a8b48355 Avoid redundant per-frame calls to getDbProp("SERVER:USER:DEFAULT_WEIGHT_HANDS")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi a75bd5d23a Avoid redundant per-frame calls to getDbProp in CNetManager
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi d5308215aa Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi fb00acf329 Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i))
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 5f80a90a1c Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:FPS", false)
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 2a57f6c647 Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:TOTAL_MALUS_EQUIP", false)
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 0897092fe3 Avoid redundant per-frame calls to getDbProp("UI:SAVE:SHOW_RETICLE")
--HG--
branch : kaetemi-optimize
11 years ago
kaetemi 929692b204 Remove more game data
--HG--
branch : kaetemi-cleanup
11 years ago
kaetemi ddec3d8b19 Remove game data
--HG--
branch : kaetemi-cleanup
11 years ago
kaetemi 179669116c EOL 11 years ago
kaetemi 5831150471 Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi 347d4e0940 Some necessary ryzom tools did not build when client and server were unchecked 11 years ago
kaetemi 53e11d0d68 Merge with default
--HG--
branch : multipass-stereo
11 years ago
kaetemi 8323f95e22 Fix issue #48, landscape quality issues caused by incorrect defaults 11 years ago
Michael Witrant fa4cbb00f7 Fixed Linux build failure because a temporary pointer was passed, ref #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi d1051ce5c9 Handle head orientation in ryzom client, ref #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi eab2386ff6 Don't render to texture when in wireframe mode, re #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 248f07ad9e Put stereo render loop inside ryzom client main loop, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi b1aaf05bf6 Init/release VR interfaces in ryzom client, ref #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi ffe05eae62 Move some more updates out of the render code, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 263e506551 Some necessary changes to camera setting, re #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 5ac4a23bd3 Some more cleanup
--HG--
branch : multipass-stereo
12 years ago
kaetemi 93d856b394 Make oversize screenshots be perfectly seamless
--HG--
branch : multipass-stereo
12 years ago
kaetemi bf8ad82e21 Pull weather updates out of scene render
--HG--
branch : multipass-stereo
12 years ago
kaetemi 5c568c6ea0 Correctly apply bloom on oversize screenshots
--HG--
branch : multipass-stereo
12 years ago
kaetemi c87403ecb9 Refactor fulldetail override
--HG--
branch : multipass-stereo
12 years ago
kaetemi 8c86b05d5b Merge with default
--HG--
branch : multipass-stereo
12 years ago
kaetemi bf16ccd320 Separate some camera related functions, ref #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 86eb05a6d0 Move some config stuff out of main_loop.cpp, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 24af75fc23 Remove some unused includes, re #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 3912bee50e Some more debug functions moved, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 7fa2a05195 Moved some temp code out of main_loop.cpp, ref #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi bcc048145c Take some debug render code out of main_loop.cpp, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 4d96c23c95 Separate some profiling code from main_loop.cpp, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi cb60e64355 Pull CPing out of main_loop.cpp, refs #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi 6d28f88601 Return view as CQuat, see #43
--HG--
branch : multipass-stereo
12 years ago
kaetemi c188dd3e17 Merge with default
--HG--
branch : multipass-stereo
12 years ago
kaetemi f331757718 Fix Ryzom Client scripts for lua 5.2 12 years ago
kaetemi 78179ed809 Rename some functions to follow the same naming convention of others
--HG--
branch : multipass-stereo
12 years ago
kaetemi 3b9f934b82 Fixes to compile Ryzom Client with lua 5.2 12 years ago
kervala 2aea567fe2 Changed: Moved Ryzom detailed version in client 12 years ago
kervala f68cda5cd2 Changed: Process EventCloseWindowId by client 12 years ago
kervala 33c73f3f16 fixes #33 build failure/error using clang 12 years ago
dfighter1985 2bdceaecda Resolved some build errors occuring after previous commit. 12 years ago
dfighter1985 8d54b6f77d MODIFIED: Resolved build error with FINAL_VERSION set. 12 years ago
dfighter1985 ecbcdf388f MODIFIED: Resolved some GCC build errors. 12 years ago
mattraykowski e7e51f01e0 merging gui editor repo. 12 years ago
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala f5dec3c1ca Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!) 12 years ago
kervala 671827225d Changed: French comments translated to English 12 years ago
kervala 6e498aefad Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala c71e6e82f1 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala 45c8b20f39 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
Botanic 0b75988887 Backed out changeset: 97505c669e04 12 years ago
Botanic 74c6735274 Backed out changeset: 57d8f3733daf 12 years ago
Botanic 09851e732c fixed load form and character_cl 12 years ago
Botanic f57637baf6 Fixed warning: multi-character character constant [-Wmultichar] 12 years ago
kervala be0cd80674 Changed: Use OpenGL by default with an ATI card and without a warning dialog 12 years ago
mattraykowski af14e1e591 merge, fixed inconsistent newlines 12 years ago
mattraykowski 971c2ba4a3 Fixed: #5 Applied check to validate parent skeleton is valid, patch provided by Vinicius Arroya. 12 years ago
kervala d53a4bca98 Fixed: PCH for client_sheets 12 years ago
kervala 3de412e4d5 Changed: Sorted landmarks 12 years ago
kervala 518a30ee6c Changed: Disabled some useless temporary files 12 years ago
kervala 2c5d5a3bcd Changed: Typos 12 years ago
kervala 0b9fc06b7e Fixed: clang compile issue with stream operator >> confusion (patch provided by tebruno99, thanks!) 12 years ago
dfighter1985 cb13ce46cd MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala f21fa78062 Fixed: Client side issues 12 years ago
kervala d2da18ff10 Changed: Minor typos 12 years ago
kervala 11e88fed8f Changed: Minor changes 12 years ago
kervala 0d782993f9 Fixed #1: Implement anisotropic filtering for textures 12 years ago
kervala d8c7fa52f9 Changed: Replaced string empty comparisons with empty() 12 years ago
kervala 25dd379d7e Changed: Replaced string empty comparisons with empty() 12 years ago
kervala 65a3946ea8 Fixed: #1498 Client fails to switch shortcut bars on ctrl + number hotkeys 12 years ago
kervala 3d50e0160d Changed: #878 Fix typos in comments/code 12 years ago
kervala 6f53c4cc23 Changed: #878 Fix typos in comments/code 12 years ago
kervala 5c82fcd39c Fixed: #1497 optimize the drawing of radar by removing multiple access to local db (patch provided by yricl, a big thanks!) 12 years ago
kervala c82a9d7304 Changed: Use ryzom_client as icons 12 years ago
kervala b04836f40e Fixed: #1444 Add details for user-agent 12 years ago
kervala 04d9b961bc Changed: Renamed some Linux files to not conflict with Ryzom package 12 years ago
kervala 8eaf7d889a Changed: Use *_PREFIX instead of fixed values with INSTALL 12 years ago
kervala a5218b9258 Changed: Synchronization with SVN 12 years ago
kervala 2e4df39c5b Fixed: Don't compress textures in DXTC when used as buttons 12 years ago
kervala 62435e4f2f Changed: Don't compile 7zDec if WITH_RYZOM_TOOLS is disabled 12 years ago
kervala edee553e1b Fixed: Don't compress textures in DXTC when used as buttons 12 years ago
kervala e7d490d9a8 Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 1374286cab Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 0795a61516 Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala e8e75d05c0 Changed: Synchronization with SVN 12 years ago
kervala 7a04e920e1 Fixed: #1493 MultiArch support 12 years ago
kervala a2aefedfb5 Fixed: ryzom.xpm should be 32x32 instead of 48x48 12 years ago
kervala 49900c0be3 Fixed: Compilation under unices (syslog.h included before chat_displayer.h creates a conflict with LOG_WARNING) 12 years ago
kervala 32c376fefa Changed: Reverted a previous fix (sorry) 12 years ago
kervala 8922f96b9a Changed: Synchronization with SVN 12 years ago
kaetemi ebabe8ed73 Fixed: Missed something 12 years ago
kaetemi 6404f8eafa Changed: Use the high resolution local time function instead of the funky code when getting the local time in the client. Use the timer probe function to check if it is necessary to set the cpu mask in the client 12 years ago
kervala 0e1d8836a7 Fixed: Bad path in ryzom.desktop.in 13 years ago
Matthew Lagoe@MatthewLagoe-PC 952ad41285 username cant be longer then 12 so fine lets make it consistant at least! 13 years ago
Matthew Lagoe@MatthewLagoe-PC 2961dacb19 maxlen fix for password and username, also fixed 255 maxlen in email 254 is real max 13 years ago
dfighter1985 44643839be CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 63f7fa81e9 CHANGED: #1471 it's a good idea to register GUI widget classes with the reflection system if we want to use them!
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b8030b966a CHANGED: #1471 Apparently it's a bad idea for NLMISC to depend on a global in Ryzom client, since then it cannot be linked with other binaries.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 e2abe1e33e CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 bab0ca184a CHANGED: #1471 no need to go thru CInterfaceManager, when CViewRenderer has it's own Singleton.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ba6fd68efc CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 f9cda42c8d CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 11d2efb96f CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 530b542e4a CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b8f3aff5b1 CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ad764e7bf0 CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets!
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 42a282de48 CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 dcadeb9095 CHANGED: #1471 CInterfaceParser is now part of the Nel GUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 e11d65bedc CHANGED: #1471 CInterfaceParser no longer depends on CLuaIHMRyzom.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d78ed9eac3 CHANGED: #1471 Modularized CInterfaceParser. It is now extendable with parser modules, so it can parse Ryzom game related stuff without the parser code having to be in the class itself.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 5e68fa3e75 CHANGED: #1471 Classes derived from CInterfaceOptions are now instantiated using a factory.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 18b83ad1fc CHANGED: #1471 Some more cleanup in CInterfaceParser, removed some unused code, which also means less coupling and less refactoring to do :P
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 750b069ff7 CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b689c57052 CHANGED: #1471 Little cleanup in CInterfaceParser.
--HG--
branch : gui-refactoring
13 years ago