index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
npc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
Follow up https://github.com/HerculesWS/Hercules/commit/f95290cc2396d791ad3e9...
Jedzkie
1
-1
/
+1
2016-02-24
Edited npc->selllist() to use the new struct itemlist
Haru
1
-2
/
+2
2016-02-24
Edited npc->buylist() to use the new struct itemlist
Haru
1
-2
/
+2
2016-02-24
Edited npc->market_buylist() to use the new struct itemlist
Haru
1
-1
/
+1
2016-02-24
Edited npc->cashshop_buylist() to use the new struct itemlist
Haru
1
-1
/
+3
2016-02-06
Changed PCRE to properly use the system-provided pcre.h
Haru
1
-3
/
+2
2016-01-21
Remove unused PCRE_SUPPORT define.
Andrei Karas
1
-22
/
+0
2015-12-22
- Fixes #1005 (Thanks jTynne)
Jedzkie
1
-1
/
+1
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_unknown_object
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_mob
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_function
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_duplicate
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_script
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_shop
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_warp
Haru
1
-1
/
+1
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_mapflag
Haru
1
-2
/
+2
2015-12-02
Fixed compile errors on very old PACKETVERs
Haru
1
-5
/
+29
2015-11-18
Merge pull request #837 from AnnieRuru/request_5
Haruna
1
-0
/
+1
2015-11-16
Update new NPC ID's.
Jedzkie
1
-1
/
+1
2015-11-12
Split npc_duplicate_sub into separate functions based on subtypes
Haru
1
-0
/
+3
2015-11-12
Split frequently repeated code to add/register new NPCs to its own function
Haru
1
-0
/
+1
2015-11-12
Added subtype initializer to npc_create_npc
Haru
1
-1
/
+1
2015-11-12
Moved class and dir initializers to npc_create_npc
Haru
1
-2
/
+3
2015-11-12
Split the duplication logic away from the parsing logic in NPC duplicates
Haru
1
-0
/
+1
2015-11-11
Split the source path reference retain mechanism out of npc_parsename.
Haru
1
-1
/
+3
2015-10-31
Add new config to allow player vend/chat room nearby hidden npc
AnnieRuru
1
-0
/
+1
2015-10-11
Cleanup of the HPluginData implementation (second part)
Haru
1
-2
/
+1
2015-10-11
Cleanup of the HPluginData implementation (First part)
Haru
1
-3
/
+2
2015-08-15
HPM compatibility improvements
Haru
1
-7
/
+6
2015-06-19
Removed ".." from include directives
Haru
1
-6
/
+6
2015-05-19
Fixed some issues reported by coverity scan [2/3]
Haru
1
-1
/
+1
2015-01-12
Blocked compilation of plugins that use unavailable functions
Haru
1
-1
/
+5
2015-01-02
Add npcdb_checkid to npc interface.
Andrei Karas
1
-4
/
+1
2014-12-16
Add function what called if player leave npc area.
Andrei Karas
1
-0
/
+1
2014-12-16
Add function what call OnUntouch event.
Andrei Karas
1
-0
/
+1
2014-12-15
add npc area size field.
Andrei Karas
1
-0
/
+1
2014-11-28
Add function for create npc.
Andrei Karas
1
-0
/
+1
2014-11-27
Add function for parse or report about unknown object in parsing script file.
Andrei Karas
1
-0
/
+1
2014-11-27
Add function for parse/report unknown map flag.
Andrei Karas
1
-0
/
+1
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-1
/
+1
2014-07-11
Fixed reserved __identifier violations
Haru
1
-3
/
+3
2014-06-21
MAX_NPC_CLASS2_END updated to latest ID. Added more NPC constants.
Taylor Locke
1
-1
/
+1
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-2
/
+2
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-2
/
+2
2014-05-10
Small changes in npc loading/reloading
panikon
1
-1
/
+1
2014-05-09
Fixed order of includes in all source files
Haru
1
-2
/
+2
2014-05-09
Return EXIT_FAILURE if a script parse error occurred.
Haru
1
-8
/
+8
2014-05-06
Bug fixes and other changes
panikon
1
-1
/
+1
2014-02-08
Added get_substring to the libpcre interface
Haru
1
-0
/
+1
[next]