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).
|
hace 14 años |
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).
|
hace 14 años |
ai4rei
|
6a684a566b
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
|
hace 14 años |
ai4rei
|
a5326bd2b6
* Fixed a crash uncovered with r14501, caused by outdated local variables when a script is about to suspend or terminate (bugreport:4577).
|
hace 14 años |
Inkfish
|
69bd8dced5
* Autobonus code cleanups.
|
hace 15 años |
ultramage
|
a38fddad27
Hardcoded the even label config settings from r14097.
|
hace 15 años |
Inkfish
|
42987f61ad
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can be defined in script_athena.conf)
|
hace 15 años |
zephyrus
|
6b710571ad
- Optimization to instance system.
|
hace 16 años |
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.
|
hace 16 años |
FlavioJS
|
89d683d668
* Changes to the script engine:
|
hace 16 años |
FlavioJS
|
cb8ef12df8
* Changes to the script engine:
|
hace 16 años |
ultramage
|
c2ba03b6e2
Deleted zombie extern variable declaration which was causing a "static declaration follows non-static declaration" gcc compilation error.
|
hace 16 años |
ultramage
|
420cee95d9
Some cleaning in script.c
|
hace 17 años |
ultramage
|
dcc2cdb5da
Split off mapreg code from script.c
|
hace 17 años |
ultramage
|
dac1c2d2df
Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915).
|
hace 17 años |
FlavioJS
|
d903fda1c7
* Script parse errors displayed with one ShowError instead of several ShowMessage's.
|
hace 17 años |
FlavioJS
|
c880052f0f
* Changed the data field of timers from int to intptr.
|
hace 17 años |
ultramage
|
94943b2b6a
Adjusted eAthena code to compile cleanly in C++ mode.
|
hace 17 años |
ultramage
|
49f1f4434d
* Reorganized the contents of the mapserver's header files.
|
hace 17 años |
FlavioJS
|
549684872d
* Expanded the script command 'input': (bugreport:811)
|
hace 17 años |
skotlex
|
fc7b4eaef0
- The default event script behaviour is to trigger on labels rather than NPCs now.
|
hace 17 años |
ultramage
|
3b742b114e
Fixed some more gcc incompatibilities...
|
hace 17 años |
ultramage
|
5eda6c0e57
Replaced several 'int' variables with enums that they represent.
|
hace 17 años |
FlavioJS
|
9d2688ad87
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
|
hace 17 años |
FlavioJS
|
05134f3dcc
* Reworked the parsing at npc.c.
|
hace 17 años |
FlavioJS
|
faa553103c
* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
|
hace 17 años |
ultramage
|
1069e3524c
* the mapserver won't exit when no mapcache is found, with use_grf: yes
|
hace 17 años |
FlavioJS
|
a75ec9a547
* Changed the string hash of the script engine to SDBM.
|
hace 18 años |
FlavioJS
|
c292b087b5
* Internal changes to the script engine:
|
hace 18 años |
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.
|
hace 18 años |