FlavioJS
|
11cb7227b2
- Fallback for parenthesis argument lists in the script engine. "func (exp) , ..." is valid again.
|
18 年之前 |
FlavioJS
|
52245f90b9
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined.
|
18 年之前 |
skotlex
|
fa1c4b2e47
- Simplified the global function "getJobName"
|
18 年之前 |
FlavioJS
|
e75a8eca56
- Change strncpy to memcpy when parsing switches in the script engine since it's guaranteed to be a word of that size (skip_word).
|
18 年之前 |
skotlex
|
6e0309bb2c
- Applied Rayce's suggestions and fixes to the script engine (http://www.eathena.ws/board/index.php?showtopic=129185)
|
18 年之前 |
skotlex
|
39a8fa2eb6
- Changed a certain snprintf to strncpy, you really really really REALLY shouldn't use snprintf with a format argument that may contain unpredictable string sequences!
|
18 年之前 |
FlavioJS
|
45036c5c06
- readded the >=0x81 equivalent until I figure out where the script engine is 'being naughty' O.o
|
18 年之前 |
FlavioJS
|
15258dfdb0
- Moved md5calc to common
|
18 年之前 |
skotlex
|
6bbec4a65d
- Added an answer to a FlavioJS's comment, and added a question myself (npc.c/script.c respectively)
|
18 年之前 |
FlavioJS
|
72bebf27fc
- Now root script functions calls can have parenthesis (will take any parenthesis after the function as the start of the argument list).
|
18 年之前 |
FlavioJS
|
78b52bbb4b
- Replaced our fix for "mes ();" crashing by jA's version. see trunk[8867] and stable[8927]
|
18 年之前 |
FlavioJS
|
40b389bc42
- Changed the script source from unsigned char* to const char*.
|
18 年之前 |
skotlex
|
e445c551c2
- Fixed SC_STRIPWEAPON failing on two-handed weapons.
|
18 年之前 |
skotlex
|
b19f78a17c
- Fixed the setting hom_setting not being read at all.
|
18 年之前 |
skotlex
|
b8a2a5f905
- Added function skill_strip to handle stripping code. The RG strip skills and GS_DISARM use it now.
|
18 年之前 |
skotlex
|
84f8ec45d5
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
|
18 年之前 |
toms
|
912fc7a427
Fixed npc commands atcommand & charcommand not working with a custom command_symbol
|
18 年之前 |
FlavioJS
|
6fda364348
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and changed clif_guess_PacketVer to use that.
|
18 年之前 |
skotlex
|
1424d93e12
- Repairing items via scripts no longer displays "item has been repaired"
|
18 年之前 |
skotlex
|
231f495291
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
|
18 年之前 |
Lance
|
e82fd31056
* Added buildin_checkvending and buildin_checkchatting.
|
18 年之前 |
skotlex
|
8e68089e85
- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks after they got inflicted by a disabling status change.
|
18 年之前 |
skotlex
|
2de8486627
- Fixed txt-converter compilation.
|
18 年之前 |
Lance
|
b59e7b8596
Minor tweak in
|
18 年之前 |
skotlex
|
b421d38216
- Added overflow protection to @main whisper parsing.
|
18 年之前 |
skotlex
|
964ede96d5
- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif functions.
|
18 年之前 |
Lance
|
05b2d83b43
* Completed Reddozen's hanging mapwarp code to support party and old syntax.
|
18 年之前 |
Lance
|
9b4d416b15
|
18 年之前 |
Lance
|
11e7a6e143
- atcommand and charcommand backwards compatibility
|
18 年之前 |
Lance
|
d4e444ebd4
- Removed security check since source level patch is applied. Reverted select(), created prompt().
|
18 年之前 |