summaryrefslogtreecommitdiff
path: root/src/map/mapreg_sql.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-30always set the type when doing script->add_strgumi1-1/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-14/+24
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-3/+3
2016-08-19Ported inter-server.conf to libconfigHaru1-7/+14
2016-04-04Add missing checks into mapreg_sql.cAndrei Karas1-0/+7
2016-03-20Dropped typedef from DBIteratorHaru1-3/+4
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+2
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-4/+4
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-6/+6
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-11/+11
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-7/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-5/+9
2014-05-10Revert "Fixed order of includes in all source files"panikon1-9/+5
2014-05-09Fixed order of includes in all source filesHaru1-5/+9
2014-03-05Ref redesign, part 3Haru1-4/+4
2014-03-05Ref redesign, part 2Haru1-26/+26
2014-03-05Ref redesign, part 1Haru1-107/+121
2014-01-16Minor redundancy fix on mapreg loadingshennetsind1-2/+2
2014-01-11Follow up 82b583b5ef4e729ad2c3c74b26adce16a145605ashennetsind1-1/+4
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-42/+57
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-10-02HPM: Map.c Completedshennetsind1-18/+18
2013-09-25Renamed iTimer interface to timer.shennetsind1-2/+2
2013-09-16HPM: Mapreg_sql.c Interfaceshennetsind1-71/+92
2013-07-25Expanding script.c interfaceshennetsind1-5/+5
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-9/+9
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-2/+2
2013-05-15HPM Updateshennetsind1-10/+10
2013-05-04Mapreg saving overhaulshennetsind1-105/+186
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-151/+160
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-160/+151
2012-03-13 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r...gepard19841-10/+10
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-3/+3
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-4/+4
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2010-12-22* Fixed sql mapreg loading code specifying output buffer size for SqlStmt_Bin...ai4rei1-2/+2
2009-11-21Removed an extra { from previous commit.Paradox924X1-1/+1
2009-11-21Cleaned up mapreg dirty-marking code to only mark the mapreg as dirty when it...Paradox924X1-11/+4
2008-08-17Fixed some messed up operator priority in the mapreg code (bugreport:2078).ultramage1-8/+8
2008-08-15Split off mapreg code from script.cultramage1-0/+242