summaryrefslogtreecommitdiff
path: root/src/char/int_storage.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-07- Fixed a typo on SQL single quote, in int_storage.c, follow up r17080.(bugre...markzd1-1/+1
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-4/+6
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-183/+169
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-169/+183
2012-01-20Merged TXT removal branch back to trunk.gepard19841-364/+137
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-14/+14
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-8/+8
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-8/+8
2010-11-22* Fixed a crash when shutting down char-server (TXT only), after it failed to...ai4rei1-4/+10
2010-08-03- Merged a few minor bugfixesSkotlex1-2/+2
2008-08-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage1-73/+88
2008-08-10Some small code cleaningultramage1-8/+0
2008-07-13Modified storage data loadingultramage1-53/+20
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-41/+53
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-14/+14
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-19/+19
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+481
2008-04-12I live in a giant bucket.Kevin1-481/+0
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-4/+4
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-2/+0
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-4/+4
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-2/+2
2007-09-20* Merged the tmpsql branch:FlavioJS1-4/+5
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-2/+2
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-02-07Cleaning up of the socket codeultramage1-0/+2
2007-01-21Typo huntultramage1-4/+4
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-478/+478
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-4/+6
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+476
2006-01-29Clearing trunk.Valaris1-516/+0
2005-03-30More ANSI C++/C conformance fixes [SVN 1341: MouseJstr]amber1-2/+2
2005-03-29Fixed use of storage variable to conform to ANSI C spec [MouseJstr]amber1-56/+56
2005-03-23* Fixed alot of memory leakscelest1-0/+16