Menu

Tools Commit Log


Commit Date  
[r3630] by utunnels

Forgot to initialize return value for allocscript, fixed.

2011-12-13 07:21:31 Tree
[r3629] by utunnels

New script functions:

allocscript()
loadscript(handle, path) ...multiple times
compiilescript(handle)
executescript(handle)
...
free(handle)

2011-12-13 02:59:48 Tree
[r3628] by utunnels

Add combostyle 2 (SOR3 style).
So,
combostyle 0 = default bor pattern (default),
combostyle 1 = golden axe style (range based),
combostyle 2 = SOR3 style (chain without hitting),
combostyle 3 = 1+2 (though it is hardly needed)

2011-12-12 15:17:56 Tree
[r3627] by utunnels

Use magic number for bitmap, screen and sprite, make script resource management easier.
Remove script function getpixel, use getgfxproperty instead.
* getgfxproperty(handle, propertyname, ...)
- handle can be sprite or screen
- propertyname: width, height, srcwidth, srcheight, centerx, centery, pixel...
- for pixel, x, y must follow
- other properties such offsetx, offsety have not been added yet.

2011-12-12 06:27:34 Tree
[r3626] by utunnels

Complete palette none code.

2011-12-09 13:06:57 Tree
[r3625] by utunnels

Use palette none to disable palette and use individual palette for each frame.

2011-12-09 06:52:07 Tree
[r3624] by utunnels

Multi-byte string support for font functions.
Add a new command fontmbs in menu.txt to flag this change.

2011-12-08 07:22:02 Tree
[r3623] by utunnels

Commented out some debug messages.

2011-12-05 14:58:48 Tree
[r3622] by utunnels

Forgot to update makefile, added.

2011-12-05 08:24:30 Tree
[r3621] by utunnels

Move the sound_volume_music line behind the music line in check_music, assuming function music will overwrite the volume.

2011-12-05 00:40:00 Tree
Older >
MongoDB Logo MongoDB