summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2008-06-09* Added experimental code to set the socket limit at runtime.FlavioJS1-0/+21
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage1-1/+1
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1
2008-05-02Added a custom implementation of the va_copy macro for systems that don't pro...ultramage2-7/+37
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-7/+15
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage2-0/+19
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+2
2008-04-27Removed the calc_times() no-op (bugreport:1289)ultramage2-8/+0
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage4-6/+6
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS2-5/+41
2008-04-22Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar...toms1-1/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS3-7/+7
2008-04-21* Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin...FlavioJS1-0/+12
2008-04-17Modified sv_readdb to be able to process non-native line terminators (bugrepo...ultramage1-1/+1
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage2-0/+84
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-2/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-7/+1
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-2/+2
2008-04-10- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...zephyrus1-1/+1
2008-04-10Char server now loads/saves quest information.Kevin1-0/+1
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin1-0/+24
2008-04-08Updated MAX_GUARDIANS to support an insane amount of guardians.L0ne_W0lf1-1/+1
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-0/+2
2008-04-06Added Moscovia to the list of @go destinationstoms1-0/+1
2008-04-02First round of minor updates for WoE SE.L0ne_W0lf1-1/+1
2008-04-02* Added SV_KEEP_TERMINATOR option to not split the line terminator.FlavioJS2-18/+24
2008-04-02* Added sv_split to strlib.c/h (similar to sv_parse).FlavioJS2-10/+104
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage8-45/+65
2008-03-17- Clean up of calc_times function.zephyrus2-0/+7
2008-03-08- Auction System implementation completed.zephyrus1-1/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-0/+19
2008-03-02- New optimizations for mail system and adjust to use it on Auctions.zephyrus1-6/+2
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+16
2008-02-27Altered socket code to do a graceful connection shutdown when exiting.ultramage1-3/+2
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage1-0/+1
2008-02-22* Removed code in socket.c that tries to avoid send buffer overloading, as th...ultramage1-12/+0
2008-02-22Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...Lupus1-3/+3
2008-02-19* Forgotten update to the definition of script command 'input'.FlavioJS2-0/+3
2008-02-19* Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999)FlavioJS1-8/+17
2008-02-17Reverting r12212. As expected, Linux is incompatible.ultramage1-0/+6
2008-02-17Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ...ultramage1-4/+0
2008-02-16Removed some useless svn:ignore properties.ultramage1-1/+1
2008-02-13* Changes to memory manager: [FlavioJS]FlavioJS2-31/+84
2008-02-13Merged memory manager updates from old jA revisions (bugreport:663)ultramage1-305/+225
2008-02-04- Enabled ERS System in trunk (Let's make JetVictor dreams come true!)zephyrus1-1/+1
2008-02-03* Added an iterator to map.h/c.FlavioJS1-0/+8
2008-02-03Added a missing client update when the mute status is manually cancelled by a GMultramage1-1/+1
2008-01-29- Cleaned socket.c to use flag.server when detecting inter-server connections.skotlex1-14/+5
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage5-22/+13