summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-09* Added a database iterator to db.c/db.h.FlavioJS2-1/+442
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS2-410/+278
2007-11-03Tried to make sense out of timer.c ... and failedultramage2-80/+101
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage2-7/+4
2007-10-27Fixed a compilation error in the mail code. Blame the C standard and gcc for ...ultramage1-11/+10
2007-10-27Followup fixes to r11583:ultramage1-10/+11
2007-10-27- Improvements to the mail system.zephyrus1-1/+11
2007-10-24* Corrected a fex misshaps from r11571:FlavioJS1-1/+1
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+2
2007-10-24* Cleaned up some messy guild code (more to come)ultramage3-10/+6
2007-10-23* Removed the inter_athena.conf maildb settings as they are not required anym...zephyrus1-4/+4
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-0/+31
2007-10-21Fixed a small mistake in r11503 causing a fatal error&exit on unix when you t...ultramage1-4/+4
2007-10-20Fixed a nasty bug from r11410 which let people create chars with already take...ultramage1-1/+1
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage2-1/+2
2007-10-18* Removed commented-out code for check_fake_id()ultramage2-5/+3
2007-10-18Fixed unix compilation problem due to a missing include (caused by r11499)ultramage1-0/+2
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage3-148/+124
2007-10-17* Reworked the parsing at npc.c.FlavioJS2-0/+24
2007-10-17Using predefined constants as parameters to the exit() function.ultramage5-20/+20
2007-10-17* small timer.c cleaningultramage2-100/+57
2007-10-13Fixed memleak hell during mapserver shutdown (if grf reading is used and the ...ultramage1-5/+11
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-3/+4
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage1-0/+2
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-1/+2
2007-09-25* Fixed the double free's caused by r11290 (wrong option in the database cons...FlavioJS1-0/+3
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS2-5/+28