Age | Commit message (Expand) | Author | Files | Lines |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -1/+1 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 1 | -0/+10 |
2007-11-20 | - Implemented SL_SUPERNOVICE erasing the death record 1% of the casts. | skotlex | 1 | -0/+2 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -6/+14 |
2007-11-03 | Tried to make sense out of timer.c ... and failed | ultramage | 1 | -2/+2 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -1/+1 |
2007-10-26 | Moved the new novending cell check from the internal code to the client-serve... | ultramage | 1 | -1/+1 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -3/+6 |
2007-10-19 | - Added bonusautoscript and bonusautoscript2. These are used to attach a scri... | skotlex | 1 | -0/+3 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -1/+1 |
2007-10-15 | Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ... | L0ne_W0lf | 1 | -2/+2 |
2007-10-11 | Removed the check that prevented Warp Portal from opening after you picked th... | ultramage | 1 | -3/+2 |
2007-09-29 | Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're... | ultramage | 1 | -17/+19 |
2007-09-28 | * Corrected Summer Outfit not included as a PC class. (Zephyrus_CR) | L0ne_W0lf | 1 | -1/+1 |
2007-09-03 | - Made regen work always, like Hp/Sp Loss, it no longer displays healing numb... | skotlex | 1 | -1/+1 |
2007-09-03 | - Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ... | skotlex | 1 | -0/+1 |
2007-08-29 | - Added bonus bSkillHeal to distinguish offensive skill damage increases from... | skotlex | 1 | -0/+3 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -4/+7 |
2007-08-16 | Added pc_isidle() to simplify a few idle-no-share checks. | ultramage | 1 | -0/+1 |
2007-04-17 | - Expanded the autospell structure to hold a flag, which contains the require... | skotlex | 1 | -0/+1 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+2 |
2007-01-24 | - Made the pc_deleteinvincibletimer function a define so it auto-checks for t... | skotlex | 1 | -1/+3 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -4/+4 |
2006-12-31 | * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 | FlavioJS | 1 | -3/+3 |
2006-12-12 | - Removed CART_MASK as OPTION_CART can take care of that. | skotlex | 1 | -4/+2 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -318/+318 |
2006-11-08 | - Moved the duel functions to pc.c since they are so totally out of place in ... | skotlex | 1 | -0/+9 |
2006-10-25 | - Cleaned up some more the event dequeue code, it will no longer clear out th... | skotlex | 1 | -1/+0 |
2006-10-19 | - Added the Monk combos to skill_castnodex so their delay is not decreased by... | skotlex | 1 | -1/+1 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 1 | -0/+1 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 1 | -2/+3 |
2006-08-21 | - Cleaned up some more the regen_data structure, so that skill/sitting-skill ... | skotlex | 1 | -3/+0 |
2006-08-18 | - Applied use of structure regen_data for a unified regen module. Natural and... | skotlex | 1 | -1/+5 |
2006-08-08 | - Changed define EQP_WEAPON to specify only the right-hand weapon, added defi... | skotlex | 1 | -1/+2 |
2006-07-29 | - Added A_* constants to identify ammo types. | skotlex | 1 | -0/+9 |
2006-07-20 | - Added pc_check_weapontype to do a proper skill weapon check that takes into... | skotlex | 1 | -0/+3 |
2006-07-06 | - Rewrote all the item restriction functions so that they will take into acco... | skotlex | 1 | -1/+1 |
2006-07-06 | - Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde... | skotlex | 1 | -0/+37 |
2006-06-30 | - Moved item group enumeration from itemdb.h to map.h | skotlex | 1 | -1/+1 |
2006-06-07 | - Added pc_calcexp to calculate individual exp bonuses acquired from exp's so... | skotlex | 1 | -1/+1 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -0/+1 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -7/+5 |
2006-05-26 | I'm still here! | DracoRPG | 1 | -1/+1 |
2006-05-08 | - Increased max number of tries to find a random spot in maps to 1000 since s... | skotlex | 1 | -1/+1 |
2006-04-22 | - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end | skotlex | 1 | -8/+0 |
2006-04-17 | - skill_clear_unitgroup is now invoked in unit_remove_map only on death if th... | skotlex | 1 | -1/+1 |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -2/+0 |
2006-04-05 | added missing weapon type, W_HUUMA(or kazema.. but huuma would be more.. corr... | Vicious | 1 | -0/+1 |
2006-04-05 | - Added a define list for weapon types in pc.h | skotlex | 1 | -0/+26 |
2006-04-01 | - Added structure view_data to handle sprite information for all characters (... | skotlex | 1 | -4/+4 |