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
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-01
Removed deprecated script command aliases enablearena/disablearena
Haru
1
-2
/
+0
2015-01-01
Removed deprecated script command alias 'save'
Haru
1
-1
/
+0
2014-12-31
Add some missing null pointer checks after automatic checks.
Andrei Karas
1
-2
/
+4
2014-12-26
Add script function for change per character gender.
Andrei Karas
1
-10
/
+35
2014-12-23
Removed deprecated commands checkdragon, setdragon
Haru
1
-54
/
+0
2014-12-23
Removed deprecated commands setmadogear, checkmadogear
Haru
1
-43
/
+0
2014-12-23
Removed deprecated commands setriding, checkriding
Haru
1
-45
/
+0
2014-12-17
Fixed a compile error on MSVC < 2013
Haru
1
-25
/
+21
2014-12-16
Add function what call OnUntouch event.
Andrei Karas
1
-2
/
+3
2014-12-16
Extend script command getareausers.
Andrei Karas
1
-13
/
+56
2014-12-16
Fix incorrect memory access in script command getareausers.
Andrei Karas
1
-1
/
+2
2014-12-16
Add script command getnpcclass.
Andrei Karas
1
-0
/
+30
2014-12-16
Add getnpcdir and setnpcdir functions.
Andrei Karas
1
-0
/
+69
2014-12-16
Add script command to set npc click/activate instance.
Andrei Karas
1
-0
/
+11
2014-12-10
Merge pull request #401 from GmOcean/master
Haruna
1
-14
/
+199
2014-12-06
Removed extra ? in *equip2 code.
GmOcean
1
-1
/
+1
2014-12-04
Edited *changebase command, replaced unnecessary code with it's equivalent th...
GmOcean
1
-9
/
+2
2014-12-04
Added explicit parenthesis for *checkbound command, during the check for boun...
GmOcean
1
-1
/
+1
2014-12-03
Modified *checkbound & *equip2 commands in src/map/script.c
GmOcean
1
-9
/
+8
2014-12-02
Replace some direct methods usage to interfaces.
Andrei Karas
1
-1
/
+1
2014-12-02
Removed checkquest command
Haru
1
-18
/
+0
2014-12-02
Removed petheal command
Haru
1
-50
/
+7
2014-12-02
Removed jump_zero command
Haru
1
-1
/
+0
2014-11-29
Updated script.c to reflect suggestion by QQfoolsorellina as well as an unuse...
GmOcean
1
-16
/
+6
2014-11-23
Fixed whitespace
GmOcean
1
-39
/
+39
2014-11-23
Added Commands to script_commands.txt and script.c
GmOcean
1
-19
/
+222
2014-11-15
Add support for plugin options in map server config (script.conf).
Andrei Karas
1
-1
/
+4
2014-11-14
Add ability to add deprecated command from scripts and plugins.
Andrei Karas
1
-2
/
+2
2014-11-10
Fix interfaces methods usage.
Andrei Karas
1
-4
/
+4
2014-11-02
Marked commands 'enablearena' and 'disablearena' as deprecated.
Haru
1
-2
/
+2
2014-11-02
Marked command 'cmdothernpc' as deprecated.
Haru
1
-1
/
+1
2014-11-02
Marked command 'save' as deprecated.
Haru
1
-1
/
+1
2014-11-02
Added min() and max() script commands
Haru
1
-0
/
+32
2014-10-31
Fixed some errors pointed out by clang's static analyzer
Haru
1
-2
/
+1
2014-10-29
Added 2014 Halloween Event and made status change parameter optional on montr...
Taylor Locke
1
-7
/
+16
2014-10-30
Deprecated checkriding and setriding commands
Haru
1
-2
/
+2
2014-10-30
Deprecated checkdragon and setdragon commands
Haru
1
-2
/
+2
2014-10-30
Deprecated checkmadogear and setmadogear commands
Haru
1
-2
/
+2
2014-10-28
Removed some temporary case-check error messages.
Haru
1
-46
/
+1
2014-10-28
Marked command 'checkquest' as deprecated
Haru
1
-1
/
+1
2014-10-27
Marked the petheal command as deprecated
Haru
1
-1
/
+1
2014-10-27
Removed undocumented setr command. It was never meant to be available.
Haru
1
-17
/
+17
2014-10-27
Marked command jump_zero as deprecated.
Haru
1
-10
/
+13
2014-10-27
Added source support to mark script commands as deprecated
Haru
1
-2
/
+8
2014-10-25
Added some missing variable initializations
Haru
1
-19
/
+14
2014-10-24
Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 3)
Taylor Locke
1
-0
/
+133
2014-10-24
Renamed ismounting, setmounting, @mount2
Haru
1
-10
/
+13
2014-10-24
pc_isriding* / pc_setriding* cleanup
Haru
1
-18
/
+19
2014-10-24
Restored ability to differentiate between active and inactive quests
Haru
1
-0
/
+18
2014-10-24
Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 2)
Taylor Locke
1
-4
/
+59
[next]