index
:
legacy/tmwa
compiler_flags
generate-code-out-of-tree
master
one-time-black-magic
script-item-param-cleanup
underlying_type
The server currently running The Mana World.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
script-fun.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-01
allow foreach to have a target
mekolat
1
-3
/
+12
2016-05-01
allow addtimer to have a target
mekolat
1
-2
/
+14
2016-05-01
revert attachrid modification for now, will be deprecated soon enough
mekolat
1
-11
/
+1
2016-05-01
Merge pull request #216 from mekolat/aggravate
mekolat
1
-26
/
+8
2016-05-01
Merge pull request #217 from mekolat/override
mekolat
1
-14
/
+24
2016-05-01
make builtin_overrideattack take no charge, allow to discharge
mekolat
1
-14
/
+24
2016-04-30
simplify `aggravate` builtin
mekolat
1
-26
/
+8
2016-04-28
Make getmap take target_id
wushin
1
-2
/
+8
2016-04-25
yay! another bug! (move assert in builtin_explode)
v16.4.25.2
mekolat
1
-1
/
+3
2016-04-25
allow setarray and cleararray to have no block list
v16.4.25.1
mekolat
1
-10
/
+12
2016-04-25
fix compilation error
v16.4.25
mekolat
1
-1
/
+1
2016-04-25
use map_id_is_XXX in script-fun where appropriate
mekolat
1
-16
/
+66
2016-04-24
always return a value in builtin_get
v16.4.24.1
mekolat
1
-0
/
+8
2016-04-24
check for null pointer where npc_dialog_mes is used
mekolat
1
-0
/
+6
2016-04-24
fix npc gender for ManaPlus
mekolat
1
-0
/
+1
2016-04-23
forbid puppet creation if name already exists
mekolat
1
-1
/
+7
2016-04-23
make `get` return -1 when getting a param fails
mekolat
1
-2
/
+4
2016-04-15
improvements, cleanup, bug fixes
mekolat
1
-62
/
+140
2016-04-15
add new builtins for npc commands
mekolat
1
-5
/
+209
2016-04-15
Fake a response on no BL
wushin
1
-1
/
+5
2016-04-15
default getarg value
mekolat
1
-2
/
+9
2016-04-15
builtin_void
mekolat
1
-1
/
+8
2016-04-15
add builtin_call and builtin_getarg
mekolat
1
-4
/
+84
2016-04-15
add chr and ord builtins
mekolat
1
-0
/
+16
2016-04-15
add more params, allow get/set to use char id
mekolat
1
-2
/
+26
2016-04-15
allow to get another player's account vars
mekolat
1
-1
/
+11
2016-04-15
do not bind trigger detection to map cells
mekolat
1
-1
/
+6
2016-04-15
convert unhandled types for scope vars
mekolat
1
-5
/
+5
2016-04-15
add type 3 to foreach
mekolat
1
-0
/
+3
2016-04-15
add being id parameter to sc_check, sc_end, getpvpflag and strcharinfo
mekolat
1
-8
/
+24
2016-04-15
fix compilation errors
mekolat
1
-2
/
+2
2016-04-15
make addnpctimer attach to the target npc instead of oid
mekolat
1
-1
/
+1
2016-04-15
replicate magic-v2's line_of_sight
mekolat
1
-2
/
+6
2016-04-15
misc modifications
mekolat
1
-1
/
+24
2016-04-15
add builtin_distance
mekolat
1
-0
/
+32
2016-04-15
remove hardcoded shit from builtin_injure and add builtin_target
mekolat
1
-34
/
+60
2016-04-15
allow to get mob/npc params and add more params to readparam
mekolat
1
-3
/
+11
2016-04-15
remove ugly workaround
mekolat
1
-5
/
+1
2016-04-15
add getdir builtin, add addnpctimer builtin
mekolat
1
-0
/
+28
2016-04-15
allow to specify npc in strnpcinfo
mekolat
1
-3
/
+15
2016-04-15
add scope, npc/mob variables; add new get/set
mekolat
1
-36
/
+236
2016-04-15
implement puppet npcs
mekolat
1
-0
/
+131
2016-04-15
Allow getequipid to use charname
wushin
1
-2
/
+5
2016-04-15
Remove old Magic
wushin
1
-32
/
+6
2016-04-15
Magic -> Map Npcs
wushin
1
-1
/
+18
2016-04-15
new/modified builtins
wushin
1
-12
/
+317
2016-04-15
implement SMSG_PLAYER_CLIENT_COMMAND
mekolat
1
-2
/
+17
2016-04-14
implement SMSG_SCRIPT_MESSAGE
mekolat
1
-0
/
+23
2016-04-10
consolidate client version handling
mekolat
1
-1
/
+1
2016-04-08
send updated map pvp status on pvpon/pvpoff
mekolat
1
-4
/
+6
[next]