Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sorunome

Pages: 1 ... 48 49 [50] 51 52 ... 591
736
Reuben Quest / Re: Recruiting!
« on: January 10, 2015, 05:14:37 am »
* Sorunome peaks in and whispers "still open, looking for people who are good at making story stuff"

737
ASM / Re: TIOS Menu
« on: January 10, 2015, 05:04:35 am »
is this enough?
Code: [Select]
_keyHook_statKey:
ld a,(menucurrent)
cp mStat
jr z,{+1@}
cp mPrgmStat
jp z,{+1@}

ld a,kStat
jp ReturnNZ
@:
call Menu
jp ReturnZ
T´hat gets called if the stat key is pressed, no changing of registers.

738
Reuben Quest / Re: [Done] Reuben Quest: The Lost Mirror Remake
« on: January 10, 2015, 05:03:34 am »
Haha, thank you! :D

739
News / ticalc POTY results
« on: January 10, 2015, 04:17:46 am »
The results of last years POTY (2014) are finally in!
Winners are:
TI +83/84+: Reuben Quest: The Lost Mirror (me!)
TI 84+CSE: Jezzball (Kerm Martian)
TI Nspire: Crafti - 3D Minecraft (Vogtinator)
Other: KnightOS Kernel 0.6.1 (Drew DeVault)

The ticalc news about this can be found here.
More detailed results are to be seen here.

Congrats on all the winners!

And thank you so much to everyone who voted for me ^.^

740
ASM / Re: TIOS Menu
« on: January 09, 2015, 09:22:50 am »
Um yeah I like can't get it working properly....
Code: [Select]
Menu:
res indicrun,(iy+indicflags)
res apptextsave,(iy+appflags)


ld hl,rawKeyHookPtr
ld de,appBackUpScreen
ld bc,4
ldir
ld a,(flags+34h)
ld (de),a


ld hl,cmdShadow
ld de,appBackUpScreen+5
ld bc,128
ldir


ld hl,structStart
ld de,ramCode
ld bc,structEnd-structStart
ldir
ld hl,dialogCallback
in a,(6)
bcall(_DialogInit)
bcall(_runIndicOff)
bcall(_StartDialog)

; bcall(_CursorOff)
; bcall(_ClrLCDFull)

res appCurWord,(iy+appFlags)

ld hl,appBackUpScreen+5
ld de,cmdShadow
ld bc,128
ldir

ld a,kQuit ; homescreen
ld (cxCurApp),a

ld hl,appBackUpScreen
ld de,rawKeyHookPtr
ld bc,4
ldir
ld a,(hl)
ld (flags+34h),a

xor a
bcall(_GetDialogNumOP1)
ld a,9
bcall(_DispOP1a)
xor a
ret
dialogCallback:
xor a
ret

structStart:
.db 1
.db 1
.db 1
.dw sOptions-structStart
.db 5
.db 1
.db 1
.dw sItem1-structStart
.db 5
.db 1
.db 2
.dw sItem2-structStart
.db 0
sOptions:
.db 7,"VECTORS"
sItem1:
.db 4,"abs("
sItem2:
.db 5,"norm("
structEnd:

When exiting it like exits back into the stat menu (where it was before it got called) but I want it to exit to the homescreen and I can't find any way of getting which option was pushed

741
Web Programming and Design / Re: [browser game] Carcassonne
« on: January 07, 2015, 10:20:57 am »
well i'd have to try out all the possibilities of where to put a card and check the validity manually etc :P

EDIT: Also for those wondering the only work i did on it so far is un-graphical back-engine, which is basic card layout, creating the world etc, the way i wrote it it is only a tiny step to detect if you can place a figure where.

742
News / Re: RFG Image Uploader closes down; Omnimaga Image Uploader opens
« on: January 07, 2015, 10:19:37 am »
What do you guys think of using AJAX to upload images with a nice progress bar?

743
Web Programming and Design / Re: [browser game] Carcassonne
« on: January 07, 2015, 10:15:35 am »
Multiplayer? I wanna play with you guys :D
Else I'd have to create an AI :P

744
TI Z80 / Re: Vectorial Math
« on: January 06, 2015, 03:56:34 am »
No, it isn't dead, but it is currently on-hold as I need to figure stuff out.... http://www.cemetech.net/forum/viewtopic.php?p=228847#228847

745
Other / Re: Dysphoria, a Knex Ball Machine
« on: January 05, 2015, 12:53:28 pm »
Just look at how curvy my ball machine is...

Also, check out http://sorunome.de/dysphoria for a clip!

746
Miscellaneous / Re: Birthday Posts
« on: January 03, 2015, 06:01:40 pm »
Happy 18th b-day Streetwalrus!
Have your muffin:

747
TI-Nspire / Re: Portal Nspire
« on: January 03, 2015, 05:04:23 am »
that's looking sweet! :D

748
Web Programming and Design / Re: [browser game] Carcasonne
« on: January 03, 2015, 05:00:52 am »
Erm, yes, that's it >.>

749
Web Programming and Design / [browser game] Carcassonne
« on: January 03, 2015, 04:49:26 am »
Well, anybody know the board game Carcassonne?
Well, I started re-writing it as a browser game! :D

750
News / Re: Project Periodical - Edition 2
« on: January 03, 2015, 04:45:33 am »
Knex is a rubric now? Haha ^^

Pages: 1 ... 48 49 [50] 51 52 ... 591