index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
Enable changing equipment while Megaphone input box is present
Kenpachi Developer
1
-2
/
+2
2020-06-25
Enable item consumption while Megaphone input box is present
Kenpachi Developer
1
-1
/
+1
2020-06-25
Enable skill usage while Megaphone input box is present
Kenpachi Developer
1
-10
/
+15
2020-06-25
Add pc_istrading_except_npc() macro
Kenpachi Developer
1
-0
/
+1
2020-06-25
Don't show NPC speech bubble when opening input box by Megaphone
Kenpachi Developer
1
-12
/
+15
2020-06-25
Add state using_megaphone to struct map_session_data and implement its (un)se...
Kenpachi Developer
4
-0
/
+7
2020-06-23
Merge branch 'master' into jedzkie-pr03
Jedzkie
102
-21143
/
+29674
2020-06-22
Add pc_has_pet() macro
Kenpachi Developer
1
-0
/
+3
2020-06-22
Remove ancient FIXME comment related to deleting taming items of type IT_DELA...
Kenpachi Developer
1
-2
/
+0
2020-06-22
Remove/move unnecessarily calling clif_send_petstatus()
Kenpachi Developer
3
-8
/
+4
2020-06-22
Centralize pet spawn code in pet_spawn() function
Kenpachi Developer
3
-19
/
+39
2020-06-22
Remove unnecessarily sending of pet's accessory data
Kenpachi Developer
1
-3
/
+0
2020-06-22
Send pet's hunger data only in pet_set_hunger()
Kenpachi Developer
1
-2
/
+3
2020-06-22
Call pet->set_hunger() in ACMD(pethungry) instead of directly assigning the v...
Kenpachi Developer
1
-1
/
+1
2020-06-22
Send pet's intimacy data only in pet_set_intimate()
Kenpachi Developer
3
-6
/
+3
2020-06-22
Add check if pet belongs to character in pet_food()
Kenpachi Developer
1
-0
/
+1
2020-06-22
Add battle flag for immediately removing the pet when its intimacy drops to 0
Kenpachi Developer
4
-2
/
+10
2020-06-22
Remove pet if intimacy drops to 0
Kenpachi Developer
2
-12
/
+12
2020-06-22
Update pet's egg data in ACMD(petrename)
Kenpachi Developer
1
-0
/
+9
2020-06-22
Implement intimacy display in pet egg's item description window
Kenpachi Developer
4
-6
/
+38
2020-06-22
Update inventory in pet_return_egg() only if egg was found
Kenpachi Developer
1
-1
/
+1
2020-06-22
Add clif_load_end_ack_sub_messages() function
Kenpachi Developer
1
-69
/
+92
2020-06-22
Add battle flag for overweight messages display
Kenpachi Developer
4
-4
/
+20
2020-06-22
Apply code style to clif_party_option()
Kenpachi Developer
1
-28
/
+42
2020-06-22
Add battle flag for sending party options
Kenpachi Developer
4
-14
/
+85
2020-06-22
Show party options when member was removed
Kenpachi Developer
2
-3
/
+5
2020-06-22
Remove check for unused flag 0x10 from party_optionchanged()
Kenpachi Developer
1
-2
/
+1
2020-06-22
Show party options when member was added
Kenpachi Developer
2
-0
/
+9
2020-06-22
Show party options on login and if options were changed
Kenpachi Developer
3
-9
/
+47
2020-06-22
Extend guild_notice_changemap battle flag with option for login
Kenpachi Developer
3
-9
/
+11
2020-06-22
Show guild notice after rate modifier messages
Kenpachi Developer
1
-15
/
+15
2020-06-22
Add battle flag for configuration messages display
Kenpachi Developer
4
-19
/
+51
2020-06-22
Add missing configuration messages to clif_parse_LoadEndAck()
Kenpachi Developer
1
-0
/
+7
2020-06-22
Add battle flag for rate modifier messages display
Kenpachi Developer
4
-2
/
+18
2020-06-22
Show rate modifier messages after configuration messages
Kenpachi Developer
2
-1
/
+2
2020-06-22
Implement PACKET_ZC_PERSONAL_INFOMATION (0x097b)
Kenpachi Developer
3
-6
/
+69
2020-06-17
Fix char id to name requests.
Andrei Karas
1
-0
/
+1
2020-06-17
Update friends packets for zero
Andrei Karas
1
-3
/
+3
2020-06-17
Update messages
Andrei Karas
2
-2
/
+22
2020-06-17
Update shuffle packets and keys
Andrei Karas
4
-8
/
+16
2020-06-16
Disable asan in gcc-7 build in .travis.yml
Andrei Karas
1
-1
/
+1
2020-06-16
Add into travis.sh check with all custom scripts uncommented
Andrei Karas
7
-0
/
+50
2020-06-16
Disable npc/events/halloween_2008.txt in other way for avoid auto uncommenting
Andrei Karas
1
-1
/
+2
2020-06-16
Fix conflicting npc names in re/merchants/hd_refiner.txt
Andrei Karas
1
-18
/
+18
2020-06-16
Add missing mobs and items for custom or disabled scripts in pre-re
Andrei Karas
2
-0
/
+51
2020-06-16
Remove duplicated function time2str from bg_common.txt
Andrei Karas
1
-36
/
+0
2020-06-16
Fix conflicting battle ground npc names in custom scripts
Andrei Karas
4
-130
/
+130
2020-06-16
Call all plugin events even if map server running in minimal mode
Andrei Karas
2
-2
/
+8
2020-06-16
Run servers in travis.sh with all existing plugins
Andrei Karas
1
-2
/
+23
2020-06-16
Add missing plugins into make file
Andrei Karas
1
-1
/
+1
[prev]
[next]