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
/
mob.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-12-23
Add support for new drop packet 0xadd for zero clients
Asheraf
1
-2
/
+2
2017-11-05
Use the skill DB accessors where possible/appropriate
Haru
1
-1
/
+1
2017-10-30
Add monster spawn boss flag for miniboss: miniboss_monster
Andrei Karas
1
-1
/
+1
2017-10-21
Merge pull request #1833 from Emistry/mapflag_noautoloot
Haru
1
-0
/
+1
2017-10-22
Add NoAutoloot mapflag
Emistry Haoyan
1
-0
/
+1
2017-08-20
Ignore hidden units in the cell stack limit checks
Haru
1
-1
/
+1
2017-07-27
Fix possible buffer overflows with snprintf.
Andrei Karas
1
-4
/
+4
2017-04-29
Removal of rare_drop_announce config.
Jedzkie
1
-16
/
+0
2017-04-29
Fixes #994
Jedzkie
1
-8
/
+7
2017-02-26
Added option to show classchange only to one player (#1587)
Guilherme G. M
1
-1
/
+1
2016-12-03
Remove the platform-dependent variables from struct status_data
Haru
1
-8
/
+9
2016-12-03
Ensure that pc->addfame() increments the correct fame points
Haru
1
-1
/
+1
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-2
/
+2
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-1
/
+6
2016-07-14
Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int
Haru
1
-1
/
+1
2016-06-29
Fix EXP modifiers to match aegis modifiers calclution.
hemagx
1
-5
/
+0
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-2
/
+2
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-2
/
+2
2016-04-22
Fixed an issue that could prevent a mvp reward to be ignored
Haru
1
-45
/
+47
2016-04-04
add missing checks into mob.c
Andrei Karas
1
-7
/
+88
2016-03-25
Fixed a call to clif->item_drop_announce with a NULL sd.
Haru
1
-1
/
+3
2016-02-28
Changed mob mode field to 32 bit, for future expansion
Haru
1
-38
/
+44
2016-02-28
Added NoKnockback Mode for monsters
Dastgir
1
-0
/
+3
2016-02-27
Replaced various '-1' with the correct constant
Haru
1
-5
/
+7
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-2
/
+2
2016-02-17
Replaced some now unnecessary includes with forward declarations in header files
Haru
1
-0
/
+1
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
-1
/
+4
2016-02-09
Small tweaks to mob_drop_adjust
Haru
1
-7
/
+13
2016-01-29
Re-added support for the JName field in the mob db
Haru
1
-0
/
+8
2016-01-29
Replaced several floating-point operations with integer operations
Haru
1
-15
/
+13
[next]