summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-21- Added define MAX_CHARS so you can easily mod the server to support a differ...skotlex4-25/+27
2007-03-20- Increased Improve Concentration's hide-revealing range to 3 (7x7)skotlex2-7/+5
2007-03-20- Added Magic Rod's "action" pose when using it.skotlex1-0/+1
2007-03-20- getpetinfo 5 will now return the pet's rename flag.skotlex3-2/+13
2007-03-20- Removed Magic Rod's cast bar.skotlex6-9/+7
2007-03-20Modified swap #define to avoid 'value computed is not used' warningtoms1-1/+3
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG2-6/+9
2007-03-19- Patched the MAX_STATUSCHANGE startup errorultramage1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex13-71/+114
2007-03-19- Corrected Warp Portal not sending the map names with the .gat extension.skotlex1-7/+16
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex7-140/+174
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage13-696/+42
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms1-721/+716
2007-03-18* Script engine:FlavioJS2-119/+181
2007-03-16committing my work on the login server (mostly SQL)ultramage7-937/+530
2007-03-15Fixed compilation error added in r10003 in skill.ctoms1-2/+2
2007-03-15Fixed compilation of the mapcache builder under linuxtoms3-1/+4
2007-03-15ups, how did that get in...FlavioJS1-6/+5
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS4-146/+269
2007-03-15Updated the src/tool/Makefile to allow compiling the mapcache builderDracoRPG1-2/+6
2007-03-15- Small change in the login-sql server that prevens crashes when somehow peop...skotlex1-2/+1
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex2-3/+10
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex2-2/+2
2007-03-13Fixed a warningDracoRPG1-1/+1
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG13-1141/+255
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex4-21/+43
2007-03-12- Cleaned up the implementation of party_send_movemap, it should fix the clie...skotlex2-17/+12
2007-03-12- Corrected the new packet version entries for skilluseposinfoskotlex2-1/+3
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex6-10/+22
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex4-44/+103
2007-03-11- Added resetting the total count of labels to 0 when unloading an npc clears...skotlex1-0/+1
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex3-103/+14
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex7-18/+29
2007-03-09- Took care of all the warnings in grfio and mapcache.FlavioJS2-37/+88
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS21-79/+103
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex10-128/+126
2007-03-08- Normalized the mapname in guild get/set castle data, should fix guild flags.skotlex2-0/+17
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex4-18/+28
2007-03-07- Normalized guild castle names so guardians may spawn properly again.skotlex1-1/+1
2007-03-07- Made the map server abort when it can't open the mapcache file.skotlex2-2/+21
2007-03-07- Cleaned some up the add-effect code.skotlex1-12/+13
2007-03-07New mapcache system :xDracoRPG6-780/+97
2007-03-06- Corrected the define for NK no cardfix (def).skotlex4-15/+13
2007-03-05- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attack...skotlex2-13/+18
2007-03-05Fixed an infinite loop if script name contains a single ':'toms1-1/+3
2007-03-05- Soul Breaker no longer ignores elemental adjustments.skotlex1-4/+2
2007-03-04- Removed delete_session invokcations from ladmin.c...skotlex1-3/+2
2007-03-04- Removed delete_session from socket.h since it shouldn't be used by them.skotlex6-9/+14
2007-03-04More tweaks to socket.c to simplify the codeultramage4-110/+63
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex4-10/+25