aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/include
AgeCommit message (Collapse)Author
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-02-13Debug build fixShauren
2022-02-11Dep/g3d: Purge Windows.h includes from headers we includeShauren
2022-01-26Core/Misc: Fix compile errors found with msvc /permissive-Shauren
(cherry picked from commit b3db50a3b41b2db209327387f59afa1c40532773)
2022-01-23Fixed -Wdeprecated-copy warning in G3DShauren
(cherry picked from commit a650bd631a4681d09e3ff66f79b73b99299565f3)
2022-01-23Fix warnings related to Vector3::operator= and remove -Wno-deprecated-copy ↵Shauren
suppression (cherry picked from commit 042b1abfd747160085e5acc24a842a076b20ea01)
2021-12-30Core/Misc: Fix invalid utf-8 commentsShauren
(cherry picked from commit 6259763469826526fc26b07ff20885d5b04a791f)
2021-12-22Core: Build on ARM64 - Raspberry Pi (preferable 4) (#23885)daMaex
* build again on aarch64 * include mm_malloc header instead of defining self (cherry picked from commit cbe765df7a75f61941583ab95ecaa153e198d3de)
2021-02-06Dep/G3D: Add static assert checks for Array functions being used with ↵jackpoz
non-POD types (cherry picked from commit f017b1d470aec0ca4918e059343d57de99fb2254)
2016-10-11Dep/G3D: Backport warning fix from G3D10jackpoz
(cherry picked from commit bf5c37a5d056485fc256aa7f128f81eeb125a992)
2015-11-04Dep/g3d: Removed std::shared_ptr, std::weak_ptr, std::dynamic_pointer_cast, ↵Shauren
std::static_pointer_cast and std::enable_shared_from_this from global namespace
2015-08-01Dep: Silenced build warning in G3D header, part2, forgot to saveShauren
2015-08-01Dep: Silenced build warning in G3D headerShauren
2015-06-29Core/Dependencies: Fix some warnings in G3Djackpoz
(cherry picked from commit c86cf03dcefad845ca52b1bb1c9b1baa89105462)
2014-08-23Core/Dependencies: Fix some -Wconversion warnings in G3Djackpoz
2014-08-22Core/Dependencies: Update G3D to v9.0 r4036jackpoz
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
2013-09-01Dep/G3D: Fix a typo in Vector3int32 += operatorChaplain
2013-03-09Buildsystem: Add support for compiling with MinGW on WindowsNay
Tested with: - Windows 8 x64 - MySQL 5.5.30 win32 - OpenSSL 1.0.1c (32 bits) - No PCH - MinGW with GCC 4.7.0 TODO: - Fix compile/link with PCH enabled - Fix compile with WheatyExceptonionReport enabled (ignored for now) - Fix compile of .rc files (ignored for now) - Test with more platforms
2013-02-28Core/Dep: G3D: Correction to patch G3D-v8.0_hotfix5.diff, add missing #ifdef ↵click
-test (applied to sourcetree as well)
2013-02-27Core: Add support for compiling core in a cygwin-environmentclick
- rename/readd/add G3D-patches - give a history on the changes (some G3D-changes didn't even HAVE a patch - boo!) DON'T MESS ABOUT WITH CHANGING DEP/* LIBRARIES AND NOT LEAVING A DIFF IN THE SOURCETRE, MKAY!?
2012-11-10Core/Build: Restore FindOpenSSL, even when it's provided by cmake, this file ↵Spp
also provides newbie-check (warns if you trying to use wrong libs) - Also, apply the hack needed to make g3dlite compile in OS X
2012-09-03Core/Dependencies: Update G3D to version 8.01Nay
2012-08-26Core: Fix compiling on Fedora (G3D related)Nay
Thanks F3st and Gamera Closes #7477
2010-08-27Core/Dependency: Upgrade G3d-library to v8.0-release (patched version!)click
Note: Due to issues with G3D (normally requiring X11 and the ZIP-library), the sourcetree version contains a modified version. The applied patch is commited to the repository for future reference. --HG-- branch : trunk