summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2011-06-27* Added common/random and 3rdparty/mt19937ar to project files, makefiles and ...flaviojs1-8/+17
2011-06-26* Fixed a signed literal being assigned to an unsigned variable and other min...ai4rei1-6/+2
2011-06-25Slightly cleaned up some ancient Brandish Spear code:ultramage1-6/+0
2011-06-25* Added Mersenne Twister MT19937 as a random number generator.flaviojs2-0/+103
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-1/+12
2011-06-18* Fixed missing strlib.h include for compilers without own 'strnlen' implemen...ai4rei1-0/+1
2011-06-16Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its in...ultramage2-19/+6
2011-06-16Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969).ultramage1-8/+8
2011-06-16* Merges from charmerge:flaviojs7-53/+208
2011-05-01* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...ai4rei2-71/+5
2011-05-01* Removed auto-add feature from mapindex code, as map indexes are used for sa...ai4rei2-13/+0
2011-04-16* Added support for visible garments/robes.ai4rei1-0/+2
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-0/+1
2011-04-09* Fixed memory corruption when amount of players online approached FD_SETSIZE...ai4rei1-4/+1
2011-04-08* Fixed a compile error when socket send shortlists are disabled (s->eof inst...ai4rei1-1/+1
2011-04-05* Moved detection of monotonic clock support to the configure script, which a...ai4rei1-1/+1
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-1/+1
2011-03-07* Cleaned up packet dumping code.ai4rei2-23/+50
2011-02-26* Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storag...ai4rei1-1/+1
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-1/+1
2011-02-16* Updated configure/make scripts to resolve various issues.ai4rei2-3/+6
2011-02-08* Added support for new delayed character deletion.ai4rei1-0/+3
2011-02-02* Fixed non-windows 'findfile' utils function missing a 'closedir' call (bugr...ai4rei1-0/+2
2011-01-31* Various accumulated cleanups and fixes.ai4rei3-8/+8
2011-01-31* Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, ...ai4rei1-3/+3
2011-01-28* Resolving allow/deny IP rules not working (bugreport:2632).ai4rei2-3/+3
2011-01-23* Some cleaning here and there.ai4rei1-6/+0
2011-01-15* Various accumulated insignificant fixes to documentation, examples and comm...ai4rei1-1/+1
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-1/+1
2011-01-04* Added support for removal of trailing comments to sv_readdb (bugreport:4680).ai4rei1-3/+7
2011-01-02* Fixed local files could not be aliased with resnametable.txt in grfio (bugr...ai4rei1-4/+32
2011-01-02* Cleanups to grfio.ai4rei1-39/+61
2010-12-29* Collection of random insignificant changes.ai4rei1-1/+1
2010-12-29* Fixed 'console' plugin not working on Windows, due to NULL passed to Create...ai4rei1-0/+2
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