Age | Commit message (Expand) | Author | Files | Lines |
2007-11-06 | Patching a gcc compilation problem... | ultramage | 1 | -0/+2 |
2007-11-01 | Fixed silly copy-paste typo in r11607 preventing #-commands from working... | ultramage | 1 | -2/+2 |
2007-10-29 | Fixed a compilation problem and warning (maybe). | ultramage | 1 | -1/+0 |
2007-10-29 | Command code cleaning (refer to topic:169759) | ultramage | 1 | -383/+349 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -6/+2 |
2007-10-21 | * Fixed 'unequip' removing items in the wrong position (bugreport:252) | ultramage | 1 | -1/+1 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 1 | -5/+9 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -3/+3 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -0/+1 |
2007-09-16 | Fixed some problems making gcc error out | ultramage | 1 | -22/+19 |
2007-09-15 | Getting some (mostly atcommand) code cleaning out of the way... | ultramage | 1 | -35/+24 |
2007-09-01 | Fixed certain typos in src/npc/doc files | ultramage | 1 | -1/+1 |
2007-08-30 | - Cleaned up a bit the homunculus evolution code, and fixed homevolution allo... | skotlex | 1 | -15/+11 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -5/+5 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -10/+1 |
2007-08-12 | * Replaced some mob_avail.txt entries with a simple example entry | ultramage | 1 | -1/+2 |
2007-08-04 | * Removed weird mvp reward item drop behavior (see topic:160077) | ultramage | 1 | -1/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -2/+4 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -358/+146 |
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 |