Age | Commit message (Expand) | Author | Files | Lines |
2009-02-27 | - Updated const.txt using battleground stuff. | zephyrus | 4 | -61/+159 |
2009-02-26 | - Updating visual basic project files. | zephyrus | 6 | -0/+44 |
2009-02-26 | - Second Part of BattleGround Implementation. | zephyrus | 6 | -0/+478 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 21 | -215/+1044 |
2009-02-25 | * Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes... | FlavioJS | 2 | -1/+3 |
2009-02-25 | - Bugreport #2800 ( Atcommands usables without restriction :S ) | zephyrus | 2 | -5/+2 |
2009-02-24 | Replaced giving dummy sd gm levels in script commands atcommand and charcomma... | sketchyphoenix | 2 | -3/+2 |
2009-02-23 | * Consolidated is_atcommand() and is_atcommand_sub() | sketchyphoenix | 6 | -113/+107 |
2009-02-23 | * Made mob_timer_delete check the deletetimer in the mob. | FlavioJS | 4 | -7/+28 |
2009-02-23 | * Made mob_delayspawn check the spawn_timer in the mob. | FlavioJS | 2 | -4/+27 |
2009-02-21 | Corrected revision number for the previous upgrade script. | ultramage | 2 | -2/+2 |
2009-02-20 | Increased variable size for status/skill points to remove the 65k cap (bugrep... | ultramage | 8 | -67/+31 |
2009-02-20 | * Modified WFIFOSET to trigger a fatal error when trying to send a packet tha... | FlavioJS | 2 | -3/+13 |
2009-02-19 | * Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ... | FlavioJS | 4 | -24/+21 |
2009-02-18 | - Small fix to zeny check in airships.txt (bugreport:2763) | Kisuka | 6 | -191/+152 |
2009-02-16 | Fixed card remover commands not preserving item rental time. | ultramage | 1 | -2/+2 |
2009-02-13 | fixed 2nd bug in the event | Lupus | 1 | -2/+3 |
2009-02-13 | fixed st.Val exploit | Lupus | 1 | -2/+3 |
2009-02-12 | - Added iRO Valentine's Day 2009 Event. | Kisuka | 4 | -2/+799 |
2009-02-12 | Applied patch to getitem2/delitem2 to handle charid embedding correctly (bugr... | ultramage | 4 | -26/+47 |
2009-02-07 | - Relocated 'Maseph' npc to moc_fild07. (bugreport:2749) | Kisuka | 7 | -52/+54 |
2009-02-06 | * Follow up to r13485. (bugreport:2741) | FlavioJS | 3 | -9/+13 |
2009-02-06 | Yet another fix to r13503 - dangling player chatroom pointer in id_db (bugrep... | ultramage | 1 | -0/+1 |
2009-02-03 | Fixed NPC_ALLHEAL being obtainable by players/gms, which also causes client c... | ultramage | 1 | -1/+1 |
2009-02-02 | Fixing r13503... | ultramage | 3 | -4/+12 |
2009-01-31 | Added skillunit_db for efficient execution of skill_unit_timer() (followup to... | ultramage | 1 | -11/+11 |
2009-01-31 | objects[] array removal (bugreport:2559) | ultramage | 4 | -133/+48 |
2009-01-30 | Fixed "junk symbols". (bugreport:2723) | Kisuka | 6 | -22/+22 |
2009-01-29 | Fixed mob_spawn_dataset() not initializing the spawn_timer variable (followup... | ultramage | 1 | -0/+1 |
2009-01-29 | - Fixed a little spawn_timer bug. Discovered with a previous fix from ultrama... | zephyrus | 1 | -10/+8 |
2009-01-26 | - Fixed typo on Sprint Set item (bugreport:2679) | Kisuka | 3 | -11/+25 |
2009-01-26 | Changed guild_skill_relog_delay to yes. Relogging no longer resets delay on g... | L0ne_W0lf | 2 | -2/+4 |
2009-01-25 | - Implemented monster skill "Full Heal" NPC_ALLHEAL. | zephyrus | 3 | -4/+18 |
2009-01-25 | - Ops... missing var from my source. Sorry. | zephyrus | 1 | -1/+1 |
2009-01-25 | - Implemented new Pet Bonus System. Enjoy!! :D | zephyrus | 9 | -116/+195 |
2009-01-25 | - Implemented new item bonus scripts required for battlegrounds. | zephyrus | 11 | -174/+380 |
2009-01-25 | - Added 'Acorn Dealer' NPC to Moscovia (forgot to add it). | Kisuka | 1 | -0/+61 |
2009-01-25 | * Changes to the configure script: | FlavioJS | 3 | -1202/+1745 |
2009-01-24 | * Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705) | FlavioJS | 2 | -18/+33 |
2009-01-24 | * Changed the variables of the mapcache structs to fixed size equivalents. (6... | FlavioJS | 4 | -50/+52 |
2009-01-24 | * Changed all uses of struct skill_unit_group* to group_id in status_change_e... | FlavioJS | 6 | -17/+51 |
2009-01-23 | * Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids. | FlavioJS | 2 | -1/+28 |
2009-01-23 | Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ... | ultramage | 3 | -5/+6 |
2009-01-22 | Removed outdated bSPDrainValue command from item bonus documentation (see r31... | ultramage | 1 | -5/+2 |
2009-01-22 | - Fixed some item checks on gunslinger quest. (How was this not noticed for s... | Kisuka | 2 | -6/+8 |
2009-01-22 | * Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por... | FlavioJS | 6 | -16/+16 |
2009-01-21 | * Added a limit of 1MB of pending data in the write fifo for non-server socke... | FlavioJS | 2 | -1/+13 |
2009-01-21 | Fixed Assassin Dagger's item script (typo in r13457). | ultramage | 1 | -1/+1 |
2009-01-21 | Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it). | ultramage | 1 | -2/+2 |
2009-01-21 | - Moscovia NPCs. (All the generic, kafra, and guide NPCs.) | Kisuka | 6 | -29/+599 |