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
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
2016-01-29
Modified Mob DB loader to behave like the Item DB loader
Haru
1
-247
/
+384
2016-01-13
Added support to mark constants in db/constants.conf as deprecated
Haru
1
-1
/
+1
2016-01-12
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Haru
1
-1
/
+1
2016-01-09
Corrected various zero-argument function definitions
Haru
1
-1
/
+1
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-24
/
+13
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-19
/
+16
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-2
/
+2
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-36
/
+46
2016-01-06
Change all TBL_NPC to struct npc_data as per style guidelines
hemagx
1
-1
/
+1
2016-01-06
Change all TBL_ELEM to struct elemental_data as per style guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_PET to struct pet_data as per style guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_MER to struct mercenary_data as per style guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_HOM to struct homun_data as per style guidelines
hemagx
1
-2
/
+2
2016-01-06
Change all TBL_MOB to struct mob_data as per strly guidelines
hemagx
1
-3
/
+3
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-7
/
+7
2015-12-28
Added some missing item IDs to their enum
Haru
1
-1
/
+1
2015-12-28
Added Poring to the mob_id enum
Haru
1
-1
/
+1
2015-12-28
Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)
Haru
1
-3
/
+5
2015-12-28
Added Splendide, Manuk and Mora mobs to the mob_id enum
Haru
1
-3
/
+24
2015-12-28
Standardized (source) mob_id enum
Haru
1
-5
/
+6
2015-12-25
Merge pull request #1009 from Jedzkie/ItemDB_Updates
Dastgir
1
-16
/
+16
2015-12-25
New Entity Packets Implemented (Thanks to Rytech)
Dastgir
1
-2
/
+13
2015-12-23
Update:
Jedzkie
1
-16
/
+16
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-14
Added official effect of Mora Berry.
Jedzkie
1
-1
/
+4
2015-12-13
ItemDB Updates:
Jedzkie
1
-1
/
+3
2015-12-06
Refactored/fixed race handling for bonuses that store it as a bitmask
Haru
1
-2
/
+2
[next]