Age | Commit message (Expand) | Author | Files | Lines |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 1 | -0/+8 |
2008-02-03 | Added a missing client update when the mute status is manually cancelled by a GM | ultramage | 1 | -1/+1 |
2008-01-29 | - Cleaned socket.c to use flag.server when detecting inter-server connections. | skotlex | 1 | -14/+5 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 5 | -22/+13 |
2007-12-30 | * Trully fixed the previous commits. (missing casts and incomplete sizes) | FlavioJS | 1 | -4/+4 |
2007-12-30 | Fixed a mistake of the previous commit (r11994). Was reading the size in the ... | FlavioJS | 1 | -1/+1 |
2007-12-30 | * Made the memory manager set allocated memory to 0xCD and freed memory to 0x... | FlavioJS | 1 | -0/+18 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 3 | -15/+35 |
2007-12-23 | * Added a generic vector implementation (dynamic array) based on defines. | FlavioJS | 1 | -0/+286 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 2 | -16/+19 |
2007-12-16 | Replaced the 'map name' castle data variable with the equivalent 'map index'. | ultramage | 1 | -1/+1 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -3/+2 |
2007-12-14 | Added a precise and consistent tick() function for freebsd (see bugreport:240) | ultramage | 1 | -1/+5 |
2007-12-13 | * Disabled ers until recent crashes are fixed. | FlavioJS | 1 | -1/+1 |
2007-12-13 | * Abstracted the windows socket code so that all fd's are in the range [1,FD_... | FlavioJS | 1 | -92/+244 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 2 | -8/+1 |
2007-12-10 | - The interserver outgoing buffer now gets flushed when it reaches 512KB of d... | skotlex | 1 | -1/+6 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 2 | -0/+373 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -33/+0 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 1 | -11/+11 |
2007-11-27 | * Added safesnprintf to strlib.c/h (bugreport:372) | FlavioJS | 2 | -0/+30 |
2007-11-26 | * Normalized makefiles: | FlavioJS | 1 | -35/+22 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -1/+1 |
2007-11-21 | ups | FlavioJS | 1 | -1/+1 |
2007-11-21 | * Fixed Sql_SetEncoding not setting the encoding of the connection properly. ... | FlavioJS | 1 | -2/+4 |
2007-11-19 | Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a... | ultramage | 1 | -1/+1 |
2007-11-19 | * Nullpo's disabled on release builds. | FlavioJS | 5 | -57/+63 |
2007-11-14 | Fixed some homunculus skill offset calculation mistakes (bugreport:363) | ultramage | 1 | -1/+1 |
2007-11-12 | - Important fix to Mail System allowing (by a low change) items duple. | zephyrus | 1 | -1/+0 |
2007-11-10 | Changing enum weapon_type in the mmo_charstatus structure back to integer unt... | ultramage | 1 | -1/+1 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -3/+4 |
2007-11-09 | Fixed socket.c using time() incorrectly, causing stall timer desynchronizatio... | ultramage | 1 | -3/+3 |
2007-11-09 | * Added a database iterator to db.c/db.h. | FlavioJS | 2 | -1/+442 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 2 | -410/+278 |
2007-11-03 | Tried to make sense out of timer.c ... and failed | ultramage | 2 | -80/+101 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 2 | -7/+4 |
2007-10-27 | Fixed a compilation error in the mail code. Blame the C standard and gcc for ... | ultramage | 1 | -11/+10 |
2007-10-27 | Followup fixes to r11583: | ultramage | 1 | -10/+11 |
2007-10-27 | - Improvements to the mail system. | zephyrus | 1 | -1/+11 |
2007-10-24 | * Corrected a fex misshaps from r11571: | FlavioJS | 1 | -1/+1 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -0/+2 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 3 | -10/+6 |
2007-10-23 | * Removed the inter_athena.conf maildb settings as they are not required anym... | zephyrus | 1 | -4/+4 |
2007-10-22 | - Added the new mail system. Requires optimization and tests. | zephyrus | 1 | -0/+31 |
2007-10-21 | Fixed a small mistake in r11503 causing a fatal error&exit on unix when you t... | ultramage | 1 | -4/+4 |
2007-10-20 | Fixed a nasty bug from r11410 which let people create chars with already take... | ultramage | 1 | -1/+1 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 2 | -1/+2 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 2 | -5/+3 |
2007-10-18 | Fixed unix compilation problem due to a missing include (caused by r11499) | ultramage | 1 | -0/+2 |
2007-10-17 | * Merged do_sendrecv() and do_parse() into do_sockets() | ultramage | 3 | -148/+124 |