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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-10
- Modified map_searchrandfreecell to always do a check on a 9x9 area around t...
skotlex
3
-55
/
+25
2006-02-10
- NPC_POWERUP gives now +20% attack per skill level.
skotlex
1
-2
/
+2
2006-02-10
- Fixed setting setting SP_BASELEVEL
skotlex
1
-16
/
+9
2006-02-10
- Added range checking to mob skill loading of permillage and delay.
skotlex
2
-6
/
+12
2006-02-10
* Removed the conf sql code for now. Maybe will continue later with that pr...
Valaris
5
-473
/
+7
2006-02-09
- Added function mob_respawn which makes a mob respawn on spot 3 seconds afte...
skotlex
3
-16
/
+45
2006-02-09
- Added setting max_exp_gain_rate which caps how much exp you can get from a ...
skotlex
3
-3
/
+23
2006-02-09
- pc_readdb will now cap experience required per level to UINT_MAX, it will w...
skotlex
1
-1
/
+13
2006-02-09
- Changed the default of skill_delay_attack_enable to no.
skotlex
1
-1
/
+2
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
10
-104
/
+122
2006-02-09
SQL compile fix (Skotlex, check line 470 in charsave.c, I've added here rate ...
Komurka
1
-1
/
+1
2006-02-08
- Added battle config options:
skotlex
5
-27
/
+51
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
11
-950
/
+891
2006-02-08
- Modified exp2.txt to use the default official levels instead of 1000
skotlex
1
-1
/
+1
2006-02-08
- Modified battle_check_range to use check_range_bl rather than range_bl for ...
skotlex
1
-6
/
+3
2006-02-08
- Removed the max level configs from battle/exp.txt
skotlex
2
-6
/
+9
2006-02-08
- Fixed Char-SQL server setting up the save/last point to the novice grounds ...
skotlex
2
-3
/
+4
2006-02-08
- Fixed SG_STAR_ANGER not getting it's damage bonus at all.
skotlex
1
-1
/
+1
2006-02-07
- Increased char buffer for reading the exp table to up to 24000 chars per line.
skotlex
1
-1
/
+1
2006-02-07
- Fixed startnpctimer starting multiple timers if the npc timer was already s...
skotlex
1
-0
/
+7
2006-02-07
- Fixed sql compile.
skotlex
3
-13
/
+9
2006-02-06
- Fixed sql compile.
skotlex
1
-1
/
+1
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
18
-101
/
+197
2006-02-05
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5202 54...
Valaris
2
-0
/
+302
2006-02-05
* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...
Valaris
6
-17
/
+43
2006-02-05
- Small fix in pet_attack that would make pets not unlock their target in som...
skotlex
2
-4
/
+4
2006-02-04
Skotlex's Falcon Assault fix
Vicious
1
-1
/
+1
2006-02-03
- Fixed a wrong check being done for AM_TWILIGHT3
skotlex
1
-1
/
+1
2006-02-03
- Fixed the reported map when there is an error in report_src (script.c)
skotlex
2
-10
/
+16
2006-02-03
- Grand Cross/Grand Darkness can no longer get the ignore defense -armor pier...
skotlex
3
-36
/
+50
2006-02-03
- Meh, the status change start switch was supposed to be minimized, not altog...
skotlex
2
-0
/
+4
2006-02-03
Fixed txt-converter compilation errors (ASCII again + added missing ers.o to ...
Komurka
2
-8
/
+8
2006-02-03
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5169 54...
Valaris
1
-0
/
+18
2006-02-03
* Crash fix in npc.c npc_timerevent.
Valaris
1
-1
/
+1
2006-02-02
- Improved the NPC timer system to enable to have multiple timers going on at...
skotlex
7
-44
/
+179
2006-02-02
- Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it ...
skotlex
5
-13
/
+26
2006-02-02
- Fixed the map server complain on the default user/password
skotlex
3
-10
/
+12
2006-02-02
* Fixed compile errors and warning in chrif.c and charsave.c. [Valaris]
Valaris
2
-4
/
+4
2006-02-02
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5159 54...
Valaris
1
-1
/
+1
2006-02-01
- Map and char server now will complain if they are run using the default use...
skotlex
3
-0
/
+30
2006-02-01
- Trick Dead makes you stop walking now.
skotlex
4
-17
/
+18
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
17
-2077
/
+1943
2006-02-01
Fixed plugin compile error
celest
1
-1
/
+1
2006-02-01
* Fixed an overflow in grfio
celest
2
-223
/
+83
2006-01-31
- Fixed skill_check_cloak to use the current skill level of the cloaking skil...
skotlex
3
-11
/
+8
2006-01-31
- PF_SOULBURN no longer ignores mdef.
skotlex
3
-63
/
+67
2006-01-31
- Cleaned up Summon Slave mob skill to only summon number of missing mobs to ...
skotlex
2
-13
/
+12
2006-01-31
- Fixed being able to Encore skills you no longer have in your tree.
skotlex
5
-6
/
+16
2006-01-31
- Changed the exp tables format.
skotlex
8
-172
/
+127
2006-01-30
- Some compile warning fixes.
skotlex
3
-5
/
+5
[next]