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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-10
HULD: Improved .po file parser to properly read concatenated strings
Haru
1
-0
/
+1
2016-07-04
Add one check for possible script issue.
Andrei Karas
1
-1
/
+1
2016-06-25
Added mesf() command (combination of mes() and sprintf())
Haru
1
-0
/
+1
2016-06-25
Added _$() macro to the script engine to mark a translatable string as format...
Haru
1
-0
/
+2
2016-06-25
Moved translations template generator to a plugin
Haru
1
-7
/
+1
2016-06-25
Split translation handling out of parse_simpleexpr_string()
Haru
1
-1
/
+2
2016-06-25
Split parse_simpleexpr() in specialized sub-functions (HPM compatibility)
Haru
1
-4
/
+8
2016-06-25
Correctly escaped special characters in the generated_translations.pot
Haru
1
-1
/
+1
2016-06-25
Changed script->translation_buf to a VECTOR
Haru
1
-3
/
+2
2016-06-25
Replaced script_code::script_buf with a VECTOR
Haru
1
-11
/
+14
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
[next]