uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 51bd0a919c62b5f866834b9127a261d322976acb
parent 257f740ce8b5c981c2561774973fca1a9628d70b
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Sat, 17 Apr 2021 21:49:33 +0100

Renamed File.result to File.success

Diffstat:
Mprojects/examples/blank.usm | 2+-
Mprojects/examples/dev.audio.usm | 2+-
Mprojects/examples/dev.file.usm | 2+-
Mprojects/examples/gui.picture.usm | 2+-
Mprojects/examples/gui.wallpaper.usm | 2+-
Mprojects/software/assembler.usm | 8++++----
Mprojects/software/left.usm | 2+-
Mprojects/software/nasu.usm | 2+-
Mprojects/software/noodle.usm | 2+-
9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/projects/examples/blank.usm b/projects/examples/blank.usm @@ -10,7 +10,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } |0200 diff --git a/projects/examples/dev.audio.usm b/projects/examples/dev.audio.usm @@ -32,7 +32,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( vectors ) diff --git a/projects/examples/dev.file.usm b/projects/examples/dev.file.usm @@ -17,7 +17,7 @@ |0110 ;Console { vector 2 pad 6 char 1 byte 1 short 2 string 2 } |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/examples/gui.picture.usm b/projects/examples/gui.picture.usm @@ -10,7 +10,7 @@ |0100 ;System { vector 2 pad 6 r 2 g 2 b 2 } |0110 ;Console { vector 2 pad 6 char 1 byte 1 short 2 string 2 } |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/examples/gui.wallpaper.usm b/projects/examples/gui.wallpaper.usm @@ -8,7 +8,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } |0200 diff --git a/projects/software/assembler.usm b/projects/software/assembler.usm @@ -13,7 +13,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } ( vectors ) @@ -838,9 +838,9 @@ @l-File-load .l-File-length .l-File-name [ load 00 ] [ 02 ] .File.load @l-File-name [ 0000 ] [ 0000 ] [ name 00 ] [ 02 ] .File.name @l-File-root -@l-File-offset .l-File-load .l-File-save [ offset 00 ] [ 02 ] .File.offset -@l-File-result [ 0000 ] [ 0000 ] [ result 00 ] [ 02 ] .File.result -@l-File-save .l-File-result .l-File-vector [ save 00 ] [ 02 ] .File.save +@l-File-offset .l-File-load .l-File-success [ offset 00 ] [ 02 ] .File.offset +@l-File-save [ 0000 ] [ 0000 ] [ save 00 ] [ 02 ] .File.save +@l-File-success .l-File-save .l-File-vector [ success 00 ] [ 02 ] .File.success @l-File-vector [ 0000 ] [ 0000 ] [ vector 00 ] [ 02 ] .File.vector @l-Mouse .l-File .l-Screen [ Mouse 00 ] [ 80 ] .Mouse .l-Mouse-root @l-Mouse-chord [ 0000 ] .l-Mouse-state [ chord 00 ] [ 01 ] .Mouse.chord diff --git a/projects/software/left.usm b/projects/software/left.usm @@ -47,7 +47,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/software/nasu.usm b/projects/software/nasu.usm @@ -61,7 +61,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/software/noodle.usm b/projects/software/noodle.usm @@ -55,7 +55,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program )