index
:
ml/hercules
tmw2
Hercules
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
2021-03-09
[TMW2] Report back to script NST_CUSTOM purchases.
Jesusaves
1
-3
/
+19
2021-02-14
[TMW2 CHERRYPICK] Add NoPet mapflag
Emistry Haoyan
1
-0
/
+2
2020-09-12
This is Hercules v2019.09.22
Jesusaves
1
-3
/
+10
2020-08-07
This is Hercules v2019.08.25
r12.4+1
Jesusaves
1
-10
/
+10
2020-07-31
[TMW2] MARKET FIX
Jesusaves
1
-14
/
+15
2019-06-30
Merge pull request #2410 from AnnieRuru/74-adjust_skill_damage_ShowWarning
Haru
1
-4
/
+5
2019-06-02
Merge pull request #2221 from carloshenrq/nostorage
Haru
1
-0
/
+4
2019-05-06
Move questinfo data from map to npc_data
Asheraf
1
-2
/
+18
2019-04-07
Rename clif_charnameack into clif_blname_ack
Andrei Karas
1
-1
/
+1
2019-03-23
Suppress ShowWarning for certain mapflags when @reloadscript
AnnieRuru
1
-4
/
+5
2019-02-11
Change type for class variables from short to int
Andrei Karas
1
-3
/
+3
2019-01-14
Add support for saving/loading barter shops from sql table.
Andrei Karas
1
-23
/
+135
2019-01-14
Add packet CZ_NPC_BARTER_PURCHASE
Andrei Karas
1
-0
/
+124
2019-01-14
Add barter type shop and add packet ZC_NPC_BARTER_OPEN
Andrei Karas
1
-5
/
+10
2018-12-14
Add inventory size field into db and using it in server.
Andrei Karas
1
-1
/
+1
2018-12-12
Add missing result values for packet ZC_PC_PURCHASE_RESULT
Andrei Karas
1
-0
/
+4
2018-12-04
Added mapflags 'nostorage' and 'nogstorage'
Carlos Henrique
1
-0
/
+4
2018-11-13
use a dedicated zone remove function when reloading zones
gumi
1
-1
/
+1
2018-08-26
Merge pull request #2164 from mekolat/addvariable
Haru
1
-2
/
+2
2018-08-26
Merge pull request #2162 from mekolat/setzone
Haru
1
-0
/
+1
2018-08-25
Fix some const violations detected with the const-safe strchr() implementation
Haru
1
-1
/
+1
2018-08-01
reload the zone db on npc reload
gumi
1
-0
/
+1
2018-07-30
always set the type when doing script->add_str
gumi
1
-2
/
+2
2018-07-28
correct sell item achievement being validated after item is deleted
Asheraf
1
-2
/
+3
2018-07-24
Implementation of the official Achievement System.
smokexyz
1
-0
/
+4
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-118
/
+156
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-05-07
Merge pull request #2027 from MishimaHaruna/sa_summonmonster
Haru
1
-4
/
+4
2018-05-04
Implementation of Private AirShip
Asheraf
1
-0
/
+4
2018-05-01
Replace "--ja--" and "--en--" with constants (source only)
Haru
1
-4
/
+4
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-0
/
+49
2017-11-28
Fix invisible NPCs (such as FAKE_NPC) showing up as Novice
Haru
1
-1
/
+1
2017-11-18
Pass the correct types and sizes to the StmtBind functions
Haru
1
-3
/
+3
2017-11-04
Refresh npc after changing fields in setunitdata.
Andrei Karas
1
-0
/
+13
2017-11-04
Allow each npc use own view_data structure.
Andrei Karas
1
-1
/
+3
2017-10-30
Add monster spawn boss flag for miniboss: miniboss_monster
Andrei Karas
1
-2
/
+7
2017-10-22
Add NoAutoloot mapflag
Emistry Haoyan
1
-0
/
+2
2017-08-10
Fix possible overflow in npc_parsename.
Andrei Karas
1
-1
/
+1
2017-07-27
Fix possible buffer overflows with snprintf.
Andrei Karas
1
-2
/
+2
2017-06-13
Fixes crash when npcshopattach was called on sell shop.
Dastgir
1
-0
/
+11
2017-04-04
Implementation of Item Options System.
Smokexyz
1
-0
/
+15
2016-12-03
Remove the platform-dependent variables from struct status_data
Haru
1
-3
/
+3
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-09-18
Removed special handling of "clear" in npc->addsrcfile()
Haru
1
-10
/
+8
2016-09-18
Removed special handling of "all" by npc->delsrcfile()
Haru
1
-12
/
+9
2016-09-11
Allow sell items to market shop.
Andrei Karas
1
-1
/
+1
2016-09-10
Adds official behavior when selling to NPCs. Fixes issue #1214
KirieZ
1
-1
/
+7
2016-06-25
Moved translations template generator to a plugin
Haru
1
-6
/
+0
2016-06-25
Replaced script_code::script_buf with a VECTOR
Haru
1
-1
/
+1
2016-06-18
Move npc static variables into npc interface.
Andrei Karas
1
-47
/
+47
[next]