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
/
Changelog-Trunk.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-27
- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...
skotlex
1
-0
/
+2
2006-03-26
- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.
skotlex
1
-0
/
+1
2006-03-26
- Fixed jstrescapecpy crashing when you pass a null string to parse.
skotlex
1
-0
/
+2
2006-03-26
- Fixed the map-server freeze/crash on Warp Portal.
skotlex
1
-0
/
+1
2006-03-25
- Fixed Grandcross/Granddarkness showing no skill animation.
skotlex
1
-0
/
+4
2006-03-25
- Incremented the number of iterations to find a random stop to 100 as 50 see...
skotlex
1
-0
/
+1
2006-03-25
- Fixed pet hatching.
skotlex
1
-0
/
+1
2006-03-25
- Small change that SHOULD fix the pet duplication. Fixing pet incubator stil...
skotlex
1
-0
/
+1
2006-03-24
- Fixed Warp Portal.
skotlex
1
-0
/
+1
2006-03-24
- Modified script commands atcommand/charcommand to execute even if there isn...
skotlex
1
-0
/
+4
2006-03-24
- Some cleaning around the return to egg code. Pets should stop duplicating now.
skotlex
1
-0
/
+6
2006-03-24
- Fixed skillidx not being set whenever a mob uses a skill.
skotlex
1
-0
/
+2
2006-03-24
Replaced !sd->special_state.nocastcancel2 && something to (sd->special_state....
blackhole89
1
-0
/
+2
2006-03-24
- Added function map_search_freecell to locate an available cell around an ar...
skotlex
1
-0
/
+2
2006-03-24
- Added unit.c to the VC8 project file, thanks to Joshuaali
skotlex
1
-0
/
+4
2006-03-24
- Fixed a crash in unit_useskill_pos2
skotlex
1
-0
/
+1
2006-03-23
- Updated mob_db.sql and item_db.sql to latest txt versions.
skotlex
1
-0
/
+1
2006-03-23
- Fixed Devotion not properly being cleared on death/near death in some cases.
skotlex
1
-0
/
+4
2006-03-23
"castnodex&~1"
blackhole89
1
-0
/
+1
2006-03-23
- Modified pc_percent_heal to avoid overflow problems.
skotlex
1
-0
/
+1
2006-03-23
- Changed the second entry in water_height.txt to use directly the rsw file, ...
skotlex
1
-0
/
+2
2006-03-23
- Fixed Potion Pitcher sometimes crashing the server.
skotlex
1
-0
/
+5
2006-03-23
* Added SantaPoring's water_height.txt modifications.
Lance
1
-0
/
+1
2006-03-23
* Minor cleanups.
Lance
1
-0
/
+3
2006-03-23
- Some cleanup. Fixed function pc_isCardAllowedOn causing searches for non-ex...
skotlex
1
-0
/
+2
2006-03-23
- Changed Preserve's cost to 30sp
skotlex
1
-0
/
+1
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-0
/
+23
2006-03-22
- status_check_skilluse won't block skill-specific checks (silence, berserk, ...
skotlex
1
-0
/
+10
2006-03-22
- Some cleanups in irc.c
skotlex
1
-0
/
+3
2006-03-22
* Fixed compiler warnings in battle.c
Lance
1
-0
/
+1
2006-03-22
[reddozen's fix]
Lance
1
-0
/
+12
2006-03-21
Fixed duel in pk-mode (same party/same guild/alliance non-targeting issue).
LuzZza
1
-0
/
+2
2006-03-21
Fix on not showing guildmembers logins/logouts messages.
LuzZza
1
-0
/
+1
2006-03-21
- Fixed the inf2 for BA_DISSONANCE
skotlex
1
-2
/
+7
2006-03-20
- Added monster_ai&16 setting for executing the hard ai on ALL mobs in maps w...
skotlex
1
-0
/
+2
2006-03-20
Cleaned up some guild functions:
LuzZza
1
-0
/
+3
2006-03-20
- @stfu now allows negative intervals to be specified, they increase manner i...
skotlex
1
-0
/
+3
2006-03-20
- Small fix to prevent killer/killable states from allowing you to target you...
skotlex
1
-0
/
+14
2006-03-20
fixed items after blackhole89's fixes
Lupus
1
-2
/
+0
2006-03-20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5671 54...
blackhole89
1
-0
/
+2
2006-03-20
Heh. Took me quite a while to figure this out... but yeah. As of this revisio...
blackhole89
1
-0
/
+2
2006-03-19
* Documentation update on NPC whisper and rid2name.
Lance
1
-0
/
+1
2006-03-19
* Fixed event_kill_pc to behave like what it should instead of another replic...
Lance
1
-0
/
+2
2006-03-19
Replaced getmobdata to setmobdata in changelog.
Lance
1
-1
/
+1
2006-03-19
* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...
Lance
1
-0
/
+1
2006-03-18
added script function 'getmonsterinfo'
Lupus
1
-0
/
+2
2006-03-18
* Fixed warnings on compilers again.
Lance
1
-0
/
+3
2006-03-18
* Fixed the mob_skill_db by commenting out lines with targeted skills being c...
Zephiris
1
-0
/
+2
2006-03-17
- Removed a block of code from skill_check_condition that actually belongs to...
skotlex
1
-0
/
+3
2006-03-17
* Fixed misleading and inaccurately documented events and added a missing flag.
Lance
1
-0
/
+1
[next]