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
2018-06-02
Merge pull request #842 from AnnieRuru/request_6
Haru
1
-0
/
+16
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-05-04
Implementation of Private AirShip
Asheraf
1
-1
/
+3
2018-05-04
Add setpcblock & checkpcblock script commands
AnnieRuru
1
-0
/
+16
2018-04-02
Rename script->sprintf() to script->sprintf_helper()
Haru
1
-1
/
+1
2018-02-15
expose script_sprintf to plugins
gumi
1
-0
/
+1
2017-11-12
Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo().
Haru
1
-0
/
+1
2017-11-12
Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().
Haru
1
-0
/
+1
2017-11-12
Add type constants for the getiteminfo()/setiteminfo() buildins
Haru
1
-0
/
+23
2017-11-04
Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2.
Andrei Karas
1
-0
/
+2
2017-10-22
Add NoAutoloot mapflag
Emistry Haoyan
1
-0
/
+1
2017-06-28
Fix a compile error on ARM (Raspberry Pi 3)
Haru
1
-1
/
+2
2017-06-24
make buildin_recovery more versatile
gumi
1
-0
/
+2
2017-05-28
add exponentiation operator
gumi
1
-0
/
+1
2017-04-23
Merge pull request #1584 from Smokexyz/master
Haru
1
-0
/
+75
2017-04-12
fix a16fbb3 "allow character and account variables to reference another regis...
gumi
1
-0
/
+4
2017-04-04
Implementation of unit controlling script commands.
Smokexyz
1
-0
/
+75
2016-09-12
Add script command navigateto. Add packet for this command.
Andrei Karas
1
-0
/
+11
2016-08-19
Ported script.conf to libconfig
Haru
1
-4
/
+4
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
[next]