Commit Graph

814 Commits (fa22852adbdaf01e4b9e3951ff9468cab2ea6b92)

Author SHA1 Message Date
Nimetu cb94cb4f9f Fixed: Scrolling in small steps not working.
--HG--
branch : develop
9 years ago
Nimetu 7cbd840ce1 Added: style for html elements del, u, em, strong, small, and dl list
--HG--
branch : develop
9 years ago
Nimetu d4ed66d99b Added: URL #fragment navigation.
--HG--
branch : develop
9 years ago
Nimetu f4599e183b Added: Common attributes to h1..h6 elements
--HG--
branch : develop
9 years ago
kervala d4dd2b7264 Fixed: Getters for Anisotropic Filtering
--HG--
branch : develop
9 years ago
kervala 2e58a0725a Changed: Forgot other ##
--HG--
branch : develop
9 years ago
kervala 94f035ed8f Fixed: GCC doesn't support no arguments for __VA_ARGS__
--HG--
branch : develop
9 years ago
kervala 74196261ee Fixed: VC++ 2010 already supports ULL
--HG--
branch : develop
9 years ago
kervala 0623258189 Fixed: 64 bits constants truncated in 32 bits
--HG--
branch : develop
9 years ago
kaetemi 6c2490090d Merge with feature-export-assimp
--HG--
branch : develop
9 years ago
kervala 9e88fa645b Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
9 years ago
kervala 53f46eb5fa Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
9 years ago
kervala aa3d209d39 Fixed: Crash in CLuaManager
--HG--
branch : develop
9 years ago
kervala a8d81c689b Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
9 years ago
Nimetu 76ee797e49 Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
--HG--
branch : develop
9 years ago
kervala 3ac728872e Fixed: Typos (renamed restaure to restore)
--HG--
branch : develop
9 years ago
Nimetu 8a55f1b1e9 Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
--HG--
branch : develop
9 years ago
kervala 9b231afa54 Fixed: Get system language code under OS X too and added method in NLMISC::CI18N
--HG--
branch : develop
9 years ago
kervala 93a03b5db0 Fixed: clang warnings
--HG--
branch : develop
9 years ago
Nimetu 4c8b2d3134 Add basic gif support to CBitmap (issue #238)
--HG--
branch : develop
9 years ago
Nimetu f187421011 Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250)
--HG--
branch : develop
9 years ago
kaetemi dec6c2d880 Centralized asset database configuration
--HG--
branch : feature-export-assimp
9 years ago
kaetemi 8036d53411 Add pipeline v3 tool logger
--HG--
branch : feature-export-assimp
9 years ago
Nimetu 04cffc1559 Fix missing include when WITH_PCH=OFF
--HG--
branch : develop
10 years ago
Nimetu 15766d4d17 Add radio button type to CGroupHTML (issue 237)
--HG--
branch : develop
10 years ago
kervala b4e0b46ac9 Fixed uint to bool conversion warning
--HG--
branch : develop
10 years ago
Nimetu 26571de439 Fix compiling under windows
--HG--
branch : develop
10 years ago
Nimetu dc082f3921 Replace url parser with one less strict
--HG--
branch : develop
10 years ago
Nimetu ad3fac7b15 Make sure image src attribute matches local file or is absolute url
--HG--
branch : develop
10 years ago
Nimetu 8e1ada36b0 Use cURL as http transport
--HG--
branch : develop
10 years ago
Nimetu be95880a95 Remove libwww, only keep html entitites list
--HG--
branch : develop
10 years ago
Nimetu d1d0c0cf50 Parse local files (ingame help) with new html parser
--HG--
branch : libxml2-html-parser
10 years ago
Nimetu 1dc48143f3 Implement html parser using libxml2
--HG--
branch : libxml2-html-parser
10 years ago
Nimetu 5d4cbdce26 Remove libwww dependency from CGroupHTML::addLink() signature
--HG--
branch : libxml2-html-parser
10 years ago
Nimetu eeb881d49e Add span tag and bold, italic, underline, strikethrough styles to CGroupHTML
--HG--
branch : develop
10 years ago
Nimetu 55672485c9 Add embolden, oblique, underline, strikethrough styles to CViewText
--HG--
branch : develop
10 years ago
Nimetu c760b1e3d9 Add embolden, oblique font styles (NL3D)
--HG--
branch : develop
10 years ago
kaetemi 5bb34b12f4 Use unordered set and map for VS2013, ref #236
--HG--
branch : develop
10 years ago
kaetemi ec30735198 Fixup some more hashes
--HG--
branch : develop
10 years ago
kaetemi e0d4aa1e7b Add Wang hash functions
--HG--
branch : develop
10 years ago
kervala 906cc01768 Merge with hotfix
--HG--
branch : develop
10 years ago
kervala d76d8e52c9 Fixed compilation with GCC
--HG--
branch : hotfix
10 years ago
kaetemi 29f42ed5ab Some practical improvements for the report handling
--HG--
branch : develop
10 years ago
kaetemi f2f7bad4c5 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi 5a307cfa20 Replace report functionality
--HG--
branch : feature-crashreport
10 years ago
kaetemi ea9e32f46d Merge with develop
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi a66204a03a Add isWindowedApplication to INeLContext
--HG--
branch : develop
10 years ago
kaetemi cb52c7ee7e Use ULL suffix for unsigned 64bit integer constants with Visual Studio 2013
--HG--
branch : develop
10 years ago
kaetemi 54ae2da0a6 Fix _MSC_VER typo
--HG--
branch : develop
10 years ago
kaetemi cf79f1bb1b Merge with develop
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi 50e11b0536 Add _WIN32_WINNT fallback define
--HG--
branch : develop
10 years ago
kaetemi e201c90937 Remove redundant windows.h includes in NLMISC
--HG--
branch : develop
10 years ago
kaetemi 6a48a2d199 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi e4e3f2019b Add function to set custom host url. Deprecate email callback function. Add some comments
--HG--
branch : feature-crashreport
10 years ago
kaetemi 6ae954326d GCC/Linux version of NLMISC_BREAKPOINT
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 92d692fe69 Merged in dfighter1985/ryzomcore/feature-crashreport (pull request #122)
Crash reporter changes

--HG--
branch : feature-crashreport
10 years ago
kaetemi 77d17265eb Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
10 years ago
kaetemi e27cdc7ac2 Merge with hotfix
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 4e00903dcc Back out from 5bb3dad
--HG--
branch : feature-crashreport
10 years ago
kaetemi 18d211f79b Merge with hotfix
--HG--
branch : develop
10 years ago
kaetemi 6e06b4e79e Merge with dfighter-tools
--HG--
branch : hotfix
10 years ago
kaetemi b120d68a98 Merge with hotfix
--HG--
branch : develop
10 years ago
dfighter1985 36ce53b1ba Merged in hotfix (pull request #117)
Merge hotfix branch

--HG--
branch : develop
10 years ago
dfighter1985 e130625cca A little cleanup of CMsgBoxDisplayer.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 ac6bda5084 A little cleanup of CMsgBoxDisplayer.
--HG--
branch : hotfix
10 years ago
kaetemi a8db3b2dda Visual Studio 2013 compilation support for Ryzom Client
--HG--
branch : develop
10 years ago
kaetemi 1879a434f7 Visual Studio 2013 compilation support for NLGUI
--HG--
branch : develop
10 years ago
kaetemi f5335f068d Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
10 years ago
kaetemi 6db8abf95c Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
10 years ago
kervala 6784301afc Merge with hotfix
--HG--
branch : develop
10 years ago
kervala 1690f777a1 Fixed: Unnamed semaphores are deprecated under OS X
--HG--
branch : hotfix
10 years ago
kervala e8b0765e7c Merge with hotfix
--HG--
branch : develop
10 years ago
kervala 3039428094 Fixed: Compilation warnings
--HG--
branch : hotfix
10 years ago
dfighter1985 225d786e7f Merged in hotfix (pull request #114)
Merging hotfix branch

--HG--
branch : develop
10 years ago
dfighter1985 79cd6bfaee Include rgba.h in libwww.h. Thanks Nimetu!
--HG--
branch : hotfix
10 years ago
dfighter1985 46cc31d0d0 Handle relative paths when loading .worldedit files in World Editor.
--HG--
branch : hotfix
10 years ago
kervala 303f7d2e79 Changed: Minor changes
--HG--
branch : develop
10 years ago
kervala 3bca3f41cc Changed: Typo
--HG--
branch : develop
10 years ago
Nimetu 85f63b7db3 Fix html submit button value that is included with form data (issue #226)
--HG--
branch : fix-issue-226
10 years ago
kervala 6596af9682 Changed: Minor changes
--HG--
branch : develop
10 years ago
dfighter1985 4d67a41f94 CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
--HG--
branch : hotfix
10 years ago
dfighter1985 b6d9e3285f DBViewNumber shouldn't crash anymore.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 2fe2077170 When setting the Id of the decorated edit box, set the Id of the text as well.
--HG--
branch : dfighter-tools
10 years ago
Jan Boon e2eb5d739c Merged in nimetu/ryzomcore/html-table-rendering (pull request #92)
Some improvements to table rendering

--HG--
branch : develop
10 years ago
dfighter1985 923b36f0e5 Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 18866c88af Update decorated edit box decoration coords while dragging.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 42ebad94f6 Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 f91846c970 Fix parent pos and size parsing.
--HG--
branch : dfighter-tools
10 years ago
Nimetu 0a1a1244ae Change table defaults valign=middle, cellpadding=1, cellspacing=2
--HG--
branch : html-table-rendering
10 years ago
Nimetu 799705b7ed Render table with rowspan, colspan.
Borders, if enabled, adds +1 to cell padding.

--HG--
branch : html-table-rendering
10 years ago
Nimetu a53b9305a2 Add rowspan and colspan attributes
--HG--
branch : html-table-rendering
10 years ago
dfighter1985 c5cd6990fe When creating a new GUI set the base color to white.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 2dd6278771 Size parent is now queried directly from the widget.
--HG--
branch : dfighter-tools
10 years ago
Nimetu 283cbe8092 Add bordercolor attribute to table tag
--HG--
branch : html-table-rendering
10 years ago
dfighter1985 b3dd26e01c Parent positions should now be saved right again.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 ded18b266c Implemented new action.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 e5d2e9293d Moved CRootGroup out of CInterfaceParser.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 7e16e95c35 CInterfaceParser in editor mode should look for files in the working directory first.
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 481298b9f1 Merged develop
--HG--
branch : dfighter-tools
10 years ago
dfighter1985 7b45a05562 Added support for grouping widgets.
--HG--
branch : dfighter-tools
10 years ago