summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-28/+20
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-152/+20
2008-04-27Fixed 'suggest parentheses around assignment ...' gcc warningtoms1-1/+1
2008-04-27<3 CakeKevin1-1/+4
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin1-22/+17
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin1-13/+143
2008-04-23Changed @reloaditemdb again to only unload items from item_db2. Also byte ali...Kevin1-8/+22
2008-04-22Changed itemdb_reload to clear the database before reloading, so it is possib...Kevin1-1/+11
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-5/+5
2008-02-08Fixed wrong message in item group loading code (bugreport:936)ultramage1-1/+1
2008-01-20- Fixed a comparison whn doing item searchesskotlex1-1/+1
2008-01-10Another round of login server cleaningultramage1-7/+3
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-6/+3
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-15- fixed Halo-Halo not being consumed on use.skotlex1-5/+22
2007-10-13Fixed a messup in r11398 - option to skip brackets around item scripts was ad...ultramage1-1/+1
2007-10-12* Fixed wrong index calculation in TXT char creation code (ref: r11410)ultramage1-0/+4
2007-10-10* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.FlavioJS1-34/+16
2007-10-05* Removed a broken remnant of code from old gospel code (r4349) that's _suppo...ultramage1-1/+1
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-3/+3
2007-09-28* Changed back the query to get the friends of a character to a LEFT JOIN.FlavioJS1-0/+9
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-30/+51
2007-09-21* itemdb.c/h using a static array of 32k struct item_data* entries (faster it...FlavioJS1-83/+162
2007-09-20* Merged the tmpsql branch:FlavioJS1-307/+189
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-4/+5
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage1-3/+3
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+10
2007-05-19Reformatting @_@ultramage1-50/+31
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-1/+1
2007-04-03- Fixed @reloaditemdb not unsetting the consume delay flag when a type 11 ite...skotlex1-1/+2
2007-04-01- Fixed the server crashing on startup due to bad defineultramage1-57/+14
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex1-1/+2
2007-02-01- Item search is now a bit smarter. When no item is found with the same 'aegi...skotlex1-19/+13
2007-01-27Removed useless read-from-GRF featuresDracoRPG1-159/+0
2007-01-09- Changes to script buildin functions:FlavioJS1-6/+6
2007-01-07Undid the memset->malloc_set replacementultramage1-7/+7
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-6/+6
2006-12-27- Cleaned up item_misc.txtskotlex1-2/+2
2006-12-22- Added support for the new "make new char" packet that has the rename button...skotlex1-6/+6
2006-12-22- Change strncpy to memcpy when parsing switches in the script engine since i...FlavioJS1-5/+5
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-1277/+1277
2006-09-25- Fixed item group 35 (lottobox) in item_misc.txtskotlex1-1/+4
2006-09-15- Updated the item_db search functions so that when returning the dummy-item,...skotlex1-1/+5
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-7/+7
2006-08-19- Fixed job-mask 0x100000 in the item_db enabling Dancers/Bards to use the it...skotlex1-2/+3
2006-08-11- Fixed the item group bonus not working.skotlex1-1/+1
2006-08-09- Should have fixed a signed/unsigned warning in login-txtskotlex1-0/+1
2006-08-04- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...skotlex1-22/+11
2006-07-27- Synced the script.c file with as much data as possible from jA's:skotlex1-11/+11
2006-07-27- Fixed a memory leak when reading the item_db txt.skotlex1-2/+2