index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
unit.h
Age
Commit message (
Expand
)
Author
Files
Lines
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