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
2007-02-08
- Spider web can again be recasted on target.
skotlex
1
-5
/
+6
2007-02-08
Added a missing null pointer check in clif_parse_globalmessage
ultramage
1
-4
/
+5
2007-02-08
- Fixed a bunch of probably incorrect logical comparisons.
skotlex
1
-1
/
+1
2007-02-07
- Removed deprecated console code.
FlavioJS
1
-1
/
+1
2007-02-07
- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ...
FlavioJS
1
-3
/
+0
2007-02-06
- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...
skotlex
1
-79
/
+84
2007-02-06
- Cleaned up homunc attack request parsing. Homunculus no longer goes into au...
skotlex
1
-8
/
+1
2007-02-05
- Updated the code so that now a range of a skill is determined by the skill'...
skotlex
1
-5
/
+5
2007-02-05
- Fixed a duplicate warp name in Rachel
skotlex
1
-2
/
+2
2007-02-03
- Fixed the flag parameter not working on npcshopattach
skotlex
1
-37
/
+4
2007-02-02
Fine-tuned the global message processing function
ultramage
1
-17
/
+34
2007-02-02
- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...
skotlex
1
-84
/
+129
2007-02-02
* Restricted global messages to 255 characters (client shows only ~80 anyway,...
ultramage
1
-23
/
+35
2007-02-01
A followup to r9761, a header include that somehow didn't commit
ultramage
1
-0
/
+2
2007-02-01
- When when a party-member levels up, the level change is sent to the char-se...
skotlex
1
-1
/
+5
2007-01-31
Wiped out the old night code
ultramage
1
-28
/
+0
2007-01-29
Added a nasty hack to prevent multilanguage clients from breaking guild notices
ultramage
1
-0
/
+12
2007-01-27
- I'm back, and I begin with an implementation of a good old Aegis bug : Assa...
DracoRPG
1
-65
/
+81
2007-01-27
- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...
skotlex
1
-14
/
+5
2007-01-24
- Made the pc_deleteinvincibletimer function a define so it auto-checks for t...
skotlex
1
-13
/
+6
2007-01-23
- Changed the night status from 149 to 160, which seems to work so much bette...
skotlex
1
-2
/
+15
2007-01-23
- Added view_data support to mercenary.*, so that the Homunculus entries are ...
skotlex
1
-1
/
+3
2007-01-23
- Moved the homunculus setting from pet.conf to homunc.conf
skotlex
1
-2
/
+2
2007-01-22
- Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n...
skotlex
1
-1
/
+1
2007-01-21
Typo hunt
ultramage
1
-6
/
+6
2007-01-19
- Reverted the dup-label check code since it has a bug that needs to be fixed...
skotlex
1
-22
/
+5
2007-01-16
- Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt...
skotlex
1
-53
/
+0
2007-01-15
- The NPC elemental attacks will display a skill animation again.
skotlex
1
-14
/
+6
2007-01-15
- Fixed Joint Beat's speed penalty.
skotlex
1
-2
/
+2
2007-01-12
- Fixed autotrading characters not being able to reconnect. Seams like I misu...
FlavioJS
1
-1
/
+2
2007-01-09
- Changes to script buildin functions:
FlavioJS
1
-1
/
+1
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-41
/
+41
2007-01-07
- re-added the duplicit nj/gs name messages in msg_athena
ultramage
1
-1
/
+1
2007-01-03
- Moved refusal of a known packet versions to clif_parse_WantToConnection and...
FlavioJS
1
-83
/
+60
2007-01-02
- Gospel sends the buff message to the affected player.
FlavioJS
1
-10
/
+1
2006-12-31
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
FlavioJS
1
-3
/
+3
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
[next]