index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
itemdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
Add support for auto exp insurance items
Asheraf
1
-0
/
+5
2020-09-12
This is Hercules v2019.10.20
r12.5_BUGGY
Jesusaves
1
-16
/
+8
2020-09-12
This is Hercules v2019.09.22
Jesusaves
1
-166
/
+301
2020-08-07
This is Hercules v2019.08.25
r12.4+1
Jesusaves
1
-2
/
+2
2019-05-30
Adds Option DB and Option Drop Groups DB to be loaded on minimal mode
Guilherme Menaldo
1
-1
/
+2
2019-05-05
Removal of refine database code from status.c and moving it respectfully to i...
Ibrahim Zidan
1
-0
/
+1
2019-03-07
moving stylist into it's own interface
Asheraf
1
-3
/
+0
2019-01-14
Allow load item with big id even if packet version not support this id.
Andrei Karas
1
-0
/
+12
2019-01-14
Fix search item by name if id bigger than MAX_ITEMDB
Andrei Karas
1
-0
/
+20
2018-07-19
Fixing detecting item id or item name in string.
Andrei Karas
1
-3
/
+3
2018-07-19
Add new constant MAX_ITEM_ID for maximum allowed item id.
Andrei Karas
1
-10
/
+24
2018-07-19
Replace item id shorts to int in map server.
Andrei Karas
1
-9
/
+14
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-68
/
+105
2018-06-29
Fix packet 836 (search in stores).
Andrei Karas
1
-7
/
+7
2018-06-02
Implementation of stylist ui
Asheraf
1
-1
/
+3
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-04-07
Implementation of Attendance system
Asheraf
1
-0
/
+5
2017-12-23
Add support for new drop packet 0xadd for zero clients
Asheraf
1
-0
/
+6
2017-09-19
remove trailing whitespaces from source
gumi
1
-10
/
+10
2017-09-17
Add support for bitmask arrays in the item_db Loc field
Haru
1
-1
/
+1
2017-09-17
Add support for bitmask arrays in the item_db Upper field
Haru
1
-1
/
+1
2017-09-17
Add support for parsing arrays of constants as bitmasks in the item_db
Haru
1
-7
/
+63
2017-09-17
Split 'View' in two different fields in the item database
Haru
1
-8
/
+35
2017-07-27
Fix possible buffer overflows with snprintf.
Andrei Karas
1
-2
/
+2
2017-05-27
Merge pull request #1722 from Smokexyz/mmo_charstatus-fix
Haru
1
-3
/
+7
2017-05-22
Add storage_data reception, parsing and sending to/from the map-server.
Smokexyz
1
-3
/
+7
2017-04-29
Fixes #994
Jedzkie
1
-0
/
+3
2017-04-04
Implementation of Item Options System.
Smokexyz
1
-1
/
+155
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-8
/
+25
2016-11-20
Added validation for the AegisName while parsing the item db
Haru
1
-0
/
+24
2016-10-22
Added Summoner Class.
Dastgir Pojee
1
-0
/
+5
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-1
/
+1
2016-07-02
Trivialities: indentation fixes
Haru
1
-2
/
+2
2016-03-20
Dropped typedef from DBIterator
Haru
1
-2
/
+3
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-6
/
+6
2016-03-14
Dont load roulette_db.conf if roulette disabled.
Andrei Karas
1
-1
/
+1
2016-03-06
Merge pull request #1189 from 4144/itemdbview
Haru
1
-0
/
+6
2016-03-06
Check allowed range for "View" field in item_db for weapon items.
Andrei Karas
1
-0
/
+6
2016-03-06
Fixes some issues while processing item db "Job" fields
Haru
1
-5
/
+14
2016-02-23
Corrected some warnings in Visual Studio
Haru
1
-94
/
+98
2016-02-21
Changing Job field to 'int64'
Dastgir
1
-8
/
+8
2016-02-21
New format for Job field in job_db.conf
Dastgir
1
-10
/
+160
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-6
/
+6
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-15
/
+15
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-11
/
+10
2016-01-29
Modified Mob DB loader to behave like the Item DB loader
Haru
1
-18
/
+18
2016-01-13
Added support to mark constants in db/constants.conf as deprecated
Haru
1
-2
/
+2
2016-01-09
Corrected various zero-argument function definitions
Haru
1
-1
/
+2
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-1
/
+1
2015-12-28
Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)
Haru
1
-2
/
+2
[next]