Age | Commit message (Expand) | Author | Files | Lines |
2008-08-04 | Corrected project files / makefiles that were missing newly added .c file ent... | ultramage | 2 | -25/+77 |
2008-08-04 | Fixed an auth bug in txt charserver (caused by r12579, followup to r12609) | ultramage | 1 | -1/+1 |
2008-08-04 | Added configs for quest table name adjustment (bugreport:1778) | ultramage | 1 | -0/+4 |
2008-08-03 | Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou... | ultramage | 1 | -0/+2 |
2008-08-02 | Player shops will not close on death anymore (bugreport:1955). | ultramage | 1 | -4/+0 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 4 | -4/+5 |
2008-08-01 | Disabled the gm-hide namerequest cheat detection, uncomment if you know what ... | ultramage | 1 | -18/+15 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 6 | -10/+11 |
2008-07-31 | Quagmire now will affect boss monsters, but more info is required to code the... | shadow | 1 | -1/+0 |
2008-07-31 | Corrected one wrong config option name causing db connection problems (follow... | ultramage | 1 | -1/+1 |
2008-07-31 | @autoloot and @autolootitem can now be used together for more precise looting... | ultramage | 1 | -12/+1 |
2008-07-31 | Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re... | ultramage | 7 | -11/+11 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 9 | -349/+6 |
2008-07-30 | Small cleanup of script.c | ultramage | 1 | -65/+26 |
2008-07-30 | Fixed TXT storage code handling storage incorrectly (bugreport:1928) | ultramage | 1 | -8/+4 |
2008-07-30 | AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934) | ultramage | 1 | -3/+3 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 8 | -626/+2 |
2008-07-29 | - Fixed a bug with Status Resist Potion. | zephyrus | 2 | -1/+2 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 6 | -20/+33 |
2008-07-29 | Fixed Sql object not initializing default values properly. | ultramage | 1 | -1/+6 |
2008-07-28 | Fixed loginlog not reading database config settings (followup to r13005). | ultramage | 1 | -5/+5 |
2008-07-27 | Added code to md5 password received from charserver before comparing them wit... | ultramage | 1 | -0/+2 |
2008-07-27 | Fixed md5 passwords not working | ultramage | 1 | -1/+1 |
2008-07-27 | Cleaned up several poorly chosen loginlog variable names. | ultramage | 2 | -29/+23 |
2008-07-27 | * Removed some leftover code that shouldn't have been merged | ultramage | 1 | -3/+2 |
2008-07-27 | * Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated). | FlavioJS | 1 | -1/+0 |
2008-07-27 | * Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c). | FlavioJS | 2 | -0/+4 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 63 | -14380/+3907 |
2008-07-26 | Partially reverted the timer code changes from r12926 - r12969. | ultramage | 2 | -225/+110 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 11 | -70/+71 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 9 | -8/+148 |
2008-07-22 | Fixed a bug in the npc shop code, where requesting an item that wasn't on the... | ultramage | 2 | -63/+83 |
2008-07-20 | ops ('|'->'&' in delete_timer debug code) | FlavioJS | 1 | -1/+1 |
2008-07-20 | * Simplified the search in pop_timer_heap and added more debug info to help d... | FlavioJS | 2 | -10/+32 |
2008-07-20 | Corrected #storagelist target typo (bugreport:1873) | sketchyphoenix | 1 | -1/+1 |
2008-07-16 | * Added a check to make sure only released timers are acquired from the free ... | FlavioJS | 1 | -3/+3 |
2008-07-16 | Fixed TK_JUMPKICK, should not jump over objects and cliffs. | shadow | 1 | -1/+1 |
2008-07-15 | Removed the party_share_conflict() check. | ultramage | 6 | -68/+2 |
2008-07-15 | Corrected wrong data loading order in txt storage code causing crashes at sta... | ultramage | 2 | -2/+6 |
2008-07-15 | * Fixed pop_timer_heap using max heap comparisons instead of min heap compari... | FlavioJS | 2 | -21/+41 |
2008-07-14 | * Corrected compiler warning and error made from r12959 and r12953, respectiv... | sketchyphoenix | 2 | -1/+2 |
2008-07-14 | Made homunculi have doubled regen rates (they regen twice as fast) defined on... | shadow | 1 | -0/+6 |
2008-07-13 | added missing pick_log | Lupus | 1 | -1/+2 |
2008-07-13 | Modified storage data loading | ultramage | 16 | -478/+176 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 8 | -202/+207 |
2008-07-12 | Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ... | shadow | 1 | -1/+1 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 6 | -58/+58 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 14 | -79/+79 |
2008-07-10 | * Users can't click floating npcs directly. (quick fix for bugreport:1814) | FlavioJS | 1 | -1/+2 |
2008-07-09 | Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805 | shadow | 1 | -1/+1 |