Age | Commit message (Expand) | Author | Files | Lines |
2009-07-26 | Fixed mob counts and quest states are not saved properly sometimes | Inkfish | 1 | -1/+1 |
2009-07-25 | Rewrote Quest Log system. | Inkfish | 1 | -14/+7 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 5 | -14/+55 |
2009-05-02 | - Fixed some typos in the script command documentation. (bugreport:2547) | brianluau | 2 | -4/+4 |
2009-04-20 | * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667... | FlavioJS | 2 | -7/+18 |
2009-04-12 | * Took care of some warnings. (marionette formulas and *INTPTR_* macros) | FlavioJS | 1 | -0/+4 |
2009-04-01 | * Removed online_check config options. (always active now) | FlavioJS | 2 | -0/+11 |
2009-03-13 | Corrected a potentially uninitialized variable in sv_parse (bugreport:2860). | ultramage | 1 | -1/+2 |
2009-02-25 | * Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes... | FlavioJS | 1 | -1/+1 |
2009-02-20 | Increased variable size for status/skill points to remove the 65k cap (bugrep... | ultramage | 1 | -1/+1 |
2009-02-20 | * Modified WFIFOSET to trigger a fatal error when trying to send a packet tha... | FlavioJS | 1 | -1/+9 |
2009-01-21 | * Added a limit of 1MB of pending data in the write fifo for non-server socke... | FlavioJS | 1 | -1/+11 |
2009-01-21 | * Replaced the fake timer heap (sorted array) with a real heap. (improves per... | FlavioJS | 1 | -98/+38 |
2009-01-21 | * Added a generic binary heap implementation based on defines. (round 2) | FlavioJS | 1 | -12/+32 |
2009-01-20 | * Added a generic binary heap implementation based on defines. | FlavioJS | 1 | -0/+206 |
2009-01-14 | * Added client login packets 0x01fa and 0x027c. | FlavioJS | 2 | -0/+14 |
2009-01-13 | Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (... | ultramage | 1 | -1/+1 |
2009-01-13 | * Cleaned up command @users/#users: | FlavioJS | 2 | -2/+2 |
2009-01-05 | Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only. | ultramage | 1 | -1/+1 |
2008-12-25 | * Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ... | FlavioJS | 1 | -4/+15 |
2008-11-24 | * Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483) | FlavioJS | 1 | -1/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 2 | -4/+13 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 3 | -8/+8 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -0/+1 |
2008-09-04 | * Updated mmo.h, increased merc max count to 36. | L0ne_W0lf | 1 | -1/+1 |
2008-09-01 | - Something i forget to commit mmo.h. | zephyrus | 1 | -3/+3 |
2008-08-31 | - A proper mercenary lifetime calculation. | zephyrus | 1 | -1/+1 |
2008-08-24 | - Fixed skill problems (who did this? Mercenary skills values are big than ho... | zephyrus | 1 | -1/+1 |
2008-08-23 | - Completed Mercenary Create, Delete, Save. Tests OK. | zephyrus | 1 | -1/+1 |
2008-08-23 | - Mercenary Packets (Server to Client). Still need a little more info. | zephyrus | 1 | -1/+0 |
2008-08-22 | - Mercenary data structures. | zephyrus | 1 | -1/+17 |
2008-08-19 | * Fixed a storage saving issue with txt charserver (bugreport:2084) | ultramage | 1 | -1/+0 |
2008-08-09 | Fixed login printing raw passwdenc passwords to console (bugreport:826). | ultramage | 4 | -28/+48 |
2008-07-31 | Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re... | ultramage | 1 | -3/+3 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 1 | -4/+8 |
2008-07-29 | Fixed Sql object not initializing default values properly. | ultramage | 1 | -1/+6 |
2008-07-27 | * Removed some leftover code that shouldn't have been merged | ultramage | 1 | -3/+2 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 5 | -10/+57 |
2008-07-26 | Partially reverted the timer code changes from r12926 - r12969. | ultramage | 2 | -225/+110 |
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 | 1 | -6/+15 |
2008-07-16 | * Added a check to make sure only released timers are acquired from the free ... | FlavioJS | 1 | -3/+3 |
2008-07-15 | * Fixed pop_timer_heap using max heap comparisons instead of min heap compari... | FlavioJS | 2 | -21/+41 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -16/+15 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 1 | -1/+1 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -1/+1 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 2 | -148/+233 |
2008-06-18 | Fixed a bug in the timer code which made it impossible to delete a timer with... | ultramage | 2 | -2/+2 |
2008-06-17 | Forgot to commit source modification from r12833 (Updated Novice grounds.) | L0ne_W0lf | 1 | -1/+1 |
2008-06-16 | * Made the socket limit not be set in cygwin, which has bogus behavior. (bugr... | FlavioJS | 2 | -2/+13 |