index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
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
2007-05-27
Cleaned up a hack from r10112 (forward declaration does the trick)
ultramage
1
-3
/
+3
2007-05-25
Corrected some weird fgets() statements, plus reformatted them
ultramage
1
-5
/
+10
2007-05-19
Reformatting @_@
ultramage
1
-50
/
+31
2007-04-22
- Removed the include of features.h from the console.c plugin. It is apparent...
skotlex
1
-1
/
+1
2007-04-03
- Fixed @reloaditemdb not unsetting the consume delay flag when a type 11 ite...
skotlex
1
-1
/
+2
2007-04-01
- Fixed the server crashing on startup due to bad define
ultramage
1
-57
/
+14
2007-03-12
- Corrected the new packet version entries for skilluseposinfo
skotlex
1
-1
/
+2
2007-02-01
- Item search is now a bit smarter. When no item is found with the same 'aegi...
skotlex
1
-19
/
+13
2007-01-27
Removed useless read-from-GRF features
DracoRPG
1
-159
/
+0
2007-01-09
- Changes to script buildin functions:
FlavioJS
1
-6
/
+6
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-7
/
+7
2007-01-07
- re-added the duplicit nj/gs name messages in msg_athena
ultramage
1
-6
/
+6
2006-12-27
- Cleaned up item_misc.txt
skotlex
1
-2
/
+2
2006-12-22
- Added support for the new "make new char" packet that has the rename button...
skotlex
1
-6
/
+6
2006-12-22
- Change strncpy to memcpy when parsing switches in the script engine since i...
FlavioJS
1
-5
/
+5
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
1
-1277
/
+1277
2006-09-25
- Fixed item group 35 (lottobox) in item_misc.txt
skotlex
1
-1
/
+4
2006-09-15
- Updated the item_db search functions so that when returning the dummy-item,...
skotlex
1
-1
/
+5
2006-08-27
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
Lance
1
-7
/
+7
2006-08-19
- Fixed job-mask 0x100000 in the item_db enabling Dancers/Bards to use the it...
skotlex
1
-2
/
+3
2006-08-11
- Fixed the item group bonus not working.
skotlex
1
-1
/
+1
2006-08-09
- Should have fixed a signed/unsigned warning in login-txt
skotlex
1
-0
/
+1
2006-08-04
- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...
skotlex
1
-22
/
+11
2006-07-27
- Synced the script.c file with as much data as possible from jA's:
skotlex
1
-11
/
+11
2006-07-27
- Fixed a memory leak when reading the item_db txt.
skotlex
1
-2
/
+2
2006-07-25
- Cleaned up the skill_landprotector function to correctly block only magic s...
skotlex
1
-1
/
+16
2006-07-21
- Added a check to prevent Blind from ending while standing on a fog of wall.
skotlex
1
-2
/
+2
2006-07-11
- Coded @reset.
skotlex
1
-47
/
+78
2006-07-10
- One closer inspection, removed that clear in itemdb_reload for a foreach ca...
skotlex
1
-2
/
+11
2006-07-10
- itemdb_reload will clear the itemdb before reloading info instead of only c...
skotlex
1
-1
/
+1
2006-07-07
- itemdb_exists will now return NULL for item_id 0.
skotlex
1
-1
/
+3
2006-07-06
- Rewrote all the item restriction functions so that they will take into acco...
skotlex
1
-14
/
+29
2006-06-28
- Corrected Musical Strike having a different damage equation from Throw Arrow.
skotlex
1
-5
/
+10
2006-06-23
- Modified pc_setoption so that it will correctly update sprite AND clothes c...
skotlex
1
-1
/
+1
2006-06-23
- Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ...
skotlex
1
-26
/
+20
2006-06-17
- Added IG_LottoBox for that tricky Lotto Box item.
skotlex
1
-5
/
+6
2006-06-12
- Fixed npc_checknear's distance check returning the opposite of what it shou...
skotlex
1
-7
/
+32
2006-05-22
* WARNING: New scripting system contains memory leak
Lance
1
-10
/
+10
2006-04-28
- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...
skotlex
1
-2
/
+3
2006-04-25
updated the db to X.2/X.3's itemsummonlist.
Vicious
1
-0
/
+7
2006-04-25
- Modified and simplified the random item group format. It now is <GroupID>,<...
skotlex
1
-179
/
+87
2006-04-20
- Added two columns to item_db: equip_script and unequip_script are scripts t...
skotlex
1
-9
/
+107
2006-04-11
- Fixed various include lines in the map server (of the type <include "nullpo...
skotlex
1
-1
/
+1
2006-04-11
* Temperory replaced strtoll to strtoul until the function changes.
Lance
1
-2
/
+2
2006-04-09
- Changed use of strtol to strtoll as strtol's result is just a signed int, a...
skotlex
1
-2
/
+2
2006-04-08
- Modified the equip_job field in the item_db to be a hexadecimal value for e...
skotlex
1
-11
/
+14
2006-04-06
- Hopefully fixed the wedding item-trade restriction.
skotlex
1
-1
/
+1
2006-04-03
- Oops, the overflow mentioned by foobar was actually because the equippable ...
skotlex
1
-1
/
+1
2006-03-26
- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.
skotlex
1
-1
/
+4
2006-03-16
- Small change in the random item reading function, may fix @itemdbreload mes...
skotlex
1
-0
/
+2
[next]