summaryrefslogtreecommitdiff
path: root/src/common/db.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-07Updated VECTOR_INIT() and VECTOR_ENSURE() to be more analyzer- (and human-rea...Haru1-7/+10
2016-06-25Implemented VECTOR_TRUNCATEHaru1-0/+10
2016-03-20Added separate char* and const char* data types to union DBKeyHaru1-0/+1
2016-03-20Dropped typedef from DBMapHaru1-53/+54
2016-03-20Dropped typedef from DBIteratorHaru1-17/+19
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-59/+59
2016-03-20Removed typedefs from db-related enumsHaru1-73/+80
2016-01-09Sanitized various macrosHaru1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+21
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru1-1/+1
2015-10-11Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.Haru1-17/+17
2015-10-11Removed reserved identifiers from db.h (VECTOR, BHEAP implementations)Haru1-561/+738
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-111/+0
2015-08-15HPM compatibility improvementsHaru1-4/+4
2015-06-19Removed ".." from include directivesHaru1-2/+2
2015-06-01Replaced some of the hardcoded values with constants (misc)Haru1-11/+11
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-3/+3
2014-11-16Moved DB_s into db.cHaru1-1/+1
2014-10-04Pathfinding now works exactly as on the clientMichieru1-0/+99
2014-07-11Removed some c++ compatibility definitionsHaru1-3/+3
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-30Fixed typos inside src/Shido1-3/+3
2014-05-13Removed trailing whitespace (sources)Haru1-20/+20
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-1/+2
2014-05-10Revert "Fixed order of includes in all source files"panikon1-2/+1
2014-05-09Fixed order of includes in all source filesHaru1-1/+2
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-12Changed some void* to the correct data types where applicableHaru1-2/+2
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-39/+85
2013-12-17Fixed several compiler warningsHaru1-2/+4
2013-11-19Sanitized and improved several macros through the codeHaru1-6/+6
2013-09-29Provided argument-list equivalent for several variadic functionsHaru1-6/+7
2013-07-22Binary heap fix & improvement.Piotr HaƂaczkiewicz1-7/+12
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-44/+44
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-44/+44
2013-05-17Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01shennetsind1-59/+64
2013-05-17ERS Report Redesignshennetsind1-5/+5
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-59/+64
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-520/+521
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-521/+520
2012-03-13 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r...gepard19841-8/+8
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-67/+190
2012-03-04- Guild Castle code cleanup:gepard19841-0/+1
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-48/+15
2011-09-08* Fix C++ compilation issues.flaviojs1-3/+3
2011-06-16Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its in...ultramage1-5/+1
2011-06-16* Merges from charmerge:flaviojs1-0/+14