summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-1/+1
2010-12-18* Updates to handling of hair color/style and cloth color of characters.ai4rei1-7/+0
2010-12-16* Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes co...ai4rei1-10/+8
2010-12-16* Fixed a mistake in sv_split, causing CR being recognized as EOL character, ...ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei6-17/+17
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X6-17/+17
2010-12-02* Added item type IT_CASH (item type 18) Requires user confirmation before us...L0ne_W0lf1-0/+1
2010-12-02* Added an error message when a client connection exceeds the socket write bu...ai4rei1-0/+1
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-1/+5
2010-11-30* Moved function 'exists' (file presense check) to utils.c, so that it is ava...ai4rei3-6/+13
2010-11-30* Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use s...ai4rei1-1/+1
2010-11-30* Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit.ai4rei1-2/+2
2010-11-25* Too large client packets, which would otherwise cause the client to crash, ...ai4rei1-0/+12
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei1-1/+2
2010-11-21* Added 64-bit variants of the socket and buffer I/O macros.ai4rei1-0/+4
2010-11-21* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...ai4rei1-5/+8
2010-11-20* Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han...ai4rei1-1/+1
2010-11-20* Removed ; from INTPTR_* defines (since r13449).ai4rei1-5/+5
2010-11-19* Fixed plug-in version getting checked against itself and a wrong operator b...ai4rei1-2/+2
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei4-21/+26
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf1-1/+1
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-2/+2
2010-09-06* Implemented Icescope's fix for devotion, reflect damage is no longer absorb...L0ne_W0lf1-1/+1
2010-08-03- Merged a few minor bugfixesSkotlex1-1/+7
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-2/+2
2010-05-21* Increased gobal_reg_value to 256 from 96.L0ne_W0lf1-2/+2
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-2/+5
2010-03-16added --enable-rdtsc configure option to enhance timer performance, especiall...Yommy1-0/+45
2010-02-15Added visual studio equivalent of libc's strtoull() - name redefine for newer...ultramage3-0/+46
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from u...Paradox924X1-1/+1
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related pac...skotlex1-1/+2
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage1-0/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-3/+47
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage2-14/+4
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed by...Inkfish1-0/+1
2009-09-04* QuestLog Fix.Inkfish1-2/+0
2009-08-14- Fixes and optimization to instancing. Thanks to Saithiszephyrus1-1/+1
2009-07-28* Some more updates to Quest LogInkfish1-2/+1
2009-07-26Fixed mob counts and quest states are not saved properly sometimesInkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-14/+7
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus5-14/+55
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau2-4/+4
2009-04-20* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...FlavioJS2-7/+18
2009-04-12* Took care of some warnings. (marionette formulas and *INTPTR_* macros)FlavioJS1-0/+4
2009-04-01* Removed online_check config options. (always active now)FlavioJS2-0/+11
2009-03-13Corrected a potentially uninitialized variable in sv_parse (bugreport:2860).ultramage1-1/+2
2009-02-25* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...FlavioJS1-1/+1
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-1/+1
2009-02-20* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...FlavioJS1-1/+9
2009-01-21* Added a limit of 1MB of pending data in the write fifo for non-server socke...FlavioJS1-1/+11