index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-24
Fixed bugreport:5808 GN Cart Boost is now removed when user takes off his cart
shennetsind
1
-0
/
+3
2012-06-24
Fixed bugreport:6021 raised maximum aura_lv from 127 to MAX_LEVEL define
shennetsind
1
-1
/
+1
2012-06-24
Fixed bugreport:5295 Added a config so each server owner may decide whether t...
shennetsind
4
-3
/
+16
2012-06-24
Fixed bugreport:5951 changesex bug regarding it not changing bard/dancer clas...
shennetsind
1
-0
/
+3
2012-06-24
Fixed bugreport:5947 Genetic/Mechanics should be displayed properly in their ...
shennetsind
1
-2
/
+2
2012-06-24
Fixed bugreport:4895 external bleeding will no longer cancel status changes (...
shennetsind
1
-1
/
+1
2012-06-23
Fixed bugreport:6090 Mercenary Skills are no longer broken after a @reloadmobdb
shennetsind
1
-0
/
+1
2012-06-23
Fixed bugreport:5862 RENEWAL_EXP should now handle mvp exp properly, special ...
shennetsind
1
-1
/
+2
2012-06-23
Fixed bugreport:6095 Spider Web has been removed from the SCS condition syste...
shennetsind
2
-4
/
+2
2012-06-23
Hello and welcome to BUG TRACKER NIGHT!
shennetsind
2
-3
/
+3
2012-06-23
* Optimized "Erundek" NPC (battleground\bg_common.txt)
euphyy
3
-470
/
+82
2012-06-21
Follow up r16327 missing null pointer check on mercenary data.
greenboxal2
1
-1
/
+1
2012-06-21
Fixed bugreport:6044 mercenaries should warp after being far from the master ...
greenboxal2
2
-5
/
+36
2012-06-21
Added mercenary and elemental objects support for getmapxy.
greenboxal2
2
-1
/
+25
2012-06-20
* Optimized "Elemental Stone Trader" (merchants\elemental_trader.txt)
euphyy
5
-581
/
+154
2012-06-20
* Reverted a few garbled characters that may have been causing errors (quests...
euphyy
1
-2
/
+2
2012-06-20
* Optimized "Guild Battle NPC" (other\guildpvp.txt)
euphyy
8
-448
/
+158
2012-06-20
Follow up r16316 and bugreport:6047 - Fixed Enchant Deadly Poison damage on s...
ignizh
1
-20
/
+19
2012-06-19
Follow up r16316 and bugreport:6047 - Fixed Enchant Deadly Poison damage on s...
ignizh
1
-15
/
+19
2012-06-19
Fixed bugreport:6063 in the thana_quest ,because it was giving the wrong exp ...
rikimaru17
2
-1
/
+4
2012-06-19
* Fixed problems with third classes/new mounts in official "Renters" script, ...
euphyy
3
-13
/
+44
2012-06-18
Little optimization on MVP tombstone system, maybe fix insane CPU usage spike...
greenboxal2
3
-7
/
+12
2012-06-18
Follow up r16292 - Fixed Turn Undead renewal formula on failure (bugreport:6054)
xantara
1
-5
/
+5
2012-06-18
Fixed bugreport:6008 remove the weight factor with the damage done by LK_SPIR...
rud0lp20
5
-60
/
+61
2012-06-18
Fixed a wrong item ID bugreport:6049
flaid
1
-1
/
+1
2012-06-17
Fixed bugreport:6030 item bonus of item ID 18656 should now work
rikimaru17
1
-1
/
+1
2012-06-16
> Reorganization:
euphyy
10
-446
/
+228
2012-06-16
Fixed bugreport:6038 WM_REVERBERATION behavior should now work properly.
rud0lp20
4
-13
/
+30
2012-06-16
Followed r16309, fixed a typo.
ignizh
1
-1
/
+1
2012-06-16
Fixed a wrong SQL stat script.
flaid
1
-1
/
+1
2012-06-16
Fixed Enchant Deadly Poison effect hover skills that should have halved damag...
ignizh
1
-3
/
+14
2012-06-15
Fixed bugreport:6035, chars will now start with all stats 1 and 48 status poi...
shennetsind
2
-31
/
+46
2012-06-15
item_db stat optimization and fix bugreport:6001
flaid
3
-6
/
+6
2012-06-15
* Replaced "Universal Rental NPC" with a one-click automatic script that supp...
euphyy
2
-38
/
+40
2012-06-15
Fixed bugreport:5788 no 2 Releasing Spells should now update/reset sp reducti...
rud0lp20
4
-3
/
+9
2012-06-15
Follow up r16253 - Replaced NULL with 0 in mob_db.sql and mob_db_re.sql
kenpachi2k11
2
-2445
/
+2445
2012-06-15
Minor change on the login server loader
shennetsind
1
-0
/
+0
2012-06-15
Modified unknown packet ver message to provide more data as on what it believ...
shennetsind
1
-4
/
+5
2012-06-15
Fixed bugreport:6017 somewhat a typo that gcc didn't mind about.
shennetsind
1
-1
/
+1
2012-06-15
Fixed bugreport:5740 var reference was not being restored to call buildin_set...
greenboxal2
2
-3
/
+31
2012-06-14
Added attack column as string type on TXT2SQL item_db conversion tool for ren...
greenboxal2
1
-1
/
+1
2012-06-14
Follow up r16297 fixed bug with the cart not going visually-off after it was ...
shennetsind
2
-3
/
+4
2012-06-14
Added support for new carts (requires packetver 20120201 or newer). Super-Ult...
shennetsind
8
-34
/
+117
2012-06-14
Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills ...
rud0lp20
6
-21
/
+67
2012-06-14
* Further optimization of "El Dicastes" quests, which fixes bugreport:6011 (q...
euphyy
2
-541
/
+97
2012-06-14
Modified @displaystatus to support val1/2/3 as optional arguments (greatly ha...
shennetsind
1
-4
/
+4
2012-06-13
* Follow-up r16291: Standardized "Valentine's Day 2012" script (events\valent...
euphyy
2
-188
/
+163
2012-06-13
Applied renewal skill changes: (bugreport:5302)
xantara
6
-11
/
+39
2012-06-13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16291 5...
rikimaru17
4
-3
/
+186
2012-06-13
Follow up r16288 the extra F was unnecessary o-o also fixing the default valu...
shennetsind
1
-2
/
+2
[next]