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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-01
Removed hardcoded equip position names from getequipname (bugreport:2156).
ultramage
4
-44
/
+67
2008-09-01
Removed leftover calls to custom sathena guild_canescape() (see r13161) (bugr...
ultramage
1
-6
/
+1
2008-09-01
Temporary workaround against the party/guild send_xy_timer dangling pointer c...
ultramage
2
-3
/
+5
2008-09-01
Updated refiner and related merchants.
L0ne_W0lf
2
-407
/
+618
2008-09-01
- Something i forget to commit mmo.h.
zephyrus
5
-6
/
+104
2008-09-01
- Moved char server's mercenary code to a different file (int_mercenary.*)
zephyrus
15
-170
/
+362
2008-08-31
- A proper mercenary lifetime calculation.
zephyrus
7
-21
/
+23
2008-08-31
Updated Monster Taming item cute pet armor quests.
L0ne_W0lf
2
-417
/
+581
2008-08-31
Updated several ancient headgear quests.
L0ne_W0lf
9
-1289
/
+1702
2008-08-31
- Protection for mercenary scrolls. (Don't consume it if you already have a m...
zephyrus
1
-0
/
+3
2008-08-31
- Cleanup on pc_isUseitem and added restriction for mercenary items.
zephyrus
1
-25
/
+78
2008-08-31
Added item effects for Mercenary potions.
L0ne_W0lf
2
-5
/
+7
2008-08-31
- Implemented script commands for mercenary items (mercenary_heal and mercena...
zephyrus
5
-2
/
+45
2008-08-31
* More mercenary updates.
zephyrus
8
-124
/
+197
2008-08-31
- Limitations to WoE SE Treasures (no steal, drop rates, no class change).
zephyrus
2
-10
/
+11
2008-08-31
Missed one of those blatant errors in the Keil Hyre Quest.
L0ne_W0lf
2
-3
/
+5
2008-08-31
Fixed blatant errors that I added to Keil Hyre Quest.
L0ne_W0lf
2
-9
/
+10
2008-08-29
Couple small corrections to the mob database. (bugreport:2109)
L0ne_W0lf
2
-2
/
+4
2008-08-29
* Just fixing some reported script bug.
L0ne_W0lf
5
-23
/
+35
2008-08-29
swtcompilationerror (followup to r13149)
ultramage
1
-2
/
+2
2008-08-29
- Small fix in Juice Maker quest, NPC kept saying text for just grape juice.
Kisuka
1
-2
/
+3
2008-08-28
Fixed a txt login server crash when reading a malformed accounts file.
ultramage
1
-0
/
+2
2008-08-28
Replaced the engrish ksprotection message with one provided by Itakou.
ultramage
1
-1
/
+1
2008-08-28
Fixed @cash/@points not handling negative values properly (bugreport:2132)
ultramage
3
-4
/
+6
2008-08-27
- Fix on Kiel Hyre Quest.
zephyrus
2
-3
/
+3
2008-08-27
* pc_isGM() checks in gm_cant_party config checks will now check against bein...
sketchyphoenix
2
-2
/
+3
2008-08-26
* Fixed @agjgmlvl bug preventing its use on other players. (bugreport:2124)
sketchyphoenix
2
-1
/
+3
2008-08-26
Added mercenary code (it should have been done this way in r13122).
ultramage
3
-1
/
+431
2008-08-26
Renamed files of 'mercenary' to 'homunculus'.
ultramage
2
-11
/
+8
2008-08-26
Reverted all mercenary changes to mapserver homunculus code
ultramage
4
-1515
/
+1084
2008-08-25
- Fixed crash on Pet hatch. Resorted the way a Pet is initialized. (Bug Repor...
zephyrus
1
-14
/
+14
2008-08-25
Corrected Spear and Swordman mercenary scrolls again.
L0ne_W0lf
2
-20
/
+21
2008-08-25
Corrected Spear and Swordman mercenary summoning scrolls.
L0ne_W0lf
2
-28
/
+31
2008-08-25
quick compilation fix to r13130
ultramage
1
-1
/
+1
2008-08-25
Last commit
shadow
2
-6
/
+8
2008-08-25
* Fixed: several compiler warnings [akrus]
akrus
3
-2
/
+3
2008-08-25
* Fixed: compiler warning in admin.c [akrus]
akrus
2
-2
/
+2
2008-08-24
- Mercenary Dismiss packet and some corrections.
zephyrus
4
-5
/
+6
2008-08-24
- Implemented Mercenary Scrolls (item_db)
zephyrus
9
-92
/
+211
2008-08-24
Fixed a compilation problem caused by r13123.
ultramage
1
-2
/
+1
2008-08-24
- Fixed skill problems (who did this? Mercenary skills values are big than ho...
zephyrus
2
-7
/
+7
2008-08-24
- Ops!! this is mine (homunculus hungry messages).
zephyrus
2
-8
/
+1
2008-08-24
- Moving all content of Homunculus code to a proper file Homunculus.c/h
zephyrus
26
-1234
/
+1363
2008-08-24
- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...
zephyrus
8
-98
/
+147
2008-08-23
- Fixed Taekwon job quest NPC facing the wrong way. (bugreport:2090)
Kisuka
2
-3
/
+6
2008-08-23
- Some stuff i forgot for char_sql. Bug Report 2112.
zephyrus
1
-4
/
+4
2008-08-23
- Completed Mercenary Create, Delete, Save. Tests OK.
zephyrus
16
-262
/
+419
2008-08-23
- Added column `mer_id` on char_db
zephyrus
8
-34
/
+105
2008-08-23
- Mercenary Packets (Server to Client). Still need a little more info.
zephyrus
12
-36
/
+375
2008-08-23
- Database structure for Mercenary.
zephyrus
2
-0
/
+29
[next]