summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-30* Trully fixed the previous commits. (missing casts and incomplete sizes)FlavioJS1-4/+4
2007-12-30Fixed a mistake of the previous commit (r11994). Was reading the size in the ...FlavioJS1-1/+1
2007-12-30* Made the memory manager set allocated memory to 0xCD and freed memory to 0x...FlavioJS1-0/+18
2007-12-27* Tweeked the declaration and initialization defines for vectors.FlavioJS3-15/+35
2007-12-23* Added a generic vector implementation (dynamic array) based on defines.FlavioJS1-0/+286
2007-12-17* Added flag.server to indicate interserver socketsultramage2-16/+19
2007-12-16Replaced the 'map name' castle data variable with the equivalent 'map index'.ultramage1-1/+1
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-3/+2
2007-12-14Added a precise and consistent tick() function for freebsd (see bugreport:240)ultramage1-1/+5
2007-12-13* Disabled ers until recent crashes are fixed.FlavioJS1-1/+1
2007-12-13* Abstracted the windows socket code so that all fd's are in the range [1,FD_...FlavioJS1-92/+244
2007-12-12* Some preparations for the guild script updateultramage2-8/+1
2007-12-10- The interserver outgoing buffer now gets flushed when it reaches 512KB of d...skotlex1-1/+6
2007-12-09* Added a generic 'delimiter-separated values' string parser to strlib.c/h.FlavioJS2-0/+373
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-33/+0
2007-11-30* Random cleanup/documentation.FlavioJS1-11/+11
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS2-0/+30
2007-11-26* Normalized makefiles:FlavioJS1-35/+22
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-1/+1
2007-11-21upsFlavioJS1-1/+1
2007-11-21* Fixed Sql_SetEncoding not setting the encoding of the connection properly. ...FlavioJS1-2/+4
2007-11-19Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...ultramage1-1/+1
2007-11-19* Nullpo's disabled on release builds.FlavioJS5-57/+63
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-1/+1
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-1/+0
2007-11-10Changing enum weapon_type in the mmo_charstatus structure back to integer unt...ultramage1-1/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage1-3/+4
2007-11-09Fixed socket.c using time() incorrectly, causing stall timer desynchronizatio...ultramage1-3/+3