index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
unit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-22
Path code cleaning...
ultramage
1
-28
/
+17
2007-12-10
- Cleared up npc shop id when warping a player.
skotlex
1
-0
/
+1
2007-12-08
- Changed the chaotic delay from block to delay since it just a sec
skotlex
1
-1
/
+1
2007-12-07
- Fixed ensembles skills.
skotlex
1
-4
/
+2
2007-11-28
- Corrected skill_check_condition to not delete items right away for certain ...
skotlex
1
-3
/
+2
2007-11-24
Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)
ultramage
1
-4
/
+7
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
1
-75
/
+73
2007-11-21
- Moved subtype from struct block_list to struct npc_data.
skotlex
1
-0
/
+1
2007-11-19
- removed 'skill_fail' message when a ground skill fails as that caues double...
skotlex
1
-1
/
+1
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-10
/
+5
2007-11-10
Fixed a bug in r11384 letting you bypass requirements for some skills (see bu...
ultramage
1
-2
/
+1
2007-11-02
Removed some long-unneccessary debug messages (from r1105).
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-27
* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...
ultramage
1
-1
/
+1
2007-10-19
- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...
skotlex
1
-0
/
+4
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
-16
/
+19
2007-10-04
* Corrected Icewall skill to be closer to official behavior (part of bugrepor...
ultramage
1
-6
/
+2
2007-10-03
* Cleaned up parts of skill.c related to skill units
ultramage
1
-2
/
+2
2007-09-21
some unimportant path.c / unit.c cleaning
ultramage
1
-12
/
+7
2007-09-21
* Corrected skill Charge Attack as described in bugreport:67
ultramage
1
-2
/
+5
2007-09-17
- Finally got some time to clean up and fix monster_ai&0x40 (chase through wa...
skotlex
1
-1
/
+10
2007-09-13
- Corrected SG Miracle to trigger per attack, not per walked tile. Trigger ra...
skotlex
1
-6
/
+0
2007-09-07
- Added support for the new party invite/reply packets from the latest client...
skotlex
1
-0
/
+3
2007-08-31
* Documented/cleaned up chatroom code and packetry
ultramage
1
-1
/
+1
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
1
-4
/
+5
2007-08-08
* Cleaned up junk left in the code by the mapcache/mapindex update
ultramage
1
-3
/
+3
2007-08-04
Some all-around code reformatting/cleaning
ultramage
1
-16
/
+12
2007-07-31
Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...
ultramage
1
-1
/
+1
2007-07-26
* Cleaned up mob drop code, crashfix is still needed though...
ultramage
1
-2
/
+1
2007-07-06
* Cleaned up some nasty code related to skill_blown
ultramage
1
-2
/
+3
2007-07-05
* update from Skotlex
ultramage
1
-8
/
+18
2007-06-22
* Changed behavior of some guild-related code (according to X.4 tests):
ultramage
1
-3
/
+3
2007-06-03
- Fixed missing client update when 'return to savepoint' fails
ultramage
1
-3
/
+3
2007-05-23
- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...
ultramage
1
-2
/
+3
2007-05-23
Fixed a typo in Chase Walk code (caused by r10593)
ultramage
1
-1
/
+1
2007-05-20
- Fixed one missed malloc->aMallocA typo, causing memory deallocation problems
ultramage
1
-2
/
+2
2007-05-20
- Fixed Chase Walk having a deactivation cast time (should be instant)
ultramage
1
-11
/
+15
2007-05-19
Reformatting @_@
ultramage
1
-41
/
+40
2007-05-11
Re-phrased the attacker flee/def penalty config descs
ultramage
1
-19
/
+16
2007-04-22
- Removed the include of features.h from the console.c plugin. It is apparent...
skotlex
1
-22
/
+6
2007-04-17
- The gain exp from resurrection config will now only work when the revived p...
skotlex
1
-0
/
+1
2007-04-11
- Some cleaning of the castend_map code to prevent the menuskill variable fro...
skotlex
1
-1
/
+1
2007-03-27
- Changed a bit the Moonlit code to prevent an infinite loop
skotlex
1
-2
/
+2
2007-03-20
- Removed Magic Rod's cast bar.
skotlex
1
-1
/
+0
2007-03-11
- Removed function clif_movepc as it's no longer invoked anywhere.
skotlex
1
-2
/
+2
2007-03-07
- Corrected the pet/homunc data not being free'd if the player logs out befor...
skotlex
1
-15
/
+23
2007-02-23
- Minor cleanups
skotlex
1
-0
/
+1
2007-02-21
Applied a consistent look to all header files (copyright, ifdefs)
ultramage
1
-2
/
+2
2007-02-16
- Modified the "guardian" spawn script command, it no longer receives a "amou...
skotlex
1
-7
/
+4
[next]