Age | Commit message (Expand) | Author | Files | Lines |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 24 | -508/+479 |
2007-02-15 | - Cleaned up clif_party_info a bit | ultramage | 6 | -24/+28 |
2007-02-15 | Cleaned up set_reg and the surrounding code | ultramage | 2 | -72/+61 |
2007-02-15 | - The default packet version is now 8. Clients from November2006 and before c... | skotlex | 5 | -27/+16 |
2007-02-15 | Corrected all Schwarzwald typos (except for the WIP one) | ultramage | 17 | -23/+25 |
2007-02-13 | - Applied Rayce's dangling pointer fix when returning a temporary npc string ... | skotlex | 2 | -0/+8 |
2007-02-13 | Fixed Bacsojin's mob id in mob_boss | Playtester | 2 | -1/+3 |
2007-02-13 | - Required Weapon, ammo, and skill state are now only checked on begin castin... | skotlex | 3 | -20/+23 |
2007-02-13 | - Reverted Venom Splasher's element to take your weapon's | skotlex | 5 | -11/+8 |
2007-02-13 | - A bit more work on Ticket #41. | FlavioJS | 7 | -89/+144 |
2007-02-12 | Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778) | ultramage | 2 | -1/+3 |
2007-02-12 | - Fixed npc_check_areanpc, Wand of Hermod works now. | skotlex | 3 | -2/+4 |
2007-02-12 | - Corrected range of self destruction / bio explosion to be equal to their sp... | skotlex | 12 | -30/+48 |
2007-02-12 | - Fixed the inverted behavior of display_skill_fail, caused by r9823 | ultramage | 4 | -5/+6 |
2007-02-12 | Disambiguation | ultramage | 1 | -2/+3 |
2007-02-11 | Fixed @loadnpc not updating the script_event[] array | ultramage | 4 | -1/+6 |
2007-02-11 | * Fixed Armeyer Dinze Card | Playtester | 2 | -4/+7 |
2007-02-11 | Fixed clif_party_message using an incorrect buffer length | ultramage | 2 | -28/+31 |
2007-02-10 | - Ups @ last commit. This time the changes in the buildin_func array are auto... | FlavioJS | 1 | -2/+2 |
2007-02-10 | * Cosmetic changes to the buildin section of script.c (use defines for functi... | FlavioJS | 2 | -962/+1005 |
2007-02-09 | - Fixed skill usage being blocked if you use Weapon Refine and there is nothi... | skotlex | 2 | -7/+8 |
2007-02-09 | - Corrected/updated info on Xor/setd/getd/callfunc/callsub/return and updated... | FlavioJS | 1 | -188/+189 |
2007-02-09 | - Updated the 'unit walk' to functions so they stop your attack if it's possi... | skotlex | 3 | -5/+20 |
2007-02-09 | - Fixed char server SQL not sending the guild info update to other map server... | skotlex | 2 | -1/+4 |
2007-02-09 | - Fixed skill range considerations using skill_get_range rather than skill_ge... | skotlex | 2 | -5/+5 |
2007-02-09 | Updated some info in script_commands: | ultramage | 1 | -56/+21 |
2007-02-09 | eAAC has checked the source and added missing commands to the script_commands... | eaac | 1 | -2453/+3095 |
2007-02-08 | - Added code for SQL that will automatically detect the ping interval at star... | ultramage | 8 | -63/+115 |
2007-02-08 | - Spider web can again be recasted on target. | skotlex | 6 | -27/+42 |
2007-02-08 | Added a missing null pointer check in clif_parse_globalmessage | ultramage | 2 | -4/+6 |
2007-02-08 | - Fixed the new socket code, which was triggering the inactivity timeout on t... | ultramage | 5 | -8/+9 |
2007-02-08 | Fixed a skill_db.txt typo for AS_ENCHANTPOISON introduced in r9794 | ultramage | 2 | -1/+3 |
2007-02-08 | - Fixed a bunch of probably incorrect logical comparisons. | skotlex | 5 | -21/+21 |
2007-02-08 | * More aggressive cleaning up of the socket code | ultramage | 3 | -154/+138 |
2007-02-07 | - Modified spider web so that the skill_unit_db flag restrictions may take pl... | skotlex | 4 | -3/+7 |
2007-02-07 | Wiped out the poorly written parse code from r2211 | ultramage | 4 | -52/+2 |
2007-02-07 | - Removed function inter_party_logged, which after some testing and thinking,... | skotlex | 6 | -68/+0 |
2007-02-07 | Cleaning up of the socket code | ultramage | 19 | -67/+66 |
2007-02-07 | - Updated the range of BioExplosion and Self Destruction so they count as ran... | skotlex | 10 | -41/+32 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 11 | -85/+23 |
2007-02-07 | - Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ... | FlavioJS | 3 | -4/+6 |
2007-02-07 | Cleaned up the script engine's get_val() function | ultramage | 2 | -83/+76 |
2007-02-06 | - Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that... | skotlex | 6 | -93/+100 |
2007-02-06 | - Cleaned up homunc attack request parsing. Homunculus no longer goes into au... | skotlex | 3 | -10/+8 |
2007-02-06 | - Fixed char-server not sending party status update when a member logs on/off | skotlex | 6 | -2/+15 |
2007-02-06 | Undid revision r9792 (npcshopattach) | ultramage | 2 | -2/+1 |
2007-02-06 | - Fixed @lvup, #lvup not doing a stat reset and lowering your status points i... | skotlex | 4 | -24/+24 |
2007-02-05 | - Updated the code so that now a range of a skill is determined by the skill'... | skotlex | 8 | -312/+305 |
2007-02-05 | Applied Dj-Yhn's fix to 'npcshopattach' | ultramage | 2 | -1/+2 |
2007-02-05 | - Fixed a duplicate warp name in Rachel | skotlex | 8 | -61/+70 |