Age | Commit message (Expand) | Author | Files | Lines |
2012-09-03 | Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST. | rud0lp20 | 6 | -58/+78 |
2012-09-02 | Hello! few things. | shennetsind | 11 | -32/+34 |
2012-09-02 | * Follow-up r16725: changed atcommand.c comments to match new msg_athena line... | euphyy | 1 | -186/+186 |
2012-09-02 | Follow up r16733 also the remaining fix for bugreport:6572, making onagitinit... | shennetsind | 1 | -0/+4 |
2012-09-01 | - Changed the column spacing in @go (town list) and @job (jobname list) so it... | brianluau | 1 | -16/+12 |
2012-09-01 | - help.txt Params lists: changed "/" to "|" to match the rest of the file. | brianluau | 1 | -136/+135 |
2012-08-31 | * Updated new atcommand messages in msg_athena to be more grammar-friendly. | euphyy | 1 | -1/+2 |
2012-08-31 | - Moved 400+ hard-coded messages to msg_athena.conf for easier translating. T... | brianluau | 1 | -560/+469 |
2012-08-31 | - Fixed warnings from r16722. | brianluau | 1 | -2/+2 |
2012-08-31 | - Fixed @item so it only displays message "Item created" on success. | brianluau | 3 | -14/+39 |
2012-08-30 | Fixed bugreport:6576 changed mvptomb_ to rely on the id rather than the point... | shennetsind | 3 | -18/+14 |
2012-08-30 | Fixed bugreport:6584 reverted something that shouldn't have been removed in r... | shennetsind | 1 | -3/+3 |
2012-08-29 | Partial fixed for bugreport:6563 updated renewal casting and all 3rd job skil... | rud0lp20 | 1 | -14/+14 |
2012-08-27 | Follow up r16712 fix an uninitialized warning in skill.c - thanks to BuildBot | rud0lp20 | 1 | -1/+1 |
2012-08-27 | Fixed bugreport:6516 where duplicate entry in produce_db.txt is been ignored ... | rud0lp20 | 3 | -153/+233 |
2012-08-27 | Updated read_elemental_skilldb() to skip empty lines instead of throwing an e... | kenpachi2k11 | 1 | -0/+3 |
2012-08-27 | - read_elementaldb: skip blank lines. | brianluau | 1 | -0/+3 |
2012-08-26 | Fixed bugreport:6500 where SC_WEAKNESS doesn't ignore Chemical Protection eff... | rud0lp20 | 1 | -1/+3 |
2012-08-26 | Fixed error in npc_path_data reference counting resulting in the script never... | greenboxal2 | 1 | -1/+1 |
2012-08-25 | Fixed bugreport:6521 where MO_CALLSPIRIT doesn't benefit with SR_RAISINGDRAGO... | rud0lp20 | 1 | -2/+7 |
2012-08-25 | Follow up r16669 updated the new monster hp to its official behavior. | rud0lp20 | 2 | -2/+16 |
2012-08-25 | - reverted to r16668, erroneous fix | salepate | 1 | -2/+4 |
2012-08-25 | - fixed pc_statusup2(): status cost update condition | salepate | 1 | -4/+2 |
2012-08-24 | Fixed bugreport:6550 @unloadnpcfile now refreshes the hardcoded npc event arr... | shennetsind | 1 | -0/+4 |
2012-08-22 | Fixed bugreport:6536 when a monster is killed by a assist of yours it now upd... | shennetsind | 1 | -37/+30 |
2012-08-22 | Fixed bugreport:6464 renewal drop rate can no longer make items "drop" at 0.0... | shennetsind | 1 | -1/+4 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 9 | -119/+82 |
2012-08-22 | Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub ca... | kenpachi2k11 | 1 | -1/+1 |
2012-08-22 | Follow up r16676 - removed a superfluous argument from status_fix_damage call... | kenpachi2k11 | 1 | -1/+1 |
2012-08-22 | Fixed a bug where Flying Kick could be used (outside of PVE/PVP/etc) to actua... | cookiecrumbs | 1 | -3/+9 |
2012-08-22 | Fixed bugreport:686 and bugreport:3603 where kaite magic reflected/reflecting... | cookiecrumbs | 1 | -2/+23 |
2012-08-22 | Fixed bugreport:5534 (follow up to r16554) where GDB wasn't allowing for 1 HP... | cookiecrumbs | 1 | -1/+2 |
2012-08-20 | Added support for the new monster purple hp bar packet (packetver >= 20120404... | shennetsind | 3 | -2/+27 |
2012-08-19 | Fixed bugreport:6498 sp respawn restart_sp_rate setting is now fully respected. | shennetsind | 2 | -6/+8 |
2012-08-18 | Fixed bugreport:6343 homun-s skill tree now is properly populated with previo... | shennetsind | 1 | -16/+41 |
2012-08-18 | Implemented Renewal Casting System. | rud0lp20 | 9 | -82/+193 |
2012-08-17 | Fixed bugreport:2101 and bugreport:4216 where Cracker doesn't stun players. P... | cookiecrumbs | 1 | -3/+2 |
2012-08-17 | Fixed bugreport:6343 Issue #1: homunculus skill tree is now refreshed upon cl... | shennetsind | 1 | -0/+2 |
2012-08-17 | Follow up r16656 improved unloadnpcfile stuff performance-wise, making npcs f... | shennetsind | 1 | -13/+71 |
2012-08-17 | Added 2 (3) new atcommands: | shennetsind | 6 | -69/+165 |
2012-08-17 | Follow up to r16647, fixed bugreport:5534. Moved the fix from skill.c to stat... | cookiecrumbs | 2 | -9/+7 |
2012-08-17 | Added @reloadquestdb as per Script / DB Developer Joseph request. | shennetsind | 3 | -55/+54 |
2012-08-17 | Fixed bugreport:5534 where the SC wasn't ended. This resolves the issues with... | cookiecrumbs | 1 | -1/+9 |
2012-08-15 | Fixed bugreport:6446 credits to flaviojs, special thanks to Lelouch vi Britan... | shennetsind | 1 | -11/+9 |
2012-08-15 | - Removed useless mapname compares (since r570) and fixed the strncmp for mal... | brianluau | 2 | -11/+8 |
2012-08-15 | ` Changed areawarp script command to accept two additional, yet optional, par... | xantara | 1 | -22/+52 |
2012-08-15 | ` Added new atcommands: disguiseguild, undisguiseguild, sizeall, sizeguild | xantara | 1 | -8/+162 |
2012-08-14 | Follow up r16632, added check on level up so that the equip is automatically ... | shennetsind | 4 | -9/+23 |
2012-08-14 | Added equipment max-level support as per manager Kenpachi request (required f... | shennetsind | 3 | -1/+15 |
2012-08-13 | Minor adjustment that makes clones die in a smoother manner (rather than stan... | shennetsind | 1 | -2/+4 |