Age | Commit message (Expand) | Author | Files | Lines |
2009-09-16 | * Fixed the AI mode for Zombie, change I made while testing new the Luciola AI. | L0ne_W0lf | 6 | -301/+1154 |
2009-09-13 | - Fixed typo on item 6079 (bugreport:3581). | Kisuka | 2 | -10/+4 |
2009-09-13 | * Progressbar aborts when player is attacked. | Inkfish | 7 | -12/+45 |
2009-09-12 | * Clarified the names of some questlog functions and eventually implemented k... | Inkfish | 4 | -34/+51 |
2009-09-11 | - Fixed issue Entweihen Card (bugreport:3579) | Kisuka | 2 | -3/+3 |
2009-09-11 | - Added quest log commands to all job quests. | Kisuka | 23 | -1098/+1429 |
2009-09-10 | * Added some, and enabled existing episode 13.1 content. | L0ne_W0lf | 7 | -67/+10455 |
2009-09-09 | - Fixed some 'getarg' that were switched in Magazine Dealer Kenny. | brianluau | 2 | -6/+6 |
2009-09-08 | - Clarified documentation for 'addtimer'. | brianluau | 2 | -7/+18 |
2009-09-05 | - Added some missing quests to quest_db. | Kisuka | 5 | -17/+45 |
2009-09-05 | - Updates to several npc files to match AEGIS standards. | Kisuka | 14 | -2292/+2619 |
2009-09-04 | Added missing memmove() when adding quests. Sorry, can't be more careless... | Inkfish | 1 | -0/+1 |
2009-09-04 | add missing memmove (follow up to r14036) | Inkfish | 1 | -0/+4 |
2009-09-04 | forget to update main.sql | Inkfish | 1 | -3/+0 |
2009-09-04 | * QuestLog Fix. | Inkfish | 11 | -56/+65 |
2009-08-27 | - Fixed typo in Hyegun_Hat (5367). (bugreport:1935) | brianluau | 5 | -18/+50 |
2009-08-26 | Fixed mercenary info not being re-sent after using @refresh (bugreport:2335). | ultramage | 1 | -0/+5 |
2009-08-26 | - Fixed Snake Head Hat (5388) Double Attack bonus. (bugreport:3483) | brianluau | 8 | -1192/+1747 |
2009-08-25 | Implemented Progress Bar.(topic:207933) | Inkfish | 6 | -2/+69 |
2009-08-24 | * Fixed items other than Masamune using bAspd. (only Masamune use bAspd in Ae... | Inkfish | 2 | -40/+45 |
2009-08-23 | - Fixed issue with Double Bound (bugreport:3489). | Kisuka | 2 | -12/+14 |
2009-08-22 | Fixed Teleport through Hocus-Pocus skips menu. (bugreport:3513) | Inkfish | 2 | -1/+3 |
2009-08-21 | Fixed the wrong packet length makes client choke when add_quest packets are s... | Inkfish | 5 | -54/+25 |
2009-08-21 | Added bMagicHPGainValue and bMagicSPGainValue. | Inkfish | 8 | -14/+36 |
2009-08-20 | * Some fixes for Heat | Inkfish | 2 | -4/+15 |
2009-08-18 | * Changed attribute_recover to no, being hit by the same element should not r... | L0ne_W0lf | 19 | -57/+93 |
2009-08-18 | Equipment DEF penalty shouldn't be applied to players in Mental Strength.(bug... | Inkfish | 2 | -2/+6 |
2009-08-16 | - Added missing #includes to fix some linux warnings. | zephyrus | 1 | -0/+6 |
2009-08-15 | - Fixed final instancing bug. Tested Endless Tower and working. I will ask if... | zephyrus | 1 | -1/+1 |
2009-08-15 | Fixed self skills affecting target unit when used within combo delay for Asur... | Inkfish | 2 | -2/+8 |
2009-08-14 | - Fixes and optimization to instancing. Thanks to Saithis | zephyrus | 6 | -42/+46 |
2009-08-14 | UTF-8 for the /doc directory. | ultramage | 1 | -2/+2 |
2009-08-12 | - Optimization to instance system. | zephyrus | 23 | -746/+832 |
2009-08-12 | Fixed changequest behavior(before: completequest+setquest, now: erasequest+se... | Inkfish | 3 | -15/+5 |
2009-08-12 | *More episode 12.1 updates, mainly to morroc quests. | L0ne_W0lf | 2 | -39/+5797 |
2009-08-11 | * Fixed autospell and autobonus will still trigger even if the chance is 0. | Inkfish | 3 | -7/+13 |
2009-08-10 | Looks like I hit the 'i' key by mistake. Fixed. | Kisuka | 1 | -1/+1 |
2009-08-10 | - Fixed typo in payon.txt (bugreport:3461) | Kisuka | 2 | -25/+26 |
2009-08-04 | - Added episode 12 & 13 cards (most episode 13 ones need matk + n;). | Kisuka | 2 | -4/+15 |
2009-08-04 | - Added episode 12 and 13 item givers. (topic:226055) | Kisuka | 9 | -3098/+3322 |
2009-08-04 | Fixed an error in an autobonus script (Nemesis), and added other items. | L0ne_W0lf | 2 | -940/+1474 |
2009-08-02 | * Questlog code cleanup. | Inkfish | 13 | -98/+124 |
2009-08-01 | - Added missing 'break' in Fortune Teller. (bugreport:3448) | brianluau | 1 | -14/+16 |
2009-07-30 | Updated several 12.1 and 13.1 equipment effects and proc rates. | L0ne_W0lf | 2 | -118/+98 |
2009-07-30 | - Fixed some 'input' max value checks not working after r12192. (bugreport:3436) | brianluau | 2 | -9/+6 |
2009-07-29 | - Fixed some 13.1 items. | zephyrus | 6 | -55/+225 |
2009-07-29 | - Fixed a bug cleaning instance variable on party when instance is destroy. | zephyrus | 7 | -49/+46 |
2009-07-29 | * Fixed damage_level is not calculated properly on normal attack. | Inkfish | 3 | -1/+5 |
2009-07-29 | * Kaahi heals no matter if attack connects. (bugreport:2440) | Inkfish | 4 | -8/+8 |
2009-07-28 | - Added a missing 'next' in Kiel Hyre Quest (Medicine Chest). | brianluau | 3 | -4/+5 |