Age | Commit message (Expand) | Author | Files | Lines |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -5/+6 |
2007-08-19 | - Cleaned up some the pet armor display code. | skotlex | 1 | -13/+13 |
2007-07-30 | * Corrected pet taming code; items are consumed immediately and only 1x | ultramage | 1 | -35/+13 |
2007-06-11 | - Fixed pet equip not displaying correctly at all (closes topic:153753) | ultramage | 1 | -8/+8 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -2/+2 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -3/+3 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -14/+7 |
2007-01-27 | - Moved the pet rename code from int_pet.c to inter.c and normalized it so it... | skotlex | 1 | -9/+15 |
2007-01-21 | Typo hunt | ultramage | 1 | -1/+1 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -6/+6 |
2006-12-22 | - Change strncpy to memcpy when parsing switches in the script engine since i... | FlavioJS | 1 | -1/+1 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 1 | -2/+2 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -1400/+1400 |
2006-11-22 | - Fixed the Auto-Berserk giving you back defense when it triggers during bers... | skotlex | 1 | -10/+18 |
2006-11-20 | - Fixed itemskill variable being cleared before parsing the skill, this cause... | skotlex | 1 | -7/+8 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 1 | -10/+11 |
2006-09-02 | - Corrected script_commands description of getequipid, it returns -1, not 0 o... | skotlex | 1 | -3/+7 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -6/+6 |
2006-08-24 | - Reverted the previous change, changed the pet capture code to try to captur... | skotlex | 1 | -8/+4 |
2006-08-18 | - Little code cleanup | toms | 1 | -3/+0 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 1 | -1/+1 |
2006-08-16 | - @produce now can make any kind of equipment | skotlex | 1 | -2/+2 |
2006-08-16 | - Now arrow-consuming skills where your main weapon is a whip or musical inst... | skotlex | 1 | -3/+3 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -94/+86 |
2006-07-27 | - Synced the script.c file with as much data as possible from jA's: | skotlex | 1 | -1/+1 |
2006-07-22 | - Applied Toms's suggested corrections to homun code. | skotlex | 1 | -2/+3 |
2006-07-11 | - Coded @reset. | skotlex | 1 | -4/+18 |
2006-07-08 | - Fixed the char table having party/guild_id as smallint when they need int t... | skotlex | 1 | -1/+1 |
2006-07-07 | - Removed the equip id from the clif_pet_equip packet as it is not used for a... | skotlex | 1 | -6/+8 |
2006-07-06 | - Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde... | skotlex | 1 | -1/+1 |
2006-06-28 | - Cleaned up a bit the code for @item | skotlex | 1 | -1/+2 |
2006-06-16 | - Merged Adam's patch to let the char-server handle validation of pet-name-ch... | skotlex | 1 | -1/+4 |
2006-06-07 | - Added pc_calcexp to calculate individual exp bonuses acquired from exp's so... | skotlex | 1 | -0/+1 |
2006-05-31 | - Corrected a null_po in pet_equip when trying to equip stuff without a pet. | skotlex | 1 | -1/+1 |
2006-05-31 | - Fixed pets ignoring can-act delays for skill usage. | skotlex | 1 | -1/+11 |
2006-05-30 | - Small optimization in battle_check_target | skotlex | 1 | -2/+3 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -1/+1 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -242/+183 |
2006-05-22 | - Fixed a possible null pointer in script command misc_effect | skotlex | 1 | -0/+1 |
2006-05-22 | * Looks like I fixed all of the leaks.. need someone to check :P | Lance | 1 | -1/+1 |
2006-05-01 | - Fixed a small typo/logic-error in pet_ai_sub_hard | skotlex | 1 | -1/+1 |
2006-04-30 | - Fixed a logic error that was likely the cause of pet loot drops not working. | skotlex | 1 | -2/+2 |
2006-04-27 | - Small change in the pet_ai that should stop the "strange" catch-up behaviou... | skotlex | 1 | -1/+4 |
2006-04-24 | - Fixed skill_delayfix not altering delay at all after you reached 150. | skotlex | 1 | -52/+67 |
2006-04-11 | - Fixed various include lines in the map server (of the type <include "nullpo... | skotlex | 1 | -6/+6 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 1 | -17/+9 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 1 | -0/+1 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 1 | -47/+21 |
2006-04-09 | - Added the missing last_thinktime initialization to pets. | skotlex | 1 | -0/+1 |
2006-04-07 | - Moved the devotion damage reduction to the block that only executes if flag... | skotlex | 1 | -1/+1 |