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
/
clif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-16
Added OneClickIdentify packet
Dastgir
1
-0
/
+17
2016-01-12
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Haru
1
-16
/
+16
2016-01-10
Fixed an accidental MAX_CART_DECORATION leftover
Haru
1
-4
/
+4
2016-01-09
Added support for MC_CARTDECORATE skill.
Jedzkie
1
-0
/
+44
2016-01-06
Replaced the remaining explicit casts with BL_CAST/BL_UCAST
Haru
1
-4
/
+9
2016-01-06
Replaced some explicit casts with BL_UCAST
Haru
1
-97
/
+109
2016-01-06
Replaced some map->id2sd calls with the proper map->id2XX function
Haru
1
-25
/
+23
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-24
/
+23
2016-01-06
Replaced some explicit casts with BL_UCAST/BL_UCCAST
Haru
1
-7
/
+6
2016-01-06
Change all TBL_NPC to struct npc_data as per style guidelines
hemagx
1
-39
/
+39
2016-01-06
Change all TBL_ELEM to struct elemental_data as per style guidelines
hemagx
1
-1
/
+1
2016-01-06
Change all TBL_PET to struct pet_data as per style guidelines
hemagx
1
-4
/
+4
2016-01-06
Change all TBL_SKILL to struct skill_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
-61
/
+57
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-59
/
+61
2016-01-05
Added Support for BodyStyle
Dastgir
1
-3
/
+27
2015-12-25
Merge pull request #1009 from Jedzkie/ItemDB_Updates
Dastgir
1
-13
/
+21
2015-12-25
Implemented NoViewID
Dastgir
1
-12
/
+12
2015-12-25
Follow up https://github.com/HerculesWS/Hercules/commit/eb0d0dc677e1d3e584de9...
Jedzkie
1
-57
/
+57
2015-12-25
Merge pull request #977 from dastgir/5-DressRoom
hemagx
1
-0
/
+14
2015-12-25
New Entity Packets Implemented (Thanks to Rytech)
Dastgir
1
-8
/
+44
2015-12-23
PetDB Update:
Jedzkie
1
-13
/
+14
2015-12-23
Item Update:
Jedzkie
1
-0
/
+7
2015-12-20
Fixed showing HP bar for monsters even if disabled on 2015 clients and onward.
hemagx
1
-3
/
+3
2015-12-17
Dressroom Packet implemented
Dastgir
1
-0
/
+14
2015-12-17
Change all chat mute checks to use pc->can_talk instead of direct check.
hemagx
1
-7
/
+7
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-04
Merge pull request #910 from dastgir/idle
Andrei Karas
1
-32
/
+16
2015-12-04
Added a function to update idle time
Dastgir
1
-32
/
+16
2015-11-14
Changed struct script_queue::item into a VECTOR and Renamed to ::entries
Haru
1
-3
/
+3
2015-11-14
Renamed hQueue/hQueueIterator/hQueueOpt to latest standards
Haru
1
-1
/
+1
2015-11-14
Fixed some direct accesses to script->hq[] from other modules.
Haru
1
-1
/
+1
2015-10-28
Fix memory leak in quest sending packet (closes #831)
Andrei Karas
1
-0
/
+1
2015-10-24
Merge pull request #811 from ossi0110/master
Haruna
1
-28
/
+42
2015-10-21
Fixed Typos (+1 squashed commits)
ossi0110
1
-28
/
+42
2015-10-21
Merge remote-tracking branch 'upstream/master'
Er_Maqui
1
-1
/
+1
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-10-13
- Fixed message ID to a lower value.
Er_Maqui
1
-1
/
+1
2015-10-12
- Error message when talking to a pre-defined channel and you aren't on the c...
Er_Maqui
1
-0
/
+3
2015-10-11
Changed HPM->packets[] into an array of VECTOR
Haru
1
-6
/
+6
2015-10-04
Added clif->packet() to retrieve info about a packet.
Haru
1
-0
/
+14
2015-10-02
Skip bound items in the mergeitem feature.
Haru
1
-2
/
+2
2015-09-25
More aggressive whitespace cleanup. Follow up to 51329e6
Haru
1
-548
/
+72
2015-09-24
Add bl parameter to getcell functions.
Andrei Karas
1
-2
/
+2
2015-09-22
Corrected more VisualStudio incompatibilities
Haru
1
-15
/
+32
2015-09-18
Clarified the intent of several assignments inside conditional expressions
Haru
1
-6
/
+6
2015-09-18
Follow-up to 21442a885b1214e1b6a2f23a2553da416fb97238
Haru
1
-8
/
+7
2015-09-17
Added Configuration in enabling/disabling monster hp bar on new clients.
Frost
1
-3
/
+3
[prev]
[next]