Skip to content

Commit 1f2b0e2

Browse files
committed
bug with matrix multiplcation; added dimension checks
1 parent 663a63f commit 1f2b0e2

File tree

87 files changed

+107
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+107
-89
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# version of library
2+
# TODO: change standard library to -O1
23
MAJOR = 1
34
MINOR = 1
4-
REVISION = 0
5+
REVISION = 1
56
VERSION = mml-$(MAJOR).$(MINOR).$(REVISION)
67

78
# GNU tools

docs/action__state_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/action__state_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/ai_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/ai_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/controller_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/controller_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tr style="height: 56px;">
2525
<td id="projectalign" style="padding-left: 0.5em;">
2626
<div id="projectname">Melee Modding Library
27-
&#160;<span id="projectnumber">1.1.0</span>
27+
&#160;<span id="projectnumber">1.1.1</span>
2828
</div>
2929
<div id="projectbrief">A C library for modding Super Smash Bros Melee</div>
3030
</td>

0 commit comments

Comments
 (0)