summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage11-112/+130
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS6-108/+209
2007-06-01Some typo fixing / cleaningultramage6-51/+47
2007-06-01Fixed ircbot not processing new usersultramage1-196/+166
2007-05-29Hopefully fixed the vsnprintf incompatibilityultramage1-0/+3
2007-05-28- Fixed an infinite char-server loop on the map connectionultramage3-47/+51
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS4-95/+114
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage3-5/+5
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage3-53/+63
2007-05-25- Fixed @statall giving you +99 stats instead of setting them to 99ultramage2-13/+17
2007-05-25Reformatting, warning fixes, unsigned char removalultramage9-279/+263
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage46-167/+229
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage26-146/+142
2007-05-23Fixed a typo in Chase Walk code (caused by r10593)ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage21-1569/+1377
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage5-13/+8
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage2-23/+27
2007-05-20* Added positional music effect to Battle Chant / Gospel, see r10588 on how t...ultramage1-0/+1
2007-05-19Reformatting @_@ultramage45-3465/+2236
2007-05-19* Added Global chat and Main chat loggingultramage7-76/+75
2007-05-19Fixed server crashes when you use long hostnames (/thx to Ancyker)ultramage2-4/+4
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage3-212/+87
2007-05-19Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it...ultramage1-1/+0
2007-05-19Corrected the problem with countitem2 (value wrapped-around in one case but n...ultramage1-67/+62
2007-05-11- Updated the effect list a bitultramage1-1/+2
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage3-30/+32
2007-05-10Attempt to fix unwanted teleporting of immobile mobsPlaytester1-1/+4
2007-05-10Replaced a few missed set_eof()-sultramage2-3/+3
2007-05-09* Adapted the shortlist to use a static array instead of a linked list and en...FlavioJS2-69/+43
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS10-124/+251
2007-05-07* Fixed warpwaitingpc not working (bug introduced in r10471).FlavioJS2-10/+10
2007-05-06Added a check to login_sql against too long db-stored emails.ultramage1-1/+1
2007-05-06Removed an unused variable in script.ctoms1-1/+0
2007-05-06* Fixed Converters not overwriting each otherPlaytester2-0/+3
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS14-307/+436
2007-05-05Missed a few occurences of strdup (followup to r10468)ultramage1-3/+3
2007-05-05- imported the latest working grfio code from stableultramage11-347/+212
2007-05-05Fixed Red Pouch overriding nobranch mapflagPlaytester1-2/+2
2007-05-05* Attempt to fix Kyrie Eleison not castable on enemy playersPlaytester1-3/+7
2007-05-04adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.blackhole893-2/+993
2007-05-04* Added up-to-date monster summoning files thanks to Vicious_PuccaPlaytester1-1/+1
2007-05-04- Updated mob_poring.txt, by Spre.DZeroX2-2/+3
2007-05-03Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...ultramage3-9/+10
2007-04-29* Ladmin fixesultramage4-1025/+1027
2007-04-29Gave each file an empty last line, to make svn happierultramage17-17/+6
2007-04-28Fixed login_sql ipbans not working (due to signed/unsigned mismatch)ultramage1-1/+1
2007-04-28'minor' detailsultramage3-3/+3
2007-04-28* Tried and fixed md5 password encryptionultramage8-367/+310
2007-04-28* Internal changes to the script engine:FlavioJS2-284/+294
2007-04-25- Corrected High Jump so it works on Guild Castles when WoE is off.skotlex1-3/+5