Age | Commit message (Expand) | Author | Files | Lines |
2006-06-21 | * [Added]: | Lance | 1 | -1/+1 |
2006-06-16 | - Corrected @speed to alter your base speed instead of battle one. Means the ... | skotlex | 1 | -2/+2 |
2006-06-13 | - Updated clif_disp_onlyself to not use dynamic memory and write directly to ... | skotlex | 1 | -1/+1 |
2006-06-12 | - @heal no longer displays a healing animation. Fixes the client believing yo... | skotlex | 1 | -4/+4 |
2006-06-12 | - Fixed npc_checknear's distance check returning the opposite of what it shou... | skotlex | 1 | -3/+1 |
2006-06-10 | - Added structure party_data and party_member_data to the map server to hold ... | skotlex | 1 | -26/+26 |
2006-06-09 | - Fixed @mapinfo displaying incorrectly maps with nosave which send you back ... | skotlex | 1 | -1/+3 |
2006-06-08 | - Fixed @skilltree printing out Unknown job for most targets used. | skotlex | 1 | -0/+1 |
2006-06-07 | - Fixed item info not displaying the found item id... ~.~ | skotlex | 1 | -2/+2 |
2006-06-07 | - Fixed item info not displaying the weight value properly. | skotlex | 1 | -1/+1 |
2006-06-05 | Fixed @mi/@mobinfo not showing the name collumns correcly | shadow | 1 | -2/+2 |
2006-06-02 | Typo fix. | LuzZza | 1 | -2/+2 |
2006-06-01 | - Fixed @mobinfo displaying the wrong element. | skotlex | 1 | -1/+1 |
2006-05-30 | - Rewrote/cleaned up @petfriendly. | skotlex | 1 | -27/+15 |
2006-05-30 | [Optimized]: | Lance | 1 | -20/+9 |
2006-05-30 | - Removed the on-die specific code from unit_remove_map and placed it on the ... | skotlex | 1 | -3/+2 |
2006-05-29 | [Optimized] | Lance | 1 | -5/+2 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -40/+19 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -57/+59 |
2006-05-25 | added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG strings | Lupus | 1 | -5/+7 |
2006-05-10 | - Rewrote/cleaned up trade.c for a more clean trading implementation. | skotlex | 1 | -0/+23 |
2006-05-10 | - Modified @commands to use Meruru's code which is faster and does a fair att... | skotlex | 1 | -24/+36 |
2006-05-06 | - Fixed a bug in @commands, most likely the reason some people were still get... | skotlex | 1 | -1/+1 |
2006-05-05 | - Fixed @commands not showing the last available commands (unless the total a... | skotlex | 1 | -1/+3 |
2006-05-05 | - Read changelog. | Zido | 1 | -1/+4 |
2006-05-04 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6476 54... | eaac | 1 | -23/+65 |
2006-05-03 | - Corrected @whomap directly invoking msg_table[] rather than msg_txt() | skotlex | 1 | -3/+3 |
2006-04-29 | Added @noask command: enable/disable deals/invites autorejecting. | LuzZza | 1 | -0/+23 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 1 | -3/+3 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 1 | -1/+1 |
2006-04-28 | - Storm Kick's range increased to 2. | skotlex | 1 | -1/+1 |
2006-04-27 | - Small change in @commands, may fix the null-pointer error. | skotlex | 1 | -1/+1 |
2006-04-27 | - Small change in the pet_ai that should stop the "strange" catch-up behaviou... | skotlex | 1 | -1/+1 |
2006-04-27 | - Now when you do @baselevel to reduce your level and you don't have enough s... | skotlex | 1 | -0/+2 |
2006-04-27 | - Added at command @commands, displays the list of commands available to you. | skotlex | 1 | -0/+35 |
2006-04-27 | - Fixed base-level up @ command giving stat points instead of taking them awa... | skotlex | 1 | -1/+1 |
2006-04-24 | - Cleaned up @grind2 | skotlex | 1 | -7/+9 |
2006-04-20 | - Raised the buffer size in clif_MainChatMessage to 200, removed the message ... | skotlex | 1 | -3/+0 |
2006-04-20 | - Added support for n to specify minutes to @charban. | skotlex | 1 | -1/+1 |
2006-04-19 | - Removed the max cap of autoloot so you are now allowed to set autoloot valu... | skotlex | 1 | -2/+1 |
2006-04-18 | - Removed message 592 from trade.c | skotlex | 1 | -3/+1 |
2006-04-17 | - Changed the npc_id mismatch warning to be more informative. | skotlex | 1 | -26/+12 |
2006-04-16 | - Fixed mysql ping setting being in minutes rather than hours. | skotlex | 1 | -2/+4 |
2006-04-13 | - Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack | skotlex | 1 | -17/+19 |
2006-04-13 | - Cleaned atcommand_param against overflows and also to make it standard C so... | skotlex | 1 | -17/+26 |
2006-04-09 | - Modified @warp/@rura to prevent causing pc_setpos position error messages. | skotlex | 1 | -23/+16 |
2006-04-09 | - Fixed @npcmove not sending the correct packets to make the moving refresh c... | skotlex | 1 | -2/+2 |
2006-04-09 | - Small code cleanups. One should lower a bit function overhead when using mo... | skotlex | 1 | -2/+0 |
2006-04-08 | - Fixed @movenpc | skotlex | 1 | -3/+9 |
2006-04-06 | - Modified @allstats to prevent negative/overflow issues. | skotlex | 1 | -6/+8 |