Commit Graph

42 Commits

Author SHA1 Message Date
JailDoctor 7975eb37b3 INESTABLE
- Canvi de comp
2026-05-18 06:49:20 +02:00
JailDoctor d3052cd026 - [NEW] Ara desde consola es poden executar funcions que no esperen arguments sense ficar els parentesi
- [NEW] wintitle(text), pa Sergi
- [NEW] ara eixir a consola es amb CTRL+ESC, deixant ESC a seques lliure pa el joc (pa Sergi).
2026-05-17 18:16:05 +02:00
JailDoctor 4cc0cb2edc - [NEW] Afegit argument al executable "--skipbios", per a no tornar-se loco mentres developes amb el "TURIRURIruriruri..." 2026-05-16 12:55:23 +02:00
JailDoctor 65b71361ae - [FIX] Reajustat el buffer de só per a notes llargues, que s'havia fotut en el pas a SDL3
- [NEW] al usar play(), amb "w" es pot canviar de tipus de ona: 0: la quadrada de sempre, 1: sawtooth, 2: roido
- [FIX] Al executar play() de nou no se resetejaven la duració de nota ni el tipus de ona.
2026-05-16 12:42:38 +02:00
JailDoctor bb00507733 - [FIX] Corregits un cabàs de warnings 2026-05-16 09:06:34 +02:00
JailDoctor 672f4278e0 - [FIX] Ajustat el buffer de audio 2026-05-16 08:19:51 +02:00
JailDoctor 787d78c070 - [NEW] Passat a SDL3 2026-05-16 08:01:27 +02:00
JailDoctor 7d513a3d0b - [NEW] Afegit lagueirtofile
- [FIX] Renombrat rom.c a rom.h
- [NEW] Afegit mode gràfic especial per a l'editor
2026-05-15 13:33:29 +02:00
JailDoctor b0446f40a1 Merge branch 'master' of https://gitea.sustancia.synology.me/JailDoctor/ascii 2023-09-07 10:35:50 +02:00
JailDoctor 3b4501aaec - Treballant en el editor de codi 2023-07-10 22:01:39 +02:00
JailDoctor b09360d7ae Run a game by dropping the file on the window 2022-07-27 18:25:45 +02:00
JailDoctor 3dfa177cd2 [FIX] Wrong color screen address for mode 3 2022-02-21 16:43:57 +01:00
JailDoctor a349cf5c0c v0.6.0
[FEAT] New mode(3) with 32x24 characters
2022-02-21 16:38:26 +01:00
JailDoctor 841f4f66f3 [FEAT] cnt() i rst() 2021-12-20 18:15:39 +01:00
JailDoctor c52687f0eb [FIX] If mouse outside window or in border, mouse_x & mouse_y no longer update 2021-12-17 16:50:32 +01:00
JailDoctor 64bcedd82f [CHANGED] 'setmode' renamed to 'mode' 2021-12-17 16:43:06 +01:00
JailDoctor 9b1573be9d Code editor WIP 2021-12-15 19:24:56 +01:00
JailDoctor acfaf873ce Code Editor WIP 2021-12-14 20:09:23 +01:00
JailDoctor be083a23e2 [FEAT] New terminal console system 2021-12-14 15:59:14 +01:00
JailDoctor 63ca77e3e6 New console system WIP 2021-12-14 12:42:09 +01:00
JailDoctor 3979588f85 [FEATURE] toclipboard & fromclipboard 2021-12-13 20:02:17 +01:00
JailDoctor 527ab8bf01 [CHANGE] cls() sets cursor to (0,0) 2021-12-13 18:41:01 +01:00
JailDoctor 62c513db56 [FEAT] crlf 2021-12-13 16:14:26 +01:00
JailDoctor e5798f4b71 [CHANGE] Print jumps to next line if needed 2021-12-13 15:09:30 +01:00
JailDoctor 788c5d6c6e [FEAT] substr 2021-12-13 14:52:38 +01:00
JailDoctor 376c15c272 v0.5.4
[FEAT] Border
[FEAT] Color accepts a third optional parameter for border
2021-12-10 19:32:05 +01:00
JailDoctor 77f31587f6 v0.5.2:
[FEAT] play(str)
[FEAT] Chime on boot
[FEAT] simple song example on 'game.lua'
2021-12-08 12:39:15 +01:00
JailDoctor 66bbdea85f [BUG] memcpy minor bug
[FEAT] boot sequence
2021-12-08 09:18:42 +01:00
JailDoctor 1a73164990 [CHANGE] Nou model de memòria 2021-12-08 07:47:39 +01:00
JailDoctor 290d50e32f [FEAT] memcpy
[CHANGE] New default color 0x0f
2021-12-08 07:34:54 +01:00
JailDoctor 806eeb04b5 Working on boot logo 2021-12-08 07:10:06 +01:00
JailDoctor 21052edd3d [FEAT] Peek & Poke
[BUG] Mode not restored after ESC
2021-12-06 12:23:36 +01:00
JailDoctor 69976ee9f6 [BUG]Mouse coordinates where incorrect 2021-12-05 20:26:22 +01:00
JailDoctor cf608cea78 Still working on the console... 2021-12-05 16:34:05 +01:00
JailDoctor fe9220bb39 Working on the terminal... 2021-12-05 10:16:37 +01:00
JailDoctor 528261395b Working on console interaction... 2021-12-04 14:52:15 +01:00
JailDoctor 8f06ad8dab [BUG] No compila en MacOS 2021-12-04 14:21:46 +01:00
JailDoctor 7552136845 [FEAT] All screen modes implemented 2021-12-04 10:52:08 +01:00
JailDoctor 0482467037 [FEAT] Audio is working 2021-12-04 09:42:33 +01:00
JailDoctor 280ca2ceca [FEAT] setchar. Redefinition of characters 2021-12-03 20:10:38 +01:00
JailDoctor 72412a01bd [BUG]only using last defined colors
[BUG]print(str,x,y) never reached 0
2021-12-03 20:07:46 +01:00
JailDoctor a21b66f12a initial commit 2021-12-03 18:56:11 +01:00