index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-14
Add support for saving/loading barter shops from sql table.
Andrei Karas
1
-32
/
+70
2019-01-14
Add barter type shop and add packet ZC_NPC_BARTER_OPEN
Andrei Karas
1
-10
/
+44
2018-12-16
Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspoint
Haru
1
-0
/
+20
2018-12-14
Add script command getInventorySize.
Andrei Karas
1
-0
/
+11
2018-12-14
Add script command expandInventory
Andrei Karas
1
-0
/
+11
2018-12-14
Add script command expandInventoryResult.
Andrei Karas
1
-0
/
+18
2018-12-14
Add script command expandInventoryAck
Andrei Karas
1
-0
/
+21
2018-12-14
Add inventory size field into db and using it in server.
Andrei Karas
1
-37
/
+35
2018-12-12
Add script command servicemessage.
Andrei Karas
1
-0
/
+24
2018-12-12
Add script command for insert cards into equipped items.
Andrei Karas
1
-0
/
+51
2018-11-14
Use an enum as flag for status->heal() and related functions
Haru
1
-14
/
+14
2018-11-13
Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid
Haru
1
-21
/
+12
2018-11-13
Remove type argument from buildin_getnpcid.
EyesOfAHawk
1
-21
/
+12
2018-11-13
Merge pull request #2304 from Helianthella/data-to-string
Haru
1
-0
/
+59
2018-11-13
Merge pull request #2105 from Helianthella/getunits3
Haru
1
-11
/
+3
2018-11-07
break the loop in buildin_getunits when the max is reached
gumi
1
-11
/
+3
2018-10-22
add buildin_data_to_string and buildin_string_to_data
gumi
1
-0
/
+59
2018-10-22
Merge pull request #2279 from Helianthella/prompt
Haru
1
-98
/
+24
2018-10-22
Add script command itempreview for update preview window with given item.
Andrei Karas
1
-0
/
+12
2018-10-22
Merge pull request #2251 from Asheraf/pr3
Haru
1
-0
/
+12
2018-10-22
Merge pull request #2250 from Asheraf/pr2
Haru
1
-12
/
+1
2018-10-21
Merge pull request #2172 from dastgirp/enhance/getiteminfo
Haru
1
-0
/
+21
2018-10-21
Updated getiteminfo and setiteminfo.
Dastgir
1
-0
/
+21
2018-10-11
add constants for max menu length and options
gumi
1
-14
/
+16
2018-10-11
bake buildin_prompt into buildin_select and clarify the difference between th...
gumi
1
-87
/
+11
2018-10-07
Merge pull request #2239 from guilherme-gm/201810-assertion_berserk
Haru
1
-1
/
+3
2018-10-07
Merge pull request #2240 from Helianthella/getd-const
Haru
1
-1
/
+3
2018-10-07
Merge pull request #2238 from Helianthella/varofpc
Haru
1
-80
/
+13
2018-10-05
Implement status reduction script command.
Emistry Haoyan
1
-0
/
+20
2018-10-04
Add script commands for show camera info window and change camera parameters.
Andrei Karas
1
-0
/
+30
2018-10-03
Add new type for mercenary class to setquestinfo()
Asheraf
1
-0
/
+12
2018-10-03
Add script command for remove special effect.
Andrei Karas
1
-0
/
+45
2018-10-02
change showevent icon validation to use function from questinfo
Asheraf
1
-12
/
+1
2018-10-01
use the regular pc->setregistry to set vars of another char
gumi
1
-103
/
+12
2018-10-01
fix setting char/account variables of another player
gumi
1
-2
/
+26
2018-10-01
allow buildin_getd to work with constants and params
gumi
1
-1
/
+3
2018-10-01
Fixes an assertion error when sc_end is called for SC_BERSERK
Guilherme G. Menaldo
1
-1
/
+3
2018-09-24
Merge pull request #2193 from Helianthella/mes
Asheraf
1
-3
/
+7
2018-09-23
Merge pull request #2218 from Asheraf/questinfo_fix
Haru
1
-5
/
+14
2018-09-23
Add support for item amount range in setquestinfo
Asheraf
1
-5
/
+14
2018-09-19
Update inventory packet for 2018-09-12 RE.
Andrei Karas
1
-2
/
+2
2018-08-29
fix set_reg no longer being able to handle C_PARAM
gumi
1
-1
/
+1
2018-08-26
make it legal to not pass arguments to buildin_mes
gumi
1
-3
/
+7
2018-08-26
Merge pull request #2164 from mekolat/addvariable
Haru
1
-66
/
+121
2018-08-24
Merge pull request #2146 from mekolat/debugmes
Haru
1
-4
/
+13
2018-08-24
Merge pull request #2176 from 4144/updatepackets
Haru
1
-0
/
+40
2018-08-24
Merge pull request #2154 from mekolat/isfunction
Haru
1
-6
/
+46
2018-08-23
Add script command msgtable and msgtable2.
Andrei Karas
1
-0
/
+40
2018-07-30
push constants as C_NAME in the script buffer
gumi
1
-2
/
+10
2018-07-30
always set the type when doing script->add_str
gumi
1
-64
/
+111
[next]