Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-12 | * Added support for skill names to script commands: | FlavioJS | 1 | -0/+1 |
2008-06-09 | * Added experimental code to set the socket limit at runtime. | FlavioJS | 1 | -0/+21 |
2008-05-26 | Moved the options to disable specific compiler warnings from the generic 'Add... | ultramage | 1 | -1/+1 |
2008-05-25 | Increased storage space to 600 | Playtester | 1 | -1/+1 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+1 |
2008-05-02 | Added a custom implementation of the va_copy macro for systems that don't pro... | ultramage | 2 | -7/+37 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 1 | -7/+15 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 2 | -0/+19 |
2008-04-27 | fixing some timestamp type difference warnings... | ultramage | 1 | -2/+2 |
2008-04-27 | Removed the calc_times() no-op (bugreport:1289) | ultramage | 2 | -8/+0 |
2008-04-27 | Corrected r12662 where a guild break would trigger the OnGuildBreak event for... | ultramage | 4 | -6/+6 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 2 | -5/+41 |
2008-04-22 | Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar... | toms | 1 | -1/+1 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 3 | -7/+7 |
2008-04-21 | * Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin... | FlavioJS | 1 | -0/+12 |
2008-04-17 | Modified sv_readdb to be able to process non-native line terminators (bugrepo... | ultramage | 1 | -1/+1 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 2 | -0/+84 |
2008-04-14 | Some more updates to the quest log system. It has been completely moved to th... | Kevin | 1 | -2/+0 |
2008-04-11 | The max_account_id packetver detection mechanism will never cause any connect... | ultramage | 1 | -7/+1 |
2008-04-11 | Finished most of the quest log code, still bits here and there but it's usabl... | Kevin | 1 | -2/+2 |
2008-04-10 | - Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ... | zephyrus | 1 | -1/+1 |
2008-04-10 | Char server now loads/saves quest information. | Kevin | 1 | -0/+1 |
2008-04-10 | Some preliminary code for the questlog system (clif packet functions and basi... | Kevin | 1 | -0/+24 |
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/+2 |
2008-04-06 | Added Moscovia to the list of @go destinations | toms | 1 | -0/+1 |
2008-04-02 | First round of minor updates for WoE SE. | L0ne_W0lf | 1 | -1/+1 |
2008-04-02 | * Added SV_KEEP_TERMINATOR option to not split the line terminator. | FlavioJS | 2 | -18/+24 |
2008-04-02 | * Added sv_split to strlib.c/h (similar to sv_parse). | FlavioJS | 2 | -10/+104 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 8 | -45/+65 |
2008-03-17 | - Clean up of calc_times function. | zephyrus | 2 | -0/+7 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -1/+1 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -0/+19 |
2008-03-02 | - New optimizations for mail system and adjust to use it on Auctions. | zephyrus | 1 | -6/+2 |
2008-02-29 | - Starting preparatives for Auctions System. | zephyrus | 1 | -0/+16 |