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
2016-12-03
Remove the platform-dependent variables from struct status_data
Haru
1
-1
/
+1
2016-12-03
Ensure that pc->addfame() increments the correct fame points
Haru
1
-9
/
+9
2016-12-03
Clarify some Job Class vs MapID confusion (2/2)
Haru
1
-6
/
+6
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-14
/
+14
2016-12-02
Fixed a null-pointer dereference in BUILDIN(makeitem2)
Haru
1
-1
/
+1
2016-12-02
Merge pull request #1405 from Emistry/scriptcommand_makeitem2
Haru
1
-0
/
+85
2016-12-01
Fixed areawarp cell check
Lemongrass3110
1
-1
/
+4
2016-11-20
Removed support for apostrophes in constants
Haru
1
-1
/
+1
2016-10-22
Implemented SC_BITESCAR:
Dastgir Pojee
1
-2
/
+5
2016-10-07
Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)
Haru
1
-2
/
+0
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-2
/
+2
2016-09-12
Add script command navigateto. Add packet for this command.
Andrei Karas
1
-0
/
+55
2016-09-11
Clarified/rewritten part of script_array_ensure_zero()
Haru
1
-9
/
+12
2016-09-11
Changed GD_MAX check to be non-inclusive
Haru
1
-1
/
+1
2016-09-10
Add missing checks into script.c
Andrei Karas
1
-60
/
+208
2016-08-28
Update *makeitem2 script command
Emistry Haoyan
1
-0
/
+85
2016-08-20
Re-added HPM support for configuration settings
Haru
1
-1
/
+2
2016-08-19
Ported script.conf to libconfig
Haru
1
-41
/
+44
2016-07-14
Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to min_lev...
Haru
1
-2
/
+2
2016-07-12
Interface md5calc.c
hemagx
1
-2
/
+2
2016-07-10
HULD: Improved .po file parser to properly read concatenated strings
Haru
1
-57
/
+141
2016-07-04
Add one check for possible script issue.
Andrei Karas
1
-3
/
+15
2016-06-30
Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.
Andrei Karas
1
-6
/
+8
2016-06-25
Corrected an issue that prevented changing default languages
Haru
1
-12
/
+26
2016-06-25
Added mesf() command (combination of mes() and sprintf())
Haru
1
-0
/
+33
2016-06-25
Added _$() macro to the script engine to mark a translatable string as format...
Haru
1
-2
/
+9
2016-06-25
Split sprintf logic out of buildin_sprintf (to be used by other commands as w...
Haru
1
-214
/
+234
2016-06-25
Removed the uncommon (and useless) multi-argument variant of mes()
Haru
1
-12
/
+3
2016-06-25
Moved translations template generator to a plugin
Haru
1
-77
/
+0
2016-06-25
Improved the format of the exported .pot translation template
Haru
1
-1
/
+1
2016-06-25
Split translation handling out of parse_simpleexpr_string()
Haru
1
-73
/
+81
2016-06-25
Split parse_simpleexpr() in specialized sub-functions (HPM compatibility)
Haru
1
-178
/
+212
2016-06-25
Correctly escaped special characters in the generated_translations.pot
Haru
1
-15
/
+11
2016-06-25
Improved handling of nested function calls by the HULD
Haru
1
-17
/
+14
2016-06-25
Re-implemented BUILDIN(sprintf)
Haru
1
-93
/
+188
2016-06-25
Changed script->translation_buf to a VECTOR
Haru
1
-25
/
+24
2016-06-25
Replaced script_code::script_buf with a VECTOR
Haru
1
-36
/
+43
2016-06-25
Replaced script->buf with a VECTOR
Haru
1
-121
/
+119
2016-06-25
Replaced struct script_string_buf definition with a VECTOR
Haru
1
-80
/
+73
2016-05-14
Removed leftover definition of BUILDIN(checkre)
Haru
1
-62
/
+0
2016-05-08
Fixed various issues pointed out by cppcheck
Haru
1
-31
/
+23
2016-04-29
Fix issues found by new warnings.
Andrei Karas
1
-0
/
+1
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-1
/
+1
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-14
/
+25
2016-04-23
Changed map_session_data::chatID to int (and renamed to chat_id)
Haru
1
-1
/
+1
2016-04-04
Merge pull request #1210 from HerculesWS/wcast_qual
Andrei Karas
1
-148
/
+178
2016-04-02
Unittalk script cmd shouldn't display the hidden name of npc
Angelmelody
1
-1
/
+5
2016-03-20
Dropped typedef from DBMap
Haru
1
-4
/
+6
2016-03-20
Dropped typedef from DBIterator
Haru
1
-11
/
+14
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-4
/
+7
[next]