Age | Commit message (Expand) | Author | Files | Lines |
2008-04-15 | Used a forward declaration of the struct quest instead of including mmo.h | toms | 1 | -1/+2 |
2008-04-13 | Added an include in clif.h to avoid a complaint of gcc | toms | 1 | -1/+1 |
2008-04-11 | The max_account_id packetver detection mechanism will never cause any connect... | ultramage | 1 | -1/+0 |
2008-04-11 | More questlog code. | Kevin | 1 | -0/+5 |
2008-04-10 | Some preliminary code for the questlog system (clif packet functions and basi... | Kevin | 1 | -0/+3 |
2008-04-08 | Fixed party invitation ack messages not displaying on recent clients (bugrepo... | ultramage | 1 | -1/+2 |
2008-04-08 | Modified PACKETVER for recent clients to use a YYYYMMDD date format instead o... | ultramage | 1 | -11/+12 |
2008-04-08 | Reverted L0ne_W0lf's change of PACKETVER | toms | 1 | -1/+1 |
2008-04-08 | Updated MAX_GUARDIANS to support an insane amount of guardians. | L0ne_W0lf | 1 | -1/+1 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -0/+1 |
2008-04-07 | Removed the 'wait close' timer that closed a session's socket after 5 seconds. | ultramage | 1 | -1/+0 |
2008-03-27 | Chagned trunk's default server->client PACKETVER to 9 | ultramage | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -6/+6 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -2/+3 |
2008-03-11 | Replaced clif_countusers() with a more efficient alternative (thanks to the f... | ultramage | 1 | -1/+0 |
2008-03-08 | Corrected a problem where a party invite acknowledgement would not be sent (b... | ultramage | 1 | -1/+1 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -1/+2 |
2008-03-08 | - Added support for Auction Close and Cancel. | zephyrus | 1 | -0/+1 |
2008-03-07 | - More updates to Auctions. Now you "really" can register auctions, limit to ... | zephyrus | 1 | -0/+1 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -2/+3 |
2008-03-05 | * Added code to clear the Illusionary Shadow effect (followup to r12293) | ultramage | 1 | -1/+1 |
2008-02-29 | - Starting preparatives for Auctions System. | zephyrus | 1 | -0/+3 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -0/+2 |
2008-02-27 | Added support for the "view player equip" feature (see topic:174461) | ultramage | 1 | -0/+5 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -0/+1 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 1 | -0/+1 |
2008-02-13 | - Some fixes to mail system. | zephyrus | 1 | -1/+1 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 1 | -2/+1 |
2008-01-26 | Some random cleaning | ultramage | 1 | -1/+1 |
2008-01-21 | Fixed/cleaned r12114 and 12117. | ultramage | 1 | -0/+1 |
2008-01-15 | * Manner system fixing | ultramage | 1 | -1/+2 |
2008-01-14 | * Client packet corrections | ultramage | 1 | -2/+2 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 1 | -3/+3 |
2007-11-28 | * Reconstructed a list of all PACKETVER types, by reverse-engineering it from... | ultramage | 1 | -1/+8 |
2007-11-27 | * TXT/SQL login server code synchronization | ultramage | 1 | -1/+1 |
2007-11-24 | Added support for latest official client/server packet changes. | ultramage | 1 | -0/+1 |
2007-11-22 | * Modified mapserver login procedure to make clients from may 2007 and newer ... | ultramage | 1 | -1/+2 |
2007-11-07 | - Added separated packets for get and set attachment on mail system. | zephyrus | 1 | -0/+1 |
2007-10-27 | Followup fixes to r11583: | ultramage | 1 | -1/+1 |
2007-10-27 | - Improvements to the mail system. | zephyrus | 1 | -4/+4 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -1/+1 |
2007-10-22 | - Added the new mail system. Requires optimization and tests. | zephyrus | 1 | -0/+10 |
2007-10-18 | Fixed some gcc-specific stuff, silenced some more warnings | ultramage | 1 | -1/+1 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -1/+1 |
2007-10-18 | * Removed commented-out code for check_fake_id() | ultramage | 1 | -1/+0 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -1/+1 |
2007-10-16 | * Fixed a copy-paste mistake in disguise code (from r5833) | ultramage | 1 | -12/+5 |
2007-10-10 | Re-enabled packet 0x1ac to be sent when something gets ankle-snared | ultramage | 1 | -2/+2 |
2007-10-08 | * Delayed the check for required items when a skill is cast to when they are ... | FlavioJS | 1 | -0/+1 |
2007-10-04 | * Corrected Icewall skill to be closer to official behavior (part of bugrepor... | ultramage | 1 | -1/+1 |