Age | Commit message (Expand) | Author | Files | Lines |
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -1/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-02 | Fixed compile errors on very old PACKETVERs | Haru | 1 | -7/+5 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -5/+7 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -4/+4 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -0/+13 |
2014-11-03 | * No cell stacking implemented (official version) | Michieru | 1 | -0/+1 |
2014-10-13 | * Monster skill use behavior, ranges, position lag fixes | Michieru | 1 | -1/+6 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-07-09 | Fixed issue with mounts and jobchange, ranger and mechanic mounts weren't bei... | panikon | 1 | -2/+2 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -7/+5 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -5/+7 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -7/+5 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -5/+6 |
2013-11-28 | Follow up fdb6de1aa34086fd4d22ae127437727f556cea3c | shennetsind | 1 | -1/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+1 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -12/+12 |
2013-09-16 | HPM: Unit.c Interface | shennetsind | 1 | -71/+53 |
2013-08-22 | Fixed Bug #7652 | shennetsind | 1 | -1/+1 |
2013-07-21 | Fixed various unit* script commands to work with NPCs (issue #7548) | Haru | 1 | -0/+1 |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -7/+7 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -52/+52 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -52/+52 |
2012-04-29 | - Updated the unit engine to cache attacker count rather than utilise CPU int... | epoque11 | 1 | -1/+4 |
2012-04-15 | Fixed quite a few dozen "comparison is always true due to limited range of da... | shennetsind | 1 | -0/+5 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -0/+4 |
2011-04-16 | * Added support for visible garments/robes. | ai4rei | 1 | -1/+2 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -4/+5 |
2010-11-23 | * Added script command pushpc, which is required by newer scripts. | ai4rei | 1 | -0/+1 |
2008-08-24 | - Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce... | zephyrus | 1 | -0/+1 |
2008-04-02 | * Added more debug information to track the double remove_map's | FlavioJS | 1 | -1/+2 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -0/+50 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -0/+3 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -2/+2 |
2007-10-18 | Fixed some gcc-specific stuff, silenced some more warnings | ultramage | 1 | -3/+3 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -13/+13 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -1/+3 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -2/+3 |
2007-01-16 | - Added function unit_escape to simplify the run-away code a bit in the mob ai. | skotlex | 1 | -0/+1 |
2006-12-31 | * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 | FlavioJS | 1 | -1/+1 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 1 | -2/+1 |
2006-08-18 | - Little code cleanup | toms | 1 | -0/+2 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 1 | -1/+1 |
2006-06-20 | - Corrected the line terminator setting on the unit.* files as pointed out by... | skotlex | 1 | -70/+70 |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -0/+1 |
2006-04-13 | - Changed slave chasing from using unit_walktobl to map_search_freecell + uni... | skotlex | 1 | -1/+1 |
2006-04-11 | - Changed clif_damage/clif_skill_damage to return the walk-delay based on the... | skotlex | 1 | -2/+0 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 1 | -1/+3 |
2006-03-23 | * Minor cleanups. | Lance | 1 | -1/+1 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 1 | -0/+69 |