summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG3-7/+12
2007-03-19- Patched the MAX_STATUSCHANGE startup errorultramage5-30/+5
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex21-136/+199
2007-03-19* Updated new cards [Playtester]Playtester2-17/+21
2007-03-19- Corrected Warp Portal not sending the map names with the .gat extension.skotlex2-7/+19
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex9-143/+188
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage23-748/+48
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms2-721/+721
2007-03-18* Script engine:FlavioJS4-121/+187
2007-03-18Added missing VC++ 7.1 project files for mapcache.Lance3-0/+188
2007-03-17A note about the case_insensitive config setting, read changelog for detailsultramage2-1/+9
2007-03-16committing my work on the login server (mostly SQL)ultramage12-1007/+572
2007-03-16Fixed a missing curly brace and removed some more .gat-sultramage7-377/+378
2007-03-15removed all .GAT from configs, docs and examplesLupus28-2423/+2428
2007-03-15removed all .GAT from all the scripts and testedLupus532-19247/+19194
2007-03-15Added GCC4 autodetection for -Wno-unused-parameter and -Wno-pointer-sign in M...toms1-2/+6
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).FlavioJS5-146/+273
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-15Added brief doc for the mapcache builderDracoRPG1-0/+18
2007-03-14- Increased Shield Chain's range by one. It is now a ranged skill.skotlex6-6/+18
2007-03-14- Corrected party item share settings not being properly updated on logon.skotlex3-2/+6
2007-03-13Restored file history deleted in r10003ultramage2-727/+728
2007-03-13Fixed a warningDracoRPG1-1/+1
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG19-1867/+330
2007-03-13Updated sql filesPlaytester2-51/+52
2007-03-13- @pvpoff and @gvgoff will make everyone in the map stop auto-attacking now.skotlex7-23/+55
2007-03-13* Reduced the chance to socket enchant a C rank item to 40%Playtester3-3/+7
2007-03-12Small fix on aegis namesPlaytester1-3/+3
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 skilluseposinfoskotlex4-3/+11
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex7-10/+27
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex5-44/+107
2007-03-11* Updated the "AddEffWhenHit" cardsPlaytester2-19/+23
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.skotlex4-103/+20
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex8-18/+36
2007-03-10Fixed some autocast rates of the new headgearsPlaytester2-10/+12
2007-03-09- Took care of all the warnings in grfio and mapcache.FlavioJS3-37/+90
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS22-79/+108
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex10-128/+126
2007-03-08Updated various one-handed weaponsPlaytester2-16/+18
2007-03-08- Normalized the mapname in guild get/set castle data, should fix guild flags.skotlex6-11/+40
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex6-18/+34
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.skotlex2-12/+17