Age | Commit message (Expand) | Author | Files | Lines |
2012-05-04 | - Fixed feature.conf improper formatting and removed two unnecessary iteratio... | epoque11 | 2 | -24/+3 |
2012-05-03 | * Replaced some literals with enum values. | xazax-hun | 3 | -10/+10 |
2012-05-03 | Regularized file not found error messages. | xazax-hun | 4 | -4/+4 |
2012-05-03 | * Implemented an atcommand suggestion system. | xazax-hun | 6 | -1/+93 |
2012-05-03 | Fixed bugreport:5643 Wall of Thorns should now deal damage properly as well a... | shennetsind | 2 | -46/+45 |
2012-05-03 | Fixed bugreport:3591 Ninja's Cast-off Ciceda Shell now triggers card effects ... | shennetsind | 1 | -3/+6 |
2012-05-03 | Fixed bugreport:5603 Genetic Change Material missing items were added thanks ... | shennetsind | 2 | -17/+43 |
2012-05-03 | Fixed bugreport:5655 Venom Impress boost against poison should now work. | shennetsind | 1 | -7/+17 |
2012-05-03 | Fixed bugreport:4602 Venom Splasher now ignores flee properly. | shennetsind | 2 | -2/+2 |
2012-05-03 | Fixed bugreport:5601 Mechanic's Shapeshift, Genetic's Fire Expansion and Sorc... | shennetsind | 1 | -0/+13 |
2012-05-03 | Fixed bugreport:5681 Sorcerer Striking may now only be cast on self or party ... | shennetsind | 2 | -1/+6 |
2012-05-03 | Fixed bugreport:5573 Ranger Electric Shocker Trap should now be fully functio... | shennetsind | 1 | -0/+19 |
2012-05-03 | Fixed bugreport:5546 Ranger Arrow Storm hit-type, credits to Rytech. | shennetsind | 2 | -2/+2 |
2012-05-03 | Fixed bugreport:3452 players' circular target range is now matching official ... | shennetsind | 1 | -5/+3 |
2012-05-02 | Fixed bugreport:5683 Mechanics in mado gear are no longer able to use blacksm... | shennetsind | 1 | -2/+18 |
2012-05-02 | Fixed bugreport:5650 GN Cart Remodeling weight boost should now be working pr... | shennetsind | 5 | -6/+14 |
2012-05-02 | Fixed bugreport:5484 Cursed Circle caster can no longer move while in the eff... | shennetsind | 2 | -2/+6 |
2012-05-02 | Fixed bugreport:5649 shura cursed circle now stops mobs from being able to ta... | shennetsind | 2 | -2/+4 |
2012-05-02 | Fixed the last buildbot warnings throughout multiple platforms, from console ... | shennetsind | 1 | -25/+21 |
2012-05-02 | Fixed 2 buildbot warnings throughout multiple operating systems. | shennetsind | 1 | -3/+5 |
2012-05-02 | Clearing a few dozen buildbot warnings. MAKE THE TREE GREEN! <3PEKKLE | shennetsind | 1 | -2/+4 |
2012-05-02 | Fixed bugreport:5660 DEF and MDEF now display in its proper renewal fields (u... | shennetsind | 2 | -19/+26 |
2012-05-02 | Fixed bugreport:5502 Fixed bug with character moving to attack target (normal... | shennetsind | 1 | -33/+15 |
2012-05-02 | Fixed bugreport:5682 elemental_init was being called instead of final at inter.c | shennetsind | 3 | -4/+4 |
2012-05-02 | @mi/@mobinfo: Added support for mob FLEE & HIT, dropped SP support (all offic... | shennetsind | 2 | -3/+13 |
2012-05-02 | Updated load order so that map server's console display order is preserved | shennetsind | 1 | -1/+1 |
2012-05-02 | Follow up r16025 minor performance improvement on the already-stupid job name... | shennetsind | 1 | -11/+12 |
2012-05-01 | Follow up r16025 fixing gcc warning, special thanks to brian for noticing. | shennetsind | 1 | -1/+2 |
2012-05-01 | Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3. | shennetsind | 7 | -3/+561 |
2012-05-01 | - Updated "gained exp" dialog, follow-up to r14920. (bugreport:5662) | brianluau | 1 | -18/+16 |
2012-05-01 | Revert the amount of Base Exp reward. | mandark022 | 1 | -6/+7 |
2012-04-30 | Fixed (bugreport:5570) added break and continue in switch-case block | mandark022 | 1 | -1/+24 |
2012-04-30 | Fixed (bugreport:5662) base experience rewards. | mandark022 | 1 | -6/+7 |
2012-04-30 | - Fixed compilation errors due to unnamed argument in npc_unload (bugreport:5... | epoque11 | 1 | -1/+1 |
2012-04-30 | - Amended the permanent NPC variable instance system to utilise the same allo... | epoque11 | 1 | -4/+2 |
2012-04-30 | - Fixed NPC instance variables not being passed through to callfunc; or calls... | epoque11 | 1 | -4/+10 |
2012-04-30 | - Removed copyarray; functionality when running set; or assigning variables (... | epoque11 | 1 | -2/+4 |
2012-04-30 | - Updated Novice WoE script, follow-up to r15657 (bugreport:5653) | brianluau | 1 | -5/+5 |
2012-04-29 | - Updated the unit engine to cache attacker count rather than utilise CPU int... | epoque11 | 6 | -76/+61 |
2012-04-29 | Fixed bugreport:5668 delayed consumption items are no longer usable while sit... | shennetsind | 1 | -3/+6 |
2012-04-29 | - Removed leftover TXT configs, follow-up to r15503. | brianluau | 6 | -55/+12 |
2012-04-29 | A minor memory improvement, and some curly brace love. | shennetsind | 3 | -18/+18 |
2012-04-29 | - Removed some leftover svn:ignore properties, follow-up to r15503. | eathenabot | 0 | -0/+0 |
2012-04-29 | Yet another performance improvement: Shut Down processing is now about to 7 t... | shennetsind | 3 | -28/+17 |
2012-04-29 | Follow up r16004 >_<" some not-supposed-to-be-comitted debug messages slipped... | shennetsind | 1 | -19/+11 |
2012-04-29 | reasonably-sized performance improvement: @reloadscript is about to 3 times f... | shennetsind | 6 | -30/+34 |
2012-04-29 | - Fixed a missing variable storage allocation resulting in NPC variables not ... | epoque11 | 1 | -1/+1 |
2012-04-29 | - Fixed a map-server crash when script variable storage reference is NULL (bu... | epoque11 | 1 | -2/+8 |
2012-04-29 | Happy 1000th commit rAthena! | epoque11 | 1 | -1/+1 |
2012-04-29 | - Fixed a spelling and grammar typo in quests_13_2.txt (bugreport:5665) | brianluau | 1 | -1/+1 |