summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-27* Added jAthena's new start and athena-start shell scripts. Lance1-1/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex9-113/+168
2006-03-26- The status change timer mismatch error now also displays which status chang...skotlex1-1/+1
2006-03-26- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.skotlex1-1/+4
2006-03-26- Fixed jstrescapecpy crashing when you pass a null string to parse.skotlex2-1/+6
2006-03-26- Small change that may fix a crash in loggin guild chat?skotlex1-1/+1
2006-03-26- Fixed the map-server freeze/crash on Warp Portal.skotlex2-3/+2
2006-03-26- Walk/move functions will abort now when an area npc script triggers and mov...skotlex1-4/+8
2006-03-25- Fixed Grandcross/Granddarkness showing no skill animation.skotlex1-11/+22
2006-03-25- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...skotlex1-0/+2
2006-03-25- Added a missing escape in logging chats.skotlex2-4/+5
2006-03-25- Incremented the number of iterations to find a random stop to 100 as 50 see...skotlex3-7/+3
2006-03-25- Fixed pet hatching.skotlex1-4/+14
2006-03-25- Small change that SHOULD fix the pet duplication. Fixing pet incubator stil...skotlex1-0/+3
2006-03-24- Fixed Warp Portal.skotlex4-15/+18
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen2-17/+17
2006-03-24- Modified script commands atcommand/charcommand to execute even if there isn...skotlex1-11/+36
2006-03-24- Cleaned up a bit the npc undercharging item warning to specify when it is d...skotlex1-3/+7
2006-03-24- Some cleaning around the return to egg code. Pets should stop duplicating now.skotlex2-29/+22
2006-03-24- Another mob_summon fix. Slave summoning SHOULD be working now.skotlex1-1/+1
2006-03-24- Fixed skillidx not being set whenever a mob uses a skill.skotlex2-3/+10
2006-03-24Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state....blackhole891-2/+2
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex6-149/+131
2006-03-24- Some small, insignificant code cleanups in unit.cskotlex1-16/+15
2006-03-24- Added unit.c to the VC8 project file, thanks to Joshuaaliskotlex1-0/+4
2006-03-24- Fixed a crash in unit_useskill_pos2skotlex1-1/+1
2006-03-23- Fixed Devotion not properly being cleared on death/near death in some cases.skotlex2-0/+3
2006-03-23"castnodex&~1"blackhole891-5/+5
2006-03-23- Modified pc_percent_heal to avoid overflow problems.skotlex1-18/+27
2006-03-23- Fixed Potion Pitcher sometimes crashing the server.skotlex2-37/+44
2006-03-23* Minor cleanups.Lance3-3/+3
2006-03-23- Fixed compile error and missing field in the clone function.skotlex2-3/+2
2006-03-23- Some cleanup. Fixed function pc_isCardAllowedOn causing searches for non-ex...skotlex1-11/+18
2006-03-23- Changed Preserve's cost to 30spskotlex4-10/+5
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex24-5407/+3575
2006-03-22- status_check_skilluse won't block skill-specific checks (silence, berserk, ...skotlex4-35/+63
2006-03-22fixed Piercing shot, desperado, fullbuster damageVicious1-3/+3
2006-03-22- Some cleanups in irc.cskotlex2-3/+11
2006-03-22* Fixed compiler warnings in battle.c Lance1-1/+1
2006-03-22[reddozen's fix]Lance3-34/+35
2006-03-21Fixed duel in pk-mode (same party/same guild/alliance non-targeting issue).LuzZza1-3/+5
2006-03-21Fix on not showing guildmembers logins/logouts messages.LuzZza4-46/+94
2006-03-21- Fixed the inf2 for BA_DISSONANCEskotlex2-10/+9
2006-03-21warning msg typos fixLupus3-3/+3
2006-03-20- Added monster_ai&16 setting for executing the hard ai on ALL mobs in maps w...skotlex1-11/+19
2006-03-20- Added a pc_stop_attack() invokation when starting SC_XMAS/SC_WEDDING.skotlex1-2/+3
2006-03-20- Fixed "being able to cast" skills while dead.skotlex1-3/+4
2006-03-20Cleaned up some guild functions:LuzZza1-35/+46
2006-03-20- @stfu now allows negative intervals to be specified, they increase manner i...skotlex3-3/+13
2006-03-20- Small fix to prevent killer/killable states from allowing you to target you...skotlex8-43/+52