index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
script.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-25
Replaced script->buf with a VECTOR
Haru
1
-4
/
+9
2016-06-25
Replaced struct script_string_buf definition with a VECTOR
Haru
1
-4
/
+4
2016-03-20
Dropped typedef from DBMap
Haru
1
-6
/
+6
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-4
/
+4
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-2
/
+2
2016-03-20
Added const qualifier to the value argument of script->setd_sub
Haru
1
-1
/
+1
2016-03-20
Added separate char* and const char* data types to struct script_data
Haru
1
-11
/
+16
2016-03-20
Changed script->get_val to return a const pointer
Haru
1
-1
/
+1
2016-03-11
Hardcore Parameters from constant database to avoid synchronize issues with s...
hemagx
1
-0
/
+1
2016-01-29
Merge pull request #1108 from 4144/pcreconfigure
Haru
1
-2
/
+0
2016-01-25
Added source support for special comments in the constdb
Haru
1
-0
/
+1
2016-01-21
Remove unused PCRE_SUPPORT define.
Andrei Karas
1
-2
/
+0
2016-01-13
Added support to mark constants in db/constants.conf as deprecated
Haru
1
-2
/
+2
2016-01-06
Change all TBL_PC to struct map_session_data as per style guidelines
hemagx
1
-5
/
+5
2015-12-25
Implemented NoViewID
Dastgir
1
-1
/
+2
2015-12-20
Add script->id2sd function to throw error properly if player not found
AnnieRuru
1
-0
/
+3
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-12-15
Added const qualifier to the w1~w4 arguments of npc_parse_script
Haru
1
-1
/
+1
2015-11-14
Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent...
Haru
1
-3
/
+3
2015-11-14
Changed struct script_queue::item into a VECTOR and Renamed to ::entries
Haru
1
-5
/
+4
2015-11-14
Renamed hQueue/hQueueIterator/hQueueOpt to latest standards
Haru
1
-23
/
+30
2015-11-14
Changed script->hq and script->hqi into VECTOR type
Haru
1
-3
/
+2
2015-10-01
Split function set_reg and get_val into functions based on variable types.
Andrei Karas
1
-0
/
+16
2015-08-15
HPM compatibility improvements
Haru
1
-3
/
+3
2015-08-10
Add script interface function run_pet. It do same thing as run.
Andrei Karas
1
-0
/
+1
2015-08-10
Add script interface function run_npc. It do same thing as run.
Andrei Karas
1
-1
/
+2
2015-08-10
Move unequip item script function call into function script_run_item_unequip_...
Andrei Karas
1
-0
/
+1
2015-08-10
Move equip item script function call into function script_run_item_equip_script.
Andrei Karas
1
-0
/
+2
2015-08-10
Move use item script function call into function script_run_use_script.
Andrei Karas
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-7
/
+7
2015-03-15
Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46
shennetsind
1
-0
/
+1
2015-02-23
Hercules Ultimate Localization Design
shennetsind
1
-0
/
+52
2015-01-12
Blocked compilation of plugins that use unavailable functions
Haru
1
-0
/
+2
2014-12-16
Add function what call OnUntouch event.
Andrei Karas
1
-0
/
+1
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-9
/
+9
2014-11-14
Add ability to add deprecated command from scripts and plugins.
Andrei Karas
1
-1
/
+1
2014-10-28
Removed some temporary case-check error messages.
Haru
1
-2
/
+1
2014-10-28
Removed some temporary case-check error messages.
Haru
1
-1
/
+0
2014-10-27
Added source support to mark script commands as deprecated
Haru
1
-0
/
+4
2014-10-18
Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...
Haru
1
-3
/
+3
2014-07-11
Fixed reserved __identifier violations
Haru
1
-3
/
+3
2014-05-16
Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3
Haru
1
-1
/
+1
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-5
/
+7
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-7
/
+5
2014-05-09
Fixed order of includes in all source files
Haru
1
-5
/
+7
2014-05-09
Return EXIT_FAILURE if a script parse error occurred.
Haru
1
-1
/
+1
2014-03-17
Added regular expression matching script commands and operators
Haru
1
-0
/
+4
2014-03-14
Added internal awareness of active script instances
shennetsind
1
-1
/
+2
2014-03-10
Fixed a crash caused by NPC variable references in callfunc
Haru
1
-0
/
+3
2014-03-05
Corrected same-reference check to work on vars with the same name in differen...
Haru
1
-0
/
+7
[prev]
[next]