Age | Commit message (Expand) | Author | Files | Lines |
2011-03-07 | * Cleaned up packet dumping code. | ai4rei | 2 | -23/+50 |
2011-02-26 | * Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storag... | ai4rei | 1 | -1/+1 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -1/+1 |
2011-02-16 | * Updated configure/make scripts to resolve various issues. | ai4rei | 2 | -3/+6 |
2011-02-08 | * Added support for new delayed character deletion. | ai4rei | 1 | -0/+3 |
2011-02-02 | * Fixed non-windows 'findfile' utils function missing a 'closedir' call (bugr... | ai4rei | 1 | -0/+2 |
2011-01-31 | * Various accumulated cleanups and fixes. | ai4rei | 3 | -8/+8 |
2011-01-31 | * Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, ... | ai4rei | 1 | -3/+3 |
2011-01-28 | * Resolving allow/deny IP rules not working (bugreport:2632). | ai4rei | 2 | -3/+3 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -6/+0 |
2011-01-15 | * Various accumulated insignificant fixes to documentation, examples and comm... | ai4rei | 1 | -1/+1 |
2011-01-13 | * Reformatting and minor cleanups to console-plugin related code. | ai4rei | 1 | -1/+1 |
2011-01-04 | * Added support for removal of trailing comments to sv_readdb (bugreport:4680). | ai4rei | 1 | -3/+7 |
2011-01-02 | * Fixed local files could not be aliased with resnametable.txt in grfio (bugr... | ai4rei | 1 | -4/+32 |
2011-01-02 | * Cleanups to grfio. | ai4rei | 1 | -39/+61 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -1/+1 |
2010-12-29 | * Fixed 'console' plugin not working on Windows, due to NULL passed to Create... | ai4rei | 1 | -0/+2 |
2010-12-18 | * Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ... | ai4rei | 1 | -1/+1 |
2010-12-18 | * Updates to handling of hair color/style and cloth color of characters. | ai4rei | 1 | -7/+0 |
2010-12-16 | * Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes co... | ai4rei | 1 | -10/+8 |
2010-12-16 | * Fixed a mistake in sv_split, causing CR being recognized as EOL character, ... | ai4rei | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 6 | -17/+17 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 6 | -17/+17 |
2010-12-02 | * Added item type IT_CASH (item type 18) Requires user confirmation before us... | L0ne_W0lf | 1 | -0/+1 |
2010-12-02 | * Added an error message when a client connection exceeds the socket write bu... | ai4rei | 1 | -0/+1 |
2010-12-02 | * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). | ai4rei | 1 | -1/+5 |
2010-11-30 | * Moved function 'exists' (file presense check) to utils.c, so that it is ava... | ai4rei | 3 | -6/+13 |
2010-11-30 | * Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use s... | ai4rei | 1 | -1/+1 |
2010-11-30 | * Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit. | ai4rei | 1 | -2/+2 |
2010-11-25 | * Too large client packets, which would otherwise cause the client to crash, ... | ai4rei | 1 | -0/+12 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -1/+2 |
2010-11-21 | * Added 64-bit variants of the socket and buffer I/O macros. | ai4rei | 1 | -0/+4 |
2010-11-21 | * Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por... | ai4rei | 1 | -5/+8 |
2010-11-20 | * Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han... | ai4rei | 1 | -1/+1 |
2010-11-20 | * Removed ; from INTPTR_* defines (since r13449). | ai4rei | 1 | -5/+5 |
2010-11-19 | * Fixed plug-in version getting checked against itself and a wrong operator b... | ai4rei | 1 | -2/+2 |
2010-11-19 | * Various VC6-related fixes and tweaks. [Ai4rei] | ai4rei | 4 | -21/+26 |
2010-11-14 | * Updated quest_read_db. Might need reviewing. ;-; | L0ne_W0lf | 1 | -1/+1 |
2010-10-05 | * Added Spira's Party Booking System implementation | L0ne_W0lf | 1 | -2/+2 |
2010-09-06 | * Implemented Icescope's fix for devotion, reflect damage is no longer absorb... | L0ne_W0lf | 1 | -1/+1 |
2010-08-03 | - Merged a few minor bugfixes | Skotlex | 1 | -1/+7 |
2010-07-31 | * Implemented three new mercenary skills. | L0ne_W0lf | 1 | -2/+2 |
2010-05-21 | * Increased gobal_reg_value to 256 from 96. | L0ne_W0lf | 1 | -2/+2 |
2010-04-23 | Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot... | skotlex | 1 | -2/+5 |
2010-03-16 | added --enable-rdtsc configure option to enhance timer performance, especiall... | Yommy | 1 | -0/+45 |
2010-02-15 | Added visual studio equivalent of libc's strtoull() - name redefine for newer... | ultramage | 3 | -0/+46 |
2010-02-09 | Expanded range for cached and stored-in-db guild member exp (devotion) from u... | Paradox924X | 1 | -1/+1 |
2010-01-30 | - Added support for PACKETVER 20100105, which updates the vending related pac... | skotlex | 1 | -1/+2 |
2009-11-24 | Cleaned up leftover PACKETVER define on the charserver (followup to r14155). | ultramage | 1 | -0/+1 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 1 | -3/+47 |