Age | Commit message (Expand) | Author | Files | Lines |
2015-07-04 | * Quality of life change: display name of the NPC with an invalid view data. | Matheus Macabu | 1 | -1/+1 |
2015-07-04 | Fixed issue #556 | malufett | 1 | -2/+3 |
2015-06-19 | Cleaned up HPMDataCheck includes | Haru | 1 | -13/+25 |
2015-06-19 | Fixed some conditionally-declared packet structures causing plugin build fail... | Haru | 1 | -2/+10 |
2015-06-19 | Cleaned up some #includes | Haru | 18 | -100/+110 |
2015-06-19 | Removed ".." from include directives | Haru | 80 | -1107/+1108 |
2015-06-14 | Corrected an issue with Close Confine | Haru | 1 | -2/+2 |
2015-06-12 | Merge pull request #526 from zackdreaver/master | Dastgir | 1 | -0/+2 |
2015-06-12 | Updated Item Scripts | zackdreaver | 1 | -0/+2 |
2015-06-12 | RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All ... | Dastgir | 4 | -106/+438 |
2015-06-04 | Implemented strcmp Function. | Dastgir | 1 | -0/+9 |
2015-06-02 | Follow up to 712812b | Mysteries | 5 | -5/+5 |
2015-06-02 | Fixed a crash when a Wink Charm user logs out during the skill effect | Haru | 1 | -4/+9 |
2015-06-02 | Follow-up to 42e1df9 | Haru | 1 | -1/+1 |
2015-06-02 | Follow-up to 544a75b | Haru | 3 | -7/+10 |
2015-06-02 | Merge remote-tracking branch 'upstream/pr/530' into hercules | Haru | 2 | -25/+10 |
2015-06-02 | Re-implemented clif->colormes to accept arbitrary colors | Haru | 8 | -104/+80 |
2015-06-01 | Followup in malufett's commit a5a8605 | Lemongrass3110 | 1 | -1/+5 |
2015-06-01 | Follow up to Mishima's cleanup in ad958235cf | Lemongrass3110 | 1 | -24/+5 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 30 | -560/+635 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 7 | -99/+35 |
2015-05-31 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | malufett | 1 | -12/+25 |
2015-05-31 | Fixed Bug#8673 | malufett | 5 | -50/+61 |
2015-05-31 | Fixed some more skill level assertion failures | Haru | 1 | -12/+25 |
2015-05-31 | Follow up@027f124cbb96bb99d00bc31ad51345024edadf66 | malufett | 2 | -4/+6 |
2015-05-28 | Fixed Bug#8694 | malufett | 1 | -0/+4 |
2015-05-26 | Fix Vacuum Extrem resistance | Michieru | 3 | -5/+6 |
2015-05-26 | Another batch of corrected skill level check | malufett | 3 | -15/+29 |
2015-05-26 | Fixed Bug#8682 | malufett | 1 | -0/+1 |
2015-05-26 | Merge pull request #524 from csnv/fixes2 | malufett | 1 | -3/+10 |
2015-05-25 | Corrected homunculus defense growing too much on level up | Haru | 1 | -2/+3 |
2015-05-24 | Fixes ninja skill Final Strike sliding. Bug report 8618: http://hercules.ws/b... | csnv | 1 | -3/+10 |
2015-05-24 | Corrected a skill level check | Haru | 1 | -2/+5 |
2015-05-24 | Corrected distance check on homunculus skills | Haru | 1 | -9/+12 |
2015-05-23 | Fixed Bug#8672 | malufett | 1 | -9/+11 |
2015-05-21 | * Follow-up to 5be01dc | Michieru | 1 | -1/+1 |
2015-05-19 | Fixed some issues reported by coverity scan [3/3] | Haru | 8 | -135/+38 |
2015-05-19 | Fixed some issues reported by coverity scan [2/3] | Haru | 2 | -8/+23 |
2015-05-19 | Fixed some issues reported by coverity scan [1/3] | Haru | 3 | -6/+8 |
2015-05-18 | Removed duplicates of clif->msgtable | Haru | 6 | -91/+109 |
2015-05-17 | Follow-up to 5be01dc | Haru | 1 | -2/+2 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 8 | -30/+32 |
2015-05-17 | Added bonus4 variant of bAddEff to specify a duration | Haru | 3 | -16/+62 |
2015-05-16 | Added charid2rid script command | Haru | 1 | -0/+18 |
2015-05-16 | Fix log10() function actually using log10. Used natural log before. | Streusel | 1 | -1/+1 |
2015-05-15 | Renamed log to log10, as it is creating errors with items called Log. | Streusel | 1 | -21/+2 |
2015-05-15 | Added floor(), ceil() and log() functions for usage in scripts. | Streusel | 1 | -10/+40 |
2015-05-13 | Fix a typo in packets.h | Dastgir | 1 | -1/+1 |
2015-05-13 | Added Packets for 2015-05-13aRagexe, Thanks to Yommy | Dastgir | 1 | -13/+55 |
2015-05-13 | Follow-up to fb88a56 | Haru | 1 | -44/+47 |