Age | Commit message (Expand) | Author | Files | Lines |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -0/+1 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -3/+3 |
2008-03-13 | - Added a fix for Abracadabra, this skills allways should use minimum a Yello... | zephyrus | 1 | -0/+9 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -2/+1 |
2008-03-12 | * Added a message to let know the client if the mail inbox is full. | zephyrus | 1 | -0/+1 |
2008-03-11 | Replaced clif_countusers() with a more efficient alternative (thanks to the f... | ultramage | 1 | -0/+1 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -1/+1 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -0/+5 |
2008-03-02 | - The last, i hope, fix to the mail system. | zephyrus | 1 | -0/+1 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -1/+3 |
2008-02-28 | Adjusted const.txt's cell type numbers to match changes in r12247 | ultramage | 1 | -1/+1 |
2008-02-27 | * Removed NODAMAGE and ICEWALL cell types (mem usage back to normal) | ultramage | 1 | -6/+0 |
2008-02-26 | - Added new settings for autotrade on battle/misc.conf (you can read descript... | zephyrus | 1 | -0/+1 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -1/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -9/+3 |
2008-02-14 | - Some optimizations to @noks (now using a Status Change timer). | zephyrus | 1 | -5/+1 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -0/+9 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 1 | -2/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -1/+7 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 1 | -1/+1 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 1 | -0/+19 |
2008-01-30 | Added back the GRF_PATH_FILENAME variable and commandline parameter. | ultramage | 1 | -0/+1 |
2008-01-26 | Some random cleaning | ultramage | 1 | -3/+0 |
2008-01-14 | * Client packet corrections | ultramage | 1 | -0/+1 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 1 | -2/+2 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 1 | -8/+0 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -38/+29 |
2008-01-03 | Changes to reduce the number of map cell types | ultramage | 1 | -16/+2 |
2008-01-03 | Map cell mechanism rewrite | ultramage | 1 | -91/+114 |
2008-01-03 | Moved extra junk from map_addblock/map_delblock to where it logically belongs... | ultramage | 1 | -4/+2 |
2008-01-03 | Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de... | ultramage | 1 | -12/+9 |
2007-12-31 | * Added code to reject double logins in clif_parse_WantToConnection and added... | FlavioJS | 1 | -1/+2 |
2007-12-27 | * Corrected description of scope and npc variables in script_commands.txt. | FlavioJS | 1 | -1/+1 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 1 | -3/+3 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -11/+0 |
2007-12-22 | - Corrected mob spawn utilization of the delay1/delay2 values (one is respawn... | skotlex | 1 | -2/+1 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -11/+1 |
2007-12-18 | - Cleaned up a bit the format of skill_db.txt (that comma next to the skill n... | skotlex | 1 | -0/+1 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -3/+4 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -10/+1 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 1 | -2/+1 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -4/+9 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -4/+3 |
2007-11-18 | * Replaced jA's way of allocating npc shop data with a simple dynamic array t... | ultramage | 1 | -2/+4 |
2007-11-17 | Made OnTouch zone dimensions be stored as radius instead of diameter. | ultramage | 1 | -4/+4 |
2007-11-03 | Added script function 'strnpcinfo', for increased npc awareness (originally f... | ultramage | 1 | -0/+1 |
2007-11-02 | Removed some long-unneccessary debug messages (from r1105). | ultramage | 1 | -3/+3 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -8/+2 |
2007-10-27 | - Improvements to the mail system. | zephyrus | 1 | -0/+1 |
2007-10-26 | * Removed confusing map_nick2sd_nocase(), let the charserver handle it | ultramage | 1 | -1/+0 |