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
2007-08-29
- oops, fixed bSkillHeal raising bSkillAtk instead
skotlex
1
-7
/
+7
2007-08-29
- Added bonus bSkillHeal to distinguish offensive skill damage increases from...
skotlex
6
-37
/
+62
2007-08-24
Fixed a rare crash concerning invalid homunculus data and one NULL-pointer.
ultramage
1
-3
/
+2
2007-08-24
- Fixed the hotkey list sending to the client not displaying right away.
skotlex
3
-4
/
+8
2007-08-22
- Fixed Dragon Fear's status change selection and duration.
skotlex
3
-15
/
+7
2007-08-21
Corrected item drop rate limits to allow full 0.01%-100% range (fixes mistake...
ultramage
1
-13
/
+13
2007-08-20
- Oops, forgot to add the Pulse Strike damage modifier.
skotlex
1
-1
/
+1
2007-08-20
- Fixed Earthquake not clearing out the target-count before counting targets.
skotlex
1
-4
/
+3
2007-08-20
More compilation warning fixes...
ultramage
2
-0
/
+2
2007-08-19
Fixed a gcc compilation error and some warnings.
ultramage
3
-1
/
+18
2007-08-19
Set proper limits to drop rates to prevent integer overflow.
ultramage
2
-15
/
+16
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
42
-242
/
+258
2007-08-19
Again removed the IG_ list from itemdb.h (see r10100 and r10113) due to popul...
ultramage
1
-42
/
+4
2007-08-19
* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...
ultramage
4
-363
/
+296
2007-08-19
- Cleaned up some the pet armor display code.
skotlex
5
-68
/
+33
2007-08-18
- Corrected a bit npc_remove_map, map_deliddb and strdb_remove calls belong t...
skotlex
2
-13
/
+16
2007-08-17
Changed the duel_time_interval setting's lower bound to 0 (to allow disabling...
ultramage
1
-1
/
+1
2007-08-17
* Implemented the official dual-wield aspd equation
ultramage
1
-8
/
+18
2007-08-16
Fixed eAthena's wrong interpretation of the respawn times
Playtester
1
-0
/
+4
2007-08-16
Added pc_isidle() to simplify a few idle-no-share checks.
ultramage
2
-7
/
+5
2007-08-16
Added icons for NPC_CRITICALWOUND and NPC_SLOWCAST
Playtester
1
-2
/
+2
2007-08-16
- fixed Ruwach (the last NPC skill update modified the way Sight/Sightblaster...
skotlex
1
-1
/
+1
2007-08-16
* Fixed npc chatrooms not being deleted on npc unload/reload (crash)
ultramage
7
-163
/
+159
2007-08-16
- Cleaned some more the hotkey code: The order by and limit specifications ar...
skotlex
1
-2
/
+11
2007-08-15
- 'make clean' now removes the svnversion.h file in src/common/ since otherwi...
skotlex
1
-1
/
+1
2007-08-15
- Merged and completed Latio's work on server-side hot-key saving (http://www...
skotlex
7
-6
/
+183
2007-08-15
* Added Critical Wounds to Anubis's skills
Playtester
1
-0
/
+15
2007-08-15
* Some serious code cleanups
ultramage
19
-1530
/
+919
2007-08-15
small mapindex.c typo fix
ultramage
1
-5
/
+5
2007-08-14
- Modified map_foreachinrange so that you can also specify the max length of ...
skotlex
9
-522
/
+803
2007-08-13
* Corrected skill-based hp/sp regen (SM_RECOVERY, MG_SRECOVERY, MO_SPIRITSREC...
ultramage
1
-7
/
+7
2007-08-12
* Replaced some mob_avail.txt entries with a simple example entry
ultramage
3
-35
/
+15
2007-08-10
- added proper comments to login packet 0x277
ultramage
3
-8
/
+8
2007-08-09
- stable -> trunk sync
ultramage
8
-625
/
+472
2007-08-09
The new functions now clear junk from the output buffer, this simplifies the ...
ultramage
8
-29
/
+32
2007-08-09
- Moved damage logging to mob_log_damage, now non-damage targetted (or splash...
skotlex
3
-74
/
+90
2007-08-08
- Changed the structure of the homunculus_db file so that the homunculus and ...
skotlex
6
-181
/
+247
2007-08-08
* Cleaned up junk left in the code by the mapcache/mapindex update
ultramage
14
-217
/
+189
2007-08-08
- Fixed some missing max levels for npc skills
skotlex
3
-10
/
+56
2007-08-07
Some minor typo fixing.
ultramage
7
-22
/
+20
2007-08-06
* Slightly deobfuscated the max-hp calculation functionality
ultramage
1
-36
/
+42
2007-08-06
* Added a null-pointer check to skill_initunit() to prevent a crash
ultramage
4
-21
/
+42
2007-08-05
Fixed a missing charserver include causing "warning: struct declared inside p...
ultramage
2
-3
/
+2
2007-08-04
Some all-around code reformatting/cleaning
ultramage
7
-344
/
+232
2007-08-04
* Removed weird mvp reward item drop behavior (see topic:160077)
ultramage
6
-22
/
+30
2007-07-31
Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...
ultramage
5
-73
/
+77
2007-07-30
* Corrected pet taming code; items are consumed immediately and only 1x
ultramage
2
-40
/
+13
2007-07-28
* Removed ridiculous refine_posword config switch
ultramage
4
-625
/
+227
2007-07-27
* Simplified exp gain equations (now more FPU-friendly and precise), also fix...
ultramage
2
-30
/
+8
2007-07-27
* Changed the way hit bonus is applied.
Vicious
1
-8
/
+9
[next]