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-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
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-1
/
+2
2016-03-20
Added const qualifier to the value argument of script->setd_sub
Haru
1
-4
/
+4
2016-03-20
Added separate char* and const char* data types to struct script_data
Haru
1
-69
/
+84
2016-03-20
Changed script->get_val to return a const pointer
Haru
1
-14
/
+17
2016-03-20
Added const qualifier to some typecasts
Haru
1
-41
/
+44
2016-03-19
Enable use of specialeffect 74,SELF,<npc>;
Victor
1
-12
/
+14
2016-03-19
status_get_name returns NULL instead of Unknown, Changed all functions to use...
Dastgir
1
-3
/
+3
2016-03-11
Hardcore Parameters from constant database to avoid synchronize issues with s...
hemagx
1
-0
/
+47
2016-02-28
Changed mob mode field to 32 bit, for future expansion
Haru
1
-3
/
+4
2016-02-27
Corrected return value for some BUILDIN() functions
Haru
1
-4
/
+4
2016-02-27
Replaced various '-1' with the correct constant
Haru
1
-1
/
+1
2016-02-24
Removed unnecessary explicit casts of the value of WBUFP
Haru
1
-1
/
+1
2016-02-22
Fix crash on npc emote, if npc not found.
Andrei Karas
1
-1
/
+1
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-62
/
+62
2016-02-19
Fix some cast discards 'const' qualifier from pointer target type warnings.
Andrei Karas
1
-3
/
+3
2016-02-17
Replaced some now unnecessary includes with forward declarations in header files
Haru
1
-0
/
+1
2016-02-17
Removed unnecessary typedefs from libconfig
Haru
1
-5
/
+5
2016-02-17
Renamed config->read_file to config->load_file
Haru
1
-5
/
+6
2016-02-05
Merge pull request #993 from HerculesWS/mobdb2sql
Andrei Karas
1
-18
/
+12
[next]