Age | Commit message (Expand) | Author | Files | Lines |
2008-03-14 | Fixed one condition incorrectly modified in r12358, which caused dynamically ... | ultramage | 1 | -5/+7 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -6/+11 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -1/+1 |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -3/+2 |
2008-03-09 | Cleaned up and corrected some more land skill code: | ultramage | 1 | -2/+2 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -2/+2 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -55/+51 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -0/+2 |
2008-01-22 | - Removed hom_setting&02 (ignore skill range) as this was fixed by Gravity so... | skotlex | 1 | -2/+2 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 1 | -27/+18 |
2008-01-08 | - Made the pc reg variables receive a const char* as the argument, since they... | skotlex | 1 | -1/+1 |
2008-01-03 | Moved extra junk from map_addblock/map_delblock to where it logically belongs... | ultramage | 1 | -10/+31 |
2008-01-03 | Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de... | ultramage | 1 | -4/+2 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -28/+17 |
2007-12-10 | - Cleared up npc shop id when warping a player. | skotlex | 1 | -0/+1 |
2007-12-08 | - Changed the chaotic delay from block to delay since it just a sec | skotlex | 1 | -1/+1 |
2007-12-07 | - Fixed ensembles skills. | skotlex | 1 | -4/+2 |
2007-11-28 | - Corrected skill_check_condition to not delete items right away for certain ... | skotlex | 1 | -3/+2 |
2007-11-24 | Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483) | ultramage | 1 | -4/+7 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -75/+73 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -0/+1 |
2007-11-19 | - removed 'skill_fail' message when a ground skill fails as that caues double... | skotlex | 1 | -1/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -10/+5 |
2007-11-10 | Fixed a bug in r11384 letting you bypass requirements for some skills (see bu... | ultramage | 1 | -2/+1 |
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 |