Age | Commit message (Expand) | Author | Files | Lines |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -4/+3 |
2007-08-15 | - Merged and completed Latio's work on server-side hot-key saving (http://www... | skotlex | 1 | -0/+16 |
2007-07-20 | * Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th... | ultramage | 1 | -5/+0 |
2007-07-01 | * TXT->SQL converter fixup | ultramage | 1 | -2/+0 |
2007-04-28 | 'minor' details | ultramage | 1 | -1/+1 |
2007-04-28 | * Tried and fixed md5 password encryption | ultramage | 1 | -1/+1 |
2007-04-07 | - Fixed the platform-specific stricmp compilation problem | ultramage | 1 | -19/+0 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -2/+0 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -2/+3 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -2/+2 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -1/+1 |
2007-03-21 | - Added define MAX_CHARS so you can easily mod the server to support a differ... | skotlex | 1 | -0/+2 |
2007-03-16 | committing my work on the login server (mostly SQL) | ultramage | 1 | -6/+0 |
2007-02-28 | - Made it possible to modify the server packet version from the Makefile. | skotlex | 1 | -1/+3 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+1 |
2007-02-15 | - The default packet version is now 8. Clients from November2006 and before c... | skotlex | 1 | -1/+1 |
2007-01-23 | - Added view_data support to mercenary.*, so that the Homunculus entries are ... | skotlex | 1 | -1/+1 |
2006-12-20 | - Moved PACKETVER to mmo.h, and added support for the expanded character info... | skotlex | 1 | -0/+3 |
2006-12-07 | - Fixed ladmin's linux compilation and moved some platform specific defines t... | FlavioJS | 1 | -25/+1 |
2006-12-05 | - Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang... | FlavioJS | 1 | -531/+535 |
2006-11-27 | - Updated the status change field "option" to an int rather than short. This ... | skotlex | 1 | -1/+1 |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 1 | -0/+7 |
2006-08-24 | - Cleanup/typo on homunc's code | toms | 1 | -0/+2 |
2006-08-20 | Fixed "int format, long unsigned int arg" warning | toms | 1 | -2/+2 |
2006-08-15 | - Updated the char save structure for char-TXT servers so that the homun id w... | skotlex | 1 | -2/+1 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 1 | -4/+6 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 1 | -1/+1 |
2006-07-24 | Random Homunculus cleanup | DracoRPG | 1 | -1/+1 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -1/+0 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -3/+29 |
2006-07-06 | - Modified the party_data structure on the map server to remove some redundan... | skotlex | 1 | -0/+2 |
2006-06-13 | - Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu... | skotlex | 1 | -0/+4 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 1 | -1/+2 |
2006-06-10 | - Added structure party_data and party_member_data to the map server to hold ... | skotlex | 1 | -2/+0 |
2006-06-09 | - Modified guild exp to be an unsigned int rather than a signed one. | skotlex | 1 | -1/+2 |
2006-05-31 | - Moved the JOB_* defines from map.h to mmo.h, update char.c to use them. | skotlex | 1 | -0/+83 |
2006-05-25 | - Increased capacity for Account Variables to 64 | skotlex | 1 | -1/+1 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 1 | -1/+2 |
2006-03-27 | - Changed status_point/skill_point to unsigned short. Adjusted the code as ne... | skotlex | 1 | -1/+1 |
2006-03-09 | - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage... | skotlex | 1 | -1/+1 |
2006-03-02 | - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) | skotlex | 1 | -0/+2 |
2006-02-06 | - Added define clif_deadsit to send the dead state into player packets if the... | skotlex | 1 | -1/+2 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 1 | -0/+403 |
2006-01-29 | Clearing trunk. | Valaris | 1 | -353/+0 |
2005-03-29 | Fixed use of storage variable to conform to ANSI C spec [MouseJstr] | amber | 1 | -2/+2 |
2005-03-28 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab... | veider | 1 | -0/+3 |
2005-01-28 | * Added DUMP_ALL_PACKETS and moved dump packets code in clif_parse a bit to s... | (no author) | 1 | -1/+1 |
2005-01-23 | update | (no author) | 1 | -13/+19 |
2004-12-29 | cxx updates | amber | 1 | -3/+3 |
2004-12-26 | fix build | amber | 1 | -0/+14 |