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
2008-01-10
- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...
skotlex
1
-1
/
+1
2008-01-09
- corrected duration of sphere mines to be 30 secs regardless of skill level
skotlex
1
-4
/
+3
2008-01-08
Added missing code to log main chat messages sent by whispering to main_chat_...
ultramage
1
-0
/
+5
2008-01-06
Corrected a TXT compilation problem caused by r12023 (mail system code is not...
ultramage
1
-4
/
+9
2008-01-06
- Fixed a visual itemdupple bug on mail system.
zephyrus
1
-0
/
+5
2008-01-06
Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...
ultramage
1
-15
/
+15
2008-01-04
Fixed a typo in r12008 causing server crashes when sending the fake npc packet.
ultramage
1
-2
/
+4
2008-01-04
- Fixed clif_sendfakenpc not being updated for PACKETVER 9
skotlex
1
-7
/
+13
2008-01-03
Moved extra junk from map_addblock/map_delblock to where it logically belongs...
ultramage
1
-0
/
+10
2007-12-31
* Added code to reject double logins in clif_parse_WantToConnection and added...
FlavioJS
1
-1
/
+11
2007-12-28
* Reverted a bad modification in clif_produceeffect from r11290.
FlavioJS
1
-2
/
+5
2007-12-27
* Tweeked the declaration and initialization defines for vectors.
FlavioJS
1
-1
/
+2
2007-12-23
- Fixed warning about unused variable
skotlex
1
-3
/
+0
2007-12-22
Fixed server not always sending the correct level values to the client.
ultramage
1
-4
/
+5
2007-12-18
- removed redundant clif_hominfo line in merc_hom_dead (it was sent already f...
skotlex
1
-3
/
+0
2007-12-17
* Added flag.server to indicate interserver sockets
ultramage
1
-1
/
+1
2007-12-16
Some more guild code reformatting (moved do_init_guild() to the end of guild....
ultramage
1
-1
/
+1
2007-12-12
* Some preparations for the guild script update
ultramage
1
-13
/
+19
2007-12-10
- Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ...
skotlex
1
-36
/
+12
2007-12-10
- Reverted last change, I was wrong in my assumption o_O;
skotlex
1
-5
/
+3
2007-12-10
- Fixed the disguise packet sent in clif_move
skotlex
1
-2
/
+4
2007-12-09
small fix to the server's packet parsing code to display server IPs correctly.
ultramage
1
-2
/
+1
2007-12-08
- Fixed a 'variable may be used uninitialized' error.
skotlex
1
-2
/
+2
2007-12-07
- Insignificant cleanups.
skotlex
1
-1
/
+4
2007-12-06
- Cleaned up the messy code used to generate the idle/walk packets (or at lea...
skotlex
1
-176
/
+123
2007-12-06
- Likely fixed clif_set_disguise for PACKET_VER 9
skotlex
1
-19
/
+26
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-4
/
+1
2007-12-05
- Made the struct weapon_atk lhw in status_data a static member rather than a...
skotlex
1
-4
/
+4
2007-12-03
- Added a fix to prevent missing a mail attachment is map servers disconnect ...
zephyrus
1
-1
/
+2
2007-12-03
- Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai...
skotlex
1
-17
/
+18
2007-12-02
Fixed some minor inconsistencies in homunculus packets, in an attempt to make...
ultramage
1
-2
/
+2
2007-12-02
Fixed charserver unable to reestablish link to login server after a disconnec...
ultramage
1
-12
/
+11
2007-12-01
Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1...
ultramage
1
-1
/
+1
2007-11-30
* Random cleanup/documentation.
FlavioJS
1
-22
/
+56
2007-11-29
- Allowed disguising while riding a peco-peco (this does not seem to cause pr...
skotlex
1
-3
/
+2
2007-11-29
- Integrated the SG related info of hate_mob and feel_map into a single struc...
skotlex
1
-2
/
+1
2007-11-28
- Cleaned up some disguise related code, it fixes the disguise sprite not hav...
skotlex
1
-35
/
+35
2007-11-28
Applied clif_setlevel() to the new trade window packets to make it display pr...
ultramage
1
-2
/
+2
2007-11-28
* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...
ultramage
1
-15
/
+40
2007-11-26
Fixed guild expulsion not working correctly.
ultramage
1
-1
/
+1
2007-11-24
Added support for latest official client/server packet changes.
ultramage
1
-1
/
+31
2007-11-24
Make the walk/stand/spawn packet generation incremental - deriving new versio...
ultramage
1
-304
/
+150
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
1
-35
/
+34
2007-11-22
* Modified mapserver login procedure to make clients from may 2007 and newer ...
ultramage
1
-4
/
+13
2007-11-21
- Moved subtype from struct block_list to struct npc_data.
skotlex
1
-2
/
+1
2007-11-21
More clif.c cleaning
ultramage
1
-65
/
+66
2007-11-21
random cleanup
ultramage
1
-16
/
+12
2007-11-21
Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ...
ultramage
1
-362
/
+285
2007-11-18
* Replaced jA's way of allocating npc shop data with a simple dynamic array t...
ultramage
1
-16
/
+13
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-14
/
+7
[next]