summaryrefslogtreecommitdiff
path: root/src/char/int_auction.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-09-19remove trailing whitespaces from sourcegumi1-1/+1
2017-04-04Implementation of Item Options System.Smokexyz1-15/+27
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-03-20Dropped typedef from DBIteratorHaru1-2/+2
2016-03-20Removed unnecessary typedefs from sql.hHaru1-2/+2
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
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-19Cleaned up some #includesHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-14/+14
2015-04-10Fixed some compiling errors under MSVCcsnv1-1/+3
2015-04-09Add checks to int_auction.cAndrei Karas1-1/+7
2015-01-24Fixed 18 minor issuesHaru1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+2
2015-01-12Fixed some -Wformat-security warningsHaru1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-16/+16
2014-11-15Move global variable into interface in inter.cAndrei Karas1-24/+24
2014-11-15Move auction_db_ into interface in int_auction.c.Andrei Karas1-13/+13
2014-11-15Add most functions from int_mail.c to interfaces.Andrei Karas1-10/+10
2014-11-15Add most functions from int_auction.c to interfaces.Andrei Karas1-49/+63
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-1/+2
2014-11-15Add prefix inter_mail_ to most functions in int_mail.cAndrei Karas1-10/+10
2014-11-15Add prefix inter_auction_ to most functions in int_auction.cAndrei Karas1-18/+18
2014-08-07Corrected several format-string errors through the codeHaru1-1/+1
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-11/+14
2014-05-10Revert "Fixed order of includes in all source files"panikon1-14/+11
2014-05-09Fixed order of includes in all source filesHaru1-11/+14
2014-04-18Rewritten NSI_UNIQUE_ID system to get rid of the cross-database interreg depe...Ibrahim Hossam1-4/+0
2013-10-26Changed 'tick' variables to 64 bitHaru1-6/+5
2013-09-25Renamed iTimer interface to timer.shennetsind1-4/+4
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-15/+15
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-4/+4
2013-05-15HPM Updateshennetsind1-41/+42
2013-01-25Fixed bugreport:7218, where unique id was implemented and they forgot that mo...Matheus Macabu1-1/+1
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-5/+5
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-4/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-378/+376
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-376/+378
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-10/+6
2012-01-20Merged TXT removal branch back to trunk.gepard19841-0/+494