summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-04-30Fix 0165fe1: Native OSX doesn't have a __BYTE_ORDER macro but defines a diffe...Michael Lutz
2018-04-30Fix: Some spelling errors in printed messagesMatthijs Kooijman
2018-04-29Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#...Patric Stout
2018-04-21Fix: Remove need to instantiate SmallStack's pool object by making it a singl...Charles Pigott
2018-04-15Codechange: Add functions to insert and extract an element at a specific posi...Michael Lutz
2016-09-04(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ...alberth
2015-08-10(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...michi_cc
2014-10-28(svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug.peter1138
2014-07-12(svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions...alberth
2014-06-17(svn r26651) -Fix: make sure an abs is used that supports int64 when using ab...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-16(svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is re...fonsinchen
2014-02-11(svn r26333) -Fix: Compilation without static_assert.frosch
2014-02-10(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.fonsinchen
2013-11-23(svn r26057) -Fix: a number of possibly uninitialised variablesrubidium
2013-10-20(svn r25893) -Fix: Document RandomRange and change misleading parameter name ...fonsinchen
2013-10-20(svn r25889) -Codechange: Add forgotten file.fonsinchen
2013-10-20(svn r25887) -Fix: Ignore NULL pointers in delete operator of PoolItem.fonsinchen
2013-08-09(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...rubidium
2013-08-05(svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping.michi_cc
2013-06-15(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they...frosch
2013-06-09(svn r25348) -Add: multimap implementation with guaranteed order between equa...fonsinchen
2013-06-09(svn r25347) -Add: function for deterministic approximate divisionfonsinchen
2013-05-19(svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinc...rubidium
2013-02-24(svn r25043) -Change [FS#3764]: Only display subtypes in the refit GUI which ...frosch
2013-02-02(svn r24959) -Doc [FS#5459]: that certain parameters need to be within certai...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...alberth
2012-11-14(svn r24741) -Add: Const-methods to SmallMap.frosch
2012-07-29(svn r24448) -Fix [FS#5255]: Copy constructor and assignment operator cannot ...frosch
2012-05-25(svn r24275) -Codechange: Make SmallVector::FindIndex() const.frosch
2012-02-12(svn r23941) -Add: support for clangsmatz
2012-02-04(svn r23880) -Add: A simple smart pointer.michi_cc
2012-01-26(svn r23854) -Codechange: make it easier to put random debug stuff into the r...rubidium
2012-01-15(svn r23814) -Codechange: write the random-debug output directly to a filerubidium
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-19(svn r23634) -Add: support language files for GameScript (Rubidium)truebrain
2011-12-09(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a win...rubidium
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-09-06(svn r22898) -Codechange: use MSVC compiler intrinsics for byte swappingglx
2011-09-03(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.frosch
2011-09-02(svn r22875) -Codechange: Add some asserts and checks to better prevent overf...michi_cc
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2011-03-03(svn r22177) -Fix: make sure the right endianness is chosen with cross-compil...rubidium
2011-02-24(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destru...planetmaker
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-19(svn r22115) -Fix (r22114): some comments and code ordering were wrongsmatz
2011-02-19(svn r22112) -Codechange: register all pools in a pool vectorsmatz