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
2007-12-18
* Updated respawn time interpretation according to latest kRO update
Playtester
1
-4
/
+5
2007-12-12
* Some preparations for the guild script update
ultramage
1
-54
/
+51
2007-12-09
* Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str...
FlavioJS
1
-15
/
+47
2007-12-06
* Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin...
FlavioJS
1
-12
/
+4
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-37
/
+15
2007-11-28
- Corrected skill_check_condition to not delete items right away for certain ...
skotlex
1
-2
/
+1
2007-11-27
* Fixed fake_nd not being exported correctly and being unloaded when reloadin...
FlavioJS
1
-1
/
+4
2007-11-22
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
FlavioJS
1
-9
/
+26
2007-11-21
- Moved subtype from struct block_list to struct npc_data.
skotlex
1
-19
/
+19
2007-11-21
- Optimized a bit the map set cell imperative so it only fails when the targe...
skotlex
1
-1
/
+2
2007-11-19
- removed 'skill_fail' message when a ground skill fails as that caues double...
skotlex
1
-1
/
+1
2007-11-18
- Implemented a small change that was long overdue: Displaying the char-selec...
skotlex
1
-1
/
+2
2007-11-18
- setting npc cells will no longer work on non-walkable tiles (since you coul...
skotlex
1
-0
/
+2
2007-11-18
* Replaced jA's way of allocating npc shop data with a simple dynamic array t...
ultramage
1
-13
/
+21
2007-11-18
Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates
ultramage
1
-0
/
+1
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-23
/
+12
2007-11-17
Made OnTouch zone dimensions be stored as radius instead of diameter.
ultramage
1
-51
/
+50
2007-11-12
* Fixed @addwarp crashing the map server (bugreport:390).
FlavioJS
1
-1
/
+42
2007-11-11
- Cleaned up pc_calc_weapontype
skotlex
1
-3
/
+1
2007-11-08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
FlavioJS
1
-6
/
+6
2007-10-28
* Minor adjustment to take into account the end of line.
FlavioJS
1
-7
/
+11
2007-10-28
* Restricted more the parsing of npc code. (fixes bugreport:317)
FlavioJS
1
-7
/
+24
2007-10-27
Fixed a typo in r11505 messing up the 'npcmove' command (only 'x' coordinate ...
ultramage
1
-1
/
+1
2007-10-24
* Corrected a fex misshaps from r11571:
FlavioJS
1
-6
/
+2
2007-10-24
- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...
skotlex
1
-0
/
+5
2007-10-24
* Cleaned up some messy guild code (more to come)
ultramage
1
-8
/
+5
2007-10-18
Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the...
L0ne_W0lf
1
-7
/
+3
2007-10-18
Fixed numerous /W4 warnings (and created more :)
ultramage
1
-2
/
+2
2007-10-18
* Fixed the incorrect map names on the debug messages (mapid->mapindex mishap...
FlavioJS
1
-5
/
+5
2007-10-18
* Commented out ShowWarning and ShowDebug messages added in revision 11508. A...
L0ne_W0lf
1
-3
/
+7
2007-10-18
* Clarified how npc names work in script_commands.txt.
FlavioJS
1
-64
/
+92
2007-10-18
Some code cleaning...
ultramage
1
-15
/
+12
2007-10-17
* Reworked the parsing at npc.c.
FlavioJS
1
-466
/
+426
2007-10-17
Using predefined constants as parameters to the exit() function.
ultramage
1
-5
/
+5
2007-10-06
* the mapserver won't exit when no mapcache is found, with use_grf: yes
ultramage
1
-291
/
+35
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-0
/
+1
2007-09-15
Getting some (mostly atcommand) code cleaning out of the way...
ultramage
1
-1
/
+1
2007-09-03
- Merged @whereis from my server (displays normal spawn maps for given mobs)....
skotlex
1
-1
/
+30
2007-08-19
* Cleaned/clarified some #include relationships between headers
ultramage
1
-3
/
+2
2007-08-19
* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...
ultramage
1
-3
/
+4
2007-08-18
- Corrected a bit npc_remove_map, map_deliddb and strdb_remove calls belong t...
skotlex
1
-4
/
+2
2007-08-16
Fixed eAthena's wrong interpretation of the respawn times
Playtester
1
-0
/
+4
2007-08-16
* Fixed npc chatrooms not being deleted on npc unload/reload (crash)
ultramage
1
-5
/
+4
2007-08-15
* Some serious code cleanups
ultramage
1
-106
/
+69
2007-08-09
- stable -> trunk sync
ultramage
1
-14
/
+7
2007-08-07
Some minor typo fixing.
ultramage
1
-1
/
+1
2007-06-03
- Fixed missing client update when 'return to savepoint' fails
ultramage
1
-3
/
+3
2007-05-25
Reformatting, warning fixes, unsigned char removal
ultramage
1
-206
/
+190
2007-05-25
Corrected some weird fgets() statements, plus reformatted them
ultramage
1
-4
/
+5
2007-05-23
- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...
ultramage
1
-8
/
+8
[next]