index
:
ml/hercules
tmw2
Hercules
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
2006-12-26
- Cleaned up some more the code so it works for -DTURBO
skotlex
1
-31
/
+25
2006-12-25
- Applied part 1 of TheUltraMage's socket cleanup.
FlavioJS
1
-1
/
+1
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-2
/
+1
2006-12-19
- Cleanups or minor changes.
FlavioJS
1
-2
/
+3
2006-12-18
- Updated POS2 macros. The 6th byte is subx0 and suby0
FlavioJS
1
-18
/
+30
2006-12-18
- Added hom_setting to specify which homunculus 'quirks' are in effect. The d...
skotlex
1
-2
/
+5
2006-12-18
- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...
skotlex
1
-0
/
+4
2006-12-16
- Moved packet_len_table values to packet_db[SERVER].
FlavioJS
1
-550
/
+579
2006-12-16
- Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids gr...
FlavioJS
1
-4
/
+26
2006-12-14
- Added function skill_strip to handle stripping code. The RG strip skills an...
skotlex
1
-9
/
+0
2006-12-13
- Modified flush_fifo so you can decide whether to block the current thread o...
skotlex
1
-1
/
+1
2006-12-12
- Fixed a bug in the new knockback additional packet.
skotlex
1
-6
/
+10
2006-12-12
- Modifed a bit the clif_change_look function, it should fix crashes with the...
skotlex
1
-2
/
+10
2006-12-12
- Fixed skills displaying a 32k damage when used while disguised.
skotlex
1
-2
/
+2
2006-12-12
- Added guild master check before asking to make/delete an alliance/opposition
skotlex
1
-1
/
+17
2006-12-12
- Minor changes to ers.
FlavioJS
1
-1
/
+1
2006-12-12
- Modified the skill damage packet and the knockback packets to mimic aegis s...
skotlex
1
-7
/
+19
2006-12-12
- Removed CART_MASK as OPTION_CART can take care of that.
skotlex
1
-5
/
+3
2006-12-11
- Added various guild packet related missing checks
skotlex
1
-1
/
+16
2006-12-10
err, ups... -.-'
FlavioJS
1
-1
/
+1
2006-12-10
- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse...
FlavioJS
1
-31
/
+80
2006-12-09
- Reversed revision #9415 (messages with server_tick field being sent as soon...
FlavioJS
1
-29
/
+24
2006-12-08
- Now you can request a trade regardless of the state of the target trader.
skotlex
1
-7
/
+3
2006-12-06
- Fixed the compile error when trying to build the ladmin exe.
skotlex
1
-1
/
+1
2006-12-06
- Messages with server_tick field are sent as soon as possible now.
FlavioJS
1
-25
/
+32
2006-12-05
- Found the position of emblem_id in packet 1b6, commented out the old fix wh...
FlavioJS
1
-2
/
+4
2006-12-05
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...
FlavioJS
1
-33
/
+28
2006-12-04
- Changed clif_blown to use fixpos again as per aegis packets.
skotlex
1
-2
/
+3
2006-12-04
- Repairing items via scripts no longer displays "item has been repaired"
skotlex
1
-11
/
+2
2006-12-04
- Fixed the txt->sql converter not escaping character names before saving them.
skotlex
1
-26
/
+8
2006-12-02
- Replaced @send with the version I use for testing packets.
FlavioJS
1
-12342
/
+12301
2006-12-01
- Fixed txt-converter compilation.
skotlex
1
-4
/
+13
2006-11-29
- Added a missing map_quit in clif_parse which was the real reason for the cr...
skotlex
1
-1
/
+2
2006-11-29
- Added overflow protection to @main whisper parsing.
skotlex
1
-5
/
+5
2006-11-29
- Now gvg_dungeon mapflag will activate the other mapflags which are required...
skotlex
1
-5
/
+3
2006-11-28
- Fixed a possible crash due to the recent core.c upgrade.
skotlex
1
-0
/
+10
2006-11-27
- Updated the status change field "option" to an int rather than short. This ...
skotlex
1
-5
/
+7
2006-11-27
- Fixed the Homunculus hungry timer not starting on login.
skotlex
1
-0
/
+2
2006-11-27
- Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef wh...
skotlex
1
-1
/
+1
2006-11-27
Added logging for standard GM commands (/mm /b /kick etc)
KarLaeda
1
-6
/
+48
2006-11-27
- Corrected KiriKage's range so it works correctly when used by non-players o...
skotlex
1
-1
/
+1
2006-11-24
- Heaven's drive no longer targets traps.
skotlex
1
-1
/
+1
2006-11-24
- Some cleaning of the pc_authok, clif_WantToConnection functions. Also some ...
skotlex
1
-94
/
+88
2006-11-24
- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...
skotlex
1
-7
/
+15
2006-11-24
- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...
skotlex
1
-16
/
+4
2006-11-24
- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...
skotlex
1
-115
/
+97
2006-11-23
- Made WFIFOHEAD() check for available buffer size remaining on the connectio...
skotlex
1
-11
/
+15
2006-11-22
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...
skotlex
1
-1
/
+1
2006-11-22
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...
skotlex
1
-1
/
+42
2006-11-21
- Moved ignoreAll to state.ignoreAll so it saves some space.
skotlex
1
-200
/
+215
[next]