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
/
packets_struct.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
Fix date
Unknown
1
-1
/
+1
2018-06-30
split clif_disp_overhead into 2 functions and convert to struct format
Asheraf
1
-0
/
+13
2018-06-29
Fix for clif_parse_RouletteInfo for new 2018 clients.
Andrei Karas
1
-0
/
+6
2018-06-29
Add support for new auth error packet in zero.
Andrei Karas
1
-0
/
+17
2018-06-25
Implemented Pet Evolution System.
Dastgir
1
-0
/
+12
2018-06-14
Split enum zc_ui_types by supported packet versions.
Andrei Karas
1
-0
/
+7
2018-06-02
Implementation of stylist ui
Asheraf
1
-0
/
+15
2018-05-04
Implementation of Private AirShip
Asheraf
1
-0
/
+11
2018-04-18
Enable new drop packet for PACKETVER >= 20180418
Asheraf
1
-2
/
+2
2018-04-07
Implementation of Attendance system
Asheraf
1
-0
/
+17
2018-04-04
Add support for packet ZC_MSG_COLOR
Asheraf
1
-0
/
+6
2018-04-04
Add support for packet ZC_FORMATSTRING_MSG
Asheraf
1
-0
/
+7
2018-03-13
Added quest_notify_objective and its packet
Dastgir
1
-1
/
+23
2018-03-13
Extended UPDATE_MISSION_HUNT to support new packet
Dastgir
1
-1
/
+11
2018-03-12
Changed UPDATE_MISSION_HUNT packet to structure form
Dastgir
1
-0
/
+22
2018-03-12
Extended ADD_QUEST to support new packet
Dastgir
1
-1
/
+14
2018-03-12
Changed ADD_QUEST packet to structure form
Dastgir
1
-0
/
+25
2018-03-12
Implemented ZC_ALL_QUEST_LIST3 Packet.
Dastgir
1
-5
/
+14
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-0
/
+36
2018-01-14
Update party member and party info packets.
Andrei Karas
1
-0
/
+55
2018-01-14
Merge pull request #1939 from Asheraf/zero_drop_packet
Haru
1
-1
/
+7
2017-12-23
Add support for new drop packet 0xadd for zero clients
Asheraf
1
-1
/
+7
2017-12-11
Add support for packet ZC_PROGRESS_ACTOR
Asheraf
1
-0
/
+10
2017-11-16
Implement skill scale packet for client versions >= 20151223.
Asheraf
1
-0
/
+13
2017-10-21
Add rodex 2017 packets.
Andrei Karas
1
-2
/
+21
2017-09-19
Fix compile errors with some specific PACKETVER values
Haru
1
-1
/
+1
2017-07-30
Implementation of RoDEX
KirieZ
1
-0
/
+212
2017-06-25
Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 based on rathena commit:
Andrei Karas
1
-1
/
+7
2017-04-09
Merge pull request #1598 from Smokexyz/IRO
Haru
1
-3
/
+3
2017-04-04
Implementation of Item Options System.
Smokexyz
1
-3
/
+3
2017-04-04
Add missing non shuffle packets for 2014 - 2015 years.
Andrei Karas
1
-1
/
+1
2017-03-21
Fix map server auth packet for clients >= 20160330.
Andrei Karas
1
-2
/
+6
2017-02-06
Fixes named items having their names changed when near other players/name's o...
KirieZ
1
-0
/
+9
2016-05-14
Replaced 'int' with 'int32' (guaranteed size) in all packed structs
Haru
1
-45
/
+45
2016-05-14
Replaced 'char' (except 'char[]') with 'int8' (guaranteed size) in all packed...
Haru
1
-11
/
+11
2016-05-14
Replaced 'short' with 'int16' (guaranteed size) in all packed structs
Haru
1
-202
/
+202
2016-05-14
Replaced 'unsigned int' with 'uint32' (guaranteed size) in all packed structs
Haru
1
-62
/
+62
2016-05-14
Replaced 'unsigned short' with 'uint16' (guaranteed size) in all packed structs
Haru
1
-39
/
+39
2016-05-14
Replaced 'unsigned char' with 'uint8' (guaranteed size) in all packed structs
Haru
1
-77
/
+77
2016-04-23
Refactored the chat message packet processing functions
Haru
1
-0
/
+13
2016-04-16
Rewrite client interface for login server (part 1)
hemagx
1
-1
/
+6
2016-03-19
Updated Entity Packets
Dastgir
1
-0
/
+3
2016-02-24
Edited npc->market_buylist() to use the new struct itemlist
Haru
1
-2
/
+1
2016-02-24
Added const qualifier to various variable/argument pointers
Haru
1
-0
/
+1
2016-01-12
Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)
Haru
1
-3
/
+3
2015-12-25
Implemented NoViewID
Dastgir
1
-1
/
+1
2015-12-25
Added New ViewEquip packet
Dastgir
1
-1
/
+3
2015-12-25
New Entity Packets Implemented (Thanks to Rytech)
Dastgir
1
-10
/
+45
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-2
/
+19
2015-12-02
Fixed compile errors on very old PACKETVERs
Haru
1
-2
/
+6
[next]