Age | Commit message (Expand) | Author | Files | Lines |
2007-11-21 | - Optimized a bit the map set cell imperative so it only fails when the targe... | skotlex | 1 | -1/+2 |
2007-11-21 | More clif.c cleaning | ultramage | 1 | -65/+66 |
2007-11-21 | Removed one duplicit sql operation when saving items (bugreport:459) | ultramage | 1 | -1/+1 |
2007-11-21 | random cleanup | ultramage | 2 | -19/+12 |
2007-11-21 | * Homunculi now reset their can-act delay on call/resurrect/mapchange (allows... | ultramage | 4 | -3/+8 |
2007-11-21 | Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ... | ultramage | 1 | -362/+285 |
2007-11-20 | - Implemented SL_SUPERNOVICE erasing the death record 1% of the casts. | skotlex | 4 | -18/+49 |
2007-11-19 | - removed 'skill_fail' message when a ground skill fails as that caues double... | skotlex | 4 | -9/+5 |
2007-11-19 | Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a... | ultramage | 3 | -144/+143 |
2007-11-19 | * Nullpo's disabled on release builds. | FlavioJS | 10 | -80/+709 |
2007-11-18 | Updated more map flags for Al De Baran's turbo Track. | L0ne_W0lf | 4 | -1/+26 |
2007-11-18 | - Implemented a small change that was long overdue: Displaying the char-selec... | skotlex | 3 | -22/+84 |
2007-11-18 | - setting npc cells will no longer work on non-walkable tiles (since you coul... | skotlex | 3 | -2/+4 |
2007-11-18 | * Replaced jA's way of allocating npc shop data with a simple dynamic array t... | ultramage | 5 | -119/+97 |
2007-11-18 | Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates | ultramage | 2 | -1/+2 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 21 | -383/+200 |
2007-11-17 | Made OnTouch zone dimensions be stored as radius instead of diameter. | ultramage | 4 | -58/+60 |
2007-11-17 | * Heat now only does 10 hits a second | Playtester | 2 | -3/+7 |
2007-11-17 | * Fixed turbo track NPCs that caused "NPC not removed" errors...Even though t... | L0ne_W0lf | 8 | -14/+24 |
2007-11-17 | * Fixed Guild Manager access to Guild Master only. | L0ne_W0lf | 2 | -2/+4 |
2007-11-17 | * Attempt at correcting a small move mistake I made in regards to the movemen... | L0ne_W0lf | 1 | -0/+2 |
2007-11-17 | * Deleted Odin temple field spawn file. Not sure why it stuck around after I ... | L0ne_W0lf | 2 | -66/+3 |
2007-11-17 | * Renamed mob dungeon spawn files to compliment the warp script update. File ... | L0ne_W0lf | 34 | -84/+166 |
2007-11-17 | * Rev. 11742 Renamed several dungeon warp scripts to match their map names, s... | L0ne_W0lf | 30 | -150/+200 |
2007-11-15 | Fixes bugreport:417 and bugreport:418 | L0ne_W0lf | 3 | -7/+6 |
2007-11-15 | removing forgotten debug message | ultramage | 1 | -1/+0 |
2007-11-15 | - Added 2 new status changes for Life and Regeneration Potions [Zephyrus] | zephyrus | 8 | -13/+61 |
2007-11-15 | Added error messages when trying to place objects on invalid map coordinates ... | ultramage | 2 | -4/+11 |
2007-11-15 | Really fixed bugreport:407 (eA doesn't do lazy boolean expression evaluation) | ultramage | 2 | -4/+9 |
2007-11-15 | Fixed Divine Protection working against players (bugreport:410) | ultramage | 2 | -1/+3 |
2007-11-14 | * Several fixes to various scripts. | L0ne_W0lf | 6 | -66/+51 |
2007-11-14 | Fixed some guild skill offset calculation mistakes -_- | ultramage | 2 | -3/+3 |
2007-11-14 | Fixed some homunculus skill offset calculation mistakes (bugreport:363) | ultramage | 8 | -14/+16 |
2007-11-13 | I didn't do it! ¬_¬ Okay maybe I did. | L0ne_W0lf | 1 | -1/+1 |
2007-11-13 | * Fixed warning in star gladiator job test. | L0ne_W0lf | 3 | -3/+7 |
2007-11-13 | Added error reporting for invalid rows in skill db files. | ultramage | 4 | -8/+16 |
2007-11-12 | Added error reporting to buildin_warp when it fails. | ultramage | 3 | -16/+20 |
2007-11-12 | * Deleted unused variables in some Job Quest (2-1 & 2-2). | samuray22 | 10 | -27/+22 |
2007-11-12 | * Corrected a minor error respect to the header in Star Gladiator Quest | samuray22 | 2 | -3/+5 |
2007-11-12 | -Updated Star Gladiator Quest to the Aegis Standards | samuray22 | 2 | -267/+1575 |
2007-11-12 | Fixed homunculus skills having unlimited range instead of being capped to vie... | ultramage | 4 | -3/+6 |
2007-11-12 | - Added SC_INCMDEFRATE, used in Mdef Potions. | zephyrus | 6 | -7/+14 |
2007-11-12 | - Important fix to Mail System allowing (by a low change) items duple. | zephyrus | 10 | -87/+76 |
2007-11-12 | Corrected some of the ep. 12 accessory bonuses. | L0ne_W0lf | 2 | -5/+7 |
2007-11-12 | * Fixed @addwarp crashing the map server (bugreport:390). | FlavioJS | 4 | -14/+62 |
2007-11-11 | * The Forget-me-not dance now behaves like Decrease AGI | ultramage | 2 | -6/+8 |
2007-11-11 | - hom_setting&0x2 now disables skill range checks for homunculus. For the lov... | skotlex | 3 | -2/+6 |
2007-11-11 | - Added missing include npc.h to map.c | skotlex | 3 | -2/+21 |
2007-11-11 | Applied Rayce's improvements to the npc script parser (see bugreport:387 for ... | ultramage | 2 | -11/+16 |
2007-11-11 | Fixed a missing include/export, and typos in the previous revision. | ultramage | 4 | -4/+6 |