Age | Commit message (Expand) | Author | Files | Lines |
2007-04-17 | Massive at+charcommand cleanup, big thanks to HiddenDragon | DracoRPG | 1 | -409/+2765 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -2/+2 |
2007-04-01 | - Reviewed atcommand.c and charcommand.c to make sure there's no scanf where ... | skotlex | 1 | -4/+4 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 1 | -3/+3 |
2007-03-26 | - Fixed # commands not being blocked when muted if the mute config settings s... | skotlex | 1 | -0/+3 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -2/+2 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -6/+0 |
2007-03-11 | - Added player not attached crash prevention to countitem/countitem2 | skotlex | 1 | -1/+1 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 1 | -1/+1 |
2007-02-06 | - Fixed @lvup, #lvup not doing a stat reset and lowering your status points i... | skotlex | 1 | -11/+9 |
2007-02-05 | - Fixed a duplicate warp name in Rachel | skotlex | 1 | -54/+53 |
2007-02-01 | - Item search is now a bit smarter. When no item is found with the same 'aegi... | skotlex | 1 | -1/+4 |
2007-01-20 | * Fixed the server not reacting properly to atcommands/charcommands when usin... | ultramage | 1 | -4/+4 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -37/+37 |
2007-01-07 | - re-added the duplicit nj/gs name messages in msg_athena | ultramage | 1 | -2/+2 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -1/+1 |
2006-12-07 | Fixed npc commands atcommand & charcommand not working with a custom command_... | toms | 1 | -3/+3 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -1846/+1846 |
2006-12-02 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9394 54... | Lance | 1 | -1/+4 |
2006-12-02 | * Enabled atcommand parsing for clients with Korean langtype and version. | Lance | 1 | -1/+2 |
2006-11-16 | * Edited atcommand and charcommand syntax. Now it doesn't need the useless ch... | Lance | 1 | -22/+28 |
2006-10-19 | - Cleaned up the log.c file. | skotlex | 1 | -2/+2 |
2006-09-25 | - Oops, fixed a pretty bad typo on the fix for #baselvup | skotlex | 1 | -1/+1 |
2006-09-25 | - Fixed #baselevelup adding instead of substracting status points when used w... | skotlex | 1 | -1/+3 |
2006-09-20 | - Fixed nocommand mapflag causing the "you can't use commands on this map" me... | skotlex | 1 | -10/+11 |
2006-09-13 | - Modified the nocommand mapflag so you can specify the GM range that is bloc... | skotlex | 1 | -2/+2 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -37/+37 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -39/+41 |
2006-08-08 | - Changed define EQP_WEAPON to specify only the right-hand weapon, added defi... | skotlex | 1 | -3/+3 |
2006-08-04 | - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o... | skotlex | 1 | -6/+2 |
2006-07-11 | - Made @monsterignore be an universal ignore. Means you cannot be targetted a... | skotlex | 1 | -2/+2 |
2006-07-11 | - Coded @reset. | skotlex | 1 | -3/+3 |
2006-07-06 | - Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde... | skotlex | 1 | -14/+14 |
2006-05-30 | [Optimized]: | Lance | 1 | -1/+1 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -10/+1 |
2006-04-16 | - Fixed mysql ping setting being in minutes rather than hours. | skotlex | 1 | -34/+29 |
2006-04-13 | - Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack | skotlex | 1 | -1/+2 |
2006-04-13 | - Cleaned atcommand_param against overflows and also to make it standard C so... | skotlex | 1 | -13/+27 |
2006-04-11 | - Fixed various include lines in the map server (of the type <include "nullpo... | skotlex | 1 | -1/+1 |
2006-03-27 | - Pet catching now uses the menuskill variables to prevent item usage from di... | skotlex | 1 | -0/+1 |
2006-03-27 | * GCC on Cygwin still complaining, resorted to including limits.h in malloc.h | Lance | 1 | -1/+0 |
2006-03-27 | * Refixed the fix with a constant list for Win32 users - limits.h (imported f... | Lance | 1 | -0/+1 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 1 | -15/+28 |
2006-03-09 | - Fixed #itemlist not taking into consideration crafted/forged items and pet ... | skotlex | 1 | -7/+24 |
2006-03-06 | - Fixed a debug message showing up on skill castend nodamage id when using a ... | skotlex | 1 | -3/+7 |
2006-03-03 | - Trick dead now ends on logout | skotlex | 1 | -0/+9 |
2006-02-15 | - Made the warm skills BF_WEAPON type so that they may trigger effect cards. | skotlex | 1 | -4/+4 |
2006-02-13 | - Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack. | skotlex | 1 | -8/+8 |
2006-02-13 | - NPC_POWERUP now gives +40% atk per level. | skotlex | 1 | -11/+15 |