Commit Graph

48 Commits (68b23fe50f7c1e77b2ee6d86edca6e78d31c0ecb)

Author SHA1 Message Date
kervala fb1d5134ba Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 67a857e0fe Fixed: Use ShellExecute to open a document or URL as primary method, because second one doesn't work everytime
--HG--
branch : develop
9 years ago
kervala 2a9b9deaf9 Fixed: Didn't initialize video modes frequencies
--HG--
branch : develop
9 years ago
kaetemi d12ccf194e Merge with develop
--HG--
branch : multipass-stereo
10 years ago
kaetemi 8a3994d95a Replace some hardcoded urls 10 years ago
kaetemi 93376226c4 Use software cursor with attached display
--HG--
branch : multipass-stereo
10 years ago
kaetemi 1a413b0fe3 Add FXAA to Ryzom Client
--HG--
branch : multipass-stereo
10 years ago
kaetemi f281622d47 Trash DirectInput
--HG--
branch : game-device
11 years ago
Nimetu 276f664e50 Fixed: restore correct fullscreen resolution 11 years ago
Nimetu 4b86f979a8 Fixed: remember selected resolution in login screen (issue #36)
--HG--
branch : fix-issue-36
11 years ago
mattraykowski e7e51f01e0 merging gui editor repo. 12 years ago
dfighter1985 cb13ce46cd MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 8922f96b9a Changed: Synchronization with SVN 12 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 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 d301c46c27 Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 cbb55e5133 CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 4ba859dc7c CHANGED: #1471 CDBGroupComboBox is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d82891c719 CHANGED: #1471 CDBGroupComboBox no longer depends on the isLoggedin global Ryzom game variable.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 595999580b CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 47a1769dea CHANGED: #1471 CCtrlTextButton is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1ddba090b6 CHANGED: #1471 CViewText is now part of NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1222e35012 CHANGED: #1471 moved some ucstring handling code to the NELGUI library ( required for CViewText )
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aca24ff510 CHANGED: #1471 CCtrlButton is now part of the NEL GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ad03911fe3 CHANGED: #1471 Moved lots of code from CInterfaceManager to CWidgetManager ( mostly code that is directly used by the widgets )
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 643ecb591e CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 0755db035f CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
--HG--
branch : gui-refactoring
13 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
dfighter1985 95955b72fe CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used.
--HG--
branch : gui-refactoring
13 years ago
kervala 52524f27fb Changed: #878 Fix typos in comments/code 13 years ago
dfighter1985 982c57b70f Refactored the static branch observing code into a new class CCDBBranchObservingHandler. The CDB system *should* be fully reusable now!
--HG--
branch : cdb-refactoring
13 years ago
kervala b27b2a0817 Changed: #1433 Merge changes from patch 1.13 (patch provided by Molator) 13 years ago
kervala 86eaabd0a2 Changed: #1433 Merge changes from patch 1.13 13 years ago
kervala f9cc842b82 Changed: Exceptions catched by reference 14 years ago
kervala d60bcaec05 Changed: #878 Fix typos in comments/code 14 years ago
kervala 28ca970158 Fixed: #1146 Store last login in client.cfg instead of Registry 14 years ago
kervala 65fffec520 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala b589d48e4b Changed: Use of getRyzomModes 14 years ago
kervala 3f8bc64bca Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
vl d971a9537c Removed: flooding warning 15 years ago
kervala ec62912164 Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala 7cbe65d2ef Changed: #878 Fix typos in comments/code 15 years ago
kervala 3117e5fd5f Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala 1cb477b8d3 Fixed: #951 Use nlWindow instead of void* for window ID 15 years ago
kervala 05b6447aad Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala ef1182bc48 Changed: #853 Compilation on 64-bits platforms 15 years ago
thorbjorn ea28199136 Fixed: Compile fixes for gcc 4.5.0
Example:

error: cannot call constructor ‘std::pair<std::basic_string<char>, CInterfaceDDX*>::pair’ directly
error:   for a function-style cast, remove the redundant ‘::pair’
15 years ago
acemtp@users.sourceforge.net d5c601ffa5 initial version 15 years ago