summaryrefslogtreecommitdiff
path: root/src/3rdparty
AgeCommit message (Expand)Author
2021-06-17Cleanup: simplify some boolean expressionsRubidium
2021-06-17Cleanup: [Squirrel] Use nullptr instead of 0 or NULLRubidium
2021-06-13Fix a99ac62: fmt's include of cassert breaks our assert logicrubidium42
2021-06-13Add: minimal set of headers from {fmt} 7.1.3 to 3rdpartyrubidium42
2021-06-10Fix: [MinGW] Unused squirrel code triggering a warningglx22
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-05-16Fix #9267, 47a99bb: [Squirrel] Heap use after freeRubidium
2021-04-17Fix #7513: recursive array/class/table release caused stack overflowRubidium
2021-04-17Fix #7513: recursive garbage collection caused stack overflowRubidium
2021-04-01Fix #8919: Release builds with asserts enabled (#8925)Charles Pigott
2021-04-01Codechange: Suppress warnings when asserts are disabled (#8916)Charles Pigott
2021-02-22Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.Michael Lutz
2021-02-22Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to th...Michael Lutz
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-14Cleanup: use std::optional instead of custom implementation.frosch
2020-06-27Codechange: Add WARN_FORMAT to vseprintf and fix the cascade of warnings that...Charles Pigott
2020-06-18Fix: Silence some warnings when building with clang-cl on VS 2019Niels Martin Hansen
2020-06-05Add: introduce CMake for project managementPatric Stout
2020-05-21Add: Optional implementation of std::optional for pre-C++17 compilers.Michael Lutz
2020-02-01Fix #7966: SQInteger is 64-bit, print it as 64-bitglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-30Codechange: Explicitly move a few variables to avoid a copy constructor (fixe...Charles Pigott
2019-09-30Fix: GCC9's warnings about deprecated implicit assignment operatorsCharles Pigott
2019-05-11Change: Limit memory allocations for each Squirrel instanceNiels Martin Hansen
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-06-15Codechange: Address some MSVC compiler warningsNiels Martin Hansen
2017-08-20(svn r27896) -Fix: some warningsfrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2016-06-27(svn r27605) -Fix: GCC 6 warning about misleading indentationrubidium
2016-05-11(svn r27561) -Fix [Squirrel]: Fix typos in error messagesmatthijs
2015-05-20(svn r27289) -Fix: some uninitialised instance variablesrubidium
2015-04-11(svn r27233) -Fix [FS#6272]: crash when no AIs were installed due to improper...rubidium
2014-12-24(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)frosch
2014-10-12(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...rubidium
2014-09-19(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and esp...rubidium
2014-09-17(svn r26845) -Fix [Squirrel]: more uninitialized variables in constructorsrubidium
2014-09-17(svn r26844) -Fix: clang compile errorrubidium
2014-09-16(svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised in...rubidium
2014-09-16(svn r26841) -Codechange [Squirrel]: move the actual initialisation of instan...rubidium
2014-09-16(svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedStaterubidium
2014-09-16(svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs ...rubidium
2014-09-16(svn r26838) -Fix (r26831): attempt to make MSVC like the code againrubidium
2014-09-16(svn r26837) -Fix [Squirrel]: remove some pointless assignmentsrubidium
2014-09-16(svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there...rubidium
2014-09-16(svn r26835) -Fix [Squirrel]: remove dead code from the lexerrubidium
2014-09-16(svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving co...rubidium
2014-09-16(svn r26833) -Fix [Squirrel]: remove a few bits of dead coderubidium
2014-09-16(svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is ...rubidium
2014-09-16(svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switchrubidium
2014-09-07(svn r26784) -Codechange [Squirrel]: use WChar for the lexerrubidium