Age | Commit message (Expand) | Author | Files | Lines |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -178/+46 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -825/+613 |
2007-05-19 | * Added Global chat and Main chat logging | ultramage | 1 | -42/+46 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -11/+11 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 1 | -1/+0 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 1 | -1/+1 |
2007-04-22 | * Extended the functionality of StringBuf - length and appending a string. | FlavioJS | 1 | -1/+1 |
2007-04-22 | - Corrected crash if itemskill is used without an attached player. | skotlex | 1 | -0/+4 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 1 | -12/+12 |
2007-04-17 | - A little check that I don't know how could anyone have forgotten to do. | skotlex | 1 | -1/+8 |
2007-04-17 | - Expanded the autospell structure to hold a flag, which contains the require... | skotlex | 1 | -3/+32 |
2007-04-11 | - Some cleaning of the castend_map code to prevent the menuskill variable fro... | skotlex | 1 | -9/+8 |
2007-04-10 | - Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin... | skotlex | 1 | -0/+45 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-07 | - Fixed the platform-specific stricmp compilation problem | ultramage | 1 | -3/+3 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -27/+34 |
2007-04-06 | - Corrected Aliza card's item_db line. | skotlex | 1 | -1/+1 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -28/+23 |
2007-04-04 | - Cleaned @whogm. It will display the name of all gms online. If their GM lev... | skotlex | 1 | -0/+10 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -9/+9 |
2007-03-30 | Fixed typos from previous revisions :) | ultramage | 1 | -1/+1 |
2007-03-27 | - Changed a bit the Moonlit code to prevent an infinite loop | skotlex | 1 | -2/+1 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -2/+2 |
2007-03-27 | - Removed a missing file reference in the athena-start script | ultramage | 1 | -1/+1 |
2007-03-26 | - Cleaned up some the mob skill use code. The skill re-use delay is set at th... | skotlex | 1 | -1/+5 |
2007-03-24 | - Corrected offset for the pet hairstyle in the spawn packet (0x7c). I still ... | skotlex | 1 | -7/+7 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -1/+1 |
2007-03-22 | - Removed unused bIgnoreDefMob | skotlex | 1 | -2/+2 |
2007-03-22 | - Twilight Pharmacy's cast time is no longer reducable by dex. | skotlex | 1 | -25/+0 |
2007-03-21 | - Cleaned up some the code of pc_equipitem and clif_parse_EquipItem | skotlex | 1 | -10/+14 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -3/+3 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 1 | -40/+32 |
2007-03-15 | ups, how did that get in... | FlavioJS | 1 | -6/+5 |
2007-03-15 | - Corrected the structure and added info on the skill fail packet (0x110). | FlavioJS | 1 | -14/+53 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -6/+25 |
2007-03-11 | - Added player not attached crash prevention to countitem/countitem2 | skotlex | 1 | -1/+1 |
2007-03-11 | - Removed function clif_movepc as it's no longer invoked anywhere. | skotlex | 1 | -100/+11 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -22/+41 |
2007-03-09 | - Made conv_str return const char* since the script engine screws up if you m... | skotlex | 1 | -4/+4 |
2007-03-04 | - Added the +20hit that were missing the NPC elemental attack skills. | skotlex | 1 | -0/+6 |
2007-02-25 | - Fixed a compiler warning in char_sql\login.c | FlavioJS | 1 | -11/+16 |
2007-02-25 | - You are allowed to expel guild mates that are not online now. | skotlex | 1 | -14/+0 |
2007-02-25 | - You are allowed to attack/use skills now when your cloaking level is below 3. | skotlex | 1 | -3/+12 |
2007-02-23 | - Minor cleanups | skotlex | 1 | -4/+16 |
2007-02-17 | Fixed a typo from r9778, allowing non-gm chars to use /kick | ultramage | 1 | -1/+1 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -39/+10 |
2007-02-15 | - Cleaned up clif_party_info a bit | ultramage | 1 | -9/+7 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 1 | -1/+21 |
2007-02-12 | Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778) | ultramage | 1 | -1/+1 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 1 | -0/+3 |