Age | Commit message (Expand) | Author | Files | Lines |
2007-11-02 | Removed some long-unneccessary debug messages (from r1105). | ultramage | 1 | -2/+2 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -1/+1 |
2007-10-27 | * Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo... | ultramage | 1 | -1/+1 |
2007-10-19 | - Added bonusautoscript and bonusautoscript2. These are used to attach a scri... | skotlex | 1 | -0/+4 |
2007-10-18 | Fixed some gcc-specific stuff, silenced some more warnings | ultramage | 1 | -3/+3 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -16/+19 |
2007-10-04 | * Corrected Icewall skill to be closer to official behavior (part of bugrepor... | ultramage | 1 | -6/+2 |
2007-10-03 | * Cleaned up parts of skill.c related to skill units | ultramage | 1 | -2/+2 |
2007-09-21 | some unimportant path.c / unit.c cleaning | ultramage | 1 | -12/+7 |
2007-09-21 | * Corrected skill Charge Attack as described in bugreport:67 | ultramage | 1 | -2/+5 |
2007-09-17 | - Finally got some time to clean up and fix monster_ai&0x40 (chase through wa... | skotlex | 1 | -1/+10 |
2007-09-13 | - Corrected SG Miracle to trigger per attack, not per walked tile. Trigger ra... | skotlex | 1 | -6/+0 |
2007-09-07 | - Added support for the new party invite/reply packets from the latest client... | skotlex | 1 | -0/+3 |
2007-08-31 | * Documented/cleaned up chatroom code and packetry | ultramage | 1 | -1/+1 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -4/+5 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -3/+3 |
2007-08-04 | Some all-around code reformatting/cleaning | ultramage | 1 | -16/+12 |
2007-07-31 | Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to... | ultramage | 1 | -1/+1 |
2007-07-26 | * Cleaned up mob drop code, crashfix is still needed though... | ultramage | 1 | -2/+1 |
2007-07-06 | * Cleaned up some nasty code related to skill_blown | ultramage | 1 | -2/+3 |
2007-07-05 | * update from Skotlex | ultramage | 1 | -8/+18 |
2007-06-22 | * Changed behavior of some guild-related code (according to X.4 tests): | ultramage | 1 | -3/+3 |
2007-06-03 | - Fixed missing client update when 'return to savepoint' fails | ultramage | 1 | -3/+3 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -2/+3 |
2007-05-23 | Fixed a typo in Chase Walk code (caused by r10593) | ultramage | 1 | -1/+1 |
2007-05-20 | - Fixed one missed malloc->aMallocA typo, causing memory deallocation problems | ultramage | 1 | -2/+2 |
2007-05-20 | - Fixed Chase Walk having a deactivation cast time (should be instant) | ultramage | 1 | -11/+15 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -41/+40 |
2007-05-11 | Re-phrased the attacker flee/def penalty config descs | ultramage | 1 | -19/+16 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 1 | -22/+6 |
2007-04-17 | - The gain exp from resurrection config will now only work when the revived p... | skotlex | 1 | -0/+1 |
2007-04-11 | - Some cleaning of the castend_map code to prevent the menuskill variable fro... | skotlex | 1 | -1/+1 |
2007-03-27 | - Changed a bit the Moonlit code to prevent an infinite loop | skotlex | 1 | -2/+2 |
2007-03-20 | - Removed Magic Rod's cast bar. | skotlex | 1 | -1/+0 |
2007-03-11 | - Removed function clif_movepc as it's no longer invoked anywhere. | skotlex | 1 | -2/+2 |
2007-03-07 | - Corrected the pet/homunc data not being free'd if the player logs out befor... | skotlex | 1 | -15/+23 |
2007-02-23 | - Minor cleanups | skotlex | 1 | -0/+1 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -2/+2 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -7/+4 |
2007-02-09 | - Fixed skill usage being blocked if you use Weapon Refine and there is nothi... | skotlex | 1 | -4/+4 |
2007-02-09 | - Updated the 'unit walk' to functions so they stop your attack if it's possi... | skotlex | 1 | -4/+18 |
2007-02-08 | - Fixed a bunch of probably incorrect logical comparisons. | skotlex | 1 | -1/+1 |
2007-02-03 | - Fixed the flag parameter not working on npcshopattach | skotlex | 1 | -5/+25 |
2007-02-01 | - Corrected homunculus's aspd being halved after using some aspd adjusting sk... | skotlex | 1 | -6/+0 |
2007-01-16 | - Added function unit_escape to simplify the run-away code a bit in the mob ai. | skotlex | 1 | -0/+13 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -1/+1 |
2006-12-31 | * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 | FlavioJS | 1 | -7/+16 |
2006-12-29 | - Skill use is now cancelled when you use it while cloaking, and the uncloaki... | skotlex | 1 | -0/+6 |
2006-12-12 | - Modified the skill damage packet and the knockback packets to mimic aegis s... | skotlex | 1 | -1/+1 |
2006-12-06 | - Renamed the mob mode Cast-Sensor Melee to Cast-Sensor idle since these mobs... | skotlex | 1 | -5/+4 |