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
/
npc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-05
- Added inter config connection_ping_interval which specifies interval in hou...
skotlex
1
-2
/
+2
2006-04-03
- Removed the flag variable from the npc_data structure. Disabled NPCs are no...
skotlex
1
-16
/
+13
2006-04-02
- Fixed npc_gettimerevent_tick returning the difference since the last trigge...
skotlex
1
-2
/
+2
2006-04-01
* Should not exit when you can't find an NPC file..
Lance
1
-1
/
+1
2006-04-01
Fixed the dynamic shop system memory allocation and id_db problem. Added samp...
Lance
1
-2
/
+2
2006-04-01
- Added structure view_data to handle sprite information for all characters (...
skotlex
1
-8
/
+26
2006-03-30
* Added execution of OnInterIfInit, OnCharIfInit and OnInterIfInitOnce on scr...
Lance
1
-0
/
+6
2006-03-29
- Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on ...
skotlex
1
-7
/
+10
2006-03-28
- Added a debug function to locate all "looping warps"
skotlex
1
-0
/
+31
2006-03-24
- Cleaned up a bit the npc undercharging item warning to specify when it is d...
skotlex
1
-3
/
+7
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-315
/
+57
2006-03-17
- Removed a block of code from skill_check_condition that actually belongs to...
skotlex
1
-1
/
+1
2006-03-17
Corrected nullpo_retv -> nullpo_ret since npc_unload is int.
Lance
1
-1
/
+1
2006-03-17
Reappropriate my previous fix on map_foreachiddb, it's npc_unload's problem.
Lance
1
-1
/
+3
2006-03-17
* Fixed npc_cleanup_dbsub not removing key and caused pointer being freed pro...
Lance
1
-0
/
+1
2006-03-17
* Final fix on Juperos NPC.
Lance
1
-1
/
+3
2006-03-15
- Added mapflag nodrop, fixed mapflag notrade.
skotlex
1
-0
/
+3
2006-03-14
- Some small cleanups of how @reloadscript works.
skotlex
1
-4
/
+4
2006-03-10
- Added a few dummy times in skill_cast_db for some GS skills.
skotlex
1
-1
/
+1
2006-03-10
* Fixed a variable loopback problem on NPC shop price checking routine.
Lance
1
-1
/
+1
2006-03-06
- Fixed npc_event doing a map-check when the npc is not on any map.
skotlex
1
-1
/
+1
2006-03-04
- Fixed missing baby-dancer job in exp2.txt
skotlex
1
-6
/
+2
2006-03-03
- Added event 8 for mobspawns that should spawn with special ai set.
skotlex
1
-1
/
+3
2006-03-03
- Trick dead now ends on logout
skotlex
1
-0
/
+3
2006-02-21
- Some fine-tuning of the warp portal code which prevents it from messing up ...
skotlex
1
-3
/
+10
2006-02-20
- Close confine won't get the bonus range on cast as other skills do due to e...
skotlex
1
-1
/
+1
2006-02-07
- Fixed startnpctimer starting multiple timers if the npc timer was already s...
skotlex
1
-0
/
+7
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-1
/
+2
2006-02-05
- Small fix in pet_attack that would make pets not unlock their target in som...
skotlex
1
-1
/
+1
2006-02-03
* Crash fix in npc.c npc_timerevent.
Valaris
1
-1
/
+1
2006-02-02
- Improved the NPC timer system to enable to have multiple timers going on at...
skotlex
1
-37
/
+157
2006-02-02
- Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it ...
skotlex
1
-5
/
+5
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-7
/
+7
2006-01-30
* Added 'restricted' mapflag, based on lordalfa patch
Komurka
1
-0
/
+5
2006-01-29
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...
Valaris
1
-0
/
+2826
2006-01-29
Clearing trunk.
Valaris
1
-2574
/
+0
2005-04-07
* Readded @disablenpc
celest
1
-136
/
+193
2005-04-06
Fixed and tweaked error messages in npc parsing [MouseJstr]
amber
1
-4
/
+4
2005-04-01
Fixed some memory corruptions [MouseJstr]
amber
1
-3
/
+6
2005-03-31
* Fixed a bug with InitTimer/StopTimer
celest
1
-14
/
+14
2005-03-29
Fixe compile time problems with our mixed C++/C conformance
amber
1
-1
/
+1
2005-03-25
* Fixed indoorsrwstable.txt reading
celest
1
-1
/
+2
2005-03-24
* Added 'map_charid2id'
celest
1
-59
/
+13
2005-03-23
* Fixed alot of memory leaks
celest
1
-28
/
+64
2005-03-22
Check changelog ^^
celest
1
-11
/
+8
2005-03-18
* Don't log SQL char actions if log_char is not enabled in char_athena.conf
celest
1
-2
/
+2
2005-03-17
* Added display script filename when a script error is found while parsing
celest
1
-3
/
+5
2005-03-08
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab...
shinomori
1
-2
/
+58
2005-03-08
Reverted a jA change in event loading
celest
1
-6
/
+6
2005-03-07
Replaced some free's with aFree
celest
1
-1
/
+1
[next]