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
2009-08-12
- Optimization to instance system.
zephyrus
1
-2
/
+3
2009-08-11
* Fixed autospell and autobonus will still trigger even if the chance is 0.
Inkfish
1
-0
/
+2
2009-08-02
* Questlog code cleanup.
Inkfish
1
-1
/
+22
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-48
/
+43
2009-07-11
* Some updates for range check. (bugreport:3339)
Inkfish
1
-1
/
+1
2009-07-02
- Re-added { } that were accidentally removed in last commit.
brianluau
1
-1
/
+2
2009-07-02
- Added mosk_que to the mapcache (follow up to r13903).
brianluau
1
-20
/
+19
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
1
-1
/
+105
2009-06-20
* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...
Inkfish
1
-42
/
+7
2009-06-19
* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...
Inkfish
1
-2
/
+2
2009-06-15
* Skill through items will not be blocked when 90% overweight. (bugreport:3246)
Inkfish
1
-5
/
+5
2009-06-11
Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer acces...
ultramage
1
-6
/
+13
2009-06-08
- Fixed Swordsman Medallion to be usable by Star Gladiators.
skotlex
1
-2
/
+4
2009-06-07
Fixing the 'name requests work at any distance' exploit (bugreport:3206).
ultramage
1
-0
/
+3
2009-06-03
* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...
Inkfish
1
-5
/
+11
2009-05-19
* Miracle should only be dispelled on map change.
Inkfish
1
-5
/
+4
2009-05-19
Added missing packet 0x2c9 and fixed 0x2da's length error
Inkfish
1
-3
/
+21
2009-05-15
Cleaning/fixing the previous commits a bit
ultramage
1
-1
/
+1
2009-05-15
- Fixed a bunch of invalid memory access bugs as reported by Valgrind.
skotlex
1
-4
/
+3
2009-05-13
PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat...
Inkfish
1
-3
/
+2
2009-05-12
- Rental items now can be stackable items too.
zephyrus
1
-2
/
+34
2009-05-07
* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...
Inkfish
1
-5
/
+4
2009-05-02
- Fixed some typos in the script command documentation. (bugreport:2547)
brianluau
1
-1
/
+1
2009-04-23
Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat...
ultramage
1
-5
/
+11
2009-04-23
Made some adjustments to the land skill code, based on official information:
ultramage
1
-1
/
+1
2009-04-20
Adjusted the exploit crashfix from r13678 to abort when invalid input is dete...
ultramage
1
-2
/
+2
2009-04-17
- Critical crash fix. Please update your servers.
zephyrus
1
-0
/
+3
2009-04-14
* Cooking success chance is now affected by DEX and LUK
Playtester
1
-1
/
+1
2009-04-03
Quick-fixed a bug that let anyone kick any online character from the mapserve...
ultramage
1
-11
/
+2
2009-03-30
Defined new server-side PACKETVER 20081126 to add support for the modified pe...
ultramage
1
-0
/
+7
2009-03-30
Added packet 0x43f's length to the packet len table and adjusted related code...
ultramage
1
-7
/
+6
2009-03-30
Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500).
ultramage
1
-52
/
+92
2009-03-29
- Implementing official battleground "emblem" crossed swords icon.
zephyrus
1
-213
/
+51
2009-03-29
Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu.
ultramage
1
-7
/
+10
2009-03-25
Added correct packets for the food item creation window.
ultramage
1
-1
/
+60
2009-03-24
Ghetto-fixed the status timer packet for now.
Sara
1
-1
/
+3
2009-03-24
Some more fixes to my buggy commit -.-;
Sara
1
-1
/
+4
2009-03-24
:)
akrus
1
-3
/
+2
2009-03-24
Some fixes to my previous commit.
Sara
1
-2
/
+2
2009-03-24
Quick fix for Sara's commit
akrus
1
-2
/
+2
2009-03-24
* Added support for new status change packet, uses new setting display_status...
Sara
1
-4
/
+20
2009-03-17
- Implemented official battlechat packets (thanks to Pakpil).
zephyrus
1
-24
/
+92
2009-03-10
* Results of client behavior investigation when mes/next/close/menu/input is ...
FlavioJS
1
-18
/
+63
2009-03-08
Added several mail id checks to prevent a map server crash (bugreport:2837).
ultramage
1
-3
/
+16
2009-03-04
Small edits to battleground code (bugreport:2816)
ultramage
1
-6
/
+8
2009-03-02
Just some generic cleanups.
ultramage
1
-4
/
+4
2009-02-26
- Fixed item Nemesis.
zephyrus
1
-133
/
+421
2009-02-23
* Consolidated is_atcommand() and is_atcommand_sub()
sketchyphoenix
1
-5
/
+5
2009-01-23
Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...
ultramage
1
-1
/
+1
2009-01-22
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...
FlavioJS
1
-7
/
+3
[next]