summaryrefslogtreecommitdiff
path: root/src/char/int_storage.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-24/+34
2018-07-17Replace item id shorts to int in char server.Andrei Karas1-3/+3
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-11/+11
2018-06-30Move mapif functions from int_storage.c to mapif.cHaru1-214/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_stora...Haru1-30/+38
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-13/+13
2017-07-05Optimisation of char_memitemdata_to_sql()smokexyz1-1/+1
2017-06-02Fix replace statement formatting in storage save function.smokexyz1-3/+3
2017-05-31Fix a race condition when saving the storage on logoutHaru1-70/+17
2017-05-30Merge pull request #1756 from Smokexyz/mmo_charstatus-fixsmokexyz1-7/+6
2017-05-30Fix storage saving checks and amount update.smokexyz1-7/+6
2017-05-29Fix memory leak in storage item vector (Fixes #1751)Andrei Karas1-0/+14
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-33/+316
2017-04-04Implementation of Item Options System.Smokexyz1-20/+51
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+1
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+1
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas1-2/+0
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
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/+0
2015-06-19Removed ".." from include directivesHaru1-12/+12
2015-05-17Fixed some issues detected by coverity scanHaru1-1/+1
2015-04-09Add checks to int_storage.cAndrei Karas1-1/+7
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-7/+4
2015-01-12Fixed some -Wformat-security warningsHaru1-2/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-7/+7
2014-11-15Move global variable into interface in inter.cAndrei Karas1-48/+48
2014-11-15Add most functions from int_storage.c to interfaces.Andrei Karas1-14/+36
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-5/+5
2014-11-15Add prefix inter_storage_ to most functions in int_storage.cAndrei Karas1-7/+7
2014-11-15Add prefix char_ to most functions in char.cAndrei Karas1-5/+5
2014-10-25Added some missing variable initializationsHaru1-0/+1
2014-08-07Corrected several format-string errors through the codeHaru1-10/+7
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-9/+13
2014-05-10Revert "Fixed order of includes in all source files"panikon1-13/+9
2014-05-09Fixed order of includes in all source filesHaru1-9/+13
2014-04-12Added sanity checks in itemboundretrieve_subpanikon1-2/+11
2014-04-12Fixed some compiler/analyzer warnings.Haru1-9/+10
2014-04-10Fixed issue: 7936panikon1-8/+60
2013-12-05Fixed Bug 7879shennetsind1-5/+7
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-32/+26
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-16/+151
2013-05-15HPM Updateshennetsind1-46/+47
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-4/+4