index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
mob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
Change the name of all functions which got their return-value meaning changed
skyleo
1
-3
/
+3
2020-03-08
Change returning error-code in unit->walktoxy to obey code-style guidelines
skyleo
1
-3
/
+3
2020-02-09
Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix
Haru
1
-0
/
+4
2020-02-09
Added an initial dmg_taken_rate value to clone spawns.
Kenpachi Developer
1
-0
/
+1
2020-02-09
Applied code style and added some minor code improvements to src/map/mob.c.
Kenpachi Developer
1
-337
/
+472
2020-02-09
Applied code style and some minor improvements.
Kenpachi Developer
1
-19
/
+25
2020-02-09
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...
Kenpachi Developer
1
-10
/
+11
2020-02-01
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0.
Kenpachi Developer
1
-0
/
+4
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2019-12-15
Merge pull request #2572 from Asheraf/mobviewdatadb
Haru
1
-38
/
+74
2019-11-17
Merge pull request #2567 from MishimaHaruna/steal-fixes
Haru
1
-0
/
+8
2019-11-03
Fix unintended nullpo errors
skyleo
1
-7
/
+6
2019-10-30
Drop the usage of mob_avail
Asheraf
1
-38
/
+7
2019-10-30
Add support for overriding default view data in mob database
Asheraf
1
-0
/
+67
2019-10-22
Fix Steal not showing HP bar right away but only when the target leaves/enter...
Haru
1
-0
/
+8
2019-10-20
Merge pull request #2550 from skyleo/cliff_aggro_ranged_no_attack_fix
Haru
1
-7
/
+9
2019-10-20
Merge pull request #2547 from guilherme-gm/201910-dehardcode-db
Haru
1
-3
/
+1
2019-10-19
Merge pull request #2561 from skyleo/slave_anklesnare_fix
Haru
1
-36
/
+64
2019-10-18
Remove trailing whitespace
skyleo
1
-15
/
+15
2019-10-18
Make slave mobs react to master's chase target
skyleo
1
-21
/
+49
2019-10-05
Dehardcodes db files base path so the db folder can be easily moved
Guilherme Menaldo
1
-3
/
+1
2019-10-05
Fix aggressive ranged mobs not attacking from above a cliff
skyleo
1
-7
/
+9
2019-10-02
Moved hardcoded messages from source to messages.conf
Dastgir
1
-2
/
+2
2019-08-26
Prevent players from getting stuck when an MVP respawns while talking to its ...
Haru
1
-0
/
+8
2019-07-30
Fix missing file path in console.
Emistry Haoyan
1
-3
/
+3
2019-07-28
Merge pull request #2510 from Emistry/mobdb_dmg_taken_rate
Haru
1
-0
/
+7
2019-07-28
Merge pull request #2505 from Emistry/autoloot_adjust
Haru
1
-1
/
+1
2019-07-24
Update mob_db - DamageTakenRate field
Emistry Haoyan
1
-0
/
+7
2019-07-14
Added battle config autoloot_adjust
Emistry Haoyan
1
-1
/
+1
2019-07-10
Update atreloadmob to update living mobs
Emistry Haoyan
1
-0
/
+25
2019-05-30
Adds Option DB and Option Drop Groups DB to be loaded on minimal mode
Guilherme Menaldo
1
-1
/
+2
2019-05-06
Fixes a nullpo on MVP drops
Guilherme Menaldo
1
-1
/
+2
2019-04-20
Moved mob drop data to its own structure
Guilherme G. Menaldo
1
-5
/
+1
2019-04-20
Added support for mobs to drop items with Random Options
Guilherme G. Menaldo
1
-8
/
+349
2019-04-07
Rename clif_charnameack into clif_blname_ack
Andrei Karas
1
-4
/
+4
2018-11-20
Change short group to bool is_group in s_add_drop
skyleo
1
-2
/
+2
2018-09-02
Fixed issue #2201
Dastgir
1
-1
/
+2
2018-08-27
Fix some issues reported by gcc-8's address sanitizer
Haru
1
-1
/
+1
2018-07-30
always set the type when doing script->add_str
gumi
1
-2
/
+2
2018-07-24
Implementation of the official Achievement System.
smokexyz
1
-0
/
+7
2018-07-19
Add new constant MAX_ITEM_ID for maximum allowed item id.
Andrei Karas
1
-11
/
+64
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-110
/
+153
2018-06-02
Merge pull request #2055 from trojal/patch-1
Haru
1
-1
/
+1
2018-05-31
Don't overwrite mob.range with Inherit:true
trojal
1
-1
/
+1
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-05-15
fix a wrong iterator used for mob skill db parsing
Asheraf
1
-4
/
+4
2018-05-01
Replace "--ja--" and "--en--" with constants (source only)
Haru
1
-11
/
+10
2018-04-19
Convert mob_skill_db into libconf format
Asheraf
1
-208
/
+177
2018-04-08
Added delay to tomb spawn
Guilherme G. Menaldo
1
-2
/
+48
2017-12-23
Show item drop effects only if monster dropping non looted items.
Andrei Karas
1
-4
/
+9
[next]