index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-12
- Expanded the warp warning so that it also warns when a warps takes you to a...
skotlex
1
-9
/
+14
2006-04-12
- Simplified the mob-drops structure by using a single timer with a linked li...
skotlex
2
-75
/
+81
2006-04-12
- Added special_state changebase to identify when a character has a special-v...
skotlex
3
-4
/
+8
2006-04-12
- Removed the piece of code that "guesses" that job classes between 24 and 68...
skotlex
1
-2
/
+0
2006-04-12
- Fixed Landmine's level 1 duration.
skotlex
2
-32
/
+17
2006-04-11
- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...
skotlex
8
-128
/
+171
2006-04-11
- Added ers handling for skill_timerskill structures.
skotlex
4
-87
/
+87
2006-04-11
- You don't get critical'ed when in counter-attack stance anymore.
skotlex
1
-2
/
+3
2006-04-11
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...
skotlex
7
-89
/
+101
2006-04-11
- Modified battle_check_range to do a path-check on distances less than 2 (ra...
skotlex
1
-1
/
+1
2006-04-11
- Modified unit_walktoxy_sub to always move at least one cell when a large ch...
skotlex
1
-10
/
+5
2006-04-11
- Fixed various include lines in the map server (of the type <include "nullpo...
skotlex
5
-13
/
+14
2006-04-11
- Fixed Looted items always dropping in quantities of 1.
skotlex
2
-2
/
+3
2006-04-11
* Temperory replaced strtoll to strtoul until the function changes.
Lance
1
-2
/
+2
2006-04-11
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...
skotlex
7
-157
/
+129
2006-04-11
- Finished fixing the unit_data auto-case update. Still need to do some optim...
skotlex
1
-3
/
+13
2006-04-11
- Fixes to the unit_data update that lets characters auto-chase while attacking.
skotlex
5
-30
/
+22
2006-04-10
- Modified the unit_data structure to handle automatically switching between ...
skotlex
8
-237
/
+272
2006-04-10
- Updated the subnet support to not require specifying the subnet mask, it is...
skotlex
5
-30
/
+39
2006-04-09
- Added the missing last_thinktime initialization to pets.
skotlex
2
-1
/
+2
2006-04-09
- Changed use of strtol to strtoll as strtol's result is just a signed int, a...
skotlex
1
-2
/
+2
2006-04-09
- Modified @warp/@rura to prevent causing pc_setpos position error messages.
skotlex
2
-23
/
+17
2006-04-09
- Fixed @npcmove not sending the correct packets to make the moving refresh c...
skotlex
4
-7
/
+9
2006-04-09
- Small code cleanups. One should lower a bit function overhead when using mo...
skotlex
3
-4
/
+2
2006-04-09
* Fixed map_waterheight prefixing extra "data\"
Lance
1
-2
/
+6
2006-04-09
- Mob_ai update. The attacked checks will trigger even if the mob can't move....
skotlex
1
-10
/
+3
2006-04-09
- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...
skotlex
4
-9
/
+7
2006-04-08
- Fixed skill_nocast_db reading so that when the same skill is specified mult...
skotlex
1
-1
/
+1
2006-04-08
- Fixed @movenpc
skotlex
4
-19
/
+26
2006-04-08
- The IRC bot now reads a configuration file (irc.c) instead of it all being ...
Zido
3
-6
/
+64
2006-04-08
- Wedding Sprites fixed
Zido
1
-2
/
+2
2006-04-08
- Fixed irc.c, no more crashes
Zido
1
-23
/
+33
2006-04-08
- Added function status_change_init to initialize all the sc timers. Added sc...
skotlex
7
-18
/
+28
2006-04-08
- Likely fixed a mob not returning to their original class view on respawn af...
skotlex
2
-6
/
+5
2006-04-08
- Modified the equip_job field in the item_db to be a hexadecimal value for e...
skotlex
1
-11
/
+14
2006-04-07
- Moved the devotion damage reduction to the block that only executes if flag...
skotlex
6
-94
/
+90
2006-04-07
- IRC User access levels now refresh on a mode set and join/part
Zido
2
-1
/
+20
2006-04-07
- Fixed an already free'd pointer error in irc.c:144
skotlex
1
-4
/
+1
2006-04-07
- Added missing creation/destruction of the expcache_ers in guild.c
skotlex
4
-57
/
+69
2006-04-07
- Fixed pc_setpos ignoring the clrtype sent to it.
skotlex
3
-8
/
+11
2006-04-06
- Hopefully fixed the wedding item-trade restriction.
skotlex
1
-1
/
+1
2006-04-06
- Removed mapflag noreturn from pvp maps.
skotlex
1
-0
/
+1
2006-04-06
- Rewrote the guild exp cache code to prevent overflows and to use the ers sy...
skotlex
2
-41
/
+58
2006-04-06
Accidently left my IRC info in irc.c >.> we really need to make a .conf for it.
Zido
1
-4
/
+4
2006-04-06
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54...
Zido
2
-19
/
+162
2006-04-06
- Changed the default of skill_add_range to 0, said value now disables skill-...
skotlex
1
-2
/
+4
2006-04-06
- Corrected the Soul Drain formula, thanks to Haplo for pointing it out.
skotlex
1
-1
/
+1
2006-04-06
- Changed the random warping of mobs with no players from mob_spawn to unit_w...
skotlex
1
-1
/
+1
2006-04-06
- Modified @allstats to prevent negative/overflow issues.
skotlex
2
-7
/
+9
2006-04-06
- Small fix in the pet_ai
skotlex
1
-1
/
+4
[prev]
[next]