ai4rei
|
b86d48e71a
* Added script_setarray_pc for setting temporary character array variables outside of script.c without requiring them to use script-interal code (add_str and reference_uid).
|
před 14 roky |
ai4rei
|
7c90fd1bf1
* Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid and @sold_quantity not getting reset to zero before use, thus providing attached script with wrong/old data, if it did not clear them by itself in previous call (bugreport:1574, since r5841).
|
před 14 roky |
ai4rei
|
6a684a566b
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
|
před 14 roky |
ai4rei
|
a5326bd2b6
* Fixed a crash uncovered with r14501, caused by outdated local variables when a script is about to suspend or terminate (bugreport:4577).
|
před 14 roky |
Inkfish
|
69bd8dced5
* Autobonus code cleanups.
|
před 15 roky |
ultramage
|
a38fddad27
Hardcoded the even label config settings from r14097.
|
před 15 roky |
Inkfish
|
42987f61ad
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can be defined in script_athena.conf)
|
před 15 roky |
zephyrus
|
6b710571ad
- Optimization to instance system.
|
před 16 roky |
zephyrus
|
33e1fbbd66
- Instancing System (Thanks to Sirius White who did most of the code, with some of my work to implement client side information, some optimizations and bugfixes). Also thanks to contributions from UEAUP team and Orcao.
|
před 16 roky |
FlavioJS
|
89d683d668
* Changes to the script engine:
|
před 16 roky |
FlavioJS
|
cb8ef12df8
* Changes to the script engine:
|
před 16 roky |
ultramage
|
c2ba03b6e2
Deleted zombie extern variable declaration which was causing a "static declaration follows non-static declaration" gcc compilation error.
|
před 16 roky |
ultramage
|
420cee95d9
Some cleaning in script.c
|
před 17 roky |
ultramage
|
dcc2cdb5da
Split off mapreg code from script.c
|
před 17 roky |
ultramage
|
dac1c2d2df
Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915).
|
před 17 roky |
FlavioJS
|
d903fda1c7
* Script parse errors displayed with one ShowError instead of several ShowMessage's.
|
před 17 roky |
FlavioJS
|
c880052f0f
* Changed the data field of timers from int to intptr.
|
před 17 roky |
ultramage
|
94943b2b6a
Adjusted eAthena code to compile cleanly in C++ mode.
|
před 17 roky |
ultramage
|
49f1f4434d
* Reorganized the contents of the mapserver's header files.
|
před 17 roky |
FlavioJS
|
549684872d
* Expanded the script command 'input': (bugreport:811)
|
před 17 roky |
skotlex
|
fc7b4eaef0
- The default event script behaviour is to trigger on labels rather than NPCs now.
|
před 17 roky |
ultramage
|
3b742b114e
Fixed some more gcc incompatibilities...
|
před 17 roky |
ultramage
|
5eda6c0e57
Replaced several 'int' variables with enums that they represent.
|
před 17 roky |
FlavioJS
|
9d2688ad87
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
|
před 17 roky |
FlavioJS
|
05134f3dcc
* Reworked the parsing at npc.c.
|
před 17 roky |
FlavioJS
|
faa553103c
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
|
před 17 roky |
ultramage
|
1069e3524c
* the mapserver won't exit when no mapcache is found, with use_grf: yes
|
před 17 roky |
FlavioJS
|
a75ec9a547
* Changed the string hash of the script engine to SDBM.
|
před 18 roky |
FlavioJS
|
c292b087b5
* Internal changes to the script engine:
|
před 18 roky |
skotlex
|
9387ff566b
- Made conv_str return const char* since the script engine screws up if you mess with the position of the terminator on the received string.
|
před 18 roky |