Age | Commit message (Expand) | Author | Files | Lines |
2008-01-14 | * Client packet corrections | ultramage | 1 | -0/+16 |
2008-01-06 | Extended the id range for npcs, now [400,700) will also be treated as NPC obj... | ultramage | 1 | -1/+1 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -19/+14 |
2008-01-05 | Corrected one place belonging to the no-stacking mod that I missed when doing... | ultramage | 1 | -2/+2 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -26/+27 |
2008-01-03 | Changes to reduce the number of map cell types | ultramage | 1 | -11/+0 |
2008-01-03 | Map cell mechanism rewrite | ultramage | 1 | -98/+150 |
2008-01-03 | Moved extra junk from map_addblock/map_delblock to where it logically belongs... | ultramage | 1 | -35/+18 |
2008-01-03 | Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de... | ultramage | 1 | -177/+83 |
2007-12-31 | * Added code to reject double logins in clif_parse_WantToConnection and added... | FlavioJS | 1 | -7/+26 |
2007-12-27 | * Corrected description of scope and npc variables in script_commands.txt. | FlavioJS | 1 | -0/+4 |
2007-12-26 | Fixed the incorrect interpretation of the map-cell height information stored ... | ultramage | 1 | -22/+27 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -46/+0 |
2007-12-23 | - Fixed warning about unused variable | skotlex | 1 | -2/+1 |
2007-12-22 | - Corrected mob spawn utilization of the delay1/delay2 values (one is respawn... | skotlex | 1 | -9/+13 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -9/+8 |
2007-12-18 | - Cleaned up a bit the format of skill_db.txt (that comma next to the skill n... | skotlex | 1 | -4/+18 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -0/+6 |
2007-12-07 | - Insignificant cleanups. | skotlex | 1 | -1/+1 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -2/+1 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -12/+13 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -1/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -48/+23 |
2007-11-15 | Added error messages when trying to place objects on invalid map coordinates ... | ultramage | 1 | -4/+10 |
2007-11-13 | Added error reporting for invalid rows in skill db files. | ultramage | 1 | -1/+0 |
2007-11-11 | - Added missing include npc.h to map.c | skotlex | 1 | -0/+1 |
2007-11-11 | Fixed a missing include/export, and typos in the previous revision. | ultramage | 1 | -2/+3 |
2007-11-11 | - Cleaned up pc_calc_weapontype | skotlex | 1 | -2/+5 |
2007-11-09 | * Re-worked the login-char-map packet spam mechanism | ultramage | 1 | -8/+3 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -10/+10 |
2007-11-03 | Added script function 'strnpcinfo', for increased npc awareness (originally f... | ultramage | 1 | -0/+6 |
2007-10-29 | Command code cleaning (refer to topic:169759) | ultramage | 1 | -1/+1 |
2007-10-26 | * Removed confusing map_nick2sd_nocase(), let the charserver handle it | ultramage | 1 | -15/+0 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -0/+4 |
2007-10-22 | - Added the new mail system. Requires optimization and tests. | zephyrus | 1 | -52/+15 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -2/+2 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -66/+31 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -7/+7 |
2007-10-13 | Fixed a memleak during shutdown, caused by missing mail db shutdown code. | ultramage | 1 | -0/+7 |
2007-10-13 | Fixed memleak hell during mapserver shutdown (if grf reading is used and the ... | ultramage | 1 | -0/+2 |
2007-10-12 | Fixed some badly merged code in the #include part of map.c. | ultramage | 1 | -13/+1 |
2007-10-10 | * Partially removed the usage of 'flags' to direct the execution path in skil... | ultramage | 1 | -1/+1 |
2007-10-10 | * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. | FlavioJS | 1 | -1/+1 |
2007-10-06 | * the mapserver won't exit when no mapcache is found, with use_grf: yes | ultramage | 1 | -34/+17 |
2007-10-04 | * Corrected Icewall skill to be closer to official behavior (part of bugrepor... | ultramage | 1 | -4/+4 |
2007-09-27 | * Loot code using charid's instead of id's in pick priority. | FlavioJS | 1 | -4/+4 |
2007-09-25 | * Fixed the double free's caused by r11290 (wrong option in the database cons... | FlavioJS | 1 | -2/+2 |
2007-09-25 | * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls... | FlavioJS | 1 | -61/+123 |
2007-09-23 | * map_addflooritem and struct item_drop_list using id's instead of struct map... | FlavioJS | 1 | -27/+9 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -80/+58 |