aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 46c678bd8bea236c0d73e7ce925102f48cc210d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
2015-12-07 0.0.1(r14)
Update SMELT.

2015-11-03 0.0.1(r13)
Avoid incomplete data transfer.
Fix loop mark stack underflowing.

2015-11-01 0.0.1(r12)
Move hge to an archive.
Finish the main part of smPath.
This is a C++ project, add C++ tags to all source code that
could be identified as C source files.

2015-10-26 0.0.1(r11)
I suddenly feel it necessary to start a changelog today...
So the content before today is written according to the git log.

Added support for relative line numbers.
Added instructions for, brk and cont. (They are still untested...)
Parser code cleanup. Removed garbage output to stderr.
Reorganize the repository structure.
Updated BLR2 code move it into archive.
Added BLR1 files.

2015-10-13 0.0.1(r10)
Make BLR 16:9.
Port Junko's final spell card to BLR... make it the default testing level.

2015-10-12 0.0.1(r9)
Initial implementation of smPath.
Minor changes on the (s)coll effect.

2015-10-11 0.0.1(r9)
Implementation of the collision system and collision effects.
Fixed a problem that keeps the screen black on start up.
Replace the build script in dtputil with makefile.

2015-10-10 0.0.0(r8)
Fixed the stupid bug.
Initial implementation of the plugin system.

2015-10-09 0.0.0(r7)
Initial implementation of bonus bullet.
A stupid bug existed in this revision.

2015-10-08 0.0.0(r6)
Added more VM functions.

2015-10-07 0.0.0(r5)
Eliminate compile warnings.
Add makefiles.

2015-10-06 0.0.0(r4)
Tools were added.
Added licensing information.

2015-10-05 0.0.0(r3)
The script VM is finally enabled.
Call stack was reimplemented, so the function calling method
changed again.
Unified Float data types.

2015-10-04 0.0.0(r2)
Function calling method was changed.

2015-10-03 0.0.0 (r1)
VM functions are ported to the new code base.
But the script VM is still not enabled.

2015-10-02 0.0.0 (r0)
The sources are uploaded to github...
Changes before this revision is just building the backbone.
Basic scene managing, bullet managing were done.
The script VM existed but was incomplete.