Age | Commit message (Expand) | Author | Files | Lines |
2006-09-13 | - Modified the login SQL server so that case insensitive lookups use "where n... | skotlex | 1 | -20/+5 |
2006-09-12 | - Improved sql-query to check if name already exists when creating new chars. | skotlex | 1 | -1/+1 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 2 | -4/+12 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 1 | -4/+3 |
2006-09-12 | - Added manual deletion of sc_data entries when deleting a character (char-SQL) | skotlex | 1 | -0/+10 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 5 | -13/+32 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 5 | -8/+11 |
2006-09-12 | - Baphomet splash damage will now hit nearby enemies regardless of flee (but ... | skotlex | 2 | -1/+6 |
2006-09-11 | - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod... | skotlex | 2 | -27/+21 |
2006-09-11 | - CG_MOONLIT is no longer castable in WoE grounds. | skotlex | 1 | -1/+1 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 2 | -7/+6 |
2006-09-11 | - Summoned and slave mobs won't show up on @showmobs anymore. | skotlex | 4 | -23/+29 |
2006-09-11 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54... | Lupus | 2 | -8/+8 |
2006-09-09 | - Added a crash protection in case mapfreeblock unlock tries to free a null p... | skotlex | 1 | -1/+2 |
2006-09-09 | - Moved perfect_hiding from state to special_state, so that it clears out whe... | skotlex | 5 | -7/+12 |
2006-09-09 | - Fixed a npc-timer memory leak on npc_unload ("[Warning]: ers_obj_destroy: X... | skotlex | 1 | -1/+6 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 7 | -102/+61 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 5 | -53/+37 |
2006-09-08 | - Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du... | skotlex | 3 | -4/+20 |
2006-09-08 | - Added upgrade_svn8675.sql in case, for some reason, your guild table still ... | skotlex | 3 | -7/+2 |
2006-09-08 | - Fixed alliance/opposition making not cancelling out map-server-side when th... | skotlex | 3 | -8/+19 |
2006-09-08 | - Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: w... | skotlex | 1 | -1/+1 |
2006-09-07 | - Changed the default of sg_angel_skill_ratio to 10 based on recent informati... | skotlex | 5 | -13/+21 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 7 | -26/+64 |
2006-09-07 | - Added error message when attempting to use deprecated bonus bAspd. | skotlex | 2 | -4/+6 |
2006-09-06 | - Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i... | skotlex | 2 | -2/+3 |
2006-09-06 | - Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula. | skotlex | 1 | -5/+13 |
2006-09-06 | - Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems... | skotlex | 2 | -2/+2 |
2006-09-06 | Applied Orn's modification on speed increases/reductions with increase/decrea... | toms | 1 | -2/+2 |
2006-09-05 | - Removed setting mob_show_hp, it's been replaced now by mob_show_info, which... | skotlex | 4 | -15/+24 |
2006-09-05 | - Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv% | skotlex | 1 | -1/+1 |
2006-09-05 | - applied the Ultra Mage's suggestion to have the map server strip trailing s... | skotlex | 1 | -3/+14 |
2006-09-05 | - Fixed status change resistance not being invoked at all for pretty much all... | skotlex | 1 | -1/+1 |
2006-09-05 | - Corrected SC_INTRAVISION not starting. | skotlex | 8 | -54/+54 |
2006-09-05 | - Fixed dispell removing SC_NOCHAT | skotlex | 1 | -0/+1 |
2006-09-05 | - Small fix which should correct skill_attack damaging hidden characters when... | skotlex | 1 | -1/+2 |
2006-09-05 | - Fixed crash when using Adaptation during an Encore. | skotlex | 1 | -5/+5 |
2006-09-04 | - Should have fixed manner being reset to 0 on logout while muted. | skotlex | 2 | -1/+3 |
2006-09-04 | - Removed status_get_sc_tick, duration and chance are now both handled by sta... | skotlex | 2 | -110/+57 |
2006-09-04 | - Should have fixed "sleep", thanks to Lance for figuring out the error. | skotlex | 1 | -2/+2 |
2006-09-04 | - Ordered up entries in skill_unit_db | skotlex | 2 | -0/+16 |
2006-09-04 | - Some cleanup of how mobcount works. | skotlex | 5 | -63/+85 |
2006-09-04 | - Fixed SC_BERSERK's no regen penalty lasting pretty much forever. | skotlex | 1 | -1/+1 |
2006-09-02 | - SC_REGENERATION's val4 now holds the RGN flag of what is blocked rather tha... | skotlex | 2 | -7/+12 |
2006-09-02 | - Applied use of RC_BOSS/RC_NONBOSS in the ignore def code. | skotlex | 2 | -3/+3 |
2006-09-02 | - Corrected script_commands description of getequipid, it returns -1, not 0 o... | skotlex | 1 | -3/+7 |
2006-09-01 | The "delete_timer error/no such timer" report will now print the related func... | toms | 1 | -1/+1 |
2006-09-01 | The Clearing unused stack report will now print the related NPC | toms | 1 | -2/+5 |
2006-09-01 | The duplicate npc report will now print the related file name | toms | 1 | -1/+1 |
2006-09-01 | - Added a missing break in battle_check_target | skotlex | 3 | -9/+30 |