Commit Graph

277 Commits (45518dd32cadc26fecf09ed7b79307b6fa6cf2c5)

Author SHA1 Message Date
Nuno db86219eab Added NL_NO_ASSERT to remove asserts in server
Ben Saine 82b724fe88 Resolve "Encoding issues in client beta (after core4 merge)"
Nimetu 7c82f26bac Fix CViewText always returning localization key
Nimetu 7344c98e6e Add macOS to azure pipeline
Nimetu 19c5b582bc Fix linking with static OpenAL under windows
Nuno 993d749dba Use Hunter package manager to compile external libraries
Nimetu f6ac9bc4c1 Fix moving fullscreen window between monitors
Nuno Gonçalves (Ulukyn) 80623a20cc Merge branch '31-wrong-fullscreen-resolution-in-opengl-win' into 'main/gingo-test'
Fix initial fullscreen window on OpenGL/Windows

See merge request 
Nimetu b325126b20 Fixed cleanup of html downloads
Nuno c616010246 Remove nlerror in getCurrentWindowUnder (useless)
Add debug when lua error
Nimetu 13eef096b4 Merge branch 'develop' into develop-atys
Nimetu d8deff3f23 Linux multi-monitor fullscreen support
Nimetu d893d15daf Remove loading certs from native Windows cert store.
kaetemi 8f839dc9c7 Properly follow StartupVerify setting
kaetemi 5fcaafbc60 Show more useful error on login failure
kaetemi 3076b62063 Fix build when using ValyriaTear/luabind (on Ubuntu)
kaetemi 3d208e024d Improve c++0x check
Nimetu 759ece01d0 Merge branch 'atys' into develop-atys
Nuno 0d68ca05e2 Revert xml_macros
Nuno 0fbbf10361 Merge branch 'fixes' into atys
Nuno 557f5d3d6c Changes made after code-to-root-atys branch
Nuno d7d1bc60c2 Changes from Core
Nuno 3709ea4520 Revert All core changes (to be reapplied on next commit)
Ulu Kyn 92ff9f12b0 Move to root
Nuno 1a49c4cd0b Merge branch 'atys' into fixes
Nimetu f76ad7a3eb Remove loading certs from native Windows cert store.
Nimetu ce0d1234cc Add missing WITH_FFMPEG option
Nimetu 78478e32cd Merge branch 'develop' into develop-atys
Nimetu ea6e4d91c3 Html special chars for title/textarea tags should remain decoded
Nimetu d388ff78ec Merge branch 'develop' into develop-atys
Nimetu 0b503e352b Fix htmlEscape function from deadlocking
Nimetu 0225beefa6 Merge branch 'develop' into develop-atys
Nimetu 0de1580520 Fix background overflow on items limited with maxw/maxh
Nimetu d9dd9863b7 Merge branch 'develop' into develop-atys
Nimetu 9ecda65791 Fix table td background color inheriting from row
Nimetu fc6ecc7dbd Fix html,body background not using container opacity
Nimetu 5c53148907 Fix downloaded background images not showing
Nimetu 028f6cdd3e Add -ryzom-modulate-text-color to separate text from background,
Nimetu a4248d5fa1 Merge branch 'atys' into develop-atys
Nimetu 984b2b3590 Merge branch 'develop' into develop-atys
Nimetu 3f3991816b Fix missing css length type
Nimetu e0d54f7897 Draw table background/border using css renderers
Nimetu 37eec8cd7f Dotted/dashed border styles
Nimetu 2046c4bf6e Draw browser background with CSSBackgroundRenderer
Nimetu 12c515c264 Parse background style into own class
Nimetu 285cfb163f Fix possible deadlock in css content attribute
Nimetu a40ddf7955 Methods to preallocate texture id and swap texture for existing id
Nimetu dff191a7c2 Move loading texture from file/memory into own functions
Nimetu f26dc534c8 Split CDataDownload into subclasses
Nimetu dfe45029ab Add CSSLength, CSSBackground, CSSBackgroundRenderer classes