Age | Commit message (Expand) | Author | Files | Lines |
2006-07-29 | * Added temporary Beholder and Gremlin spawns | Playtester | 6 | -3/+21 |
2006-07-29 | Reverted the Combat Knife (wrong translated description) | Playtester | 2 | -1/+2 |
2006-07-28 | Shockwave, Flasher and Freezing Trap now consume 2 trap items | Playtester | 2 | -3/+6 |
2006-07-28 | Reverted the Hellion Revenant change from yesterday. | MasterOfMuppets | 2 | -1/+4 |
2006-07-28 | - Some cleaning in the order of cases in castend damage id. | skotlex | 1 | -13/+10 |
2006-07-28 | - Cleaned pc_commandlist.txt a bit so that the information on it isn't comple... | skotlex | 1 | -16/+35 |
2006-07-28 | - Self destruction will now hit all characters in range, not just enemies. | skotlex | 2 | -1/+4 |
2006-07-28 | - Cleaned up the NJ update code. | skotlex | 7 | -187/+122 |
2006-07-28 | - Some cleaning of battle_drain, Evil Druid card should work now. | skotlex | 5 | -16/+20 |
2006-07-28 | Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql fie... | toms | 2 | -5/+6 |
2006-07-28 | Fixed "warning: `list' might be used uninitialized in this function" in char/... | toms | 2 | -1/+2 |
2006-07-28 | Fixed : - "uninitialized local variable 'i' used" in skill.c | toms | 3 | -13/+13 |
2006-07-28 | Fixed some summon skills | Playtester | 2 | -2/+7 |
2006-07-28 | Fixed "warning: long unsigned int format, unsigned int arg" in parse_login (l... | toms | 2 | -2/+3 |
2006-07-28 | Fixed sign warnings in login/login.c | toms | 2 | -2/+3 |
2006-07-28 | Fixed "conversion from 'double' to 'int', possible loss of data" | toms | 2 | -1/+2 |
2006-07-28 | Fixed "warning: redefinition of [ushort/uint/ulong]" | toms | 2 | -7/+11 |
2006-07-28 | Fixed duplicate case value on NJ_SUITON | toms | 2 | -1/+2 |
2006-07-28 | Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro... | Vicious | 8 | -124/+250 |
2006-07-28 | - Fixed a memory leak when there exists more than one user function with the ... | skotlex | 2 | -5/+15 |
2006-07-28 | - The picklog will now record negative values for items sold to npcs. | skotlex | 3 | -1/+7 |
2006-07-28 | - Fixed a missing initialization in run_script_main. | skotlex | 1 | -1/+2 |
2006-07-28 | - Added missing include of limits.h in script.c | skotlex | 1 | -0/+1 |
2006-07-28 | - Added missing SC information to NPC_CHANGEUNDEAD | skotlex | 2 | -0/+2 |
2006-07-28 | Hellion Revenant is now dark element so he can heal himself | Playtester | 2 | -1/+2 |
2006-07-27 | - Added config setting party_update_interval so you can specify how often the... | skotlex | 7 | -109/+91 |
2006-07-27 | Fixed Teddy Bear card | Playtester | 2 | -1/+2 |
2006-07-27 | Hopefully fixed Solace card | Playtester | 2 | -1/+2 |
2006-07-27 | - Synced the script.c file with as much data as possible from jA's: | skotlex | 6 | -2123/+2175 |
2006-07-27 | - Changed npc_click declaration to receive an npc structure rather than a gen... | skotlex | 4 | -19/+11 |
2006-07-27 | - Corrected Combat Knife reducing damage from DemiHumans by 10% instead of in... | skotlex | 3 | -2/+4 |
2006-07-27 | - Added a cleanup routine on shutdown to remove all characters from memory fo... | skotlex | 2 | -1/+18 |
2006-07-27 | - Now when you set the guardian's HP, if the guardian is spawned, it's HP wil... | skotlex | 5 | -8/+67 |
2006-07-27 | - Some cleaning in status.c. Removed some unnecessary lines, and added proper... | skotlex | 1 | -62/+20 |
2006-07-27 | - Added config setting "party_hp_mode" (battle/party.conf) which determines m... | skotlex | 6 | -1/+16 |
2006-07-27 | - Fixed packet 0x22a having the manner and opt3 packets in inverted offsets. | skotlex | 4 | -9/+17 |
2006-07-27 | - Readded the check which prevents Cloaking from activating when your learned... | skotlex | 3 | -4/+17 |
2006-07-27 | - Removed a redeclared variable i in the parsing of the fame list (char-txt s... | skotlex | 3 | -2/+3 |
2006-07-27 | Fixed Independence Memorial Hat weight, set to 0 | toms | 4 | -2/+5 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 7 | -75/+114 |
2006-07-27 | Fixed the Morroc ingredient seller to not appear | Playtester | 2 | -1/+2 |
2006-07-27 | Another Sunkenship spawn fix. | Playtester | 1 | -2/+2 |
2006-07-27 | Fixed some spawns and a warp in Sunken Ship | Playtester | 3 | -3/+5 |
2006-07-27 | - Fixed a memory leak when reading the item_db txt. | skotlex | 2 | -2/+3 |
2006-07-27 | - Applied the necessary changes to make @partyoption reflect it's changes on ... | skotlex | 7 | -22/+23 |
2006-07-26 | - Some code cleanup of HLIF_MOON in regards to the number of hits and damage ... | skotlex | 3 | -4/+3 |
2006-07-26 | - Modified party_item_share_type config setting so that using 1 disables item... | skotlex | 7 | -8/+17 |
2006-07-26 | - Added battle_get_master which returns the master bl of a given object. | skotlex | 2 | -114/+133 |
2006-07-26 | - Added support for "sc_end -1" which will clear all status changes. Added th... | skotlex | 3 | -1/+8 |
2006-07-26 | - @pettalk will now fail when muted. | skotlex | 2 | -0/+5 |