index
:
evolved/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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 ↵
Kenpachi Developer
1
-1
/
+1
value
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
Disabled because it works too slow for travis.
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
2020-06-16
Fix double fclose in map cache plugin
Andrei Karas
1
-1
/
+0
2020-06-16
Disable not existing maps in map index and npc scripts
Andrei Karas
5
-11
/
+11
2020-06-16
Read battle config in minimal run
Andrei Karas
1
-0
/
+2
This allow fix warnings in different service plugins.
2020-06-16
Reduce travis jobs count
Andrei Karas
1
-137
/
+0
2020-06-16
Disable odr violation detection in ci
Andrei Karas
1
-2
/
+2
2020-06-16
Fix HPM data check violations between server and plugins
Andrei Karas
1
-4
/
+8
2020-06-16
Add arm64 and ppc64le builds
Andrei Karas
1
-5
/
+139
Also add gcc-10 builds into travis.
2020-06-16
Update travis.sh with fixes for travis and new os
Andrei Karas
1
-3
/
+13
2020-06-16
Add workaround for create sql user and grant rights to it
Andrei Karas
1
-1
/
+6
In some mysql version default grant code not works.
2020-06-16
Convert validateinterfaces.py to python3
Andrei Karas
1
-19
/
+18
[prev]
[next]