index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
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-06-01
Replaced some of the hardcoded values with constants (map)
Haru
1
-32
/
+29
2015-05-19
Fixed some issues reported by coverity scan [1/3]
Haru
1
-0
/
+2
2015-05-18
Removed duplicates of clif->msgtable
Haru
1
-1
/
+1
2015-05-17
Fixed some issues detected by coverity scan
Haru
1
-2
/
+2
2015-05-16
Added charid2rid script command
Haru
1
-0
/
+18
2015-05-16
Fix log10() function actually using log10. Used natural log before.
Streusel
1
-1
/
+1
2015-05-15
Renamed log to log10, as it is creating errors with items called Log.
Streusel
1
-21
/
+2
2015-05-15
Added floor(), ceil() and log() functions for usage in scripts.
Streusel
1
-10
/
+40
2015-05-08
Deprecated command checkre().
Haru
1
-1
/
+1
2015-05-08
Removed deprecated command isday
Haru
1
-6
/
+0
2015-05-08
Added support for RENEWAL constants in scripts
Haru
1
-0
/
+37
2015-04-25
Merge pull request #502 from k-py/bugfix-return-getvariableofnpc
Haruna
1
-11
/
+21
2015-04-25
Fixed @changesex issues on PACKETVERs that don't support per-character sex.
Haru
1
-7
/
+2
2015-04-22
Minor refactoring of script function return.
Kpy!
1
-10
/
+13
2015-04-22
Fix a crash condition when incorrectly using return outside the scope of a fu...
Kpy!
1
-1
/
+8
2015-04-21
Fix script function return always removing references from NPC variables.
Kpy!
1
-1
/
+1
2015-03-15
Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46
shennetsind
1
-3
/
+15
2015-03-14
Fixed a script function related memory leak on mapserver shutdown
Haru
1
-8
/
+6
2015-03-05
Memory Slasher: Script Parser Boost
shennetsind
1
-17
/
+14
2015-02-28
Skipped translations in minimal (script-checker) mode
Haru
1
-0
/
+3
2015-02-23
Hercules Ultimate Localization Design
shennetsind
1
-13
/
+605
2015-02-15
Fixed a parser issue on direct assignments
Haru
1
-29
/
+35
2015-02-15
Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0
shennetsind
1
-1
/
+0
2015-02-15
Updated 'delequip' Script Command
shennetsind
1
-3
/
+6
2015-02-02
Fixed state tracking of dialog windows when the script is suspended and resumed
Haru
1
-1
/
+0
2015-01-24
Added script command 'channelmes'
Haru
1
-0
/
+26
2015-01-23
Deprecated command isday().
Haru
1
-1
/
+1
2015-01-23
Merged petskillattack and petskillattack2.
Haru
1
-35
/
+9
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-412
/
+413
2015-01-18
Fixing 38 issues
shennetsind
1
-9
/
+7
2015-01-17
27 Fixes
shennetsind
1
-8
/
+12
2015-01-17
Another ~10 Fixes
shennetsind
1
-1
/
+1
2015-01-11
Convert pcdb_checkid into function in pc interface.
Andrei Karas
1
-2
/
+2
2015-01-02
Add npcdb_checkid to npc interface.
Andrei Karas
1
-1
/
+1
2015-01-01
Removed deprecated command cmdothernpc
Haru
1
-13
/
+0
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
[next]