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
2006-03-27
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
Lance
1
-1
/
+0
2006-03-27
* Refixed the fix with a constant list for Win32 users - limits.h (imported f...
Lance
1
-0
/
+1
2006-03-27
- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...
skotlex
1
-7
/
+7
2006-03-25
- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...
skotlex
1
-0
/
+2
2006-03-24
- Fixed Warp Portal.
skotlex
1
-2
/
+5
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-94
/
+88
2006-03-21
Fix on not showing guildmembers logins/logouts messages.
LuzZza
1
-0
/
+44
2006-03-19
* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...
Lance
1
-43
/
+43
2006-03-17
* Final fix on Juperos NPC.
Lance
1
-0
/
+6
2006-03-16
* mob_chat_sub fix. Added buildin_pcblockmove.
Lance
1
-2
/
+6
2006-03-16
* BL_PC and BL_MOB control script commands (experimental).
Lance
1
-0
/
+1
2006-03-15
- Added mapflag nodrop, fixed mapflag notrade.
skotlex
1
-1
/
+4
2006-03-15
- Fixed a possible crash in Venom Splasher if the countdown is too high.
skotlex
1
-1
/
+1
2006-03-14
- Fixed incorrect range check in autospell2 triggers.
skotlex
1
-1
/
+1
2006-03-07
- Added a check that forces self skills to cast on yourself in skill_use_id
skotlex
1
-1
/
+5
2006-03-05
- Fixed a pair of missing map_freeblock_unlock
skotlex
1
-3
/
+3
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-35
/
+7
2006-03-03
- Fixed crash on the NPC whisper system when the message's size was 1.
skotlex
1
-2
/
+2
2006-03-03
- Fixed compilation error on windows
skotlex
1
-7
/
+3
2006-03-03
- Added event 8 for mobspawns that should spawn with special ai set.
skotlex
1
-1
/
+1
2006-03-02
- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
skotlex
1
-3
/
+20
2006-02-24
- Fixed the CL_WHITE define, thanks to FlavioJS
skotlex
1
-2
/
+3
2006-02-24
- Player-summoned mobs won't level up now.
skotlex
1
-0
/
+1
2006-02-23
- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...
skotlex
1
-2
/
+4
2006-02-23
- Modified the way autospells stack to mimic official servers. Cards of the s...
skotlex
1
-1
/
+1
2006-02-21
- Modified party_send_movemap and guild_send_info_short to send the mini-dots...
skotlex
1
-13
/
+47
2006-02-21
- Fix to prevent using main chat when it disabled in atcommand_athena.
LuzZza
1
-2
/
+2
2006-02-21
- Oh yeah, made Super Novice explosion spirits trigger when the last phrase i...
skotlex
1
-1
/
+0
2006-02-20
- SC_NOCHAT won't be cancelled on death.
skotlex
1
-38
/
+42
2006-02-20
- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...
skotlex
1
-71
/
+132
2006-02-19
- Fixed a compile warning this time ~.~
skotlex
1
-1
/
+1
2006-02-19
- Oops, fixed the compilation error.
skotlex
1
-1
/
+6
2006-02-19
- Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i...
skotlex
1
-1
/
+2
2006-02-16
- Fixed pets displaying "strangely" when they did not have their pet armor
skotlex
1
-3
/
+3
2006-02-13
- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.
skotlex
1
-1
/
+1
2006-02-11
- The status window now shows the addition of the damage of your both weapons...
skotlex
1
-4
/
+4
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
1
-6
/
+7
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-8
/
+9
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-3
/
+4
2006-02-05
* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...
Valaris
1
-0
/
+5
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-171
/
+171
2006-01-31
- Changed the exp tables format.
skotlex
1
-1
/
+1
2006-01-30
- Autoloot now uses the item's base drop chance rather than final drop rate t...
skotlex
1
-1
/
+1
2006-01-29
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...
Valaris
1
-0
/
+12146
2006-01-29
Clearing trunk.
Valaris
1
-11474
/
+0
2005-04-07
G++ is now the default on trunk [MouseJstr]
amber
1
-1
/
+1
2005-04-07
* Readded @disablenpc
celest
1
-11
/
+19
2005-04-06
* Fixed a crash in clif_send when checking packet version
celest
1
-0
/
+2
2005-03-31
More g++ fixes to make it cleaner [MouseJstr]
amber
1
-1
/
+1
2005-03-30
eAthena VC7 solution and support added for native builds [MouseJstr]
amber
1
-1
/
+1
[next]