Age | Commit message (Expand) | Author | Files | Lines |
2008-09-02 | - Implementing a correct update of mercenary status window on status change u... | zephyrus | 1 | -2/+2 |
2008-09-01 | - More code for mercenaries and starting work on restrictions. | zephyrus | 1 | -12/+18 |
2008-08-25 | * Fixed: several compiler warnings [akrus] | akrus | 1 | -1/+1 |
2008-08-24 | - Fixed skill problems (who did this? Mercenary skills values are big than ho... | zephyrus | 1 | -6/+6 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+1 |
2008-08-21 | - Big update to Basilica, implementing official behavior. | zephyrus | 1 | -17/+43 |
2008-08-21 | - Fixed a bug. Warp portal cannot be casted on dead players. | zephyrus | 1 | -4/+5 |
2008-08-20 | - More cleanup of Barricades (final i think) | zephyrus | 1 | -1/+1 |
2008-08-20 | * Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick. | L0ne_W0lf | 1 | -1/+11 |
2008-08-20 | - Fixes on schg_cas02 and arug_cas01.txt | zephyrus | 1 | -17/+26 |
2008-08-17 | ** Please update your server ASAP. ** | zephyrus | 1 | -8/+10 |
2008-08-10 | Some skill corrections based on bugreport:1945 | ultramage | 1 | -2/+1 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 1 | -1/+1 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 1 | -1/+1 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 1 | -12/+21 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -14/+15 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -2/+2 |
2008-07-20 | * Simplified the search in pop_timer_heap and added more debug info to help d... | FlavioJS | 1 | -4/+17 |
2008-07-16 | Fixed TK_JUMPKICK, should not jump over objects and cliffs. | shadow | 1 | -1/+1 |
2008-07-12 | Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ... | shadow | 1 | -1/+1 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 1 | -1/+1 |
2008-07-07 | First attempt at implementing the official walk speed system | ultramage | 1 | -5/+4 |
2008-07-07 | Removed stop/slowdown effect from Grimtooth (bugreport:1806) | ultramage | 1 | -6/+0 |
2008-07-05 | Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z... | shadow | 1 | -19/+25 |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 1 | -7/+16 |
2008-07-03 | Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u... | shadow | 1 | -2/+4 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -7/+8 |
2008-06-24 | Cleaned up unconditional calls to status_change_end(). | ultramage | 1 | -11/+6 |
2008-06-22 | Changed a if statement around because gcc emocries over it. | sketchyphoenix | 1 | -2/+3 |
2008-06-21 | * Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k... | sketchyphoenix | 1 | -2/+2 |
2008-06-19 | * Fixed SC_CHANGEUNDEAD behavior: Blessing and Increase AGI deals 1 damage an... | sketchyphoenix | 1 | -2/+16 |
2008-06-19 | Added Sirius_White's fix for sense working on emperium. (bugreport: 1679) | sketchyphoenix | 1 | -0/+3 |
2008-06-15 | Fixed Icewall not restoring the original cell type (mistake in r11175). | ultramage | 1 | -0/+1 |
2008-06-13 | Fixed Evil Land working versus undead element instead of undead race. | shadow | 1 | -1/+1 |
2008-06-13 | Fixed Grandcross and darkgrandcross, should only cause blind against undead r... | shadow | 1 | -6/+3 |
2008-06-13 | Fixed some skills working on undead element when they were supposed to work o... | shadow | 1 | -9/+9 |
2008-06-12 | * Added support for skill names to script commands: | FlavioJS | 1 | -4/+19 |
2008-06-09 | Fixed 1734,Orc_Archer_Bow working with Iron Arrow instead of Steel Arrow. Tha... | shadow | 1 | -1/+1 |
2008-06-09 | Fixed Fire Pillar (and any future splash damage magical trap) not working on ... | shadow | 1 | -1/+2 |
2008-06-09 | Fixed reject sword having a infinite duration, bugreport:695 (both stable and... | shadow | 1 | -1/+1 |
2008-06-08 | Implemented the two-handed staff/rod type (thanks to Muad_Dib). | ultramage | 1 | -0/+1 |
2008-06-08 | Fixed SA_DISPELL removing SC_CRITICALWOUND. | shadow | 1 | -1/+1 |
2008-06-07 | Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis. | ultramage | 1 | -0/+1 |
2008-06-07 | Usage of map_flag_gvg2() in Emergency Recall code (minor followup to r12770). | ultramage | 1 | -1/+1 |
2008-06-07 | Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, bugrep... | shadow | 1 | -1/+1 |
2008-06-07 | Kaite should not work against high-level mobs - bug introduced in r11230 (bug... | ultramage | 1 | -18/+18 |
2008-06-07 | Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 | shadow | 1 | -0/+7 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -1/+1 |
2008-05-07 | - Moved the SD_PREAMBLE code to skill_area_sub | skotlex | 1 | -21/+14 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -12/+13 |